Slashdot Mirror


Mozilla Project Officially Releases Firefox 0.9

_xeno_ writes "The last release candidate was apparently good enough, because Mozilla Firefox 0.9 has now been officially released. New features since 0.8 are, of course, basically the same as in the Release Candidate, including the new Pinstripe theme for Windows and the GTK+ installer for Linux users. The biggest change since the Release Candidate is that this release should ask you to migrate your profile instead of just trashing it. So head over to the Firefox homepage and get downloading, or check out the Release Notes to find out exactly what's new." mE123 adds "You can get it from plain old HTTP or from fancy new BitTorrent", and points out that (compared to 0.8), "this release includes tons of bug/stability fixes, a %3 speed up, a new theme and plugin management system, a new standard windows theme, and a smaller windows installer."

17 of 672 comments (clear)

  1. Opera by Anonymous Coward · · Score: 5, Informative

    Shame that Slashdot missed covering the new release of Opera 7.5, another excellent web browser.

  2. Good so far, but... by dotslashconfig · · Score: 5, Informative

    Release 0.9 looks pretty good so far. The new default theme looks spiffy, and basic functionality seems to be improved (rendering/loading is a tad faster, in my opinion). I also really like the extensions manager.

    The one flaw I've noticed so far, though, is that the extensions options frame is a little buggy. When I finish modifying one extension and go to load up the preferences from another, the extension I just finished modifying pops up. If I go back and load the new extension prefs again, everything is fine. It's nothing major... just a little something that could be fixed for the big 1.0.

    1. Re:Good so far, but... by bjdevil66 · · Score: 5, Informative

      The old extensions need to be updated to fit the new extensions theme manager. See http://bugzilla.mozilla.org/show_bug.cgi?id=246043 for details on the "bug". Essentially, the extension builders need to update the extension or it won't appear in the theme manager, even though it may install.

      There's also a new extension that you can install to make the old extensions visible, but the old extensions are still not removable after installation, unlike the new extensions.

      One other issue I see with the extension manager: after installing enough extensions to make a scrollbar appear, it was difficult to scroll and the manager became really sluggish. However, I imagine that this is a minor problem that will be worked out over time.

  3. Just emerged it! by maskedbishounen · · Score: 5, Informative
    While not on portage (yet), Gentoo users can find an ebuild over here.

    It killed off my bookmarks, so you have been warned.

    --
    "An infinite number of monkeys typing into GNU emacs would never make a good program."
  4. Before you complain about the new theme... by MarkWPiper · · Score: 5, Informative
    ... right click on your toolbar, customize, and check 'use small icons.' Ahhh, much better.

    Why do they bother wasting screen real estate?

  5. And to fix the icon spacing... by MarkWPiper · · Score: 5, Informative

    Check this out if you're so concerned. It's easy. It'll fix the icon spacing.

  6. To get back the old Qute theme from 0.8: by Gherald · · Score: 5, Informative

    To get back the good old Qute theme from 0.8:

    Right click this link and select "Copy Link Location."

    Then left click here, paste the link into the "Remote URL" box on the right, and click Install.

    Ahh... feels like home again ;)

  7. Re:No source though by DivineHawk · · Score: 5, Informative
    "The original source was incomplete. An updated source tarball was released from mozilla.org."

    It's on BT just fine Mozilla Firefox 0.9 Source Fixed

  8. Re:User Agent String? by CeleronXL · · Score: 5, Informative

    This can be fixed in about:config.

    Change general.useragent.vendorSub to 0.9.

  9. Re:Not a single reason by Anonymous Coward · · Score: 5, Informative

    http://www.mozillazine.org/talkback.html?article=4 843

    config.trim_on_minimize -> false

    Makes Firefox and Mozilla always responsive. More details here: Link

    Prog.

  10. Re:No source though by FuzzyBad-Mofo · · Score: 5, Informative

    Their binary Linux version has a minor problem too; it set root ownership of the user-specific config directory when installed, making it impossible for that user to run the browser.

    To fix the problem, I did a
    # chown -R user:user /home/user/.mozilla/firefox/

  11. Re:Got it by SimplexO · · Score: 5, Informative

    Yeah, that gets me too. The slashdot bug is bug 217527 and as seen in comment 81 was backed out of the aviary (Firefox 0.9 and 1.0, and Thunderbird 0.7 and above) branch because it caused a regression (bug 246382). If you get a trunk build, the bug will be fixed.

    * You'll have to copy/paste those links into your Address Bar, because bugzilla blocks links from slashdot.

  12. Re:Firefox by GarfBond · · Score: 5, Informative

    Well, noting the fact that Mozilla Firebird was used for the 0.6 release, some dates might be appropriate. From the roadmap:

    Phoenix 0.1-Firebird 0.6 release 9/23/2002-5/16/2003
    Firebird 0.6-Firefox 0.8 5/16/2003-2/9/2004
    Firefox 0.8-present 2/9/2004-???

    So, by actual timeline, Phoenix was used for less than a year, while Firebird was used for nearly a year, and Firefox is indefinite. Firebird did only comprise two releases, it just so happens that those two releases took a damn long time.

  13. Re:Only 3%? by kryptkpr · · Score: 5, Informative

    Want even more speed? (I did not come up with this, I read it on a forum).

    Enter about:config into the title bar.

    Set network.http.pipelining to True
    Set network.http.pipelining.firstrequest to True
    Set network.http.pipelining.maxrequests to 8 (I'm told higher values get ignored).
    Finally and most important, set nglayout.initialpaint.delay to 0

    Enjoy the snappyness that results.

    --
    DJ kRYPT's Free MP3s!
  14. Re:Safari is slow too! by Apreche · · Score: 5, Informative
    If you change the options in firefox in user.js in your profile as such...
    // Enable pipelining:
    user_pref("network.http.pipelining", true);
    user_pref("network.http.proxy.pipelining", true);
    user_pref("network.http.pipelining.maxrequ ests", 100);

    // This one makes a huge difference. Last value in milliseconds (default is 250)
    user_pref("nglayout.initialpaint.delay", 0);
    Then pipelining will be enabled and the 250 millisecond delay before rendering will be disabled. You may not realize it, but this makes firefox render a zillion times faster even on the fastest of systems. Especially if you have high bandwith and a significant portion gets downloaded in those 250 milliseconds.
    --
    The GeekNights podcast is going strong. Listen!
  15. Re:Safari is slow too! by balster+neb · · Score: 5, Informative

    There was a nice post on optimizing Firefox (or any gecko based browser) in the Mozillazine Firefox forums here. These tweaks can apparently speed up page load/render time by nearly 30% for some pages.

  16. configs by baadger · · Score: 5, Informative

    there has been some mention of preference/config files. an easy way to edit these in firefox .9 is to goto "about:config"