Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

Mozilla Project Officially Releases Firefox 0.9

Posted by timothy on Tue Jun 15, 2004 07:57 PM
from the better-browsing dept.
_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."
+ -
story
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • No source though (Score:5, Informative)

    by keesh (202812) * on Tuesday June 15 2004, @07:58PM (#9437168) Homepage
    The source tarball seems to be broken on the mirrors (two bad bzip2 checksums from seperate mirrors), so no ebuilds for Gentoo and no luck for anyone using any arch not on the binaries list.
  • Firefox is great (Score:5, Interesting)

    by titaniam (635291) * <slashdot@drpa.us> on Tuesday June 15 2004, @07:58PM (#9437171) Homepage Journal
    I wrote a website that displays 250 or more favicon.ico website icons [iconsurf.com] at a time, and the difference in loading speed/rendering quality between Firefox and MSIE is amazing. The icons are small, but each is loaded from a different website around the world, so it is a good test of loading speed for many small items. It's ironic that the icons are usually of type "microsoft icon resource" and MSIE fails to display more than half of them.
    If you have Firefox, make sure to get the Linky plugin (I'm not responsible for that one, but it is a very useful plugin) if you like to open multiple links at once from a given webpage.
      • by Apreche (239272) on Tuesday June 15 2004, @11:17PM (#9438579) Homepage Journal
        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.
  • Opera (Score:5, Informative)

    by Anonymous Coward on Tuesday June 15 2004, @07:59PM (#9437177)
    Shame that Slashdot missed covering the new release of Opera 7.5 [opera.com], another excellent web browser.
  • Good so far, but... (Score:5, Informative)

    by dotslashconfig (784719) on Tuesday June 15 2004, @08:00PM (#9437182)
    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.
      • by bjdevil66 (583941) on Tuesday June 15 2004, @11:44PM (#9438741)

        The old extensions need to be updated to fit the new extensions theme manager. See http://bugzilla.mozilla.org/show_bug.cgi?id=246043 [mozilla.org] 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 [mozilla.org] 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.

  • Just emerged it! (Score:5, Informative)

    by maskedbishounen (772174) on Tuesday June 15 2004, @08:00PM (#9437189)
    While not on portage (yet), Gentoo users can find an ebuild [gentoo.org] over here.

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

  • by MarkWPiper (604760) on Tuesday June 15 2004, @08:02PM (#9437209) Homepage
    ... right click on your toolbar, customize, and check 'use small icons.' Ahhh, much better.

    Why do they bother wasting screen real estate?

  • Only 3%? (Score:5, Interesting)

    by eraser.cpp (711313) * on Tuesday June 15 2004, @08:02PM (#9437211) Homepage
    I'm migrating from .8 to .9 and the speed increase feels much more dramatic.
    • Re:Only 3%? (Score:5, Informative)

      by kryptkpr (180196) on Tuesday June 15 2004, @09:52PM (#9438038) Homepage
      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.
        • Re:Only 3%? (Score:5, Informative)

          by jesser (77961) on Wednesday June 16 2004, @12:00AM (#9438836) Homepage Journal
          Pipelining is the same as persistent connections except that the browser doesn't wait for the response to the second request before sending the third request. Pipelining saves the server and the user a little bit of bandwidth and make the page load faster, so I don't see why a server admin would not like pipelining. I don't know where you got the idea that pipelining was "hogging" anything.
  • Safari (Score:5, Interesting)

    by artlu (265391) <artlu@art[ ]net ['lu.' in gap]> on Tuesday June 15 2004, @08:05PM (#9437236) Homepage Journal
    Recently, I started using Firefox on my PC because of its similarity to Safari. Has anyone else noticed this?

    GroupShares.com [groupshares.com] - An Investment Community
    • Re:Safari (Score:5, Funny)

      by Woy (606550) on Tuesday June 15 2004, @08:15PM (#9437321)
      Recently, I started using Firefox on my PC because of its similarity to Safari. Has anyone else noticed this?

      Yeah, we did! And thanks for those pics of your wife in the hidden "honey" folder. Those came in really handy, if you catch my drift.

          • Re:Safari (Score:5, Informative)

            by hawaiian717 (559933) on Tuesday June 15 2004, @10:22PM (#9438258) Homepage
            You can always hit CTRL+T on Windows to open a new blank tab automatically in FireFox, Apple(Command)+T on Mac OS X to open a new blank tab in both Safari and FireFox. I dunno about Linux to open new blank tabs, since I don't have my linux box up yet..

            Control-T on Linux.

            You may also be able to keep the tab menu bar visible at all times by going to the preferences... but I never cared it wasn't there

            Prefrences --> Advanced --> Browsing --> Hide the tab bar when only one web site is open.

            You can also go to View --> Toolbars --> Customize and add the New Tab button to a toolbar.

            • Re:Safari (Score:5, Informative)

              by Quantum Jim (610382) <jfcst24.yahoo@com> on Wednesday June 16 2004, @12:17AM (#9438919) Homepage Journal

              In Linux, the middle-mouse is set up to cut/paste text from the clipboard and to navigate to the test in the clipboard as if it is a URL (following conventions that go back over twenty years). However, you can also set it up with Windows conventions via FireFox's advanced preferences:

              1. Type about:config into the url bar.
              2. Type middle into the filter area.
              3. Double click the text, browser.tabs.opentabfor.middleclick, and replace whatever's there with true.
              4. Double click the other lines of text (about four) and make them false.

              Now Mozilla FireFox will follow Window's mouse conventions.

  • Adblock (Score:5, Informative)

    by Verteiron (224042) * on Tuesday June 15 2004, @08:08PM (#9437247) Homepage
    For those of you using Adblock with Firefox under Windows and find it missing after the upgrade, here's what I did to fix it.

    Check the new Extensions manager under Tools and see if it's there. If it is, uninstall it from that window.

    Close Firefox and use Explorer or whatever to browse to "\Documents and Settings\\Application Data\Mozilla\FireFox\profile.3hd\Extensions" on your system drive.

    Now you have to figure out which of these obscurely named subdirectories is Adblock. You can use Notepad or some other text editer to open "Extensions.rdf" and see. This string may be the same on all systems, if so, I'm sure someone can post it. Once you know which directory Adblock is still hiding in, delete it. Now go and install the AdBlock nightly from here: http://adblock.mozdev.org/dev.html [mozdev.org]

    That took care of it on my systems. YMMV, as always.
    • Re:Adblock (Score:5, Informative)

      by Dachannien (617929) on Tuesday June 15 2004, @08:19PM (#9437359)
      I just redownloaded AdBlock off of the extensions page (click Get New Extensions from the extensions control widget) and it worked fine. Even kept all my old adblock settings.

      There's also an extension that makes your old-style extensions from pre-0.9 show up in the control widget. Some of the old extensions (Nuke Anything, for example) don't seem to have been updated, but they still work fine in 0.9 if you enable them. Once you restart Mozilla you have to right click the dimmed extensions to enable them.

  • One Tree Hill (Score:5, Interesting)

    by fembots (753724) on Tuesday June 15 2004, @08:08PM (#9437253) Homepage
    FYI, One Tree Hill is a suburb [wises.co.nz] in Auckland, New Zealand. And apparently a couple of the code names are based on other suburbs nearby.
  • by Patik (584959) * <cpatik.gmail@com> on Tuesday June 15 2004, @08:08PM (#9437254) Homepage Journal
    update.mozilla.org was slow earlier today. If you can't get in there, try these out:

    Extensions [extensionsmirror.nl]
    Themes [mozillazine.org]

    Keep in mind that the packaging requirements changed for this release, so not all of your old favorites are 0.9 compatible (yet).

    If you want the old 0.8 theme back, you can find it here: Qute [quadrone.org]

  • by iserlohn (49556) on Tuesday June 15 2004, @08:12PM (#9437286) Homepage
    They really need a proper pagerank feature in the moz googlebar. There was a recent hack to googlebar that showed pagerank for a page by querying a central server which returned a gif image. That doesn't work so well and is really slow.
  • by sbszine (633428) on Tuesday June 15 2004, @08:24PM (#9437389) Homepage Journal
    Using it now, and it's waaaay faster and more reliable than 0.8. No more reloading poorly rendered Slashdot pages!

    If you think the new theme is a step backwards, you can get the old theme back by going to the designer's site [quadrone.org].
  • My thoughts: (Score:5, Informative)

    by ajutla (720182) <ajutla at gmail period communism> on Tuesday June 15 2004, @08:28PM (#9437409) Homepage
    --Firefox 0.9 really is a bit faster than 0.8. It's probably not noticeable to all you lucky bastards with broadband, but I can tell over 56k. I think FF is now about on par with, perhaps even faster than, IE, which was previously a lot quicker (for me).

    --The new default theme...well, I'm in the "damn, that's ugly" camp. I went to Tools -> Themes -> Get More Themes to download Qute, and was taken to Mozilla Update, where there was a link to "install Qute now." I did that but it didn't work. I ended up having to manually download the .jar file and use the theme installer on texturizer.net to get Qute working--It seems like something's broken here, I dunno. Anyone else had a similar experience?

    --FF's interface seems a bit snappier now, as well--it doesn't slow down a ton with multiple tabs open. It remains to be seen whether it still has 0.8's nasty memory leaks, though.

    --I wonder if anyone else has noticed this: the menus now are rendered a little bit...differently. They no longer look as "Windows native" as they used to, and now resemble Mozilla 1.5 on my Debian machine. I wonder if this was done for cross-platform compatibility (So FF doesn't look as out of place on Linux?)

    Overall, though, I'm quite pleased with the new FF's performance. It's a bit of a pain to go around and re-obtain all your extensions and such, but once you get it set up, it works very well. Great job Mozilla dev team!

  • by RedVortex (535518) on Tuesday June 15 2004, @08:44PM (#9437524)
    The thing I miss the most from the Mozilla is the ability to type something to search directly in the address bar press the down arrow (selecting: search google for...) then [enter]... No need to add another space wasting thingy just for searches.

    Sorry but I really can't get over it, I loved that feature. I was using it all the time...

    Also, I still have some rendering problems with slashdot, sometimes the page renders on two side-to-side pages, very weird, it's happening right now, when I click preview, I have to scroll right to see the preview and the post comment boxes, all the rest is at the left, very weird...

    Well, we're still under 1.0 ... Then again, just check MSIE, they are at 6.x and they still can't get everything right, hehehe

    RedVortex
    -- Please direct all bugs reports to /dev/null...
    • by mpsmps (178373) on Tuesday June 15 2004, @09:02PM (#9437652)
      The thing I miss the most from the Mozilla is the ability to type something to search directly in the address bar press the down arrow (selecting: search google for...) then [enter]... No need to add another space wasting thingy just for searches.

      I stupidly put off switching for the same reason, but with a little customization you can do it in even fewer keystrokes with Firefox.

      Enter about:config in the location bar, set keyword.URL to http://www.google.com/search?btnG=Google+Search&q=

      Now typing any non-url in the location bar brings up the google search results. No need to press the down arrow!
  • I prefer 0.8. (Score:5, Interesting)

    by Guspaz (556486) on Tuesday June 15 2004, @08:51PM (#9437574) Homepage
    1) 0.9 RC trashed my profile. Yeah, 0.9 final migrates, but hey, now that my profile is ALREADY gone, it's too late, now isn't it? 0.9 RC should have at least offered to back up my profile for future use.

    2) Pinstripe is quite ugly. I much prefer Qute, and think the Mozilla folks must be stoned to ditch Qute for Pinstripe. I will certainly be reverting back to Qute.

    3) They removed the theme on the download manager. It used to be nice and themed, now it is all solid colours. This may be Pinstripes fault, however, if the theme affects the download manager too.

    Don't get me wrong, I'm a big Firefox supporter, and have converted numerous people. However, I simply think that several crucial mistakes were made in 0.9.
    • Re:I prefer 0.8. (Score:5, Informative)

      by Quantum Jim (610382) <jfcst24.yahoo@com> on Wednesday June 16 2004, @12:46AM (#9439076) Homepage Journal

      0.9 RC trashed my profile. Yeah, 0.9 final migrates, but hey, now that my profile is ALREADY gone, it's too late, now isn't it? 0.9 RC should have at least offered to back up my profile for future use.

      Release candidates are unstable. They are released to find issues that were overlooked by the developers. If you tried it without backing up your old profile folder, the fault is with your own inadequate computer security and safety policy.

      Pinstripe is quite ugly. I much prefer Qute, and think the Mozilla folks must be stoned to ditch Qute for Pinstripe.

      Pinstripe is not very ugly! I agree that is needs polish; however, there is little wrong with it.

      The backlash is mainly due to inertia; most users - like myself - just got used to Qute. When the Phoenix switched from Orbit to Qute, I first thought it was a horrible, horrible decision! However, I grew used to it and eventually preferred the new theme. After a few days of Pinstripe, I have similar feelings. Qute is pretty good, but not irreplaceably as I once thought. A few tweaks to my user chrome override-file (not the changes making the rounds) satisfied most of my objections.

      You people are seriously overreacting!

      They removed the theme on the download manager.

      The theme was never in the download manager. Some erroneous entries used to be listed in the theme manager, but that bug seems to have been squashed.

      There were license problems between Qute and Mozilla.org's tri-license policy. Therefor, they will not be able to bundle the popular theme with the oncoming stable version of FireFox Browser. :-( However, I feel the new theme is OK.

  • by 89cents (589228) on Tuesday June 15 2004, @08:54PM (#9437596)
    I have been using Pheonix -> Firebird -> Firefox for a while now which much adore, but I am skepitcal of this release. I do not like the new theme so much but changing to small icons is better.
    I not so sure about this new "Software Update" section under Tools -> Options -> Advance.
    "Periodically check for updates"? No thanks.

    "Allow websites to install software"? Is this now another IE? No thanks. Well, maybe it's much more secure.

    "Select new tabs opened from links" What does that mean? Oh, I think it was the old "Open new tabs in the background" option which was more intuitive.

    Well that's just what I see on the front end so far. As long as they fixed some of the bugs, like "the page / can not be found" when hittting the back button. I also hope mouse over text for the tabs no longer gets in my way of pressing a tab. I have seen many websites freeze the browser which is very annoying, so hopefully those bugs are fixed to.

  • Too bad... (Score:5, Insightful)

    by Trillan (597339) on Tuesday June 15 2004, @09:41PM (#9437946) Homepage Journal

    I love Firefox on Windows, but it's just really too bad they can't match Mac OS X's look on Mac OS X. In particular, the boxy little Windows-like buttons and ugly popup menus have to go.

  • At last, Firefox does not require a restart to switch themes.

  • As a recent convert (Score:5, Interesting)

    by quantax (12175) on Tuesday June 15 2004, @10:58PM (#9438480) Homepage
    I recently switched to Firefox from MyIE for a couple reasons, mostly doing with spyware & its ability to exploit holes in IE. After installing some of the 'must have' extensions, such as Tab Browser Extensions and Linky, Firefox is easily configured to give me the same experience and better than MyIE, which imo is still a strong browser (even if it uses the IE engine). My main complaint is a simple one, and that is that there is no option nor extension that allows me to minimize Firefox to my system tray instead of closing it, when I hit the close window button on the browser. This allows Firefox to re-open a tad bit faster than if it wasnt running at all, and is nice to have quickly ready to go. Given the relative simplicity of this option, I think the Firefox team should seriously consider adding such a function, which I was hoping to see in this 0.9 release. Hopefully they will 'fix' this in the next release, but otherwise its a job well done all around.

    PS. To those who would tell me to use a system addon such as AllToTray or PowerMenu, no thanks, but thats not quite the same as being able to click the close-window button and having it minimize to the tray. Close, but no cigar.
  • by glwtta (532858) on Wednesday June 16 2004, @12:30AM (#9438983) Homepage
    I just came across the Web Developer [chrispederick.com] plugin - I think this just may be the happiest day of my life. From little things like resizing the window quickly to popular resolutions, to the live CSS editing, it's hard to overstate how useful this plugin is for web development.
  • configs (Score:5, Informative)

    by baadger (764884) on Wednesday June 16 2004, @03:01AM (#9439628)
    there has been some mention of preference/config files. an easy way to edit these in firefox .9 is to goto "about:config"
    • by Dr. Mojura (584120) on Tuesday June 15 2004, @08:24PM (#9437392)
      If the Internet connection goes down, the page loses the address it was trying to load. And is never able to retrieve it when the connection comes back up.

      Easy fix:
      Go to about:config and set
      browser.xul.error_pages.enabled
      to True. You will then have a page showing an error message if the address couldn't load, with a link to try loading it again.

      On another note, a few days back someone mentioned a way to to prevent Firefox from compressing its memory in Windows when minimized. What was that preference name again?
      • by Anonymous Coward on Tuesday June 15 2004, @08:42PM (#9437517)
        http://www.mozillazine.org/talkback.html?article=4 843

        config.trim_on_minimize -> false

        Makes Firefox and Mozilla always responsive. More details here: Link [mozilla.org]

        Prog.
    • Re:Got it (Score:5, Informative)

      by Pieroxy (222434) on Tuesday June 15 2004, @08:38PM (#9437486) Homepage
      Well, is it just me or does the slashdot bug is till there?

      To reproduce:
      1. type in www.slashdot.org
      2. Hit refresh until you see the main part overlapping the left part. Should be pretty quick (2-3 retries on my machine)

      Oh well... Mozilla 1.7 out and that bug still there...
      • Re:Got it (Score:5, Informative)

        by SimplexO (537908) on Tuesday June 15 2004, @09:33PM (#9437872) Homepage
        Yeah, that gets me too. The slashdot bug is bug 217527 [mozilla.org] and as seen in comment 81 [mozilla.org] 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 [mozilla.org]). 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.
      • Re:Firefox (Score:5, Informative)

        Let's see, do you mean Phoenix? 'Cause here's the versions:

        Phoenix 0.1
        Phoenix 0.2
        Phoenix 0.3
        Phoenix 0.4
        Phoenix 0.5
        Phoenix 0.6
        Firebird 0.7
        Firefox 0.8
        Firefox 0.9

        Firebird was actually the SHORTEST lived name for the Mozilla standalone browser formerly known as Phoenix.
        • Re:Firefox (Score:5, Informative)

          by GarfBond (565331) on Tuesday June 15 2004, @09:50PM (#9438024)
          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.
      • by shellbeach (610559) on Tuesday June 15 2004, @11:29PM (#9438650)
        You didn't specify the platform, but under Windows your old data was stored (for Firefox/Firebird/Phoenix <= 0.8) in the directory

        \Documents and Settings\[user name]\Application Data\Phoenix\

        So you can grab your bookmarks from there (that directory should not have been deleted). Alternatively, you could try copying that folder to "Firefox", but you may find wierd things happening with your extensions if you try that (that said, it seemed to work for me OK). The old nightly builds from a couple of weeks back imported your IE settings rather than your old Firefox settings - I guess that bug's still there. (Although how on earth it got to be released with such a stupid bug I don't know!)

        If you were using Firefox 0.8 under linux then your settings were already under ~/.firefox - so you shouldn't have lost any data but there's not much you can do if you have. It's a good lesson in backing up your home directory, I'm afraid!

      • It didn't delete anything, probably. For Windows XP:

        The data is still in the old installation folder. You need to copy the History.dat file, the Bookmarks.html file, and the formhistory.dat file to the new folder. After searching, I found that the old files were in:

        Documents and Settings\MyLoginName\Application Data\Phoenix\

        They must be copied to:

        C:\Documents and Settings\MyLoginName\Application Data\Mozilla\Firefox\Profile s\default.uh4 >

        The problem is that the FireFox people don't provide any installation instructions, and the installation sometimes fails to copy those files, and once installed, you cannot do the installation again.

        As I said before: Clearly the FireFox team has some former Microsoft employees, because the team sometimes promotes frustration. Crazily, there is no way to import FireFox data, only a way to import IE and Netscape data.

        On the other hand, Mozilla FireFox is certainly the best browser, if the best isn't Mozilla itself.