Slashdot Mirror


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."

38 of 356 comments (clear)

  1. Same bugs? by ccguy · · Score: 4, Informative

    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 :-)

    1. Re:Same bugs? by ccguy · · Score: 3, Informative

      Don't want to be stating the obvious but is the issue number 2 related to the page not being taller than the screen?
      Well that's a new way I've been called an idiot this week :-) At least you get +1 for originality...

      To answer the question no, that's not the problem. It happens to pages that obviously need the scroll bar, and the thing is, once a tab decides to remove its scroll bar, there is no way to make it come back (visiting another page in the same tab doesn't do it).

      For some time I thought it could relate to a plug-in or a combination of plug-ins but I'm experiencing it now using a vanilla firefox.

      It doesn't happen all the time, maybe once or twice a day.
    2. Re:Same bugs? by cerberusss · · Score: 2, Informative

      Well, your bug is my feature. I'm glad that they don't keep that whole stuff page in memory. Some pages including styles can get up to half a megabyte. I could call you an idiot as well.

      --
      8 of 13 people found this answer helpful. Did you?
    3. Re:Same bugs? by Anonymous Coward · · Score: 1, Informative
      The web developer toolbar gives us "View Generated Source" which is basically what you are requesting.

      Close, but not quite the same.
      While this does give you source that is not re-loaded, it is the interpreted source, and not the source from the server itself.

      While this has its own use for debugging why something might render the way it does in the browser, it is not a true picture of what you get from the server and can make debugging server script output harder.

      For a quick example:

      <html>
      <body>
        <table>
          <tr>
            <td>foo</td>
            <td>bar</td>
          </tr>
        </table>
      </body>
      </html>
      Arguments of whether this is good/bad HTML aside - it IS the source provided. If you view it using the "View Generated Source" or through the Firebug DOM inspector, you'll find the inserted 'tbody' tags around the table body.

      Arguably, those are correct in the context of the document in memory, but they are not an accurate representation of what was returned by the server. The 'view source' option returns the actual source, but it does a reload, so you may not get the same source in this view that the display got if the document has changed in the interim (has something state specific, etc.)

  2. Nice and speedy by neokushan · · Score: 5, Informative

    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
  3. Huh... beta 4 just barely got released? by Utoxin · · Score: 4, Informative

    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
    1. Re:Huh... beta 4 just barely got released? by jac89 · · Score: 3, Informative

      Once the code freeze was initiated for beta 4 the nightly builds changed to 3.05pre.

  4. Re:And now, for the two burning questions: by bunratty · · Score: 5, Informative

    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.
  5. Fixes a Gmail problem.. by InDi0 · · Score: 2, Informative

    ...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.

  6. Re:Google Toolbar by NickCatal · · Score: 2, Informative

    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
  7. Re:Google Toolbar by Constantine+XVI · · Score: 2, Informative

    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."
  8. Re:Anti Virus by Cska+Sofia · · Score: 5, Informative

    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.

  9. Re:New Address Bar by Rhabarber · · Score: 2, Informative

    Try the magic oldbar extension.

  10. Source by mhamel · · Score: 3, Informative

    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.

    1. Re:Source by brunascle · · Score: 3, Informative

      firebug shows the generated source, not the original source. so, for example, if javascript changed something on the page, those changes would be in the generated source but not the original source.

  11. Re:first memory leak post by Enderandrew · · Score: 5, Informative

    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.
  12. Re:what about wmode??????? by zzxc · · Score: 3, Informative

    Firefox 3 supports windowless plugins on Linux, and has since last summer. See bug 137189

    More info is on this blog post

  13. Re:Toolbar UI Changes? by Slimcea · · Score: 4, Informative

    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.

  14. Seriously impressed.... by mike_diack · · Score: 3, Informative

    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
  15. Re:first memory leak post by Enderandrew · · Score: 2, Informative

    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.
  16. Re:first memory leak post by bunratty · · Score: 2, Informative

    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.
  17. Re:first memory leak post by c0p0n · · Score: 2, Informative

    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
  18. Re:first memory leak post by Anonymous Coward · · Score: 0, Informative

    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.

  19. Re:first memory leak post by Enderandrew · · Score: 2, Informative

    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.
  20. Re:Why do you need it? by Koohoolinn · · Score: 2, Informative

    Using nspluginwrapper (link) you can use 32bit Flash (amongst others) with 64bit Firefox.

    --
    Deze sig is in 't Nederlands geschreven.
  21. Re:First question by Thelasko · · Score: 5, Informative

    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".
  22. As always, Try it the easy way: Firefox Portable by CritterNYC · · Score: 3, Informative

    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.

  23. Re:New Address Bar by Inda · · Score: 2, Informative

    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.
  24. Re:Fork It by kbrosnan · · Score: 5, Informative

    The Mozilla Foundation which owns the Corp has funded several projects in 2007.

    • Support and maintenance of the mozdev.org
    • Development of Perl 6 and Parrot
    • Implementation of accessibility features in the Dojo AJAX toolkit
    • Enhancement of the NVDA open source screen reader for Windows
    • Enhancements to the OpenSSL cryptographic library and Apache mod_ssl SSL/TLS module
    • Enhance the Orca open source screen reader for Linux to support Firefox
    • much more read the "projects in 2007" link...

    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
  25. Re:New Address Bar by Jogar+the+Barbarian · · Score: 2, Informative
    --
    3. Profit!
    2. ???
    1. On Soviet Slashdot, a Beowulf cluster of alien Natalie Portman overlords welcomes YOU!
  26. Acid3 status by cyfer2000 · · Score: 2, Informative

    Acid3 status of firefox3 in a spreadsheet, just for your entertainment.

    --
    There is a spark in every single flame bait point.
  27. Forks by DrYak · · Score: 3, Informative

    One of the many things that make Open Source Software so great is that you can just fork it if you don't like the direction the product is headed in.


    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 ]
  28. Re:3 more questions right here for ya? by calebt3 · · Score: 2, Informative

    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

  29. Re:For those interested in performance numbers by slapys · · Score: 2, Informative

    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!

  30. Re:For those interested in performance numbers by bunratty · · Score: 2, Informative

    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.
  31. Re:first memory leak post by bunratty · · Score: 2, Informative

    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.
  32. Re:Why it's faster by compro01 · · Score: 2, Informative

    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
  33. Re:Extension compatibility check _before_ I instal by Westacular · · Score: 3, Informative

    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.