Slashdot Mirror


Firefox 3 In Alpha

illeism writes to note that, a mere six weeks after the launch of Firefox 2, Firefox 3 is now available in alpha. CNet reports that it is currently recommended only for software developers and testers. The big change is the upgraded Gecko rendering engine (the UI is unchanged from version 2). From the CNet article: "Firefox 3 will include some significant changes. It uses version 1.9 of the Gecko rendering engine — which itself hasn't been released yet but which includes the Cairo graphics layer. Gecko 1.9 has been in development since before the release of Firefox 2, and it provides vector-based rendering on all platforms. As the Gecko 1.9 road map explains, Cairo will 'bring modern, hardware-accelerated 2D-graphics capabilities to the whole of the Web without requiring proprietary plug-ins or rendering obsolete the broad and rich set of Web-authoring techniques developed over the past decade.'"

366 comments

  1. It's not really a Firefox alpha by davidmcg · · Score: 5, Informative
    It's more of an alpha of Gecko than of Firefox. There's no front end changes in this release, all the changes are to the backend which are shared with all Gecko browsers (Camino, Seamonkey and other Gecko apps like Thunderbird).

    Development has been going on the trunk since the Gecko 1.8 was branched (sometime in 2005) - Gecko 1.8 was the basis of Firefox 2 and 1.5. So there's a lot of backend work been going on that's not been tested by a wider audience. While lots of frontend changes were made on the branch for Firefox 2, most of the backend work was restricted to the trunk.

    Future alphas and betas will have more UI changes in them so can more accurately be called Firefox alphas.

    1. Re:It's not really a Firefox alpha by MemoryDragon · · Score: 3, Insightful

      This is more than ie7 was, ie7 was a frontend change with only a handful of bugfixes in the backend, and even the top 10 list of worst bugs was not fully fixed.

    2. Re:It's not really a Firefox alpha by CubicleView · · Score: 3, Informative

      OK, the fact that all the "new" features in IE7 were implemented in the front end was news to me, thanks for the info. However would it not be better to argue how this release fits in the generally accepted definition of an alpha release http://en.wikipedia.org/wiki/Software_release rather than flogging a dead horse, just because it happened to be in the same field?

    3. Re:It's not really a Firefox alpha by Tim+C · · Score: 1

      Which differs from the scope of changes in Firefox 2 how, exactly? While you're at it, what bearing does it have on whether or not it's technically correct to call this a Firefox alpha?

      Besides, users don't care (or even know, for the most part) *where* changes are made, they just care that their experience is better or at least no worse. In that respect, this is a Firefox alpha as much as it is a Gecko one, and your comment is simply incorrect, as IE7 introduced a large number of very visible changes (ie the sort the user actually notices).

    4. Re:It's not really a Firefox alpha by Reaper9889 · · Score: 1
      even the top 10 list of worst bugs was not fully fixed

      If I know /. atleast 4 of those was "it was made by M$" ;)
    5. Re:It's not really a Firefox alpha by Anonymous Coward · · Score: 0

      Great. Finally a FF that does something better than nearest-neighbour resampling when scaling images.

    6. Re:It's not really a Firefox alpha by CubicleView · · Score: 1

      Are the modifiers taking crazy pills?

    7. Re:It's not really a Firefox alpha by anaesthetica · · Score: 1
      There's no front end changes in this release

      That's not entirely true. Mac users will find Firefox 3 to be light years faster and more beautiful for two reasons:

      1. Uses native interface widgets. Instead of wasting CPU cycles creating custom interface each time you open a damn tab, Firefox 3's native interface is brilliantly fast.
      2. Uses better rendering on fonts, such that the fonts are far more beautiful that on Firefox 2.0, and comparable even to Safari's font rendering.

      Those two alone make Firefox 3 alpha attractive to Mac users who like Firefox but can't stand dealing with its slow-as-molasses implementation in the 1.*-2.0 series.

    8. Re:It's not really a Firefox alpha by Anonymous Coward · · Score: 0

      If you want a version that has no installation and can run from USB flash, you can download:
      http://thinstall.com/examples/firefox_3.0a1.exe (10MB)

      To run from a USB key:
      1. copy EXE to flash drive
      2. In same directory as EXE create a directory called "Thinstall"

      The flash version should load and save your settings/cache/history/etc on the flash drive instead of the host PC.

    9. Re:It's not really a Firefox alpha by Keeper+Of+Keys · · Score: 1

      Indeed. That comment was so unfair, one might almost think the OP was a Microsoft-hater. They fixed *ALL* the worst bugs in IE6, listening to people like positioniseverything who've been cataloguing them for years, and don't seem to have created too many new ones.

      Not an IE7 fan, particularly, just a truth-pedant.

  2. will not run.. by Threni · · Score: 2, Informative

    > this release will not run on Windows 95, 98, or ME, or OS X 10.2 or earlier.

    That's nothing. IE7 doesn't even work on Windows 2000!

    1. Re:will not run.. by Billosaur · · Score: 1, Insightful

      When you boil it right down, anyone using one of the older versions of Windows (and I count 2000 in this, as MS doesn't support it anymore) is going to have to face up to the fact that technology advances, software changes, and no matter how much they love their old machine/OS, they're going to get left behind. Backwards compatibility leads to backwards thinking.

      --
      GetOuttaMySpace - The Anti-Social Network
    2. Re:will not run.. by Threni · · Score: 4, Interesting

      > face up to the fact that technology advances, software changes, and no matter how much they love their old machine/OS, they're going
      > to get left behind.

      I don't love my old OS, but I have to use it (sometimes) at work because it's the OS that deployed apps use. No point in retesting huge apps on different OS's just to get a new browser. It doesn't bother me - I now use Firefox on those machines anyway. It seems a little odd, though. Aren't browsers just displaying text and graphics, and running scripts? (I don't include plugins such as Flash and Qtime as the run as seperate executable code invoked by the browser).

      > Backwards compatibility leads to backwards thinking.

      Hmm. You could also write "Pointlessly adopting new technology leads to the need for frequent bug fixes and faster CPUs".

    3. Re:will not run.. by wwwojtek · · Score: 2, Insightful
      Backwards compatibility leads to backwards thinking.

      It depends on the stage of development. Knowing that you'll have to maintain backward compatibility leads to forward thinking - you have to design in a way that makes it feasible

    4. Re:will not run.. by Billosaur · · Score: 1

      But why do you have to maintain backward compatibility? Maybe for something like Word this is desirable, as you'd like to be able to open old Word documents with a new version and edit them. But a browser is just rendering text and pictures, and if there's a better way to do it that your machine doesn't support, then that's just too bad.

      Backwards compatibility is a crutch -- it keeps users chained to old formats and bogs down code with all sorts of exceptions that have to be programmed in to allow older things to keep working. I say: make sure you build in the functionality to convert old data to new and go from there -- stop dragging around old code. I suspect backwards compatibility leads to a lot of the bugs and holes you see in products like Word, Outlook, etc.

      --
      GetOuttaMySpace - The Anti-Social Network
    5. Re:will not run.. by Captain+Splendid · · Score: 3, Insightful

      Shame really, 2000 is a decent OS (and I'm still going to have it around for a bit.)

      But I guess it's time to start getting on the horse with Linux, because it's also the last MS OS I'll be using.

      --
      Linux, you magnificent bastard, I read the fucking manual!
    6. Re:will not run.. by Anonymous Coward · · Score: 0

      You say that like it's a BAD thing.

      it's not. from any point of view but wannabe webmasters.

    7. Re:will not run.. by aplusjimages · · Score: 1

      I think this is a good thing though. Why are people still running W95 or 98? Adobe has also stopped supporting older OS for Windows so they can focus on making their software better for the more current OS's. I think more places should do this.

      --
      Can I bum a sig?
    8. Re:will not run.. by Anonymous Coward · · Score: 0

      ...and I count 2000 in this, as MS doesn't support it anymore...

      Win2K is on extended support (critical security fixes) until 2010

    9. Re:will not run.. by SatanicPuppy · · Score: 0

      Wait, you're web browsing on machines that are kept around for no reason other than running legacy apps? Why the hell would you do that, A, and B, why the hell would you do it so much that you're complaining that Firefox 3 isn't going to support your system?

      Sounds like your workplace has issues.

      --
      ad logicam Claiming a proposition is false because it was presented as the conclusion of a fallacious argument.
    10. Re:will not run.. by Anonymous Coward · · Score: 0

      Yippee, another good reason to tell my other half that we cant turn on flash stupidity, I would rather avoid those sites anyway...

    11. Re:will not run.. by Midnight+Thunder · · Score: 1

      When you boil it right down, anyone using one of the older versions of Windows (and I count 2000 in this, as MS doesn't support it anymore) is going to have to face up to the fact that technology advances, software changes, and no matter how much they love their old machine/OS, they're going to get left behind. Backwards compatibility leads to backwards thinking.

      The need for backwards compatibility, in an application, really depends on the number of users locked into older OSs and the work involved. Quite honestly what they could do is list older versions of Firefox for older version of Windows, MacOS, etc. That way people can still use Firefox, even if it isn't the latest version.

      With Windows, one of the biggest sticking points is lack of Unicode support in older versions. The support can be provided through a Microsoft DLL, but the distribution license for this is quite limiting and doesn't fit well with the approach used by Mozilla.

      --
      Jumpstart the tartan drive.
    12. Re:will not run.. by zenslug · · Score: 1
      Aren't browsers just displaying text and graphics, and running scripts?

      Presently, yes, but as a web developer I see the value in having the current web and a much richer web that makes the OS underneath irrelevant. Firefox does this to a degree because it is available on the big three platforms. But having the supporting browser infrastrucure to deliver real applications via the web can provide features that the current web cannot, such as rich media.

      Sure, Flash can do some of that now, but I would rather have the same capabilities (and more) as part of the basic browser landscape. Flash is buggy and not open, and I don't like that.

      Just as lynx fills a niche, so too could today's browsers in a world of more heavy-duty browsers.

    13. Re:will not run.. by Threni · · Score: 2, Insightful

      > Wait, you're web browsing on machines that are kept around for no reason other than running legacy apps? Why the hell would you do
      > that

      Because it's the machine I use to support and maintain the code? Why do you think I'm doing it?

      > why the hell would you do it so much that you're complaining that Firefox 3 isn't going to support your system?

      Where did I complain that FireFox3 isn't going to run on Windows 2000?

      > Sounds like your workplace has issues.

      Sounds like you have problems with basic English comprehension.

    14. Re:will not run.. by aplusjimages · · Score: 1

      Well I meant like you can't load the latest Premiere and After Effects on anything but XP for Win.

      --
      Can I bum a sig?
    15. Re:will not run.. by somersault · · Score: 1

      Backwards compatibility leads to backwards thinking. I agree - all that backwards thinking and 'standards' stuff really gets in the way of new technology!! When will people learn that you have to buy a completely new machine and set of applications every couple of years!?
      --
      which is totally what she said
    16. Re:will not run.. by somersault · · Score: 1

      I kept running 98 until last year because it worked, it had years worth of bugfixes and crap, let me log onto an NT domain.. I only upgraded to XP (pro, just because we have it at work, and I prefer to have little things like the Windows Security console when I hit ctrl-alt-delete) when games started requiring it. After getting fed up with XP because of it complaining about me not having antivirus (apparently you can switch that off, but I don't know where), I switched to Ubuntu. Then I got a laptop at work anyway so I'm back on XP, and I hardly ever play games because I'm either at work or with my girlfriend now (though I've ordered a Wii, I'm hoping she'll like my Wii :p )

      --
      which is totally what she said
    17. Re:will not run.. by Billosaur · · Score: 2, Informative

      When will people learn that you have to buy a completely new machine and set of applications every couple of years!?

      About the same time that people get rid of their AS/400 machines.

      --
      GetOuttaMySpace - The Anti-Social Network
    18. Re:will not run.. by SatanicPuppy · · Score: 1

      No offense or anything, but don't throw off on my English when you conveyed your point so poorly. I admit, I gathered that you were talking about a Windows 9x machine...Probably because this entire thread is about Windows 9x machines, and you didn't bother to clarify that, for some reason, you weren't talking about 9x.

      So fine, you're using Win2k, which doesn't even play into this discussion because it's still being supported, and will run Firefox 3. So...what was your point again? That you're a rebel for staying with the barely obsolete Win2k, like a third of corporate America? That you can't be bothered to even modernize your development machine?

      --
      ad logicam Claiming a proposition is false because it was presented as the conclusion of a fallacious argument.
    19. Re:will not run.. by trckry · · Score: 1

      Because what happens when you're on a new version and your friend is on an old version and you want to share data? If you can't go backwards and forwards with the data, then one of you will be pissed off. Corporations and governments care very much about the ability to keep using their old documents and data. You'll lose a lot of customers if you break backwards compatibility too often or too badly.

    20. Re:will not run.. by HeroreV · · Score: 1, Insightful
      When will people learn that you have to buy a completely new machine
      About the same time they learn that their operating system isn't set in stone and can actually be changed without any physical changes to the computer.
    21. Re:will not run.. by edxwelch · · Score: 1

      I use Win 2000 at home and WinXP at work. Don't see a single thing that I need from XP. Actaully, they made XP more hard to use if anything. It hard to get Hibernation working. The tellytuby interface is enabled by default. The explorer search files function is harder to use and so on-

    22. Re:will not run.. by Arctic+Dragon · · Score: 1

      Windows 2000 is presently in extended support until 2010.

      "We will of course continue to keep our Windows 2000 SP4 customers secure with security updates through the life of Windows 2000 (through 2010)."

    23. Re:will not run.. by Therilon · · Score: 1

      Wow, that was sure insightful. Let me try. Shame that I won't be able to run brand new applications on an fairly old operating system. So much for XP. Pity really, it's a good OS. Looks like I'll be fellating Mark Shuttleworth's Ubuntu now.

    24. Re:will not run.. by Threni · · Score: 1

      > No offense or anything, but don't throw off on my English when you conveyed your point so poorly.

      It's "offence", and I've never heard the phrase "throw off on". Firefox 2 has a built in spell checker - perhaps you'd like to check it out? My point was made perfectly clearly, as you'd know if you'd followed the thread from the start.

      > Probably because this entire thread is about Windows 9x machines

      This thread is manifestly not entirely about Windows 9x, as I was talking about IE7 and Windows 2000.

      > That you're a rebel for staying with the barely obsolete Win2k, like a third of corporate America?
      > That you can't be bothered to even modernize your development machine?

      If you knew the first thing about software development, you'd know that you don't just change the operating system that a program which is deployed onto thousands of computers uses without good reason, and a great deal of testing. This is expensive, and if the only reason is to either upgrade the browser (which isn't required by the application) or satisfy the bizarre urge to upgrade the OS in some futile attempt at `keeping up` then you'd be failing as a professional software engineer.

      I confess to being fairly uninterested in what happens in America, what with it being several thousand miles away, but I'd imagine that the reason a substantial number of corporate users there have allegedly stuck with Windows 2000 is that XP, with its bloated, children's interface and `product activation` nonsense offers little incentive to people with perfectly functioning Windows 2000 systems.

    25. Re:will not run.. by Captain+Splendid · · Score: 1

      I never get tired of this...

      Who pissed in your cornflakes this morning?

      --
      Linux, you magnificent bastard, I read the fucking manual!
    26. Re:will not run.. by SatanicPuppy · · Score: 1

      Spell checkers do what for grammar again? Anyway to "throw off on" something is an idiom for "to disparage", and idioms are usually not included in grammar checkers.

      I know quite a lot about obsolete win2k-dependent applications, as I make my living replacing them with Linux based systems. One thing I know for sure is that if you make no attempt to keep a windows application current, it will quickly become unmanageably obsolete, and for you to not even bother to keep your development, not your production machine, reasonably in sync with the MS driven patch schedule, means that this doesn't bother you in the least.

      In my mind this means that either your application is being phased out, or it means that you are a poor developer. And, upgrading to XP is nonsense, unless you're not bothering to run your system on server class software...You should be upgrading to Win2k3.

      --
      ad logicam Claiming a proposition is false because it was presented as the conclusion of a fallacious argument.
    27. Re:will not run.. by Monsuco · · Score: 1
      When you boil it right down, anyone using one of the older versions of Windows (and I count 2000 in this, as MS doesn't support it anymore) is going to have to face up to the fact that technology advances, software changes, and no matter how much they love their old machine/OS, they're going to get left behind. Backwards compatibility leads to backwards thinking.
      First off MS does support 2000 sorta. As I understand it, 2000 is an enterprise product. 95/98/ME are not. 2000 is in long term support meaning MS will release no more service packs or new features, but will provide security and maintenance for it until something like 2010, but updates will only be downloadable for people who have Windows 2000 SP4 Rollup 1 (a free update). I really think with IE7, that should be a security update, so I am a little upset especially since Win2K uses the same NT kernel as XP so it wouldn't take much effort.

      I am upset that support for 9X has been dropped by Mozilla, as Windows 9x is no longer supported by MS, so that means that only 3rd party updates are available to users. This means that users of 9x will have only old browsers that are insecure and I think if I remember right, more people use 9x than Mac and Linux combined.

      Sigh, obsoletance hurts. I am glad I use Linux. Sure various Linux distros stop being supported, but with comunity distros you can easily update, with commercial ones you usually get a discount on upgrades or you can simply switch distros.

    28. Re:will not run.. by IdeC · · Score: 1

      Microsoft products are ment to compete against their previous products. As we all saw it happen, Win9x against Win ME == No sound support for dos apps anymore, and the bootup to dos was disabled. Win2k vs XP == multimedia features. any many other things as I don't know them all.. Even in XP, 16 bit applications can make your whole system to not respond at all when they are stuck in a loop that requires alot of time to process. Of course they will not fix this.. I remember that one day I read that Microsoft is aware (alot) that backward compatibility is an important thing in the computer industry. I believe so.. I think that Microsoft is aware that if they give all the improvements they are working on to their current OS their will be no reasons for people to buy their newer OSes. Thank God there is Linux: every improvements given to the Open Source community will always COMPLIMENT to everyone's current Linux boxes.. Example: lets say you have an old old copy of Redhat 6 (lol) and you'd want to update the kernel and Apache.. You can!!! But lets say you have NT4 + Terminal Services and you'd want to get the latest IIS Services: you will be forced to trash out NT4 and replace it with a newer version of their OS. :(

    29. Re:will not run.. by somersault · · Score: 1

      Well if I'd spent several million on my servers and applications, and everything still 'worked', I'd probably be reluctant to get rid of everything just for the sake of upgrading to whatever the latest OS is. I don't upgrade without good reasons. If my car still works and I like it, I'm not going to get another one. If my computer works for what I want to do (has good enough FPS in the Source engine for example), then I don't need any upgrades.

      --
      which is totally what she said
    30. Re:will not run.. by fm6 · · Score: 1

      It's amusing (and sad) to hear this argument used in favor of Windows Vista — or any version of Windows. Backwards compatibility is the only reason the Wintel platform even exists! We're talking a stream of hardware and software upgrades that goes all the way back to the Intel 4004, the the very first commercial microprocessor.

      If sticking with old versions of Windows is "backwards thinking" than upgrading to Vista represents "forward thinking". Which is absurd. If Vista had retained its serious innovations, like the next-generation file system, than maybe upgrading would mean getting access to some serious new technology. But they had to strip most of that out in or to get the thing out the door. What's left is changes designed to fix Windows' many security flaws (not just bugs, but vulnerabilities that were designed in!) and some UI changes that are mostly imitations OS X.

      Speaking of which, is anybody who's planning to buy a new machine just to run Vista even considering buying a Mac instead? You can argue about whether or not the Mac is superior, but the fact is that few folks can even consider that option, because they have a bunch of Windows apps they need to be able to run. Backward compatibility isn't "backward thinking", it's just a fact of life.

  3. Too bad by Rosco+P.+Coltrane · · Score: 4, Interesting

    Because of the new Gecko code, this release will not run on Windows 95, 98, or ME, or OS X 10.2 or earlier.

    One of the great strengths of OSS compared to proprietary software is the ability to make use of older hardware. Not so with this new release of Firefox. But then it's the same with other "heavyweights" like KDE, so I guess there's a trend there. That's too bad...

    --
    "A door is what a dog is perpetually on the wrong side of" - Ogden Nash
    1. Re:Too bad by linuxci · · Score: 5, Informative

      It's because cairo is not compatible with win9x they decided that it wasn't worth the effort to support this platform any more (they still support Win2k - they only dropped support because supporting win9x was holding them back). If anyone is able to contibute coding skills to make it work they have no problem accepting it. It's a technical rather than a political decision.

    2. Re:Too bad by makapuf · · Score: 4, Insightful

      Why ? To each program its own target.
      KDE has never been "for older hardware". However, perfectly nice & actively developed Desktop Environment exist for older hw (xfce by ex.).
      Same here, OpenSource is about making use of older codebase, so nothing prevents anybody to patch FF2.x !

    3. Re:Too bad by MountainMan101 · · Score: 5, Insightful

      One of the great strengths of OSS compared to proprietary software is the ability to make use of older hardware.

      This doesn't happen automagically when you license something by GPL (or similar). It takes work. The strength of OSS is that no one is stopping you from making it work on older hardware. All the code for older firefox versions, and the code for gecko 1.9 is available. Just because Mozilla team is dropping support doesn't mean they won't add patches to fix this if someone else does it. Now compare that with say Windows Vista - you have no way of patching that to run on an old 386.

      Moral of the story... don't be so quick to bitch about stuff.

    4. Re:Too bad by Rosco+P.+Coltrane · · Score: 5, Informative

      Yes, I guess you're right. There was a time when OSS software was the solution of choice for those who didn't want to throw away semi-obsolete hardware in working order to dance the Microsoft forced upgrading dance. I suppose this means OSS solutions have gained enough traction and have become credible enough that they justify requiring newer hardware to run them, which is good.

      I'm aware of xfce and blackbox and the likes, they are nice, but if you want to run mainstream software that require KDE libraries, you're still hosed.

      But in the case of FF for Windows, the problem is that Win9x users (and there are many left) will find themselves in the same situation they were with IE: they'll have to keep running the latest older version of the browser that works with their OS, which will quickly become out of date. I'm sure the FF/Gecko guys have perfectly good technical reasons to leave the old platform behind, but in a sense I hope someone will fork off a Win9x tree of FF and keep developing it, otherwise it would mean OSS is no better than Microsoft with regard to software obsolescence.

      --
      "A door is what a dog is perpetually on the wrong side of" - Ogden Nash
    5. Re:Too bad by ari+wins · · Score: 4, Insightful

      While I understand your gripe, let me introduce you to Firefox 2.0. It was just released, and likely going to be around for a long enough time to outlast your computer with the P200 chip w/MMX technology that still has windows 98 installed.

      --
      Don't worry if you're a kleptomaniac, you can always take something for it.
    6. Re:Too bad by Runefox · · Score: 1

      Well, Win2K will run quite nicely on a Pentium 166 with 64MB of RAM, so this point is moot.

      I don't know about you, but I'd be embarassed to even be running that, let alone something older. You'd have to be running a 486 to be incompatible with Firefox at this stage of the game, and even then, Linux will still feel right at home, and - again - run Firefox.

      So what's the problem?

      --
      Screw the rules, I have green hair!
    7. Re:Too bad by Anonymous Coward · · Score: 0

      otherwise it would mean OSS is no better than Microsoft with regard to software obsolescence.

      Well, no, it would mean that firefox developers are no better than microsoft's developers. There are still plenty of OSS applications that don't require a 2GHz processor and all the latest whizbang.

    8. Re:Too bad by Vardamir · · Score: 1

      Of course, this problem has nothing to do with older hardware.

      On a slightly related note, I'd like to know why Java 1.5 doesn't run on the ancient and outdated platform that is OS X 10.3...

    9. Re:Too bad by OfficeSubmarine · · Score: 1

      It's evidence of both strength and weakness. While perhaps unfortunate to see those platforms droppeed, any number of developers would be happy to keep things working if the community was willing to actually pay them for their work. I don't know if the end users can really claim any right to complain unless they're willing to put their money where their mouth is. Heck, I'd be happy to get it running on windows 95 if there were enough people willing to pay me enough to live on something other than raman noodles while I do it.

    10. Re:Too bad by aussie_a · · Score: 1

      Another one of the great strengths of OSS is that if there's enough of a demand for something, people can work on it without any legal worries. This is discouraged in businesses that concentrate on maximizing profits.

    11. Re:Too bad by aussie_a · · Score: 4, Insightful

      Yes, I guess you're right. There was a time when OSS software was the solution of choice for those who didn't want to throw away semi-obsolete hardware in working order to dance the Microsoft forced upgrading dance. I suppose this means OSS solutions have gained enough traction and have become credible enough that they justify requiring newer hardware to run them, which is good.
       
      I'm aware of xfce and blackbox and the likes, they are nice, but if you want to run mainstream software that require KDE libraries, you're still hosed.
       
      But in the case of FF for Windows, the problem is that Win9x users (and there are many left) will find themselves in the same situation they were with IE: they'll have to keep running the latest older version of the browser that works with their OS, which will quickly become out of date. I'm sure the FF/Gecko guys have perfectly good technical reasons to leave the old platform behind, but in a sense I hope someone will fork off a Win9x tree of FF and keep developing it, otherwise it would mean OSS is no better than Microsoft with regard to software obsolescence.
        So how long are they suppose to be supporting the Win9x OSes? 2 more years? 5? 10? 20? Until there aren't any more Win9x users? But if all of the Win9x users have their OSS software continue to support Win9x, what incentive do they have to upgrade? They obviously don't care about bugs or viruses if they're still using Win9x software after all these years.
    12. Re:Too bad by Orange+Crush · · Score: 1
      I suppose this means OSS solutions have gained enough traction and have become credible enough that they justify requiring newer hardware to run them, which is good.

      Granted. The lowest specs I'd bother installing Win2k on are a 500mhz P3 w/ at least 128mb ram. This is hardly cutting edge. Grandma's 486 DX2-66 running Win95 (oh the pain . . .) is both a.) miraculous its power supply hasn't failed or a cap busted on the mobo and b.) probably much better off running Damn Small Linux anyway.

    13. Re:Too bad by orra · · Score: 1
      One of the great strengths of OSS compared to proprietary software is the ability to make use of older hardware. Not so with this new release of Firefox.
      No, one of the greatest strengths of free software compared to proprietary software is that it's free. Why should running on proprietary platforms, let alone obsolete ones, be a priority of a free software project?
    14. Re:Too bad by Anonymous Coward · · Score: 0

      I take this as you haven't actually tried using KDE on older hardware. It's actually usable if you have at least 128 MB ram, which isn't exactly even yesterday's standard. Granted it'll be a somewhat limited experience - forget about 50 tabs in konqueror, amarok etc - but it's still usable.

      Some will at this point say that XP and windows 2000 are probably better matches, but comparing the latest of kde to 5-6 years old systems is hardly fair.. Also, if you stick to pure kde applications the code reuse really helps keeping resource usage down.

    15. Re:Too bad by zullnero · · Score: 1

      You mean, older "software", right? Because Win 98, ME, and OSX are not exactly hardware, per se.

      In any case, it's probably not a big deal except for the Mac folks. If I were still running OSX 10.2 or earlier, and didn't want to upgrade, I'd probably be a little irate. Other than that, as far as the MS operating systems go, those aren't even supported by Microsoft in any kind of real capacity any longer...and ME just plain sucks. If you're using it and somehow manage to be productive, congrats. But just to let you know, if you bought it, you probably WERE ripped off.

      If you DID mean hardware, then yes, I do understand that upgrading your graphics card does kind of suck. However, vector based rendering is definitely worth paying literally a few bucks for a card that supports decent 2D rendering...though if you're running OSX, Win32, KDE, or Gnome, if you don't have a decent 2D card, I'd wonder why exactly you want a state of the art web browser on your file server. ;)

    16. Re:Too bad by ben+there... · · Score: 2, Insightful
      But in the case of FF for Windows, the problem is that Win9x users (and there are many left) will find themselves in the same situation they were with IE: they'll have to keep running the latest older version of the browser that works with their OS, which will quickly become out of date.

      If lots of people run Firefox on old PCs, there will be lots of people to develop patches for Fx 2.x.

      It works the same as any open source project. The more common the scenario of your use of the project, the more likely lots of other people will be working on it.

      In other words, you have nothing to worry about if in fact lots of people run Fx 2.x on old PCs.
    17. Re:Too bad by itlurksbeneath · · Score: 1

      They didn't say it wouldn't run on older hardware, they said it wouldn't run on older versions of some operating systems. Big difference.

      --
      Have you ever considered piracy? You'd make a wonderful Dread Pirate Roberts.
    18. Re:Too bad by pokemonkiller · · Score: 1

      I think you are missing the fact that this is an Alpha. The actual shipping product will likely not be out until 2008! By then we will have had Vista out for over a year, and we will likely be looking at at least one additional versioning of OSX.

    19. Re:Too bad by mlk · · Score: 1

      Apple want you to pay $99.

      --
      Wow, I should not post when knackered.
    20. Re:Too bad by acgrissom · · Score: 1

      Maybe. I'm not sure, though. Firefox, unlike IE, is not bent in encouraging web developers to use the next big thing, with regard to web features. Firefox, along with Opera, as well as a handful of other browsers, have certainly filled a voice for older operating system users who want to access the Internet with support for the latest standards. Opera, after all, is still supported on OS/2 Warp. I think that, by the time Windows 95/98's versions of the browsers become completely obsolete, it won't matter, because almost no one will be using that software anymore, except, perhaps, for a couple of people who still have a useful word processor. One might even argue that, with the preponderance of more varied web browsers and devices with which to access the Internet, things will become more standardized and compatible, so that it won't matter so much. The Wii, DS, PSP, cell phones, PDA's, etc., all tend to have varied web browsers with unequal capabilities. If a web site wants to reach the largest possible audience, perhaps it will forgo technology X and simply provide the service. For the past few years, in any case, Flash has been the differentiator in this regard, as well as some other technologies such as CSS. Even newer technologies, such as JavaServer Faces and the like offer the benefit of a backend renderer into HTML. Likewise with other OpenSource software: At least it gives us something, and there is always the possibility that someone should will it to an older platform, should the demand aris.

    21. Re:Too bad by kalirion · · Score: 1

      But something tells me that after Firefox 3 is released, they will no longer be doing security updates for Firefox 2. That'll be annoying to anyone still running win9x.

    22. Re:Too bad by mwaggs_jd · · Score: 2, Informative

      I didn't see anything about FF3 not running on older hardware, only older OS's. I have a laptop that shipped with Win98 on it, and it will run FF3 with no problem I am sure, since it is now running a very modern version of Linux. If you want FF3 and you are running ME, just drink the koolaid and install Linux.

      --
      No one here gets out alive
    23. Re:Too bad by Anonymous Coward · · Score: 0

      I just hope someone will keep patches on Firefox 2 going for a while.

    24. Re:Too bad by trybywrench · · Score: 1

      I agree that it would it be a good idea to keep full support across the windows platforms but i also concede that for innovation's sake you have to march forward. Maintaining backward compatibility is great but don't sacrifice innovation to maintain it. There's plenty of ammo for both sides of the argument but that's my position.

      --
      I came to the datacenter drunk with a fake ID, don't you want to be just like me?
    25. Re:Too bad by smallguy78 · · Score: 1

      Who seriously still uses Windows 98? Especially the type of people using Firefox - they aren't the kind of people still using Windows 98. Win98 was/is a billious bag of poop and even Microsoft have admitted it (not in those exact words). It doesn't deserve support, spit spit spit

      --
      Nothing costs nothing
    26. Re:Too bad by crazyjimmy · · Score: 2, Informative

      So how long are they suppose to be supporting the Win9x OSes? 2 more years? 5? 10? 20? Until there aren't any more Win9x users? But if all of the Win9x users have their OSS software continue to support Win9x, what incentive do they have to upgrade? They obviously don't care about bugs or viruses if they're still using Win9x software after all these years.

      How do you reach that conclusion? Win9x isn't any more virus prone than WinXP (in fact, you could argue it is less so since it's no longer the main target). As far as bugs, it has it's share, but again, so does WinXP (I just did an fresh install of XP on my wife's computer that didn't take, and is causing all sorts of minor headaches like disabling the sound server every-other time the comp is started).

      What 9x has that XP does not is full Dos support. No biggie if you only want to do the latest of the late, but some members of my family have been buying and using software for decades, and would rather keep using what they know and understand rather than buying the latest, less-useful bit.

      Geez, stop being a software bigot :D :D

      --Jimmy
    27. Re:Too bad by jlarocco · · Score: 2, Informative
      So how long are they suppose to be supporting the Win9x OSes? 2 more years? 5? 10? 20? Until there aren't any more Win9x users? But if all of the Win9x users have their OSS software continue to support Win9x, what incentive do they have to upgrade? They obviously don't care about bugs or viruses if they're still using Win9x software after all these years.

      Until there's a good technical reason not too? It's not your responsibility to give people incentives to upgrade. In a lot of cases it makes more sense to continue using an already working system than to upgrade for upgrading's sake. And if viruses were a concern, they wouldn't be using any version Windows.

      As another poster said, there's a good technical reason for Firefox no longer supporting older Windows. But when there's not, with a little care while programming, software for Win XP will usually run on Windows 9x without modification, so why not support it?

    28. Re:Too bad by finkployd · · Score: 1

      I'm aware of xfce and blackbox and the likes, they are nice, but if you want to run mainstream software that require KDE libraries, you're still hosed.

      You are also hosed if you want to run Quake3 on a 486, but I don't see the problem.

      Are you arguing that software should never take advantage of available hardware for fear that someone out there may not be able to run it? To me the beauty of open source is that there IS software out to run on pretty much anything. You can still use an Sun Ultra1 as a decent workstation as long as you do not have illusions of running openoffice, mozilla, and xgl 3d window managers on it at lightening speed. Open source has given us alternatives such as abiword, dillo, and the like for those cases.

      But in the case of FF for Windows, the problem is that Win9x users (and there are many left) will find themselves in the same situation they were with IE: they'll have to keep running the latest older version of the browser that works with their OS, which will quickly become out of date.

      These people are running an 11, 8, or 6 year old OS, all of which have been out of date, unsupported, and full of unpatched bugs and vulnerabilities for a long time now. Why on earth would having the absolute latest browser be a concern?

      I hope someone will fork off a Win9x tree of FF and keep developing it, otherwise it would mean OSS is no better than Microsoft with regard to software obsolescence.

      If it is needed badly enough, I am sure someone will. However the OSS community did not make the decision to make Win9x obsolete and change the existing versions of windows in such a way that they are incompatible (from a development perspective), Microsoft did.

      Finkployd

    29. Re:Too bad by Dr.+Spork · · Score: 3, Insightful

      I have a feeling that the 2.x.x branch of Firefox will live on for a very long time, and will continue having bugfix and security updates. If you're running Win98, it will certainly not be the weak point in your system in terms of security or stability! My point is that if by your standards you consider Win98 good enough to use, there will always be a version of Firefox that far exceeds your standards. And I mean, by many miles.

    30. Re:Too bad by Anonymous Coward · · Score: 1, Informative

      They still do security updates for Firefox 1.5. Support is not dropped instantly.

    31. Re:Too bad by Anonymous Coward · · Score: 0

      Mozilla supports Firefox for the whole Windows platform, all Windows versions Microsoft still supports. Hence no Win98...

    32. Re:Too bad by diegocgteleline.es · · Score: 1

      Nobody uses win 9x on the internet. The numbers are so small, and it will be even smaller when firefox 3 is released, and it has so few sense to run that bunch of crap (microsoft doesn't supports it and it has know security bugs) that I don't understand why firefox should try support a minority, instead of focusing in the majority.

      In my blog, even Vista has already took more share than all the win9x/me equivalents

    33. Re:Too bad by Anonymous Coward · · Score: 0

      There is a very good technical reason not to support win98. There is no Cairo backend for Win98, there is no Unicode support in Win98 etc. etc. It would take a tremendous amount of time and effort to write a Cairo Win98 version. Not small things to develop from scratch, by the time it would be done we'd be talking about the successor to Vista.

      Mozilla wisely chose not to put valuable development time to support a platform that is even less popular than Linux and which has no future whatsoever. Let alone the fact that only MS could develop some of the stuff and they are surely not going to.

      It is still OSS and Mozilla is willing to support people who want to give it a shot themselves but are not wasting their time rewriting half of Win98 from scratch.

    34. Re:Too bad by corwin2 · · Score: 1

      Firefox 3 is one year from now and there is a 6 months support for version 2 after Firefox 3 is released, which means that Firefox 2 will still be supported in the 18 months to come, more if some companies decides to finance the maintaining of the 1.8.1 branch for security fixes.

      Today Win98 is below 5% market share, in mid 2008 it will be like what ? 1% of users ? That's not worth hindering the overall progress of Firefox, especially since security fixes for Firefox in 2008 will not be particulary relevant in an abandonned OS with security holes all over the place. If somebody still uses 98 in 2008, it means that they don't care about basic security and will use unpatched firefox 2 without any problem.

    35. Re:Too bad by morgan_greywolf · · Score: 1
      I'm aware of xfce and blackbox and the likes, they are nice, but if you want to run mainstream software that require KDE libraries, you're still hosed.


      There's nothing stopping you from running KDE applications under XFCE or blackbox, for instance, as long as you have all of the necessary libraries installed. Of course, you still end up loading parts of KDE when you start the KDE application, but TANSTAAFL.

      But in the case of FF for Windows, the problem is that Win9x users (and there are many left) will find themselves in the same situation they were with IE: they'll have to keep running the latest older version of the browser that works with their OS, which will quickly become out of date. I'm sure the FF/Gecko guys have perfectly good technical reasons to leave the old platform behind, but in a sense I hope someone will fork off a Win9x tree of FF and keep developing it, otherwise it would mean OSS is no better than Microsoft with regard to software obsolescence.


      I disagree with that last statement. You may not be able to run Firefox 3 on Win 9x, but Firefox 2 will be around and updated for at least a while after Firefox 3 is released. Beyond that, with OSS you have options: You could switch to ReactOS, which runs nicely on older hardware and retains a relatively high degree of Windows compatibility. If you decide you don't need a high degree of Windows compatibility, you could run Firefox 3 on a lightweight Linux distro like Xubuntu.
    36. Re:Too bad by Tim+C · · Score: 1

      However the OSS community did not make the decision to make Win9x obsolete and change the existing versions of windows in such a way that they are incompatible (from a development perspective), Microsoft did.

      No, but the OSS community (or at least the Mozilla devs) did choose to use the features that make them incompatible. FF2 runs just fine on all the currently available versions of Windows, so it's not as though it's not possible to make a Gecko-based browser do so.

      That's not a criticism, mind - I happen to believe that in the end, you have to sacrifice backwards compatibility; the trick is to do it at the appropriate time. Your comment, however, makes it sound as though it's MS's fault, which it isn't. They've merely made it possible, they've not made it mandatory.

    37. Re:Too bad by linebackn · · Score: 1

      Who seriously still uses Windows 98?

      Lots of people still use Windows 98. People who don't have lots of money and are perfectly happy with that hand-me-down computer. How about the guy in the corner of the cheapskate office that has a choice of sharing a computer with another employee or using an old machine that was otherwise going to surplus?

      In my opinion one of the big selling points of Firefox is that it runs almost anywhere. It runs on Mac, Linux, Windows, even BeOS and OS/2! Being able to run anywhere enables your OS to be a true commodity. But this also includes the ability to run on these older versions of Windows. Currently I can have a web app that I know works in Firefox and be sure it can work for just about everyone because they can all run the same version of Firefox and have it work the same regardless of the OS.

      Fortunately there is still time for someone to step up to the plate and get it working in 9x again. Anyone who does would have my greatest appreciations!

      (Me? Happily running Firefox and Seamonkey on Windows 95!)

    38. Re:Too bad by CastrTroy · · Score: 1

      If there's enough demand, then people can patch it themselves. Oh the magic of open source. It's not like with IE7, (which also doesn't run on 95/98/ME), where if Microsoft cuts off support for IE6, then there's no way to get patches. If there is enough demand for people who want to run firefox on windows 98/ME, then I'm sure that there will be somebody creating fixed for firefox 2.

      --

      Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
    39. Re:Too bad by Tanktalus · · Score: 1

      Sorta like how they won't release any patches to the 1.5 series after 2.0 came out, right?

      (Hint: timeline was 1.5.0.7, then 2.0, then 1.5.0.8...)

      Using the past as the best indicator of the future, it sounds like this isn't a concern. Being concerned that they keep doing it is valid. But assuming such when the evidence points the other way is a bit premature.

    40. Re:Too bad by swthomas55 · · Score: 3, Informative

      Some "real world" stats:

      According to the stats we collect at www.jstor.org, Win98 accounts for 1.4% of our hits (appx 2.1 million out of 151 million so far this month), but they account for only 0.6% of the Firefox users. Both Win95 and WinME are below 0.1%.

      Mac OS X (all versions) is about 9% (the user-agent string, which is what we use for this analysis, doesn't distinguish versions of OS X, so I don't know how many of these are 10.2 or earlier).

    41. Re:Too bad by Junior+J.+Junior+III · · Score: 2, Insightful

      Proprietary software can support old hardware, too. They just choose not to.

      OSS software can support old hardware, as well. More often, they choose to. But not always. Why can't I run Firefox on Commodore 64 or an Altair? Because I haven't downloaded the source code, written the missing parts that would enable the trunk code to be ported to $myplatform, and recompiled it.

      You want legacy hardware support? If you're one of the few people still using something that old, and no one else wants to support it, hire a developer.

      --
      You see? You see? Your stupid minds! Stupid! Stupid!
    42. Re:Too bad by Ash-Fox · · Score: 1
      But then it's the same with other "heavyweights" like KDE, so I guess there's a trend there.
      I have a old Pentium 3 system running KDE 3.5.5 quite well (Krita isn't that usable on it though). I recall running windows 98 on Pentium 3s (ran Windows 95 on a 486, but that's another story.).

      As for older OS X releases, is there a problem with upgrading the OS? -- Apparently the new versions of the OS are faster than the old on the same hardware (I keep hearing this from certain people on Slashdot).
      --
      Change is certain; progress is not obligatory.
    43. Re:Too bad by mr_mischief · · Score: 2, Insightful

      People worried about security updates for their browser shouldn't be using operating systems that get no security updates -- namely, Windows 95 and Windows 98.

      There are a number of security issues in your OS that no browser can smooth over.

      On the other hand, Mandriva 2006, Ubuntu 6, Xandros 3, NetBSD, and Mac OS X 10.2 all run reasonably well on 500Mhz systems with 256MB of RAM (albeit OS X on a 500Mhz Mac instead of a PC). I haven't run Solaris, OpenBSD, or FreeBSD much recently, but I'd bet you could get at least Solaris and OpenBSD to run comfortably on that type of system, too. Other than OS X, all of these are available for free (as in beer) download. Some do have commercial versions with more support. OS X generally comes with the hardware that runs it, although a 500Mhz system probably originally came with OS 9 instead.

      If you really want old, I have a 386sx 16Mhz laptop with 5MB of RAM and an 80MB HD running SmallLinux with Links. Perhaps I should complain that there's no support for OpenGL 2.0 on my system or something...

    44. Re:Too bad by Ash-Fox · · Score: 1

      Actually, they're supporting Win2k, where Microsoft is not with their new applications. Then again, I've actually ran Wine on one system to avoid the need to upgrade Win2k.

      --
      Change is certain; progress is not obligatory.
    45. Re:Too bad by blindd0t · · Score: 1

      I agree with the parent, and I saw enough posts complaining about Win32 platform support that I felt I had to speak my mind. Here's an analogy:

      I recently swapped out a motor in an older car. Now at this point, it is obvious I am a hobbyist and not you're average motorist when it comes to technical understanding of automobiles. That aside, I understood going into this project that the motor was not the same exact type of motor the car came with. It was a slightly larger and slightly newer motor (also used domestically for a slightly newer model of the car) that happened to be interchangeable. However, with that in mind, the distributor and the timing belt needed to be replaced, and I had a heck of a time finding the correct parts for that motor. Furthermore, though it runs great, there are some quirks that would upset the average driver. For example, the check-engine light comes on simply because it is a slightly different motor running the older ECU. Another quirk is that sometimes old things break, such as the break light sensor (though this was simple enough to fix with a penny and some duck tape), the side-view mirrors need to be replaced as they clearly show age when the bounce around instead of holding the mirror's position.

      Now you're probably asking, how is this analogous? Overall, the car runs pretty well and it made for an awesome learning experience for me. Certainly, it doesn't have the "pep" newer cars of its class have; however, I expect that since it's also pretty old. More importantly, some mechanics only have ODB2 readers, while that car needs a traditional ODB reader to read codes off the ECU, so getting an accurate diagnosis on a problem for it (much like technical support) can be a little difficult (especially when it comes down to finding a mechanic you trust - and those ODB readers cost more than I would like to spend at this time).

      So now you have a new graphics and rendering engine, and you're trying to squeeze that in with an old computer (like dropping in a new engine and transmission with an older ECU). Furthermore, you're complaining that you can't use this new graphical and rendering engine in an older computer, much like I couldn't use a brand new motor from a 2007 model without spending gobs of money and time to make the car essentially 'new' again starting with chassis modifications (much like building an entirely new computer).

      Hopefully this paints the picture fairly well. While uniformity and compatibility is paramount, there comes a point in time where old technology should no longer be supported because it is too prohibitive to the progress of new and emerging technologies. I certainly have not heard of anybody complaining about the fact that a 2007 Civic Si complaining that the motor can't just be "dropped in" a 1995 Civic DX (and believe me, I would love to have that motor in the 1995 Civic, but it's not worth my time and money right now).

    46. Re:Too bad by Anonymous Coward · · Score: 0

      ...again and again and again

      (i had more of those but the /. comment filter rejected that)

    47. Re:Too bad by Ash-Fox · · Score: 1
      KDE has never been "for older hardware". However, perfectly nice & actively developed Desktop Environment exist for older hw (xfce by ex.).
      KDE 3.5.5 is running quite well on my old Pentium 3 system (although Krita isn't very usable on it).
      --
      Change is certain; progress is not obligatory.
    48. Re:Too bad by discord5 · · Score: 1
      So how long are they suppose to be supporting the Win9x OSes?
      Until there's a good technical reason not too? It's not your responsibility to give people incentives to upgrade.

      It's not your responsibility as a programmer to support every possible OS either. I'm all for supporting as many operating systems as possible, but at a certain point you have to draw the line, either for technical or practical reasons. Valid technical reasons would be that certain features simply aren't available on a certain OS (eg Unicode), and practical reasons are that your target audience doesn't actually use that OS.

      Technical reasons are usually the strongest, as for instance the lack of Unicode support would mean you'd have to start developing a rather large library to provide such functionality, or using some library that has those features and is compatible with your licensing scheme which usually results in major changes in your code. A lot of time is wasted on providing support for these features (if they are possible), meaning that your software inevitably will get delayed for a long time.

      Practical reasons are that your target audience simply is too small to warrant the invested time to get something to work. Sure, you can always hack something in your spare time, but unfortunatly manpower and time is limited, even for people who like to hack on some code in their free time. What's next? Supporting DOS? Imagine the amount of work you'd have making a modern application work on Windows 3.11.

      Typically FOSS (or whatever people want to abbreviate open source software to these days) supports a large array of platforms, more than most commercial software will. But even FOSS has its limits to how far back in time you can go without having to upgrade every single thing on your system just to get it to compile, or for that matter actually work. People who are still running Win9x should eventually come to realize that their operating system is getting fairly old by now, their vendor has dropped support, and that the latest and greatest software won't be running on their OS of choice anymore. C'est la vie.

      And if viruses were a concern, they wouldn't be using any version Windows.

      Viruses, worms, and all of that rot haven't been a real concern to most people. Botnets and spyware infested computers are the living proof of that.

      But when there's not, with a little care while programming, software for Win XP will usually run on Windows 9x without modification, so why not support it?

      In commercial environments money is a real concern. How much will developing a portable piece of software cost more than one that is less portable? How much will the extra customer support cost? How many problems will supporting those platforms in the long run give as you start increasing the number of features? In open source environments it usually boils down to "How much of a headache/timesink would it be, and is someone willing/available to do it?".

    49. Re:Too bad by Shining+Celebi · · Score: 1

      I'm using Firefox 2 and running Windows 98SE right now. Why? Because I like it better than Windows XP (it's a lot faster, I can more easily tell what's going on, I prefer the way it looks and acts, it actually acts more stable for me than XP, among other reasons), which I do have the option of using, and it runs everything I need it to run (Firefox, Thunderbird, OpenOffice/Word, a few games, mIRC, MSN, AIM, Gaim, VLC, and most importantly, Notepad). Is it horrendously insecure and unsupported? Yes. Are there very many worms running around that work on 98SE? No. Is a knowledgeable user behind a router likely to get hit by anything? Apparently not. I haven't yet.

      Maybe I'm just crazy, but I think those are fine reasons.

    50. Re:Too bad by Anonymous Coward · · Score: 0
      But if all of the Win9x users have their OSS software continue to support Win9x, what incentive do they have to upgrade?


      None.
      What's your point?

      Why should they need incentive to leave their OS if all issues are taken care of by OSS?
    51. Re:Too bad by Anonymous Coward · · Score: 0

      You can use Firefox on old hardware. Just use it in Linux. Windows 95/98/ME and OS X 10.2 are old software, not hardware. I think it's just ridiculous to support operating systems that are so old, and in some cases not even mantained any longer.

    52. Re:Too bad by mhall119 · · Score: 1
      One of the great strengths of OSS compared to proprietary software is the ability to make use of older hardware.

      Indeed, that is still one of the strengths of OSS. Firefox is no exception, and this alpha will run happily on older hardware. It won't, however, run on older software. If all you want is the ability to run OSS on old hardware, get yourself a nice lightweight Linux distro, it should run FF3 just fine.
      --
      http://www.mhall119.com
    53. Re:Too bad by Conanymous+Award · · Score: 1

      I used Win98 until a year ago. Or was it two? Anyway, I didn't see anything in XP that would have prompted me to upgrade (more shininess? duh), and XP sure would have been heavier on my 2001 Athlon box (even though it was a higher-end buy at that time). Well, then, er, got hold of XP and made the jump (had to buy more RAM to make it run smoothly with all the anti-virus, firewall etc.).

      And then I bought a Mac.

      Anyhoo, Win98 is still ran by people who
      a) Don't see a reason to upgrade to XP (seriously, what are the major benefits? Well now there are since 98 isn't supported as widely as before)
      b) Have older computers too weak for XP, but perfect for text editing and websurfing.

    54. Re:Too bad by mr_mischief · · Score: 1

      The Windows 9x family of OSes doesn't have NTFS. FAT16 and FAT32 do not have file access restrictions. It doesn't have effective registry access controls. A stock install of any Win9x doesn't authenticate users. Win9x allows any user's account to alter the startup of the system to include memory-resident programs that run at startup or when any user logs in. If you're really interested in security, you are not running a stock Win9x platform. Not just viruses and bugs are at issue, but design decisions too.

      As for full DOS support, there's always DOSbox, multiboot solutions galore, VMware, and -- get this, this one may sound crazy -- old hardware with DOS on it.

    55. Re:Too bad by Anonymous Coward · · Score: 0

      Every Linux distribution will run too that software, so why running an obsolete and insecure SO?

    56. Re:Too bad by Anonymous Coward · · Score: 0

      Windows 98(and any non-NT kernel) is much easier to use for hobbyist digital engineering interfacing, since programs can have direct access to port I/O, without writing a complicated driver. (A friend of mine uses it for such a purpose)

    57. Re:Too bad by 644bd346996 · · Score: 1

      You could always use Linux on the older hardware. At issue it the fact that Win9x and OS X 10.2 are not advanced enough for something like cairo to work well. The software is obsolete, but the hardware is not. Cairo has recently had major optimizations added for embedded systems without hardware floating-point support. An old pc can handle cairo and firefox nicely, given an intelligent operating system.

    58. Re:Too bad by arodland · · Score: 1

      You're kidding about KDE, right? KDE will run comfortably on some fairly old systems (about the same as the ones that would run Win2k, although it could cope with a little less RAM) -- and KDE has gotten consistently faster, and smaller in terms of minimum footprint, over the past 5 years. From what I hear, Qt4 is supposed to have some tricks that will reduce overhead even more for KDE4.

    59. Re:Too bad by a.d.trick · · Score: 1
      How do you reach that conclusion? Win9x isn't any more virus prone than WinXP (in fact, you could argue it is less so since it's no longer the main target). As far as bugs, it has it's share, but again, so does WinXP (I just did an fresh install of XP on my wife's computer that didn't take, and is causing all sorts of minor headaches like disabling the sound server every-other time the comp is started).

      Security is the excuse that is most commonly given because it's fairly effective in shutting up the dissidents who really have no clue what they're talking about. The reality is it's probably more of a 'how much is it worth to you' issue. Win9x compatibility is nice, but it's a lot of work, and the Firefox devs think that having a faster and more powerful rendering system (cairo) is more important. Porting cairo to Win9x is more work than they're willing to do.

      And don't worry about your unfortunate Win9x boxen. I'm pretty sure someone will maintain a patched version of firefox 2 for quite some time.

    60. Re:Too bad by Anonymous Coward · · Score: 0

      or keep using FF2.0, FF1.5 is still supported

    61. Re:Too bad by infofc · · Score: 1

      Gasp! Are you saying they shouldn't try to whine someone into spending their time coding Win9X support?

    62. Re:Too bad by Lord+Ender · · Score: 2, Funny

      What? You mean it doesn't support MS DOS 3.0 anymore? BOO FIREFOX!

      --
      A slashdotter who didn't build his own computer is like a Jedi who didn't build his own lightsaber.
    63. Re:Too bad by Anonymous Coward · · Score: 0

      As others have said over and over again, the choice was made to incorporate Cairo, FF3 is still a year away, and FF2 will continue to be supported for at least 6 months after.

      Those who can't upgrade to FF3 can continue to use FF2 for as long as they like.

    64. Re:Too bad by HeroreV · · Score: 0
      One of the great strengths of OSS compared to proprietary software is the ability to make use of older hardware.
      I didn't know Windows 9x was hardware.
    65. Re:Too bad by dvice_null · · Score: 1

      Win98 is not hardware. You can put Linux there and then run Firefox on your hardware. And anyone is free to add support for win98 to Firefox (it's a big job). Most people (like me) would prefer win98 to disappear complitely, so they have no motivation doing this.

    66. Re:Too bad by jlarocco · · Score: 1
      There is a very good technical reason not to support win98.

      Exactly. Which is why I had the second paragraph. My point was, you shouldn't go out of your way to exclude platforms, but at the same time you shouldn't put in a ton of extra work for obscure platforms unless that's your goal.

    67. Re:Too bad by gr8_phk · · Score: 1
      One of the great strengths of OSS compared to proprietary software is the ability to make use of older hardware.
      And if you were using an OSS operating system, you'd find that firefox 3 runs fine on older hardware. The issue in this case is not one of older hardware support, but older OS support. Not all OSS projects support Windows, so it's not suprising that some don't support outdated versions of Windows. This is also not a case of Firefox dropping support for those OSes directly - they've adopted Cairo wholesale, and it never had (I don't think) support for older Windows versions. Anyway, switch to Linux and your oldish hardware will probably be supported.
    68. Re:Too bad by aussie_a · · Score: 1

      Why should they need incentive to leave their OS if all issues are taken care of by OSS?
        Because it becomes more and more burdensome for OSS developers to support the legacy software. It'll eventually become so burdensome that it will stifle innovation and usability. Many people claim that to support the Win9x OSes would be that burdensome.
    69. Re:Too bad by arifirefox · · Score: 1

      Windows 98 is not hardware. Firefox will run on that 98 machine if there's linux or some other OSS operating system

      --
      Firefox Power http://firefoxpower.blogspot.com/
    70. Re:Too bad by arifirefox · · Score: 1

      you make it sound like OSS is a person or a company. No, it's about freedom and with that comes responsibility. It's not magic. but if you really want something to happen, you can and nobody will stop you. With OSS...why 500 years from now it will be possible to run firefox and linux from some quantum super nano computer. but not Win 98!

      --
      Firefox Power http://firefoxpower.blogspot.com/
    71. Re:Too bad by tepples · · Score: 1

      Win98 is not hardware.

      No, but it is drivers for hardware. If you have Windows 98SE, and you want to use a peripheral that has a driver for Windows 98SE but lacks a driver for Linux, is it a good idea to switch to Linux?

    72. Re:Too bad by Anonymous Coward · · Score: 0

      um. anyone foolish enough to fork ff2 in a patch effort will be stuck trying to maintain a huge amount of complicated security fixes.

      this isn't practical for just about everyone in the world.

      if you have resources, try to port cairo to 9x and see if it's actually accepted.

    73. Re:Too bad by ChaosDiscord · · Score: 1
      One of the great strengths of OSS compared to proprietary software is the ability to make use of older hardware. Not so with this new release of Firefox.

      Firefox will continue to work just fine on older hardware. But you'll have to upgrade your software. Any machine capable of running Mac OS X 10.2 should be able to upgrade to 10.3. Any machine capable of running WinME should be able to upgrade to Win2K. As for Windows 95 and 98? Antique operating systems that haven't been supported in a long, long time. Of course, if you were also running an open source operating system to take advantage of that older hardware, I'm confident you'd find that newer versions of that OS ran just jolly on your newer hardware.

      It's also silly to suggest that support for older hardware is somehow a specific strength for open source software. OSS may tend to be, but there is nothing inherent to OSS that makes that the case. If anything, perhaps there is

    74. Re:Too bad by julesh · · Score: 1

      One of the great strengths of OSS compared to proprietary software is the ability to make use of older hardware. Not so with this new release of Firefox.

      Not so *any* release of Firefox, IMO. I've run Firefox 1.0 and 1.5 on a machine with 96MB of RAM, and wouldn't recommend the experience to anyone. Said machine is more than capable of running XP though (as long as you tweak the running services) so OS support is less of a barrier to using old hardware than resource usage.

  4. No Acid 2 YET by vally_manea · · Score: 1

    Heard that the new Gecko engine passed Acid2, but seems like the patch wasn't included in this build.

    1. Re:No Acid 2 YET by linuxci · · Score: 1

      It will in alpha 2.

    2. Re:No Acid 2 YET by Anonymous Coward · · Score: 0

      Alpha releases != Trunk releases

    3. Re:No Acid 2 YET by Anonymous Coward · · Score: 0

      Ahem...Download link for Alpha1 - http://ftp.mozilla.org/pub/mozilla.org/firefox/nig htly/latest-trunk/.
      See, it's latest-trunk.

    4. Re:No Acid 2 YET by Anonymous Coward · · Score: 0

      The alpha release is a snapshot taken before the big patch ('Reflow') to get 99% Acid2 passing.
       
      A lot has happened since the release of this alpha and the present nightlies pass almost completely. There are some very small issues but they are being ironed out as we speak. These big patches after the alpha introduced a lot of regressions (especially on Mac!) which are being fixed but would have really sucked in a more public release like a alpha-release.
       
      Alpha 2 will contain these fixes and if you want to test now, have a go with the nightly (Minefield). Be aware, it is a genuine nightly eating babies and formatting you girlfriend, make backups of your profile and don't use it in production environments.

    5. Re:No Acid 2 YET by Anonymous Coward · · Score: 0
      if you want to test now, have a go with the nightly (Minefield). Be aware, it is a genuine nightly eating babies and formatting you girlfriend

      Fortunately, most Slashdotters won't have to worry about either of these risks.

    6. Re:No Acid 2 YET by Kelson · · Score: 1

      Funny, the actual website for the alpha pointed me here: http://releases.mozilla.org/pub/mozilla.org/firefo x/releases/granparadiso/alpha1/

      Note that it's not the same as the latest trunk build. The name aside, it's dated December 7, not December 13.

  5. gecko 1.9 by oedneil · · Score: 1

    "without [..] rendering obsolete the broad and rich set of Web-authoring techniques developed over the past decade.'" Maybe not, but it sounds like it will render obsolete most computers developed before the past 5 years. Nothing before Windows 2000 is compatible with the new version of Gecko? It sounds like something is wrong with that.

    1. Re:gecko 1.9 by Rastignac · · Score: 0

      Old computers can run Linux. So they can run FireFox 3.

      --
      -- Rastignac was here.
    2. Re:gecko 1.9 by linuxci · · Score: 1

      There'll still be firefox 2 which will have updates a while after 3.0 is released. That's still a major improvement over IE6 which is their only option.

    3. Re:gecko 1.9 by Anonymous Coward · · Score: 2, Insightful

      >> It sounds like something is wrong with that.
      Yes. What's wrong is having users who still scream for compatibility with their old OS. XP was out in 2001. Win2000 was out in '99. That's 7 years. I really doubt much software when Win2000 was RTMd was still compatible with Windows 3.0 of 1992...
      For how many years should we cripple innovation in open source projects just to support DOS 3.3 on 286 ?

    4. Re:gecko 1.9 by yakumo.unr · · Score: 1

      I think your time scale is a bit off, winXP itself is 5 years old, and ff 3 still runs on win2k as you said...

    5. Re:gecko 1.9 by Anonymous Coward · · Score: 0

      They can install Linux, for free, if they want to run the latest Gecko. We don't need to support old proprietary software, so stop slinging FUD.

    6. Re:gecko 1.9 by Anonymous Coward · · Score: 0

      What happened to the point releases, like 2.1, 2.2, etc.? Why have developers gone away from that? Was it due to marketing types who wanted "clean" #'s to show that something was actually revoluationary in that release?

    7. Re:gecko 1.9 by paskie · · Score: 1

      If you want it, patch it or pay someone to patch it for you.

      That's the choice you get with opensource.

      --
      It's not the fall that kills you. It's the sudden stop at the end. -Douglas Adams
    8. Re:gecko 1.9 by Anonymous Coward · · Score: 0

      It doesn't render the computer obsolete, just the OS. When it finally comes out, you should be able to install the new Firefox on a current Linux release on old hardware and it will run just fine. Also, I have run XP on older hardware, 733 Mhz PIII, and it really was quite fine, even though it was a six year old box. Firefox 3 will work on that.

      So keep the OS dependency separate from the HW dependency.

    9. Re:gecko 1.9 by Anonymous Coward · · Score: 0

      XP can be setup on older PCs, you just need to be frugal with the install. Extra ram helps too. I just setup XP on a Celeron 600 with 256mb of ram, with all the visual pretty shit turned off, it runs surprisingly well.

    10. Re:gecko 1.9 by MrByte420 · · Score: 1

      And should they be porting back to DOS too? At some point you need to make a break and I don't see this as a bad thing. The only OS that might still be in use would be ME and there are so many reasons not to be running ANY of those OSes, atleast on the MS side..

      --
      If religous zealots don't believe in Evolution, then why are they so worried about bird flu?
    11. Re:gecko 1.9 by WWWWolf · · Score: 1
      Maybe not, but it sounds like it will render obsolete most computers developed before the past 5 years. Nothing before Windows 2000 is compatible with the new version of Gecko? It sounds like something is wrong with that.

      Pre-Win2K? Sure! People can install stable Debian, build Firefox 3 from source, and yep, it works... =)

      (Kidding. I'm a Debian user.)

      I guess the statement was just meant to say that this page's rendering doesn't break. =)

    12. Re:gecko 1.9 by Mr.+Underbridge · · Score: 1

      "without [..] rendering obsolete the broad and rich set of Web-authoring techniques developed over the past decade.'" Maybe not, but it sounds like it will render obsolete most computers developed before the past 5 years. Nothing before Windows 2000 is compatible with the new version of Gecko? It sounds like something is wrong with that.

      If you're still using Win 98 in 2 years when this thing is out of beta, may God have mercy on your soul.

      Computers haven't been sold with Win Me since early 2001 I believe, and by 2008 when FF3 is out, such a computer would be 7 years old at least. If your computer is that old, I'm OK with ceasing support to prevent the bloat that would require accomodating 2 rendering engines.

    13. Re:gecko 1.9 by Ash-Fox · · Score: 1
      Maybe not, but it sounds like it will render obsolete most computers developed before the past 5 years. Nothing before Windows 2000 is compatible with the new version of Gecko? It sounds like something is wrong with that.
      There is a webbrowser known as K-meleon which has been designed to be used on much older computers (no XUL), which uses a modern Gecko engine.
      --
      Change is certain; progress is not obligatory.
    14. Re:gecko 1.9 by Ash-Fox · · Score: 1
      Come on, you and I both know that's not a realistic solution right now.
      Hm, why not?
      --
      Change is certain; progress is not obligatory.
    15. Re:gecko 1.9 by tepples · · Score: 1

      When it finally comes out, you should be able to install the new Firefox on a current Linux release on old hardware and it will run just fine.

      But will the Linux release itself run just fine? I'm stuck with Windows because I'm stuck with hardware that lacks a Linux driver.

    16. Re:gecko 1.9 by tepples · · Score: 1

      Pre-Win2K? Sure! People can install stable Debian, build Firefox 3 from source, and yep, it works... =)

      I want to use Firefox 3 to upload a drawing that I scanned. So where do I get a Debian driver for my scanner, which is still listed as "unsupported" in the SANE HCL? This must be why you're kidding.

    17. Re:gecko 1.9 by Anonymous Coward · · Score: 0

      I think it'll also be compatible with Windows NT. (We have that running on one machine that was originally purchased over ten years ago; Pentium 200MMX / 96MB of memory and it's working fairly fine, although it's of course a bit weak in the security updates department by now...)

      We also have Win2K running on a machine made in 1999 or 1998, which again runs a bit older software just fine. So, with a suitable OS >5 years old machines and Firefox 3 should do OK.

    18. Re:gecko 1.9 by WWWWolf · · Score: 1
      I want to use Firefox 3 to upload a drawing that I scanned. So where do I get a Debian driver for my scanner, which is still listed as "unsupported" in the SANE HCL? This must be why you're kidding.

      What happened to a little bit of optimism and belief for a brighter future? My scanner (CanoScan D660U) was completely and totally unsupported a while ago, and manufacturer is widely known for not knowing what this "specification" thing even is, but nowadays it works just fine in SANE. I suppose the SANE driver for your scanner will be there in due time.

      (I run Debian's unstable version. No, I have no idea if Debian's current stable version has a fresh enough SANE library to support my scanner. =)

      - W4, currently waiting patiently for HostAP support for rt2570 chipset, to get Nintendo Wi-Fi USB Connector working properly =)

    19. Re:gecko 1.9 by tepples · · Score: 1

      What happened to a little bit of optimism and belief for a brighter future?

      What happened was years of waiting and years of Microtek not returning my e-mails.

    20. Re:gecko 1.9 by WWWWolf · · Score: 1
      What happened was years of waiting and years of Microtek not returning my e-mails.

      To develop this driver, SANE folks, apparently, had to apply some useful skills like a) usage of an actual screwdriver, b) squinting to figure out which chipsets were used, and c) squinting really really really hard at USB wire capture dumps. Note that at no point was Canon bothered at all. (Like I noted, getting specifications was hard because specs aren't their forté. The manual, IIRC, barely mentions that you need to plug in both USB and power wire, and if you get an all-white scan, you'd better turn the paper around and try scanning again.) Nor, I think, were the Plustek folks bothered much.

      By the way, this scanner was actually handed to me due to pure dumb luck. I'd guess you can get SANE-supported scanners pretty cheap, at least if you keep your eyes open and not demand the very latest and greatest. Especially if you're willing to trade your several-years-old scanner with another several-years-old scanner. =)

      (FWIW, my relatives have two scanners that actually don't work in Windows either. Nor really some good ways to plug them in reliably either. Funny how this "parallel port" thing gets annoying really fast and how finding "actual XP drivers" is funny too.)

  6. fix the memory leaks first by Anonymous Coward · · Score: 1

    I wish they would just focus on fixing the memory leaks first. FF2 is much worse than FF1.5 (default installs without extensions), after about 2-3 days of running FF2 it will be using 1GB of RAM -- this is a complete joke. I wish for a day when we can get a modern browser which is resource efficent. Unfortuantely Opera 9 is too unstable.

    1. Re:fix the memory leaks first by davidmcg · · Score: 1
      I wish they would just focus on fixing the memory leaks first. FF2 is much worse than FF1.5 (default installs without extensions), after about 2-3 days of running FF2 it will be using 1GB of RAM -- this is a complete joke. I wish for a day when we can get a modern browser which is resource efficent. Unfortuantely Opera 9 is too unstable.

      Try running the alpha (but just in case use another profile). Some of the improvements to gecko will make things more reliable, less memory leaks, etc. However, as it's an alpha you may run into other problems that's why you should separate the profiles.

    2. Re:fix the memory leaks first by uncl_bob · · Score: 1

      I second this. My FF2 is eating ram like crazy. No add-ons installed.

    3. Re:fix the memory leaks first by Lisandro · · Score: 2, Insightful

      Unfortuantely Opera 9 is too unstable.

      I keep hearing this... don't know why, but in my Linux box, Opera 9.02 is rock solid - it haven't crashed once since i installed it. I experienced a couple of crashes back then with O8 though, but the session management (restores your session completely after a crash) rendered them relatively painless.

      I must say all versions of FF i've tried were perfectly stable aswell, but the insane memory requierements (among other peeves) prevents it from being my main browser.

    4. Re:fix the memory leaks first by nra1871 · · Score: 1

      Why is it that I don't have these same memory leaks that everyone else seems to have? I run FF2 on my work XP machine, and on my OS X laptop at home. Rarely do I see FF take up more than 120MB of RAM, and I leave it on all the time, with Adblock and Flashblock running. In fact, I found FF2 to be much more memory efficient than 1.5.

    5. Re:fix the memory leaks first by William_Lee · · Score: 1

      I wish they would just focus on fixing the memory leaks first. FF2 is much worse than FF1.5 (default installs without extensions), after about 2-3 days of running FF2 it will be using 1GB of RAM -- this is a complete joke.

      This parent should be modded up, way up. I, along with others, have harped on the memory leak issue before with FF. Sadly, I'm typing this in IE7 right now, because I like to leave my browser open on my XP box, and the horrific memory leak issues in FF (including 2.0 with NO extensions) hose my box within a few days of leaving it open.

      Even though I have 2 gigs of RAM, FF routinely escalates to over 1 GB of usage (I have a lot of tabs open, but c'mon), and hogs so many resources that the system slows to a crawl that requires a reboot.

      IMO, this issue should have been the #1 priority in the move from 1.5 to 2.0. I am losing hope it will be fixed in the next release either (which is a shame, since I would prefer to run FF). IE7 and Opera9 simply do not have this problem to the extent FF does.

    6. Re:fix the memory leaks first by Ash-Fox · · Score: 1
      I wish they would just focus on fixing the memory leaks first.
      What memory leaks? I don't see any.
      after about 2-3 days of running FF2 it will be using 1GB of RAM
      Nope, didn't have that on a clean Firefox install...

      You need better instructions to replicate the problem.
      --
      Change is certain; progress is not obligatory.
    7. Re:fix the memory leaks first by Anonymous Coward · · Score: 0

      Good god man, I hate firefox memory leaks as much as anybody, but I have NEVER seen it go above 400 Mb, and I have NEVER seen it go above 200 Mb since I switched to firefox 2, and I use a tonne of tabs and never close it and the rest of it. And I have 4 Gb of RAM, though I had a different machine with 512 Mb when I used FF 1.5.

      I mean, those numbers are bad, sure. Really bad. In my experience, FF 2 is better than FF 1.5, which is better than FF 1.0 in terms of memory usage. But a full gigabyte? You MUST be running some shady/buggy extensions or have severely edited the chrome into submission or have some RAM-eating applet on the page you are hanging out on or something.

    8. Re:fix the memory leaks first by Max+Romantschuk · · Score: 2, Interesting

      Even though I have 2 gigs of RAM, FF routinely escalates to over 1 GB of usage (I have a lot of tabs open, but c'mon), and hogs so many resources that the system slows to a crawl that requires a reboot.

      IMO, this issue should have been the #1 priority in the move from 1.5 to 2.0. I am losing hope it will be fixed in the next release either (which is a shame, since I would prefer to run FF). IE7 and Opera9 simply do not have this problem to the extent FF does.


      While I wholeheartedly agree I've found that using the session saving features in Firefox 2 together with the FlashBlock extension greatly improves things. This lets me close Firefox and return to where I was, and only view the flash content I specifically decide to.

      It's more of treating the symptoms than the disease, but at least I can benefit from Firefox's other great extensions this way.
      --
      .: Max Romantschuk :: http://max.romantschuk.fi/
    9. Re:fix the memory leaks first by SheeEttin · · Score: 1

      Perform a google search for the terms "firefox", "memory leak", and "about:config".

      The "leak" isn't a bug, it's a feature--really. Pages in history are cached to allow faster display times, and when you have multiple tabs open, this creates a huge drain. Try setting the value to -1, as this disables the feature completely.

      And for developers, there's a leak detector extension. Search addons.mozilla.org for it.

    10. Re:fix the memory leaks first by Arker · · Score: 1

      There's a setting for cache in the settings interface, it's set to 50mb on my install, but obviously not respecting that limit. Why have such a setting in the place a normal user will look for it, then disregard it in favour of a setting most people won't know how to find? That just seems like very bad design. Also, I don't think this explains the memory leaks. The default setting seems to be 50, so once it hits that number of pages the memory usage should stabilise. Also it should never increase when no new pages are being loaded. But I, and many others, have observed what seems more like a true memory leak, for instance going to bed with firefox up and coming back to find it's memory usage has grown drastically overnight, with no activity.

      --
      =-=-=-=-=-=-=-=-=-=-=-=-=-=-
      Friends don't let friends enable ecmascript.
    11. Re:fix the memory leaks first by bunratty · · Score: 1
      I wish they would just focus on fixing the memory leaks first.
      If you want memory leaks fixed, file good memory leak bug reports, and they will be fixed.
      --
      What a fool believes, he sees, no wise man has the power to reason away.
    12. Re:fix the memory leaks first by Kelson · · Score: 1

      No, there are leaks as well. Just about every point release from 1.5.0.1 onward has fixed some. Look up the release notes and you'll find them.

      It's not one big leak.
      It's not just a feature.
      It's not just extensions.

      It's a bunch of small, intermittent leaks that occur under specific, hard-to-identify circumstances, plus leaks in extensions, plus memory-hungry features, all of which add up together to the problems that depend on individual use patterns and sites, such that some people see high memory usage and others don't.

    13. Re:fix the memory leaks first by Anonymous Coward · · Score: 0

      I've had 21 tabs open for days and I'm only seeing 125MB used. That is the reason the leaks aren't fixed, some people report leaks like that with 2 tabs and no extensions, while others don't get it with dozens of tabs and extensions by the score.

      It isn't like they (the developers) sat down and said "Lets not fix the memory leaks, it isn't an issue." If the problem can't be reproduced they can't start trying to fix it. That and it isn't just one big memory leak - it's a million tiny ones.

      Since I've never had a memory leak issue or stability issues (actually I had a few crashes in 1.5, but not one in 2.0) I really can't relate to the people complaining about this.

    14. Re:fix the memory leaks first by ChoGGi · · Score: 1

      that cache setting is for the disk cache

    15. Re:fix the memory leaks first by BlueStraggler · · Score: 1
      You need better instructions to replicate the problem.
      I've found that this works for me:
      1. Install Linux.
      2. Launch Firefox.
      3. Surf web.

      Seriously, this problem is so widely reported, confirmed, and verified, it must be the most-widely-known-bug-in-the-universe by now. Those who deny its existence are like Windows geeks who claim "I've used Windows on an open Internet connection for 5 years and never had a virus". They're like VAX sysadmins who claim "I've used VMS since 1988 and only had to reboot once after the earth split open and swallowed up my city". They're like action heroes who claim "I've had a quarter-million bullets shot at me, and never been hit." They're like students who claim, "I've attended no lectures and read no books, but I get straight A's." They're like like drug addicts who claim "I've smoked crack daily for 10 years, and never had more than 3 bugs crawling under my skin." They're like rock stars who claim "I've had unprotected sex with over 500 groupies, and never felt a need for antibiotics."

      To all of these people: Fine, good for you. YOU"RE NOT NORMAL! STOP INTERRUPTING THE NORMAL PEOPLE!

    16. Re:fix the memory leaks first by Ash-Fox · · Score: 1
      I've found that this works for me:

            1. Install Linux.
            2. Launch Firefox.
            3. Surf web.


      Got Linux, got Firefox, surfed web.

      I notice that Firefox has sometimes takes quite a bit of memory (although never got to 1GB). But still no indications of any memory leaks. I've tried to replicate these issues in the past, rather than saying, "It's got a memory leak" without any evidence on bugzilla. But so far I haven't found any, at all.

      Could you please post the evidence you found of the actual memory leak. Preferably a dump of some sort that we can look at and verify ourselves the actual 'leak'.

      The only time I actually had a memory leak problem, was a issue with the Flash plugin under Windows. But I solved that by updating Flash.
      --
      Change is certain; progress is not obligatory.
    17. Re:fix the memory leaks first by William_Lee · · Score: 1

      I mean, those numbers are bad, sure. Really bad. In my experience, FF 2 is better than FF 1.5, which is better than FF 1.0 in terms of memory usage. But a full gigabyte? You MUST be running some shady/buggy extensions or have severely edited the chrome into submission or have some RAM-eating applet on the page you are hanging out on or something.

      I love how you can assume I MUST be doing something to excuse a buggy piece of software. I am NOT running any additional extensions under 2.0, and have not touched the configuration, and am not surfing any out of the ordinary sites.

      It gets old very quickly hearing about how FF's memory leak issues MUST be related to user error. Sorry to burst your bubble, but the application is at fault here.

  7. Cairo by astralbat · · Score: 4, Interesting

    Glad to hear that the rendering will now get some hardware accerlation. Does anyone know how faster this will be? Will it lead to smoother scrolling as on my Linux machine 'smooth scrolling' is very jerky - especially so with flash adverts.

    1. Re:Cairo by Anonymous Coward · · Score: 0

      Firefox rendering is already accelerated. Cairo WILL SLOW IT DOWN... just as it has done with GTK.

      Cairo is a pig... a fat, slow one at that. It was a total disaster when the GTK developers decided to ditch their old workhorse X code and use Cairo instead -- and the users paid the price, since every version of GTK since 2.6 is a performance disaster area... and consequently, even version of GNOME based post GTK 2.6 is a colossal fuck up.

      So yes -- Cairo sucks, the GTK developers are a bunch of clueless fuckwits... and the GNOME developers who trusted the GTK developers not to fuck things up when their prematurely committed to GTK2.8 are gullible idiots. The users, as always, have paid the price since. And no-one trusts GTK developers any more.

    2. Re:Cairo by Yaa+101 · · Score: 1

      On my machine this alpha is in a worse state rendering than FF2.
      Portions of pages that need to scroll smoothly underneath a fixed area on a webpage cause this fixed area to flicker when scrolling.

    3. Re:Cairo by natrius · · Score: 1

      Remember the first time you heard about the -moz-border-radius CSS properties, tried them out, and saw that it gave you ugly, jagged corners? Fear no more! Cairo anti-aliases those and makes them look nice and pretty.

      What do you mean "that's not worth a performance hit"?

    4. Re:Cairo by Dan+Ost · · Score: 1

      Let me get this straight. You use FF, but you still see flash advertisements?

      It's like Bizarro world or something.

      --

      *sigh* back to work...
    5. Re:Cairo by Anonymous Coward · · Score: 0

      IIRC Chicago was released before Cairo. But anyway, the firefox guys should know better than get their codenames from microsoft :D

    6. Re:Cairo by smooc · · Score: 1

      For me it is a lot faster than FF2.0 and additionally seems to use a lot less memory as well.

      --
      - In Memoriam: Jeroen de Bruin (1972-2004), bye bro
    7. Re:Cairo by Anonymous Coward · · Score: 0

      Yeah, I read that. They managed to improve Cairo to the point where GTK 2.8 is now only twice as slow as 2.6 rather than 10 times as slow. Real impressive there. It is possible that the mozilla team will be able to improve the performance of firefox in spite of Cairo, but from what I have seen on other projects, it isn't likely.

      That said, I am happy that the reflow code has been fixed in gecko 1.9, as so many important bugs in Firefox were dependant on it, and can now be fixed. So Firefox 3 may not be a complete step backwards like version 2 has mostly been.

    8. Re:Cairo by Anonymous Coward · · Score: 0

      YOUR LINK SUPPORTS THE ORIGINAL POSTER.

      Executive summary: GTK based on Cairo is still more than twice as slow as the older GTK. This is nearly two years after GTK adopted Cairo -- when it was almost 10 times slower.

    9. Re:Cairo by julesh · · Score: 1

      Glad to hear that the rendering will now get some hardware accerlation. Does anyone know how faster this will be? Will it lead to smoother scrolling as on my Linux machine 'smooth scrolling' is very jerky - especially so with flash adverts.

      Well, on my machine (with a rather old ATI board), Cairo rendering seems to be slower than using traditional rendering techniques.

    10. Re:Cairo by jcupitt65 · · Score: 1

      Well, 1.4x - 1.8x slower for text drawing with a set of mysterious patches. I'm sure performance will improve further once the patches are committed and tuned a bit more.

  8. Acid2 by savala · · Score: 5, Informative

    Before someone else brings it up, no, this doesn't pass acid2. Purposefully, as the build from two days later does. This Gecko alpha (not Firefox alpha) was released so there'd be a good reference for people to test with before several rather major changes were landed on trunk, one of which was the reflow branch that made Gecko pass the acid2 test.

    1. Re:Acid2 by Anonymous Coward · · Score: 0

      This Gecko alpha (not Firefox alpha) was released so there'd be a good reference for people to test with before several rather major changes were landed on trunk

      Er, what's the point in testing before "several rather major changes"? Surely it's the changes themselves that require testing?

    2. Re:Acid2 by ben+there... · · Score: 1

      Testers will test after the changes. This alpha will give them a good reference point to pull up and verify that the major changes in subsequent versions were what caused any new bugs, rather than the bugs being preexisting and previously undiscovered. Much like a control group in social sciences.

    3. Re:Acid2 by Anonymous Coward · · Score: 0

      Er, that's what regression tests are for. Doing it in an ad-hoc manner is ridiculous.

    4. Re:Acid2 by luserSPAZ · · Score: 2, Funny

      Let me know when you've got that regression test suite done that tests the entire internet. I'm sure we can get it checked into CVS. Thanks!

    5. Re:Acid2 by Anonymous Coward · · Score: 0

      Er, look up "regression"

    6. Re:Acid2 by savala · · Score: 1

      Firefox 1.5 and 2.0 were on the Mozilla 1.8 branch, which split from trunk in mid August 2005. That means there's been 16 months of changes to trunk which haven't had any release testing them. It's good for these to be tested separately by a larger group of people than those who test nightlies, before a very large batch of new and dangerous changes is added to the mix. (And then those changes will go on to be tested by nightly testers to get rid off all the 'obvious' regressions before pushing it to a larger audience to find the hard things that only can be found by that many eyeballs.

  9. Another positive review at ZDNet by Anonymous Coward · · Score: 0

    There's another quite positive review of Firefox 3 on ZDNet

    No problems installing it Stability seems on par with Firefox 2.0
    Speed seems on par with Firefox 2.0
    Memory leak (bug/feature) still seems to be present (during normal browsing memory usage went from about 30MB to 130MB and then only went down to 75MB when web pages were closed, and them over the period of an hour the memory usage climbed to 95MB)
    Interface is almost identical to that of Firefox 2.0
    The browser passes the Acid 2 test with flying colors

    The core's looking good.

  10. ACID test by bogaboga · · Score: 0, Redundant
    For your information, this release *finally* passes the ACID test! Now that's good news and I know that this is where most slashdotters and I will find agreement.


    http://tech.cybernetnews.com/index.php?s=Alpha%20F irefox%203%20ACID%20test&submit=

    1. Re:ACID test by vally_manea · · Score: 2, Informative
      No, it didn't RTFA you linked.

      Also, the recently released Firefox 3 Alpha 1 does not pass the test
  11. What is the value-add? by john.mull · · Score: 1

    Bleeding edge is fine, but there's got to be a reason.

    --
    Isaiah 43:19 (NCV)
    Look at the new thing I am going to do. It is already happening. Don't you see it?
    1. Re:What is the value-add? by Slashcrap · · Score: 1

      Bleeding edge is fine, but there's got to be a reason.

      It's been released so that people like you can run it because it sounds new and shiny, see no visible improvements and have their profile trashed.

      Then they can whine about it in public forums totally oblivious to the fact that it's an ALPHA release for developers with warnings all over it.

      Oh, and people that use the phrase "value-add" without irony should be sterilised for the good of humanity.

    2. Re:What is the value-add? by john.mull · · Score: 1

      LOL. Nice diatribe and a good handle too. Appropriate for you it seems. Your response is so off that I don't even know where to start. Fortunately, I don't even have the desire to. Please return back to your normal posting of 0 and 1 point postings.

      --
      Isaiah 43:19 (NCV)
      Look at the new thing I am going to do. It is already happening. Don't you see it?
  12. Re:Acid 2 by matlhDam · · Score: 3, Informative
    But will it pass Acid 2?

    My understanding is that this alpha won't, but the next alpha should. The reflow refactoring branch was merged back onto trunk recently -- this is a rationalisation of the layout code that fixes a lot of bugs, which also gets Acid 2 rendering properly.
  13. What does this mean? by aussie_a · · Score: 3, Funny
    Sorry, I left my marketspeak chip in the other bot. Can anyone translate this to English:

    Cairo will 'bring modern, hardware-accelerated 2D-graphics capabilities to the whole of the Web without requiring proprietary plug-ins or rendering obsolete the broad and rich set of Web-authoring techniques developed over the past decade. Without my marketspeak chip I translate that to say "We'll be doing things faster and still supporting HTML." Please tell me I got that wrong. Do they really need to specify "We support HTML" in a browser engine? And even if they did, why did they need to translate it to marketspeak? Do they have a brand new marketing droid they just couldn't wait to use?
    1. Re:What does this mean? by tfinniga · · Score: 1

      I think it means something along the lines of "We'll be doing faster rendering. Also, the way other people have done it sucks."

      --
      Powered by Web3.5 RC 2
    2. Re:What does this mean? by Dr.+Spork · · Score: 1

      Yeah, Cairo will definitely support SVG in some principled way, and I think it will also render PDFs without a plugin. I imagine it will eventually do MathML and other specialized XML rendering. But at this point, it's too soon to wring our hands about how it will be faster. Cairo right now is miserably slow. Hopefully that will improve by release-time.

    3. Re:What does this mean? by Randle_Revar · · Score: 1

      I think it will also render PDFs without a plugin
      I think you are thinking of Cairo's PDF backend rendering target, which just means Web pages will look good when you print them.

      I imagine it will eventually do MathML
      Gecko has supported MathML for a long time.

      Cairo right now is miserably slow.
      Not anymore.

    4. Re:What does this mean? by Anonymous Coward · · Score: 0

      Do they really need to specify "We support HTML" in a browser engine? Well, looking at IE, apparently correct HTML support is optional. So yes, they need to specify it.
    5. Re:What does this mean? by Anonymous Coward · · Score: 0

      Translated for slashdot users:

      That fancy NVidia/ATI video card you bought for WoW that currently sits mostly idle when you're not playing games will soon be repurposable for your pr0n-browsing sessions...

    6. Re:What does this mean? by modeless · · Score: 2, Interesting

      It means that they're making the graphics of AJAX apps faster to better compete with Flash. That way the kinds of things that used to require Flash can move back to HTML + SVG + JavaScript. In the future we should see a lot more Google Maps style interactive HTML applications, where it becomes meaningful to talk about the "frame rate" of your web page. Firefox will achieve high frame rates using hardware graphics acceleration provided by Cairo. Today, your GeForce 8800 with X hundred million transistors and X MB of video RAM is almost totally ignored while drawing web pages on the screen; Cairo could change that.

  14. Another reason to switch to Linux? by Loplin · · Score: 1

    So FF3 won't be compatible with Win Me or older.. that might be a good thing. I wonder how many people are contemplating the switch, but arn't quite sure. This could cause a small influx of Linux newbies who were recently on the fence. This nicely complements users we might get because of the fact that Microsoft stopped supporting the older OSes.

    1. Re:Another reason to switch to Linux? by Anonymous Coward · · Score: 1, Insightful

      Sadly, it's more likely that that more people will stick with IE. Most lusers just aren't willing to make the effort to find a *good* browser (or OS for that matter). That's why IE still exists.

    2. Re:Another reason to switch to Linux? by Kadin2048 · · Score: 1

      Yeah, but would those people really even be likely to upgrade to FF3, if it was available for their platform? I think not. People running systems that old are probably OK with the software they have and basically resistant to change. If it works, more power to them I guess. When they want to run newer software, they're probably going to be doing a hardware upgrade at the same time; until then, they're probably going to be running old versions of everything.

      --
      "Ladies and gentlemen, my killbot features Lotus Notes and a machine gun. It is the finest available."
  15. performance improvements by diegocgteleline.es · · Score: 4, Informative

    This version is much faster and resource friendly - opening a test google spreadsheet page went from 52 MB of RSS to 43, and almost 4 seconds less to render it.

    Lots of javascript benchmarks are faster too (depending on the benchmark - other parts are slower)

    Gecko 1.9 has been being developed for a long time (the "reflow branch" is 2 years old it has been said!) so I guess it's expected that it improves things so much!

  16. Cairo is kind of slow now by drgonzo59 · · Score: 1

    I have tested Cairo for my project and at this moment it is slower than I needed. I was looking for a good canvas to draw a graph on, but I had to settle for something else. I like the features of Cairo, the idea of being able to render to PDF or to the screen, and so on, but it is just not fast enough. Perhaps the attention from the Gecko engine will get some more development going on the Cairo side as well...

  17. Compatibility by cockroach2 · · Score: 1

    If it's "just" the Gecko engine which is incompatible with older OS', I wonder whether it would be possible to combine Firefox 3.0 (once it's out) with an older version of the rendering engine. Then again, if there are bugs found in Gecko and not in the Firefox code, this would still mean a major support commitment for somebody.

    OTOH, I'm glad I don't really have to care since I run neither of those legacy OS' :)

    1. Re:Compatibility by Anonymous Coward · · Score: 0

      If it's "just" the Gecko engine which is incompatible with older OS', I wonder whether it would be possible to combine Firefox 3.0 (once it's out) with an older version of the rendering engine.

      Since FF3 is essentially just FF2 with the new engine, the answer is yes: it's called FF2.

  18. Hosed? by Anonymous Coward · · Score: 1, Insightful
    if you want to run mainstream software that require KDE libraries, you're still hosed.


    Hosed how? If you know of any other environment where I can run a collab suite, an office suite and as many instances of Web browser as my work requires at any given time for a smaller footprint than that of KDE, please kindly let me know. My machine here at work is an old piece of slow crap and KDE is the only environment thus far than has coped with my workload on that aging chunk of hardware. :/
    1. Re:Hosed? by kimvette · · Score: 2, Interesting

      In some people's minds, an extensible system where you can selectively add everything and the kitchen sink by your own choosing is bloat, even if the minimal installation is extremely efficient.

      I prefer to call that level of choice flexibility.

      --
      The Christian Right is Neither (Christian nor right). See: Matthew 23, Matthew 25, Ezekiel 16:48-50
  19. If it means decent Zoom... by Short+Circuit · · Score: 2, Interesting

    If this means Firefox will have decent support for higher dpi displays, then I just might jump at it once it goes Beta.

    As it stands, the rest of my Linux desktop is perfectly readable at 1280x1024 on a 21" monitor from 10' away. The browser is the only part of the experience that gives me trouble. Sure, I can increase or decrease my font sizes to make the text readable, but that seriously borks most sites' CSS layouts, and doesn't do squat for image-based text.

    1. Re:If it means decent Zoom... by Dan+Ost · · Score: 3, Informative

      Go into your FF preferences. Select the 'Content' preferences and look at the advanced font settings. You'll see a minimum font size setting. Change this to be however big you need the font to be and behold, your problem is solved.

      You're very welcome.

      --

      *sigh* back to work...
    2. Re:If it means decent Zoom... by jfengel · · Score: 1

      That doesn't solve his problem completely. He already knows about zooming. It's just that some sites don't zoom well, especially those with fixed layouts. Even Slashdot has some ugliness when you zoom the text; the left and right columns remain fixed in place and the middle column (the one with the actual relevant text) gets squeezed).

      This is more CSS's fault than Firefox's; they picked a very bad model for laying out vertical columns.

      There's also the whole image-text problem, which is more the designer's fault but can also be laid to the fact that we lack a better way to achieve some relatively basic visual effects. An image is the only way to get a specialized font, for example. Also, even if you can put an image background for a button and lay text out over it, the effect fails when you zoom the text and the image stays put. I gather that Opera has a real zoom, but I suspect that even then text-over-background-image is fragile.

    3. Re:If it means decent Zoom... by WuphonsReach · · Score: 1

      If this means Firefox will have decent support for higher dpi displays, then I just might jump at it once it goes Beta.

      I think the only way to do it is to zoom the entire page (including images). Which I hear is something that Opera does and I know the Avant Browser does. Scaling one without the other only works if you're going up/down by about 5% (maybe 10%). Beyond that, page layouts start getting funky and you'll have text that overlaps other screen elements.

      I have a higher DPI display as well (125dpi) and even with using the "minimum font size" settings, it still causes more issues then it fixes.

      --
      Wolde you bothe eate your cake, and have your cake?
    4. Re:If it means decent Zoom... by lagfest · · Score: 1

      Higher dpi settings (in windows) are used because it is the only way to scale text in all programs, not just the browser.

      His problem, and mine, actually is that Firefox renders an atrocious mess with high dpi settings. text jumps around when hovering over links, horizontal tearing is not uncommon, tabs and toolbars have similar anomalies.

    5. Re:If it means decent Zoom... by Luyseyal · · Score: 1

      Yes! Finally I get a chance to bitch about Digg on Slashdot. I have my fonts set larger (Firefox aka Iceweasel on Debian unstable) and this causes the yellow counter widget next to each Digg story to obscure the first character or two of each story. I've reported the issue twice, but nothing was ever done about it.

      I need minimum font size.
      -l

      --
      Help cure AIDS, cancer, and more. Donate your unused computer time to worldcommunitygrid.org. Join Team Slashdot!
    6. Re:If it means decent Zoom... by Short+Circuit · · Score: 1

      I've already done that. It works for some pages, fails on others. GMail typically renders great, Slashdot usually renders well, but sites like popular online retailers tend to fail miserably.

      What I've ended up doing is setting a minimum font size (I forget what), and hitting Ctrl(+) whenever I have difficulty reading a page, and Ctrl(-) when done with the page.

      Opera's zoom feature works very well for my situation, and I have it installed, but I still find myself tending towards Firefox, despite the rendering issues.

    7. Re:If it means decent Zoom... by Short+Circuit · · Score: 1

      Firefox doesn't support zooming, it supports changing page-wide font sizes. (Unless the pages have specifically-set font sizes as part of their formatting.)

    8. Re:If it means decent Zoom... by PurifyYourMind · · Score: 1

      One problem with this method (I use minimum font size) is that it breaks the layout of a lot of sites, especially causing overlapping text on menus/links.

    9. Re:If it means decent Zoom... by loucura! · · Score: 1

      I need minimum font size.

      Stop being blind, and your problem is solved.

      --
      Black and grey are both shades of white.
    10. Re:If it means decent Zoom... by Short+Circuit · · Score: 1

      My DPI is 108, IIRC. (Not at home, and I can't check from here.)

      Yes, Opera has a decent zoom functionality. I've got Opera 9 installed, but I don't use it much. For some reason, I keep going back to Firefox. (Probably for the extensions.)

    11. Re:If it means decent Zoom... by julesh · · Score: 1

      This is more CSS's fault than Firefox's; they picked a very bad model for laying out vertical columns.

      CSS doesn't have a model for laying out vertical columns. Anyone implementing a multi-column layout in CSS is using the system for a purpose other than what it was designed for.

      I believe there is column support in CSS3, but I don't think anything supports it yet (?)

    12. Re:If it means decent Zoom... by tehcyder · · Score: 1
      As it stands, the rest of my Linux desktop is perfectly readable at 1280x1024 on a 21" monitor from 10' away.
      Er, why not just get a smaller monitor and sit closer?
      --
      To have a right to do a thing is not at all the same as to be right in doing it
    13. Re:If it means decent Zoom... by Short+Circuit · · Score: 1

      Money and furniture layouts, mostly. That, and no chair can replace the comfort of sitting sideways on a love seat.

  20. Firefox 3.0 Alpha by KrayzieKyd · · Score: 0

    Firefox 3.0 Alpha has been available since August 31, 2006. I love posting every Firefox update as much as the other guy, but get on the ball or don't bother.

    1. Re:Firefox 3.0 Alpha by Anonymous Coward · · Score: 1, Informative
      "Firefox 3.0 Alpha has been available since August 31, 2006. I love posting every Firefox update as much as the other guy, but get on the ball or don't bother."

      Sorry, you are mistaken. Gran Paradiso Alpha 1 aka Firefox 3 Alpha 1 was released on December 8th.

      Trunk/Nightly builds have long had the "alpha1" mark as a sign that they will lead to "alpha1" in the future.

  21. window trails by Anonymous Coward · · Score: 0

    lets hope they do something about the window trails when working via remote X

  22. Fix The Problem With Firefox 2 First by jack_csk · · Score: 0, Troll

    Yet they leave a security vulnerability unpatched, and they are developing the next version?!
    Who said that Firefox is secure?!

  23. Ars Technica also covers on this by markpeak · · Score: 1

    Ars Technica covers this story in detail about both Cairo and Acid2 issues. http://arstechnica.com/news.ars/post/20061212-8409 .html

  24. SVG support, probably. by Grendel+Drago · · Score: 1

    I think it means "SVG support without a plugin or other hackery", but as you said, it's market-speak, so who knows for sure?

    --
    Laws do not persuade just because they threaten. --Seneca
    1. Re:SVG support, probably. by Anonymous Coward · · Score: 0

      SVG is supported in the current Gecko version (since FF 1.5, at least) "without a plugin or other hackery":

      http://www.croczilla.com/svg/samples/

  25. Re:Cairo is kind of slow now by Dr.+Spork · · Score: 2, Insightful
    Yeah, I totally agree. I'm also hoping that Gecko coders will turn their attention towards optimizing Cairo, because its current performance is unacceptable. According to this benchmark, Cairo's rendering performance isn't just somewhat slower than its open-source rival Qt. It's something like 700% slower. If that doesn't improve dramatically before Mozilla's 3.0 release, it will account for dreadfully many wasted CPU cycles.

    I understand the decision to go with Cairo, but like you said, I hope it's coupled with a commitment to seriously fix Cairo.!

  26. Acid2 by Anonymous Coward · · Score: 0

    To get the builds that have the reflow branch landed (hence passing Acid2 (although the nose is 1px off)) you need to use the nightlies which are named Minefield.

    Take note of the codename for it before trying it, though recently it has been quite stable.

  27. How much ? by Anonymous Coward · · Score: 1, Insightful

    4 seconds less ? What was the original time ? 1000 seconds ? Or...5 seconds ? You can better tell the percentage improvement, much clearer ;=)

    1. Re:How much ? by Foktip · · Score: 1

      it uses less than half the ram, and is about 3x faster at loading reasonably big webpages (like slashdot)
      (Athlon X2 3800+, Geforce 7600GT)

  28. Details on the vector capabilities? by jdevivre · · Score: 1

    Excuse me for my ignorance/laziness, but I wonder if the /. gang can give me a point to what the vector capabilities of the new engine are? Are we talking better SVG support, or a more powerful Flash replacement? Despite being busy as hell of late, the thought of developing vector-based media and supporting tools _without_ Adobe/Macromedia is very motivating...

    1. Re:Details on the vector capabilities? by Gary+van+der+Merwe · · Score: 1

      See http://www.mozilla.org/projects/svg/status.html From what I can see, pattern, and foreignObject support have been added since Gecko 1.8.1.

    2. Re:Details on the vector capabilities? by Anonymous Coward · · Score: 0

      Just keep an eye on http://svg.org/

  29. Or... by thrill12 · · Score: 1

    ...economical decision, which is the reason why MS stopped supporting Win98. Or perhaps a decision based on a sane choice: why support an OS with a browser that tries to be as secure as possible, while at the same time knowing the OS you're targeting is unsupported and thus prone to severe compromise ? What good would that do other than perhaps put the browser in a bad light of day ? Though I must add that is a bit of a political reason :)

    --
    Slashdot: stuff for news, nerds that matter, matter for news, stuff that nerd
  30. Front End? Hardly by shaneh0 · · Score: 3, Insightful

    Adding tabs was a huge change to the IE application model.
    The rendering engine was updated for efficiency and standards compliance (which is much better now, if still not yet where you'd like it to be)
    Things like anti-phishing, new security models, and a new plug-in interface are features that 'go down to the metal'

    IE7 was very substantial. I'm writing this on FF2.0 and I have to say: The IE7 upgrade was far more successful than FF2. I still believe that Firefox is a better browser over all, but not by very much. The only reason I'm still using FF is the extensions. There are just things that aren't available as IE Plugins yet that I would miss too much to fix. Funny enough, FireFox has be in vendor lock-in.

    I'd say that the FireFox 2.0 upgrade was a debacle. There are so many things that I dislike about this release. I know I could go back to 1.5 but thats a PITA, too. Some of the many flaws with 2.0 are:

    1. The "quick find" menu. When I 'find as I type' it no longer opens-up the actual "find" bar that allows me to highlight/move next/move previous. Instead, it opens a USELESS quick find bar and I have to press ctrl-f to get the full find-bar. This is so idiotic it's difficult to put it into words. There is absolutely no good reason for this. The quick-find takes up as much screen real-estate and my guess is that it takes up just as much resources.

    2. The absolutely HORRIBLE options menu. In addition to being visually unappealing, it's horribly convoluted. I now have to click 10 times to do what I used to do in 2 clicks. Changing proxy settings is an example.

    3. Ugly graphics. IE7 is just clearly more beautiful. For that matter, FF1.5 is clearly more beautiful. I don't know who created these things (the 'home' icon in particular) but somebody really should have said 'thanks but no thanks.'

    4. Why change terminology? Extensions are now Add-Ons. Will they be plug-ins in the next release? BHOs after that? It took me 3 minutes after I upgraded to find the extension control panel.

    5. More in-built functionality that I don't need. Like a phishing filter. This shouldn't be in IE, either, but DEFINITELY not in firefox.

    6. I dislike having close buttons on each tab. I thought I would like it, but in reality, when I want to close multiple tabs now I have to keep moving my mouse to do so. Before, I could just click, click, click and close 3 tabs. I liked that much better.

    What's even worse is that they didn't actually fix the things that would really make this browser better:

    1. Memory Foot print. Right now, I have 2 tabs open (one is gmail) and about a dozen extensions. Firefox is using 101MB of RAM.

    2. Extensions are not in a 'protected' mode. A misbehaving extension can still leak memory and bring down my entire browser. This infuriates me to no end when it happens.

    3. No ability to see what extension has crashed. The recommended solution is to disable extensions one at a time. I should not have to do that.

    4. When one tab is 'busy' (opening a PDF, for example) the entire browser window freezes. This is a tough one, I understand, but not impossible.

    In summary, FireFox 2.0 was a step backwards for the browser. I sincerely hope they produce better results with FF3.

    1. Re:Front End? Hardly by Andrewkov · · Score: 5, Informative

      You can configure Firefox 2 to have a single tab close button, like in 1.5.

      Go into about:config, change browser.tabs.closeButtons to 3.

    2. Re:Front End? Hardly by shaneh0 · · Score: 1

      Thank You.

    3. Re:Front End? Hardly by monteneg · · Score: 1
      More in-built functionality that I don't need. Like a phishing filter.

      I completely disagree. If Firefox is only meant for the tech-savvy then you're right, we don't need it because most of us are careful. However, phishing wouldn't be a problem if there weren't loads of people getting tricked, and so if Firefox is intended for a larger audience then a phishing filter is an essential addition. And no, it shouldn't be an Add-on, because those who are not tech-savvy are unlikely to even know of the existence of Add-on's. In contrast, the spell-check is a useful but unnecessary feature that could perhaps be an Add-on.

    4. Re:Front End? Hardly by eosp · · Score: 1

      Hit F3 to move to the next search result with 'quick find'.

    5. Re:Front End? Hardly by TheKeeper · · Score: 1

      you can also click on the tab with your scrollwheel
      (and fyi, clicking a link, or anything that acts like a link, like the home button, with the wheelbutton, opens a new tab)

    6. Re:Front End? Hardly by WuphonsReach · · Score: 1

      4. When one tab is 'busy' (opening a PDF, for example) the entire browser window freezes. This is a tough one, I understand, but not impossible.

      This is the one that absolutely drives me crazy. I'm a heavy tab user, loading a lot of stuff into background tabs while I work in the foreground tab. Every time I go to open a page in the background I have to WAIT on a tab that I'm not even looking at. Gee, I thought the whole point of loading something in the background was so that it wouldn't interfere with what I'm doing in the foreground.

      I should dig up my old 0.5 or 0.6 versions and see if they had that misbehavior. It seems like they broke something in 1.5 (and left it broken in 2.0) where the UI blocks on network events.

      If not, maybe it's time to go look at IE7 or Opera and see if they're less braindead about blocking the UI.

      --
      Wolde you bothe eate your cake, and have your cake?
    7. Re:Front End? Hardly by Martin+Blank · · Score: 1

      I solved the PDF lockup issue by installing the PDF Download extension. I have the option of downloading a PDF or opening it, in both cases happening outside of a tab. It's also saved me from numerous unintended PDF clicks (often documents from dynamic URLs).

      --
      You can never go home again... but I guess you can shop there.
    8. Re:Front End? Hardly by somersault · · Score: 1

      You can also download new themes really easily, I'm not even sure I saw the FF2 theme.

      If an extension is causing your browser to crash then why even bother with it. I get on fine without any extensions apart from adblock, noscript, a download status bar, IE-Tab(which I have disabled as I kept clicking on it by mistake since it's about 10 pixels out from where it was in 1.5) and FireFTP (which I have never used). You could probably find another extension that does the same thing as your broken one anyway, and it will hopefully have been written by a decent coder.

      IE7 to me is really ugly, and with my past experiences with IE, personal and at work, I just don't trust it as a browser due to the ease with which it can get your machine infected with spyware.

      --
      which is totally what she said
    9. Re:Front End? Hardly by TheManifold · · Score: 1

      I didn't know that, and I wonder how many of my less 'techy' friends knew that. Why would they take away a self explanatory feature and replace it with an obscure one with the same function?

    10. Re:Front End? Hardly by spitzak · · Score: 2, Informative

      Thats the "middle mouse button" for those few left who speak english.

      The fact that they made the wheel also be the middle mouse button is clever, but in no way required. There are mice available that seperate the functions.

    11. Re:Front End? Hardly by somersault · · Score: 4, Insightful

      They could have the phishing philter and spell checker as addons which are installed by default - with the option to not install in a 'custom' install, like you can do with the DOM inspector. Then you can remove them if you don't want them. Customisation is always fun :)

      --
      which is totally what she said
    12. Re:Front End? Hardly by Anonymous Coward · · Score: 0

      Most of what you're talking about has been done with different front-end software before, such as Maxthon, they're not really changes in the IE back end.

    13. Re:Front End? Hardly by hobo+sapiens · · Score: 1

      Not that I disagree that tabs are nice, but why does everyone and their grandmother starting with Microsoft's Ministry of Truth tout tabbed browsing as the greatest thing to happen to the web since TCP/IP? I mean, it's nice but it's almost like Microsoft spent five years adding tabs to IE6, changing the toolbar around (much to the detriment of the user experience), and adding an anti-phishing filter (which like many, I immediately turned off) that depends on MS maintaining a list of Phishing sites, as though they can keep up with all of the phishing sites. Where's the substance? When I downloaded, I expected something revolutionary seeing as how it took five years. All I got was a hopped up IE6. What's successful about that? Seriously, where's the beef?

      Speaking of toolbars, what the *HECK* is up with IE7's toolbar? Some things you don't take creative license with, and if the layout of a browser's toolbar isn't a de facto standard I don't know what is. After months, I still can't find the home button. If it ain't broke, why fix it? Why could they not have taken more time to better implement standards?

      I do agree with you, though...I HATE the close button on Firefox's tabs. Have to note that I saw that first on IE7 though.

      --
      blah blah blah
    14. Re:Front End? Hardly by filesiteguy · · Score: 1

      Many thanks!

      I have FF 2.0 on my Wintendo box and 1.5 on my Linux box - the one close option is sooo much easier.

    15. Re:Front End? Hardly by LiquidFire_HK · · Score: 1

      Extensions have not been renamed to add-ons. Add-ons is simply a combining name for extensions, themes, and language packs - it's just the name of the window that displays them. Click Tools -> Add-ons. Look at the puzzle-piece icon. It says extensions, not add-ons.

      I know I may be too pedantic, but every second person talking about FF2 complains about how extensions have been renamed.

    16. Re:Front End? Hardly by charlieman · · Score: 2, Insightful

      The problem is with javascript links, which open in a new window... galeon can handle them... firefox can't?

    17. Re:Front End? Hardly by Mike+Savior · · Score: 1

      I feel for most of your qualms about firefox 2. I had so many gripes with this release that I've gone back to 1.5 on windows. Once I get off my arse and make a whole new profile for an independent FF1.5 install on linux I have to get to that too.

      But to be on topic, does anyone realise that tabbed browsing still sucks bigtime in firefox? For a browser that so supposedly popularized the idea, it handles it like crap. If I tell a stock firefox install to use tabbed browsing, it opens a new window on links that should open in new tabs. When I click a link in an external app, even in the stock install's single window mode, it opens a new window. It's like firefox either ignores the setting or does it when it wants to only on conditions it feels are right. I have been using an extension to make the tabbed browsing work the same way it has been doing it in opera for years, and IE7, which is supposed to be competing with both. Come on, Mozilla. Get it together.

      --
      space is pretty cool.
    18. Re:Front End? Hardly by Aggressio · · Score: 1

      Actually, I noticed that mouse moving issue when closing down tabs. But then also found that I was doing it wrong :) You are still trying to do it from right to left, while you should just put your mouse pointer on the leftmost tab you want to close, and do the fast 'click-click-click' you wanted.

    19. Re:Front End? Hardly by WWWWolf · · Score: 1
      1. The "quick find" menu.

      Agreed. However, I don't think this is that bad; slash-whatever will find the first occurrence and after that I can summon the Find bar with Ctrl+F if I need the next thing. I do think that FF1's quick find was a little bit better though...

      3. Ugly graphics. IE7 is just clearly more beautiful.

      Ever noticed how IE7 actually looks a lot like Netscape 6? Remember the great screams of "good riddance!" when the current Firefox default theme was introduced?

      Look, prettiness of the UI is the least of my concerns in an application. Firefox's default theme is spartan but it works. I wouldn't call it ugly.

      And since dawn of time, Mozilla has been skinnable, and so has been Firefox. If you want colourful themes, there's plenty of them out there. I won't touch them with a ten-meter pole, thank you very much.

      Actually, every time I look at the default IE7 theme, I keep thinking "what the hell is this thing?" I haven't actually used IE7 myself, but I've seen it used and no one bothered to change the defaults. How can they use that thing? Every bit in the UI appears to be in direct violation of their own UI guidelines. A complete mess! I really hope one can rearrange the UI (similar to how you can rearrange things in Firefox) the way it used to be in IE6, because I refuse to use an application that has looks like a migraine-inducing mess.

      I dislike having close buttons on each tab.

      You can configure this behaviour. I actually like the new behaviour because there were many cases where I would accidentally close multiple tabs. Also, if I wanted to close a tab that was not active, it was right-click time.

      Memory Foot print.

      Right now I have four tabs open. My computer is actually running stuff. I can't remember when was the last time my comp ran out of memory.

      Oh, you want to know the memory footprint. I have no clue. I usually have no clue about the memory consumption unless I'm having problems with that. Yeah, I'd be peeved if I was running out of memory and had to close applications thanks to that. I don't need to do that, so surprise surprise, I'm not peeved.

      Being somewhat geeky personality, I'm always the last person to recommend people to get a life, but I've never understood why people who criticise Firefox seem to be the only people who I've met that actually know the exact resident set size of their browser at the exact time they're writing their witty critique. I don't get it. Last I checked, RAM was a renewable resource.

    20. Re:Front End? Hardly by shaneh0 · · Score: 1

      This works unless you have more than x number of tabs open. After that, the tabs shrink. As you close them, each tab gets slightly larger until they finally get to their 'normal size.'

      It's hard to explain, but open up 20 tabs and you'll see what I mean

    21. Re:Front End? Hardly by Isotopian · · Score: 1
      6. I dislike having close buttons on each tab. I thought I would like it, but in reality, when I want to close multiple tabs now I have to keep moving my mouse to do so. Before, I could just click, click, click and close 3 tabs. I liked that much better.
      Ctrl+W is your friend.
      --

      It's poetry with a beat behind it! And guns! They're like beatniks with automatic weapons.

    22. Re:Front End? Hardly by shaneh0 · · Score: 1

      "Being somewhat geeky personality, I'm always the last person to recommend people to get a life, but I've never understood why people who criticise Firefox seem to be the only people who I've met that actually know the exact resident set size of their browser at the exact time they're writing their witty critique. I don't get it. Last I checked, RAM was a renewable resource."

      It's actually really easy. task manager is a keypress away.

      Right now I'm at 181 MB.

      And the truth is, your computer will never "run out of RAM." It will just increase your pagefile.

      But much like the people who criticize Microsoft for having a 1GB office suite or a 3GB OS, those that argue against FF memory foot print have a valid point. Software should be as small as possible. As efficient as possible. As unobtrusive as possible.

      I'm a software developer. I understand how difficult this is. But that doesn't make it less important.

      I've often found my PC running sluggish and a taskmgr check reveals a 300MB browser window, fully 1/2 of my physical memory. This is a problem and it should be dealt with.

    23. Re:Front End? Hardly by stag_beetle · · Score: 0

      I agree, the main reason I'm using firefox is the extensions too. My main problem with firefox is somewhat different from yours, however. I am still using 1.5 (I'm afraid to go to FF2), and even it is not that stable. The absolute worst problem with it is that sometimes it just sits there when I click on a link. The status bar says something like "connecting to xyz.com" or somesuch, and then it waits. If I crank up another browser like Safari or Konqueror and go to the same link, the connection is instantaneous. This problem is crippling at times, especially when a site has lots of little things to fetch before it can be rendered.

      I have seriously thought about dumping firefox forever because of this, but I wish they would just fix the problem before adding all this other cruft that just makes the problem worse. I'm not sure I will ever make the leap to FF2 unless they spend some quality time fixing this issue.

    24. Re:Front End? Hardly by kobaz · · Score: 1
      1. The "quick find" menu. When I 'find as I type' it no longer opens-up the actual "find" bar that allows me to highlight/move next/move previous. Instead, it opens a USELESS quick find bar and I have to press ctrl-f to get the full find-bar. This is so idiotic it's difficult to put it into words. There is absolutely no good reason for this. The quick-find takes up as much screen real-estate and my guess is that it takes up just as much resources.
      This is actually one of the things I absolutely love about firefox is the quickfind bar that you get when you ctrl-f. Every application should have something like this rather than a popup window that obscures what your working on. If I wind up with too many tabs (50 or so) open in firefox and firefox starts really dogging it I load up opera. Opera is quite nice with it's speed, but many pages render poorly. If the rendering was fixed up, and opera had a quickfind bar, I would switch instantly just because of it's speed.
      --

      The goal of computer science is to build something that will last at least until we've finished building it.
    25. Re:Front End? Hardly by Belial6 · · Score: 1

      I like the close buttons on the tabs... but I have to agree that IE7 seems to have changed the browser toolbar just to make IE7 look different for the sake of not looking the same. My opinion is that IE7 has a seriously broken UI. When I look IE7, it looks like someone with no artistic eye was given the tools to slap shaded bars on a page and told to go at it.

    26. Re:Front End? Hardly by tilde_e · · Score: 1

      The Tab Mix Plus! "Add-On" is still the best way to do this.

    27. Re:Front End? Hardly by Hellfire51 · · Score: 1

      A lot of what you say here is more personal preference. I don't know what you mean with the find thing, I have had the same find bar as long as I can remember The Options could maybe be cleaned up a bit, but I don't find it that hard. Proxy is in Advanced->Network->Connection Settings. Makes sense to me. As far as graphics, this is extremely personal. I prefer the clean look of firefox compared to IE's "Beautiful". Firefox has theme support, use it. Your point on terminology is pretty valid The built in spellcheck is awesome, I don't know why you wouldn't want it, and the phishing filter is important to build in because the inexperienced users most suceptible to phishing are the least likely to go out and get a seperate extension to do something like that. Close tabs - another personal thing Memory - while it's certainly bigger than it needs to be, I have never found it to be excessive mine uses about 70MB unless I open a large number of tabs The extensions stuff would be a nice addition, but I don't consider it something that is "broken" tab busy stuff - probably depends on adobe acrobat, and if you are worried about firefox's memory and lagging when opening a pdf, you shouldn't be using adobe acrobat (use foxit)

    28. Re:Front End? Hardly by ravingsanity · · Score: 1

      3. Ugly graphics. IE7 is just clearly more beautiful. For that matter, FF1.5 is clearly more beautiful. I don't know who created these things (the 'home' icon in particular) but somebody really should have said 'thanks but no thanks.'

      I have to disagree here. To me IE7 is ugly as sin. Clearly the phrase "clearly more beautiful" is a subjective call and a pretty thin basis for slamming Firefox.

      4. Why change terminology? Extensions are now Add-Ons. Will they be plug-ins in the next release? BHOs after that? It took me 3 minutes after I upgraded to find the extension control panel.

      Really? Took me two seconds. Know why? The menu item is in the same exact place and it's not much of a stretch to translate "Extensions" into "Add-ons". Was this really worth a whole bullet point of its own? Sounds more like petulant nit-picking to me.

      5. More in-built functionality that I don't need. Like a phishing filter. This shouldn't be in IE, either, but DEFINITELY not in firefox.

      Like someone else said, I have to disagree with this. Non-techies often don't know enough to check the destination of a link before clicking on it. Having the functionality in no way interferes with regular usage of the browser.

      As for your other issues, they all seem to be related to poorly written add-ons and not directly to Firefox. If you want to complain about add-ons, then complain about the add-ons but don't blame Firefox for their shortcomings.

      --
      I tried to dial REALITY once and I was informed that it had been disconnected.
    29. Re:Front End? Hardly by shaneh0 · · Score: 1

      "the phrase "clearly more beautiful" is a subjective call "

      No Shit?

      "Was this really worth a whole bullet point?"

      This coming from the guy whose entire post can be summed-up as "I disagree."

      Sorry I "slammed" your browser, but it's not your fricken girlfriend dude. Get over it.

    30. Re:Front End? Hardly by ravingsanity · · Score: 1

      This coming from the guy whose entire post can be summed-up as "I disagree."

      Hardly. I merely responded to the points I thought invalid and/or erroneous. No need to get so defensive there, champ.

      --
      I tried to dial REALITY once and I was informed that it had been disconnected.
    31. Re:Front End? Hardly by shaneh0 · · Score: 1

      Defensive? Not really, champ. I wasn't insulted by your post, I was amused. Read it again and instead of picturing me sneering in your mind, picture me smiling. Then you'll get it.

    32. Re:Front End? Hardly by whimmel · · Score: 1

      I will often have dozens of tabs open when I'm reading a news site (like this one). As I go down the main page, I load each interesting story into a tab.

      As I read them, I don't move my mouse out of the body of the story. I use my left hand to hit Ctrl-W. Poof, it's gone, and the next story is up.

      --
      Does the name Pavlov ring a bell?
    33. Re:Front End? Hardly by shaneh0 · · Score: 1

      No, you misunderstand.

      I, too, *love* the find bar. I love the 'highlight' option and I use it often. In 1.5 and below, when you turn on "find as you type" it opened up this bar.

      However, in 2.0, when you try to 'find as you type' instead of opening up that find bar, it opens up what's labeled a "Quick Find Bar" This bar is in the same place, and is the same size, but all it has is the find textbox, none of the buttons or options of the normal find bar.

      Basically, it's useless and offers nothing to the user. I'm often 'finding as I type' and after the 'quick find bar' opens up, I always have to do a Ctrl+F, which removes the point of find as you type.

    34. Re:Front End? Hardly by ravingsanity · · Score: 1

      Not really, champ.

      You could have at least used a different nickname like "sport" or "sparky" or something.

      --
      I tried to dial REALITY once and I was informed that it had been disconnected.
    35. Re:Front End? Hardly by Anonymous Coward · · Score: 0

      You are assuming that the phishing filter actually works and isn't just built-in google spyware.

    36. Re:Front End? Hardly by fluffy99 · · Score: 1

      "4. When one tab is 'busy' (opening a PDF, for example) the entire browser window freezes. This is a tough one, I understand, but not impossible." This should not be impossible. In fact is should be simple. It means the FF programmers have no clue about programming threads in Windows.

    37. Re:Front End? Hardly by Haeleth · · Score: 1

      I didn't know that, and I wonder how many of my less 'techy' friends knew that.

      I suspect you do not have many fellows in the set of find-as-you-type users who are unfamiliar with standard keyboard shortcuts.

      Why would they take away a self explanatory feature and replace it with an obscure one with the same function?

      How can it be "replacing" anything when it's been there all along?

    38. Re:Front End? Hardly by poopdeville · · Score: 1

      You are both tedious turds.

      --
      After all, I am strangely colored.
    39. Re:Front End? Hardly by countach · · Score: 1

      You can restore the single close button with a change to the prefs.js. Yeah, it should be an option available in the gui, but at least you can get what you want.

    40. Re:Front End? Hardly by Zonnald · · Score: 1

      Isn't the point of standard keyboard shortcuts, to ensure that users are familiar with them. In the sense that if I hit F3 - I know I will get a search function?

    41. Re:Front End? Hardly by VGfort · · Score: 1

      1) quickfind can be turned back on by typing in the settings *) as people always say, if you dont like something you can always contribute some code/artwork...

    42. Re:Front End? Hardly by CGameProgrammer · · Score: 1

      Extensions were not renamed Add-Ons. Click Add-Ons and you will see Extensions and Themes on top. Both are examples of add-ons.

      As for the phishing filter, you can turn it off you know. I did. But it's enabled by default to help protect users -- remember Firefox is going after the hardcore geek crowd; it's a mainstream browser and it needs to be suitable for most people, just like IE. There is no reason for a security feature to be in IE but not Firefox.

      You're definitely right about the memory leaks though; with just one tab open on a lightweight site, the browser can still use 140MB of RAM depending on what was happening in previous sites visited. They've got to fix this.

      --
      ~CGameProgrammer( );
    43. Re:Front End? Hardly by tehcyder · · Score: 1

      These are features on Opera too.

      --
      To have a right to do a thing is not at all the same as to be right in doing it
  31. NT 4? by Andrew_T366 · · Score: 1

    Will Firefox 3 be capable of running on Windows NT 4.0?

    1. Re:NT 4? by Anonymous Coward · · Score: 0

      From what I have read, No.

      Basically, they are dropping support for anything prior to Win2k. They have no developers who either have the knowledge to work on pre-Win2k OS's or the ones they have are overburdened with other responsibilities.

      They need someone who knows how to code for pre-Win2k machines.

      Here is the link to a discussion on MSFN forums. The poster ivanbuto started this thread to attempt to find someone who could look into extending support.
      http://www.msfn.org/board/lofiversion/index.php/t7 2957.html

      And here is the Bugzilla discussion in which he started asking questions about this.
      https://bugzilla.mozilla.org/show_bug.cgi?id=33027 6

      That Bugzilla discussion gives pointers on what one can do to get Pre-Win2k support implemented. You just have to weed those out. It also lists a dev who is willing to review a patch that would give Pre-Win2k support.

  32. yet more memory leak fud .. by rs232 · · Score: 1

    "Why is it that I don't have these same memory leaks that everyone else seems to have?"

    Same here, FF currently using 62,504 KB. I wouldn't know about the memory leak issue unless I read about it whenever Firefox is mentioned on slashdot.

    I like $some.opensource.app except it doesn't have $some.random.feeture ;)

    was Re:fix the memory leaks first

    --
    davecb5620@gmail.com
  33. Mac version faster by shaper · · Score: 2, Informative

    Recent nightly builds for Mac OS X feel much snappier than Firefox 2.0. One of the obvious culprits is that Cocoa widgets are now used on Mac OS X builds. I don't know if there are other changes affecting the performance on Mac OS X, but the difference is fairly dramatic.

    I love Firefox on Windows, but I have stuck with Safari on the Mac because Firefox has always felt porky and slow compared to Safari on the same hardware. The newer builds of Firefox 3 for the Mac are much better: windows, tabs, menus and other user interface elements have a nice immediate feel to them. And the page rendering is more performant than Safari on certain Web 2.0 type sites like digg and Slashdot's new discussion system. It's buggy alpha code, but early indications seem to be good for a nice improvement on the Mac when Firefox 3 comes out.

    1. Re:Mac version faster by Anonymous Coward · · Score: 0

      I prefer Safari on my PB G4 1.5GHz and use Camino when I need something else. The deal-breakers for me are:

      1) The UI is ugly compared to Camino and neither is as good as Safari, especifally on my 1024x768 screen.
      2) The UI elements are larger than I would like (again, 1024x768 screen).
      3) Firefox doesn't respect the Dock as out-of-bounds for window creation or moving.

      Just my $0.02

  34. alternative to FF for mac guys by Anonymous Coward · · Score: 0

    iCab weill run on the older osx stuff. I always found it better than either navigator or explorer when I was still running classic. I just checked on their page, he still even has a build for 68k macs.

    http://www.icab.de/dl.php

    moz gets the press, but there are always alternatives

  35. Write your own by Comboman · · Score: 1

    The great thing about OSS is that if you don't like the direction a project is taking, you can branch it and write your own. If there are really that many people who want an updated Win9x version of Firefox, then I'm sure someone will maintain a branch (perhaps using the newest security/features but utilizing the older rendering engine). There are people trying to port Firefox to the Commodore Amiga for crying out loud, and I'm sure the Amiga user base is a lot smaller than Win9x.

    --
    Support Right To Repair Legislation.
  36. Re:Cairo is kind of slow now by ThisNukes4u · · Score: 2, Informative

    You should try the 1.3.x preview release series on cairographics.org. There are a whole bunch of performance improvements, including a new tessellator. Also, cairo's performance on linux is heavily dictated by how well your video card driver supports XRender. I have found that r200 radeons with the new EXA driver acceleration mechanism accelerates cairo, among other things, quite nicely. If you can't use a driver that supports EXA, you can try rendering to a image backend first(which forces software fallbacks) and then drawing that onto your xlib surface, which is usually many times faster than drawing directly to the screen if you don't have decent xrender support.

    --
    thisnukes4u.net
  37. Re:Cairo is kind of slow now by Anonymous Coward · · Score: 0

    Are you dumbasses SERIOUSLY complaining that an alpha release is slow?

  38. It doesn't even mean that much by brokeninside · · Score: 1

    It's more fair to say that if FF developers drop all further support of the 1.x and 2.x lines and never add Win9x support to the FF 3.x tree, then they'll be no better than Microsoft developers. This isn't a case of the developers removing existing support for all future releases. This is a case of developers not having the resources to surmount a technical obstacle for the next generation of a product. And, unlike Microsoft's IE group, I don't see any indication that the FF project is going to stop maintenance of the 1.x and 2.x lines any time soon

  39. Cairo by stud9920 · · Score: 2, Funny

    Personally, I'll wait for Chicago.

  40. "Stuff that matters"? by jopet · · Score: 1

    "Slashdot - News for nerds, stuff that matters"

    I wonder ... are nerds really interested to get informed about every alpha release of firefox, but at the same time find it OK if a major final release of a major Linux distro, OpenSUSE 10.2 is not even mentioned on slashdot?

    Is this actually reflecting the interests of the readers here or is the fact that all news submissions about OpenSuse 10.2 were ignored while the alpha 3.0 submission about Firefox was immediately published just a pathetic attempt of the editors here to influence the opinion of the readers?

    Do readers actually want this kind of opinionated news-shaping or are they just not aware of it?

    PS: please note that I am not questioning the relevance of the alpha release news -- I am just really, really annoyed about how news that is certainly even more relvant gets suppressed on Slashdot and I wonder if readers really find that OK.

    1. Re:"Stuff that matters"? by mr_mischief · · Score: 1

      Nobody claimed that "New for nerds" or "Stuff that matters" is "Fair and Balanced". Last I checked, Rupert Murdoch had yet to buy OSTG.

      OTOH, does OpenSuse 10.2 really matter to /. readers right now, after all the MS-Novell news we just had? Did that not cover "the upcoming OpenSuse 10.2" enough for you? That is to ask, is it really news?

      Do you think people reading /. really want to run out and buy MS Linux 1.0 -- err, "Open"Suse 10.2 as much as they want to know about the progress of actual open software? That is it really more relevant than the story of Firefox 3 alpha, "Gran Paradiso"?

      BTW, I'm posting this from Firefox 3 alpha, but not from "Open"Suse 10.2 -- actually, I'm on Windows XP right now, but a Mandriva 2006 box sits next to me, and I'm hopping onto it when I get done with /. for the morning. It'll probably have the alpha on it this afternoon, especially since Firefox 2.0 makes the colors on KDE 3.4 a little odd using my current video driver. I'm hoping Gran Paradiso fixes that.

      So for my take, Gran Paradiso is more newsworthy, newer information, and more relevant than OpenSuse 10.2 altogether. I use Mandriva, Ubuntu, Windows XP, and OS X at home and Mandriva and XP at work. I use Firefox on all of them. I have a feeling I'm not alone in the fact tht I don't use OpenSuse yet I use Firefox. So why is it that OpenSuse would be more relevant, exactly?

    2. Re:"Stuff that matters"? by jopet · · Score: 1

      Well, no media is really fair and balanced, but I would have expected /. not to be that obviously and extremely unfair and unbalanced. Don't ask me why :)

      In any case, I guess what I want to say is that I would expect to see the OpenSUSE news even though maybe the majority of readers here don't agree with the Novell deal or even decided to boykott Novell. But even so, it is news that could interest people, news that could get discussed etc.

      I respect your personal view that the Firefox 3 alpha news is more important to you, but I'd still say that the release of a major distro (#2 on distrowatch) is a tad more important in the bigger scheme of things.

      That /. editors simply refuse to let those news through is quite pathetic, in my view. Simply suppressing the news you do not like is not really a sign of an intelligent way how to deal with reality.

    3. Re:"Stuff that matters"? by Anonymous Coward · · Score: 0

      Go back to your hole nerd and go back to your grunt programmers opinions.

      Thats what real world addresses you peons who work under my thumb at work.

      I for one did my part and did not install FF2 this time because it is a crappy release and IE7 kicks the crap out of it. Have fun going back to the minority and how you keep getting smaller; the weekly articles of "FF hits a million downloads" are over and it will now be "so did anybody notice they update it?".

      Bitter nerds get out in the real world.

    4. Re:"Stuff that matters"? by swdunlop · · Score: 1

      247 relevant comments and rising.. I suspect, yes, the geeks are interested. Not necessarily as interested as they would be in Natalie Portman's hemline, but they are there..

    5. Re:"Stuff that matters"? by jopet · · Score: 1

      I never intended to question that this article sparks interest. I wondered whether the geeks are fine with the /. editors to tell them they are not interested at all in the OpenSuse 10.2 story. Which is quite hard to imagine. Do those geeks care at all how stories get and do not get published here?

    6. Re:"Stuff that matters"? by mr_mischief · · Score: 1

      Funny, but someone too shy and unsure to sign his own words doesn't seem the type to be calling me an unworldly nerd. Go back to junior high, kiss a girl, and figure out how to hold your liquor before we start comparing party stories.

  41. Is caching fixed yet? by KalvinB · · Score: 1

    Go to

    http://www.wolf5k.com/

    and play the game. Then go to

    http://code.icarusindie.com/index.php?section=js&p age=lesson4

    The graphics from your wolf5k session will replay until the frames run out. Then the tutorial may or may not work.

    You can also simply reload the wolf5k game and your previous game will replay until the frames run out and then you'll actually be able to play the new game session.

    IE hasn't supported the XBM format since early version 6.0 (unpatched install of Win2K). A patch for 6.0 removed XBM support. Prior to that, IE was one of the few browsers that could correctly run the code.

    Since FF is the only browser I know of that supports XBM, it'd be nice if the developers would fix this problem.

  42. Fraud! by Nom+du+Keyboard · · Score: 1
    Cairo will 'bring modern, hardware-accelerated 2D-graphics capabilities to the whole of the Web without requiring proprietary plug-ins or rendering obsolete the broad and rich set of Web-authoring techniques developed over the past decade.'

    Not if you're still running: Windows 95, 98, or ME, or OS X 10.2 or earlier.

    --
    "It's the height of ridiculousness to say for those 9 lines you get hundreds of millions."
    1. Re:Fraud! by arifirefox · · Score: 1

      that's what you get with closed source operating systems. If Windows 98 was open source, someone would be able to update it so that Firefox can progress

      --
      Firefox Power http://firefoxpower.blogspot.com/
  43. Image Scaling by stu42j · · Score: 1

    One of my biggest web design pet-peeves is when someone takes a really large photo and changes the dimensions in the html, requiring the browser to scale it down. One of the possible improvements that Cairo would be able to provide is better image scaling. In my testing, this alpha does only slightly better than Firefox 2.0 (or IE7 for that matter). When the scaling is minor, it is difficult to tell the difference between the Cairo scaled image and one that is scaled using a good algorithm (say imlib2 or the gimp). However, when the source image is much larger the scaling artifacts are still pretty noticeable.

    Opera is still the clear winner here. Hopefully there is more room for improvement from Firefox. Of course, it is still a waste of bandwidth to not prescale.

    1. Re:Image Scaling by Anonymous Coward · · Score: 0

      I kinda like being able to identify HTML-scaled images on sight, myself.

  44. Quick Find by Robmonster · · Score: 5, Informative

    Put the following in your userChrome.css to revert to the old Find Bar:-

    /* Use the old-style / and ' QuickFind Bar behaviour */
    #FindToolbar > * {display:-moz-box}

    --
    I have no sig yet I must scream.
    1. Re:Quick Find by Anonymous Coward · · Score: 0

      I was using an extension for this, glad to know it.

      Let me add the minor correction: replace > with > /* Use the old-style / and ' QuickFind Bar behaviour */
      #FindToolbar > * {display:-moz-box}

    2. Re:Quick Find by dveditz · · Score: 1

      By all means keep using the extension (which probably does the same thing). If enough people install the extension maybe it'll be a "vote" for getting this changed back in FF3. Slim hope, but at least it's something.

      Oh, and leave feedback at http://hendrix.mozilla.org/ about this and other complaints

    3. Re:Quick Find by Robmonster · · Score: 1

      Ah yes, I had a spot of bother getting /. to display this in the first place and didnt notice that slight corruption.

      --
      I have no sig yet I must scream.
  45. What About Thunderbird? by aplusjimages · · Score: 1

    TB gets no love. I heard there was supposed to be a TB2.0 coming out in December. I hope that's true. It's in great need of an update and a ton of new features, especially fixing the font issue.

    --
    Can I bum a sig?
    1. Re:What About Thunderbird? by emarkp · · Score: 1

      The beta was released yesterday. You can download it here.

  46. The end of the line by fleener · · Score: 1

    I'm a writer working from home. As much as I hate WinME, I'm not upgrading my computer until it dies. And I'm certainly not upgrading simply to use a new web browser. It's a shame Firefox is abandoning support for computers that are perfectly capable of viewing 99% of web sites in existence. It's a shame Firefox has the viewpoint that progress means leaving people behind. If Firefox supported as many computers as possible, it would be a monstrous advantage over Internet Explorer. IMHO, a growing number of home users who don't play cutting edge games are getting tired of upgrading to a newer computer which offers little functional advantage over their old one. I saw nothing in this announcement that provided incentive for me to spend hundred of dollars (or more) to use Firefox.

    1. Re:The end of the line by ephemeraleuphoria · · Score: 1

      Firefox 1.5 has/had release support of a year and a half. Firefox 2 will undoubtedly be even longer, since they are dropping platforms. Firefox isn't abandoning you, they will still support you until 2008 and beyond (a good 8 years after your OS was released, much better than IE's ~5).


      The new Firefox relies on the Cairo project to achieve much better rendering, especially with SVG content that more directly maps to the Cairo model. Cairo isn't available for ME. Firefox doesn't want to drop support for you, but it has to. This is the way applications work.


      A computer newer than 8 years old is not "cutting edge"

    2. Re:The end of the line by HeroreV · · Score: 0
      As much as I hate WinME, I'm not upgrading my computer until it dies.
      Do you not realize that you don't have to upgrade your computer to switch operating systems?

      It's a shame Firefox is abandoning support for computers that are perfectly capable
      I didn't know Windows 9x was a computer.

      Here's a crazy idea: switch to Linux.
    3. Re:The end of the line by markimusk · · Score: 1


      ok, so keep using 1.5 on your ME box, that's what I'm doing and it still works fine.

    4. Re:The end of the line by Ash-Fox · · Score: 1
      It's a shame Firefox has the viewpoint that progress means leaving people behind.
      Your hardware is perfectly capable of running a Linux distribution. Linux distributions don't have a problem running Firefox.
      I saw nothing in this announcement that provided incentive for me to spend hundred of dollars (or more) to use Firefox.
      Most Linux distributions are free.
      --
      Change is certain; progress is not obligatory.
    5. Re:The end of the line by fleener · · Score: 1

      If I'm going to upgrade Windows, yes, I do indeed need a faster computer. No question. Here's a crazy idea. Make Linux easy enough for the average person to set up, use and install hardware on and it will dominate the marketplace. Until such time, this is a Windows world.

    6. Re:The end of the line by fleener · · Score: 1

      Yes, my hardware is capable of running a Linux distribution. The computer's operator, however, does not wish to take the time to learn the inner workings of Linux so that he (I) can do simple things like install a new piece of hardware. Make Linux as simple to use as Windows -- in all respects -- and you'll have my ear. Until such time, busy moderately-savvy folks like myself will continue to use Windows. I don't want or need to know how an OS works. An OS should be seamless, simply a conduit for running software and using hardware.

    7. Re:The end of the line by wild_berry · · Score: 1

      May I introduce you to a different paradigm for software installation: a managed resource of software proven to work well with a given GNU/Linux distribution. It saves you the 'is this download safe?' question because of the people making the packages.

      You load up the point-and-click package manager, select the program category and program name, read the information about the program, choose to download and install it on your system, and soon after it's there, working fine for your environment.

      Fedora has the Extras Project; Ubuntu has its Universe repositories; Gentoo's standard repositories have a huge amount of stuff; Debian also has a lot in its defalt repositories. There are different flavours of package managers for each software distribution project (and I'm unaware of a point-and-click one for Gentoo, googling suggests remerge, which appears to be a web front-end for the emerge download-and compile-build tool) which I suggest you investigate before reinvigorating your computer with Linux.

      In order to achieve the seamlessness, I suggest you try Ubuntu's Desktop live/install CD. It does a fairly good job of seamless.

    8. Re:The end of the line by Ash-Fox · · Score: 1
      The computer's operator, however, does not wish to take the time to learn the inner workings of Linux
      To be honest, I don't really know the inner working of Kernel that much, or how many of the everyday applications I use exactly work internally.
      he (I) can do simple things like install a new piece of hardware.
      In most cases, I've found just plugging in the hardware is all I needed todo (touchpads, scanners, webcams etc.). The only thing I've found that did not auto configure itself, was the printers (which was very easy since all I had todo was open http://127.0.0.1:631/ in a webbrowser, and use the wizards from there).

      The only thing in particular that I have ever had hardware problems with under Linux, was support of RAID controllers (they either worked or they didn't) -- But that is not off-the-shelf hardware at all. Even getting that working under windows, you need to hit some special key while windows setup is starting, provide the drivers on the disk (you would need a diskdrive) and so on.
      Make Linux as simple to use as Windows -- in all respects -- and you'll have my ear.
      In my opinion (as someone who uses Windows on daily tasks also), it is easier than Windows. As another post indicated, there is such a thing as a package manager. You would be amazed how many packages are in there. The only times I have ever needed to install something outside of it, was relatively easy too. Downloading installers off a website that usually come in a format your package manager recognizes or a compressed archive that has a graphical installer inside.
      I don't want or need to know how an OS works.
      This is pretty much why I started using Linux in the first place. I got so fedup of tweaking Windows XP, using a bunch of registry hacks, investigating why the file -> open/save dialogs were taking so long to open up. Investigating why opening network shares would cause explorer to freeze up (to the point where I started avoiding using it, because I couldn't stand waiting minutes for it to unfreeze).
      An OS should be seamless, simply a conduit for running software and using hardware.
      Agreed.

      If I had to recommend a distribution of Linux to try, I'd mention Kubuntu Linux or Mandriva Linux currently.
      --
      Change is certain; progress is not obligatory.
    9. Re:The end of the line by Zonnald · · Score: 1

      Are you saying that people wearing black hats can't make distributable packages? And people who do not know better can't download from a non-approved source?

  47. NoSquint by vrt3 · · Score: 1

    There's a plugin to help you with that: NoSquint remembers on which sites you customize the font size and adjusts it accordingly when you return to that site.

    One of the benefits is that new tabs automatically get the correct size too.

    --
    This sig under construction. Please check back later.
  48. What about XULRunner? by SanityInAnarchy · · Score: 1

    Why does Thunderbird still have its own copy of Gecko and XUL?

    I understand Thunderbird needing to be separate from Firefox. We don't want a "browser suite" again. But would it kill them to at least use a shared library, or something?

    --
    Don't thank God, thank a doctor!
    1. Re:What about XULRunner? by HeroreV · · Score: 0

      It was planned at one time that Firefox 3.0 would do just that. Actually, instead of both programs using a shared library, they'd both be launched from XULRunner. I don't know if that's still the plan though.

  49. Standards compliance by Epeeist · · Score: 1

    > The rendering engine was updated for efficiency and standards compliance (which is much better now, if still not yet where you'd like it to be)

    Yeah - I believe it actually implements something over 30% of CSS 2 now!

    Whereas every other browser is over 90%.

    1. Re:Standards compliance by Ash-Fox · · Score: 1
      Yeah - I believe it actually implements something over 30% of CSS 2 now!
      Too bad that never determined if bank sites, billing sites and so on worked with the browser (in my experience, never really worked in Konqueror or Opera -- even when changing the browser agent).
      --
      Change is certain; progress is not obligatory.
    2. Re:Standards compliance by MrBoring · · Score: 1

      At the risk of asking a dumb question, how do you specify a user agent? Is there an easy way of doing this?

      Thanks,
      mb

    3. Re:Standards compliance by Ash-Fox · · Score: 1
      At the risk of asking a dumb question, how do you specify a user agent? Is there an easy way of doing this?

      Konqueror: Setting -> Configure Konqueror -> Browser Identification -> New ->
      When browsing the following site: Domain.com
      Use the following identification:

      Opera, while on the site: Tools -> Quick preferences -> Edit site preferences -> Network -> Identify as

      Then for that specific domain, you'll have that browser agent.

      Firefox: User agent switcher (has a easy toolbar button).

      --
      Change is certain; progress is not obligatory.
    4. Re:Standards compliance by MrBoring · · Score: 1

      Thanks, that helps. :)

  50. OS by Z34107 · · Score: 1

    After getting fed up with XP because of it complaining about me not having antivirus (apparently you can switch that off, but I don't know where), I switched to Ubuntu

    Wait a minute. Wiping your hard drive and installing Linux was easier for you than finding the control panel (it's usually on the "start" menu) or downloading one of the many, many free virus scanners?

    But, seriously, tho. You were running a Windows machine without a virus scanner?

    --
    DATABASE WOW WOW
    1. Re:OS by somersault · · Score: 1

      No, didn't wipe the hard drive, just made a dual boot system, but hardly ever used XP (maybe once for HL:Lost Coast, and another couple to use MSN when I got fed up of gAIM and Kopete and wanted animated smileys :p ). Yes I could have downloaded antivirus, but I'm offended at the idea of having to download third party utilities just to be there to keep my system safe, while sucking up processor cycles and memory - I've never had to do that with any other OS, why should I just accept it because everyone else accepts how much Windows sucks?

      I knew where the Control Panel was before Windows 3.1 ever came out, it was in the menu at the top left (on Mac OS).

      And yeah I got along fine without a virus scanner in Windows 98, then in XP until I got fed up of the warnings :p I don't think I had a virus even when my browsing habits weren't the most 'safe' in the world (though I was using FireFox,not IE). Spybot was enough for me in those days..

      --
      which is totally what she said
  51. Fast Firefox by chadruva · · Score: 1

    I'm typing this on Firefox 3 Alpha, the rendering engine feels faster, other than that, this realease looks exactly the same as Firefox 2, but is nice. I really doubt cairo is HW accelerated right now but maybe betas will do.

    --
    C-x C-c
  52. Multi-Threaded by tylast · · Score: 1

    I sure hope v3 is multi-threaded...as to stop FF from choking when I open 15 tabs at one time.

  53. Some people have to by DrYak · · Score: 2, Insightful

    Some people HAVE to use old windows, because the old proprietary controlling software that came with a given hardware (say a robot in bio-medical lab), only runs on old OS (I've even seen spectro-photo-meters that only run on DOS. Yeah. Thank goodness FreeDOS is our friend in such deprecated cases). The company has dropped support for newer OS for this peice of hardwre and is only doing hardware repairs. You either have to keep a deprecated OS for your machine, or you have to buy a newer model (Which most of the time is out-of-question because the prices are horribly expensive and the older one still does its job).

    The good thing with open source software is, compared to proprietary software like IE7, is that users aren't necessarily stuck with this "won't support anymore situation".
    In the IE7 world, whatever Microsoft decides, you'll have to accept it. They decide to drop support for everything before WinXP ? Upgrade to a newer more expensive software is your only hope.
    In the opensource world, if there's a big enough userbase (and there is surely a big enough userbase in the scientific community), some users will start tweaking and hacking. As the source is open, nothing stops programmers to start a new separate fork that will support a separate platform that won't be supported anymore in the main line.

    Once FireFox 3.0 official is out, be sure that you'll see separate Win9x branches : either FF3.0 with a patched Cairo support. Or FF3.0 with a retro-fitted (non cairo-based) Gecko 1.8 engine. Or a separate continued 2.0 branch that is kept up to date and security-patched for users who can't use FF3.0. Or a completly different Gecko-based browser specially tailored for Win9x users (K-maleon 9x ?)

    The only drawback is that, because of registered Mozilla Foundation's trademarks, they'll surely have to call it IceWeasel. Or SnowCat. Or FrostBear. Or LavaBadger. Or whatever else.

    --
    "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
  54. That's not even true by Anonymous Coward · · Score: 0
    But then it's the same with other "heavyweights" like KDE, so I guess there's a trend there. That's too bad...


    That's probably just your distro compiling KDE poorly. My little sister runs KDE on a Pentium III 500mhz box just fine. Plus KDE shares components, for a smaller overall memory footprint. Try konqueror vs firefox sometime.
  55. Too good by DrYak · · Score: 1
    One of the great strengths of OSS compared to proprietary software is the ability to make use of older hardware.


    The other great strengths of OSS compared to proprietary software is that their source is indeed open, and you can do pretty much whatever you want with it, as long as your respect the GPL/BSD/whatever license the project uses.

    You're always entirely free to fork code and start developing a new branch if that suits better your needs that the mainline.
    And if there's a big enough community of interested users (which is highly probable in the scientific community. I mean, they even developed FreeDOS), you're bound to see such a fork.

    Maybe, it'll be called IceWeasel, SnowTiger or LavaPanda (or whatever pleases Mozilla's trademark) but it'll surely run on deprecated OSes.

    This has already been seen before. I've mentioned FreeDOS. But there's also stuff like xfce (in answer to the "Gnome eats up too much ressource" problem) or DamnSmallLinux (because most modern distros won't run on 486 anymore).
    In that background, a Win9x gecko-based solution is bound to happen.

    Something that couldn't be done with a closed source IE7.

    Yes, there's a trend that newer version will be more ressource hungry than previous, in the opensource world too, even if it isn't as marked as in the proprietary world. But OSS gives you choice, and one of such choice is to be able to run less ressource-hungry variants on older hardware.

    --
    "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
  56. Thank you! by Belial6 · · Score: 1

    Thank you. that is incredibly useful, and I didn't now about it. I expect I will use that on a daily basis.

  57. Fine so far by nicolastheadept · · Score: 1

    Been using just the alpha for about a week. Not a single crash or even a bug, which strangely enough is less than my average for FF2.0 in a week, although that could be due to not using many extensions. No bugs in a week of testing is very good for an alpha.

    --
    09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
  58. You might not care... by shaneh0 · · Score: 1

    You might not care, but I think you'd smile ear-to-ear if you upgraded to XP Pro, or even 2000.

    I ran ME for a year or so and while it felt to me like status quo, I was stunned at how much better XP was. XP is evolutionary compared to 2000. It's revolutionary compared to ME.

    I think that Microsoft tries hard to forget that ME never existed. I know I do.

  59. Re:Cairo is kind of slow now by Anonymous Coward · · Score: 0

    Cairo is NOT in alpha - the current version is 1.3. It is used in many GNOME programs, and every single one of them has gotten slower since switching to Cairo. I seriously doubt that cairo will be improved to the point where it does not negatively affect firefox performance by the time they release firefox 3.

  60. Link destinations by ChunderDownunder · · Score: 1

    The common way is to hover with a mouse, seeing the URL in the status bar.

    This method is unavailable for 'mouse-less' environments - one cannot hover with a stylus.

    1. Re:Link destinations by ralmin · · Score: 1

      The common way is to hover with a mouse, seeing the URL in the status bar.

      This method is unavailable for 'mouse-less' environments - one cannot hover with a stylus.

      Use your stylus to click on some nearby non-link text, then hit Tab or Shift-Tab until the link you want is selected. Voila, the URL appears in the status bar.

  61. Those can be irrelevant. by Anonymous Coward · · Score: 0

    When I ran Win 9x, I never ran any untrusted software, so permissions were largely irrelevant. And since I didn't have any services listening to the internet, there really wasn't much there to hack me via.

    Yeah, if you need multi-user systems or things like that, properly administered Win XP can be made to work (kinda sorta... you still need secure software, which is pretty hard to get), but if I were running a box that I intended as a server or something, it'd probably be Open BSD, anyhow.

    For plain internet use, Firefox + Win 98 SE + don't download programs / run servers works just fine in terms of security for the most part.

  62. Exemption: by Anonymous Coward · · Score: 0

    Windows 95 is neither modern, nor developed over the past decade.

    Cairo also won't run on Windows 3.11, Windows/286, Xenix, or CP/M-80. Cry.

    As a developer, I don't feel any sympathy for people running ancient systems who expect modern apps to support them. (It's often hard enough testing and maintaining software to run on all the modern versions of MS Windows.) I have a C=64 at home but I don't complain that modern databases don't have SuperBase-64 compatibility.

    I might feel a tiny bit of pity if you couldn't get a decent modern operating system for free, but you can. And I might feel a tiny bit of pity if FF2 itself was being made incompatible or discontinued, but it's not -- keep running FF2 if you want. FF3 is going to be sweet, but FF2 isn't going to magically stop working just because something newer exists.

    If you want to call "fraud" on anybody, do it on Microsoft, who claimed "With Microsoft Windows 95, everything you do now will be faster and easier, and everything you've always wanted to do is now possible". If that was really true, why are developers abandoning it? (See also: irony.)

  63. Flexible hose??? by pbhj · · Score: 1

    Couldn't FF have a feature which would allow the sending of stats (on the users active behest) to Mozilla on the "add-ons" used. That way they could issue a request for stats via the same system that is used to say that updates are available. Then FF could include the most prolifically used add-ons (possible after they've been checked over for stability, compatibility and low resource use).

    Just a thought.

    pbhj

  64. This message approved by the UN Team of Pedants by wild_berry · · Score: 1

    32-bit Windows will run out of Page File after 4096 MiB of the stuff; I suspect Windows x64 wil run out of page file after 2^48 bytes as per the AMD64 memory addressing capabilities. Consequently, running out of memory to page RAM-resident programs into is the same as running out of RAM.

  65. Mozilla quickfind bug # by nxsty · · Score: 1

    There is a bug about this but it was closed as WONTFIX. :(
    https://bugzilla.mozilla.org/show_bug.cgi?id=34725 9

    If a lot of people vote and leave comments perhaps someone will reopen it.

  66. No... by shaneh0 · · Score: 1

    It's tougher than that. Let me preface that by saying that I'm a developer (like 1/2 of slashdot).

    The problem is the many components needed to run a browser. The rendering engine. The XUL engine. Everything. If each tab ran in a separate thread, as FF is currently designed, it would mean loading multiple instances of those components in each thread, thus bloating the memory all to hell.

    That's a very simplistic explanation, but it's the gist. And it's why this is a difficult problem to solve.

    1. Re:No... by fluffy99 · · Score: 1

      I understand your explanation (I program on occasion as well - mostly Perl). So you're saying the underlying architecture is the main reason that multi-threading is not practical. So in your opinion, why does FF freeze when one windows is being perhaps waiting on a pdf to open or waiting for a download to start from a sluggish server? Is it just poor design of the individual components that they can't handle simultaneous requests? I don't seem to have this problem with IE (which is multithreaded), Netscape or Opera. I personally would prefer that the FF developers slow down in the race to add features and fix some of the know problems such as memory bloat and stability first.

  67. Your wish is my command by p3d0 · · Score: 1
    --
    Patrick Doyle
    I mod down every jackass who puts his moderation policy in his sig. Oh, wait a sec....
  68. indic rendering by viyyer · · Score: 1

    I am on firefox2 on ubuntu edgy. I find th rendering of hindi/indian languages really bad. the previous version had decent rendering(was it 1.5?). There is this patch lying around . do everyone wanting indic support, patch firefox ?
    I hope firefox (whatever version) takes care of its default rendering engine.

  69. Thrashing means you've run out by tepples · · Score: 1

    And the truth is, your computer will never "run out of RAM." It will just increase your pagefile.

    If programs are spending 50 percent of time blocked on swap file access for page faults due to capacity misses, then the computer has practically "run out of RAM".

  70. 1.5 still my default browser by Treates2 · · Score: 0

    i'm still using 1.5.. i've tried 2.0 it was good but extensions, settings themes, ect all are not worthy of losing for 2.0.. 1.5 was a HUGE step up from 1.0, 2.0 was just interface changes, ... which all the changes could have been done with extentsions, it sucks they'll drop updates for 1.5 in a few months though.. i hope 3.0 brings in something worthy of downloading

  71. Good luck by tepples · · Score: 1

    Use your stylus to click on some nearby non-link text

    Good luck finding some non-link text in a big grid of links.

    then hit Tab or Shift-Tab until the link you want is selected.

    Good luck hitting Tab or Shift-Tab on a tablet PC.

  72. Thread safe? by tepples · · Score: 1

    This should not be impossible. In fact is should be simple. It means the FF programmers have no clue about programming threads in Windows.

    Unless the proprietary plug-in uses non-thread-safe legacy APIs. Then it would have to be forked into a separate process, and by that time, you could just uninstall the Adobe Reader plug-in and have PDFs open in Foxit Reader or something.

    1. Re:Thread safe? by fluffy99 · · Score: 1

      The hang happens if you start a download to a sluggish server too. All the windows are stalled between the time you right-click "save target as", select a destination, and the download actually starts. Can't blame that one one 3rd party plug-ins (otherwise know as the Microsoft defense).

  73. Lack of drivers by tepples · · Score: 1

    Your hardware is perfectly capable of running a Linux distribution.

    No it isn't. SANE still lists my hardware (Microtek Scanmaker 4850 scanner) as unsupported, and Microtek doesn't return my e-mails.

    1. Re:Lack of drivers by Ash-Fox · · Score: 1
      SANE still lists my hardware (Microtek Scanmaker 4850 scanner) as unsupported, and Microtek doesn't return my e-mails.
      To say the least, I'm actually suprised you have scanner hardware that doesn't work.

      Nothing much I can say to that. Every USB scanner I've tried at work and previous schools I've worked at have always worked for me (which is probably 30+ different models which weren't bought with Linux in mind).
      --
      Change is certain; progress is not obligatory.
  74. Lack of drivers by tepples · · Score: 1

    About the same time they learn that their operating system isn't set in stone and can actually be changed without any physical changes to the computer.

    Unless there exists only one operating system (namely Microsoft Windows) that runs on a commodity PC and has drivers for peripherals connected to the computer. Switching to Linux would require replacing the scanner; switching to Mac OS X would require replacing the computer.

  75. firefox 3.0 by worfking · · Score: 1

    ive been using this for over 2 months it is called minefield. which they have now changed the name to gran-paradizio (sp) it has not given me any problems.

    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20061118 Minefield/3.0a1

  76. How about an OOM killer by bensch128 · · Score: 1

    Is it me or is Firefox looking more like a OS then "normal" application?

    Maybe they should be drawing on concepts from the OS community in deciding how to allocate resources and give permissions to processes^H^H^Hscripts?

    Maybe having a firefox "top" and "ps" utilities would be very helpful.

    Cheers
    Ben

  77. hmm, old news. by benbeltran · · Score: 1

    this has been around since before Firefox 2 was released. I remember trying it out, it was known as "Minefield".