Mozilla Releases Firefox 3 Beta 4
Somecallmechief writes "Firefox 3 Beta 4 is now available for download. This is the twelfth developer milestone focused on testing the core functionality provided by many new features and changes to the platform scheduled for Firefox 3. Ongoing planning for Firefox 3 can be followed at the Firefox 3 Planning Center, as well as in mozilla.dev.planning and on irc.mozilla.org in #granparadiso."
There are at least two major bugs that have been there forever. I don't know if they annoy everyone, or affect everyone or just the people I talk to.
:-)
1) The damn proxy prompt window. For god's sake, if there's already one open window asking for the proxy user/pass, don't open another 20 at the same time. This is quite easy to reproduce: From a firefox that needs proxy to get out, go to any bookmark folder and choose 'Open All in tabs'.
2) For the life of me I can't figure out why sometimes the vertical scroll bar dissapear. It's not a specific page. Once the scroll bar is gone, it's gone forever, no matter what I load in that tab - if I open another tab it's all fine.
Yes I've opened bug reports for this. And no, I'm not fixing it myself, I've got my own projects to take care of.
Go ahead and mod me troll, I just needed to vent
Been using this all morning and so far it's been nice and speedy for me. It's been much faster than the previous betas and there's definitely a significant improvement with most google aps (among others, but I use these all the time). Might not be many new features over Beta 3, but the speed increase and reduced memory footprint (it's still quite big, but better than previous versions - around 100Mb usage after about 6 hours of constant browsing) are very welcome. If this trend continues, the final release should be the best since 1.0.
+1 IDisagreeSoHeMustBeATrollOrAnAstroturferOrAShill
I've been using the nightly builds for a couple weeks now, and they're flagged as beta 5... I figured beta 4 had been out for a while already.
For what it's worth: I'm very impressed with what I'm seeing of Firefox 3 so far. It's faster, uses less memory, and I really like the new address bar features, and the bookmarking. (It has tagging built into the bookmarks now.)
Matthew Walker
http://www.tweeterdiet.com/ - My Diet Tracking Tool
Firefox released a public build that passed Acid2 in December 2006. According to some sources (including Ian Hickson, who developed the Acid2 test), IE 8 Beta 1 still does not pass. Firefox (along with Opera and Safari) has far surpassed IE in standards compliance. I'd say supporting standards is definitely a priority for Mozilla. Can we stop it with the Firefox FUD? I thought we were glad that Firefox is helping to get MS off its rear to get IE up to speed with the other browsers?
What a fool believes, he sees, no wise man has the power to reason away.
...with resizing fonts and logo pictures, which happened automatically the second time I gave the gmail window focus. Now the correct zoom level is retained.
There are none... Google toolbar, even when overriding your old addons to work with the new ones, doesn't work.
I am still using the nightly builds and absolutely loving it. So much faster than B3 on my MacBook Pro
-nick
Install the "Nightly Tester Tools" extension. Lets you override compatibility checks on extensions
"I think an etch-a-sketch with an ethernet port would beat IE7 in web standards compliance."
it's more efficient for firefox to raise some kind of event than for an AV program to pick up this information on its own by polling.
Try the magic oldbar extension.
I kind of agree with them. This is a waste of memory and time for the huge majority of people. We are talking about a project which is already under attack for it's bad memory usage. I understand why they don't want to go that road. It, to the least, show that their can be other points of view and that you do not need to be that aggressive with them.
A web developer will probably not use "view source" very much anyway. Try firebug. That's the way to go if you really want to understand a page. You'll rarely need "view source" after that.
No, it is a stupid question that gets asked over and over again, and answered over and over again.
There is no one major memory leak.
1 - Most major complex apps have small leaks. It is damn near impossible to plug all of them, but Firefox has been plugging away at these very heavily for some time.
2 - Many of the "leaks" that people see are caused by poorly-coded extensions. Turn off your extensions and notice the difference.
3 - Firefox uses a bunch of memory after you've been browsing a while. THIS IS A STANDARD FEATURE, AND NOT A MEMORY LEAK. Firefox doesn't just a cache of files downloaded, it keeps in memory a cache of fully rendered pages. If you don't like this feature, then you can adjust it, or turn it off completely.
http://blindscribblings.com - Tasty pop-culture in conceptual fashion.
Firefox 3 supports windowless plugins on Linux, and has since last summer. See bug 137189
More info is on this blog post
For more discussion on the new UI themes and changes, there's a thread going on at mozillaZine about it.
The icons will grow on you after a while, and they're still making refinements and changes to the icons and backgrounds. Personally, I think the Back/Forward buttons are pretty decent, it's the rest (Reload/Stop/New tab/window) that looks a little too simple and out of place. Can't say I really agree with using different themes across different Windows versions too, this has to be the first application I know that tries that.
I was very impressed with FF 3 beta 3, but beta 4 seems much much faster even than beta 3. Firefox 3 looks like it'll be really great.
The only downside is as usual, a lot of extension authors need to bump their version checks again - a lot of my extensions that were working with FF 3 beta 3 don't work with beta 4 (due to the version check)
Mike
Linux fan and Win32 developer
Again, it isn't the disk space of the files you've downloaded. It caches fully rendered versions of pages in memory. If you wish to change this, check out the following about:config settings.
browser.cache.memory.capacity
browser.cache.memory.enable
browser.sessionhistory.max_total_viewers
config.trim_on_minimize
http://blindscribblings.com - Tasty pop-culture in conceptual fashion.
I've gotten patches accepted by the Mozilla team. It's tedious, but not difficult. It may take a few minutes to write a small patch of a few lines, but then you may need to spend an hour making sure the patch gets reviewed and super-reviewed, and then find someone to check it in. Also, if you submit a patch to fix a bug, you shouldn't have to maintain it. Generally, ones bugs are fixed they remain fixed.
And anyway, if you think there's some sort of memory problem in Firefox, you should give the set of steps to reproduce it if you want it fixed. I'm still waiting on someone to demonstrate how I can get Firefox to eat up all the memory on my computer. I've run Firefox 3 beta 3 for about a week, and it strayed over 200 MB only occasionally, only to fall back below 200 MB.
What a fool believes, he sees, no wise man has the power to reason away.
Got to add, it actually feels like I'm using Opera. Definitely faster than beta3. And I've got many an extension running.
Your head a splode
A memory leak is when a program allocates memory but does not deallocate it once the memory is no longer needed. A program with a memory leak will, when running for longer periods of time (how long will depend on how bad the leak is), eat up all your available memory. So while it doesn't really matter if firefox takes up 5 or 500 MB, (I would prefer the former), with a memory leak, that 5 MB program might start taking up more memory than the 500 MB one. At some point, it will grow so large that you run out of RAM and you're computer will start swapping (temporarily put pieces of your RAM on your HD to make more space for other programs) and this can get rather slow, especially once the system starts trashing (that means it is swapping pages in and out all the time, making the system veeeeeery slow).
Using more RAM does not make your computer slower unless you're using (significantly) more memory than is available.
AC hopes that helps.
As a comparison, I've had this Firefox session open for probably two days. I'm using a daily trunk build of the Firefox 3 Beta 4 branch. Firefox is using 90 megs of memory.
http://blindscribblings.com - Tasty pop-culture in conceptual fashion.
Using nspluginwrapper (link) you can use 32bit Flash (amongst others) with 64bit Firefox.
Deze sig is in 't Nederlands geschreven.
To settle the Firefox 64-bit question. I use Ubuntu 64-bit and am a contributer to the 64-bit forums. Firefox can be compiled for 64-bit. However, Flash and Java are only available in 32-bit. Adobe in particular is very stubborn about releasing versions of it's software for architectures other than x86. 64-bit Firefox will work with fine even with 32-bit Flash and Java using a plugin that was released with Ubuntu 7.10.
So, in summary don't blame Mozilla for Adobe's stubbornness. You can sign the petition to Adobe here, although it is unlikely to make a difference. The problem appears to be across Adobe's entire product line and on every operating system.
One of our competitors trademarked the term "hypothesis". From now on, we will call them "boneheaded ideas".
You can try out 3 Beta 4 without disrupting your Firefox 2 install on Windows by using Mozilla Firefox, Portable Edition 3 Beta 4. It's designed for portable devices (USB flash drives, iPods, portable hard drives), but you can also just run it from your desktop.
Portable versions of Firefox, GIMP, LibreOffice, etc
Sorry if I've missed something but it is possible to delete what it's learned.
1. Type something like "slash"
2. Use the arrow keys to highlight the first title to delete.
3. Hold down the delete key.
I don't fancy clearing my browsing history, but I expect doing so would clear the lot.
And it seems to put your bookmarked URLs at the top. I've bookmarked links into an obscure folder for this purpose only.
I like this new feature... I can understand why others don't.
This post contains benzene, nitrosamines, formaldehyde and hydrogen cyanide.
The Mozilla Foundation which owns the Corp has funded several projects in 2007.
Current work includes improving l10n tools Community Giving and Tools for the L10n Process
2006 10k USD to openbsd to continue development of openbsd and openssh. Mozilla Foundation activities, week ending 2006/03/31
These people look deep within my soul and assign me a number based upon the order I joined. -Homer Simpson
Oldbar extension URL: https://addons.mozilla.org/en-US/firefox/addon/6227
3. Profit!
2. ???
1. On Soviet Slashdot, a Beowulf cluster of alien Natalie Portman overlords welcomes YOU!
Acid3 status of firefox3 in a spreadsheet, just for your entertainment.
There is a spark in every single flame bait point.
Also known as IceWeasel, as may have noticed those who followed the recent problems of firefox branding and the consecutive fork.
"Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
1. Microsoft is attempting to make an Acid2-compliant browser
2. It says that Microsoft realizes that they have fallen behind and need to actually be competitive again.
3. MS was content to sit around. IE6 was *the* browser for years. That's the reason for No. 2
I checked it out because of the above post and discovered an ENORMOUS speed increase. Firefox is now way faster than Opera! This is huge!
To be fair, Firefox is now faster than Opera at one particular JavaScript benchmark. Opera may still be faster at rendering pages or in the JavaScript on a site you frequent. But, yes, it does look like a large increase in overall JavaScript performance for Firefox.
What a fool believes, he sees, no wise man has the power to reason away.
I have had Firefox 3 beta 3 open for a week with several tabs open at all times (including opening and closing tabs regularly) and it's consumed less than 200 MB of RAM. I see other people in this discussion saying they never see a memory problem in Firefox. In another recent article, there were at least two other posters who said they keep Firefox running for one or two weeks and it doesn't use more than a few hundred MB. Anyway, when you give a set of steps to reproduce a bug, you should give the specific steps to perform.
What a fool believes, he sees, no wise man has the power to reason away.
for those who don't get it, that's the gecko (the rendering engine firefox uses) image decoding libary. i believe the "official" name was "libimg2", but some people apparently thought that name was too boring.
upon the advice of my lawyer, i have no sig at this time
You are (almost) in luck. Firefox's integrated auto-updater will now, as part of the dialog telling you there's a new version and asking if you want to upgrade, list your extensions and highlight which are and aren't compatible (and lets you do a bulk "check for updates" at the same time). It's quite slick, I was impressed.
But that doesn't help you if you're upgrading from 2.0.x or if you're not receiving the new version through the built-in updater.