Slashdot Mirror


For Firefox 4, You'll Need To Wait Until 2011

An anonymous reader writes "Mozilla said that it will not be releasing Firefox 4 RC, or the final version, before early 2011. Apparently, the bugfixes in the current beta take up much more time than anticipated. Mozilla is working on the feature freeze release Beta 7, which has 14 bugs left. The beta 7 is about six weeks behind schedule and will be released 'when it is ready,' according to Mozilla. It seems as if the original schedule, which estimated that Firefox 4 RC would be released in the second half of October was a bit too optimistic. Microsoft, by the way, released a new IE9 platform preview (PP6) at PDC 20910 today."

24 of 238 comments (clear)

  1. When it's done by Joehonkie · · Score: 4, Interesting

    Nothing wrong with releasing it when it's done.

    1. Re:When it's done by Darkness404 · · Score: 3, Insightful

      The problem with MS isn't the delay itself, its the fact it gets delayed with no improvement. The problem wasn't that Vista was delayed, it was because Vista was delayed and crap.

      Theres nothing wrong with taking your time, but when you take a long time then still release a half-baked product, that is where the problem comes in.

      --
      Taxation is legalized theft, no more, no less.
    2. Re:When it's done by commodore64_love · · Score: 4, Interesting

      >>>Unless we're talking about Microsoft, in which any delay is castigated.

      The delay of Vista was one of the best things for users. It's allowed me (and others too) to use the same XP computer for nearly ten years. Plus the occasional RAM upgrade (from 128 to 512K). What a great bargain that allowed me to save tons of money, and it reminds me of how I was able to use my Commodore Amiga for ten years without needing to upgrade.

      Unfortunately I don't think I'll be able to get 10 years out of my Windows 7 or OS10.6 machine, which is a shame because I'm used to driving things until they die. My TV is twenty years - my VCR 15 years - the cars are 25 years and 13 years respectively. I like to get my money out of the things I buy.

      --
      "I disapprove of what you say, but I will defend to the death your right to say it." - historian Evelyn Beatrice Hall
    3. Re:When it's done by gorzek · · Score: 3, Funny

      You ran XP with 512K of RAM? I assume there was no GUI and you had no drivers installed and you could only enter text by manually flipping bits through the serial port. :)

  2. Chrome by baresi · · Score: 4, Funny

    And by that time Chrome will be at version 12 or 13

    --
    RGdot.com
  3. Re:No need to wait. by Anonymous Coward · · Score: 3, Funny

    So... Are you saying chrome is FireFox 4.0, or that chrome allows for time travel?

  4. Re:Anybody remember if... by The+MAZZTer · · Score: 3, Informative

    The problem with 64-bit browsers is that you need 64-bit plugins. Most people only install 32-bit plugins and some plugins may not have 64-bit plugins (chicken-or-egg problem... no-one pushes 64-bit browsers due to plugin compatibility, no-one makes 64-bit plugins due to browser compatibility). But now with Chrome and Firefox's plugin process model this could be easily worked around though by having both 32 and 64-bit plugin host binaries and launching whichever one you need, then the browser could use both types.

  5. IE6 Exclusively by digitaldc · · Score: 3, Funny

    I use IE6 exclusively and have for years. Nobody needs pesky add-ons, ad-blocking and tabbed browser functionality.

    I'm one of the 4.5% of the users out there who STILL use it and say sorry, but IE6 is browser for me!

    --
    He who knows best knows how little he knows. - Thomas Jefferson
  6. Depends on what "beta" means... by ConceptJunkie · · Score: 5, Interesting

    You could have predicted this lateness because the Firefox folks seem to think "beta" means "Let's add new features every couple of days". I've been using Minefield on and off for several months and it got a lot less stable once it hit the "beta" stage, about the same time that they started changing a bunch of things and adding a bunch of features. Before it went to "beta" it had been fine for a long time, but several times since the beta stage I've had to revert to 3.6.

    Yes, I realize I'm using nightlies and should expect bugs, etc, but the traditional definition (not that it is relevant any more) of "beta test" is that the software is basically complete and is being tested for stability and regression, _not_ that it is in a mode where new features are being added on a weekly basis.

    I'm looking forward to Firefox 4 and am sure it will be good overall when it's finally done, but the progress in this period of development has not filled me with a lot of confidence that this will be any time soon.

    --
    You are in a maze of twisty little passages, all alike.
    1. Re:Depends on what "beta" means... by God'sDuck · · Score: 3, Informative

      >>>Firefox folks seem to think "beta" means "Let's add new features every couple of days". I've been using Minefield... and it got a lot less stable once it hit the "beta" stage

      That's weird. I've been using SeaMonkey, based upon the same mozilla/gecko core, and its beta is rock solid. I haven't been able to crash it, or even slow it down by watching lots of youtube videos.

      Mozilla's "Beta" is different from Minefield. Minefield is the nightlies where they test new things and is meant for the benefit of developers and masochists: http://www.mozilla.org/projects/minefield/

      Betas might have bugs, but they're meant to mostly work. Minefield might work, but it's meant to mostly have bugs.

  7. Re:Anybody remember if... by jonescb · · Score: 4, Informative

    What are you talking about? I've been using 64-bit browsers in Linux for years!

  8. we know all about it by circletimessquare · · Score: 4, Funny

    a couple of thousand of us have been watching you surf since one of the many bored hackers decided to install the streaming remote desktop on your pc about 5 months ago just for fun. how do you get any work done with all those pop ups?

    --
    intellectual property law is philosophically incoherent. it is your moral duty to ignore it or sabotage it
  9. Re:Anybody remember if... by mweather · · Score: 3, Informative

    Yes, actually.

  10. WebGL / Canvas is really exciting! by graveyhead · · Score: 4, Interesting

    I've wanted a way to draw in a browser - I mean really draw, not just use divs as pixels - for a long time now. Finally it's here! WebGL is really smooth now, I've been watching it in the latest minefield builds. Some guy in IRC posted a demo city drawing that had 24k faces and still rendered smooth as silk. 2d drawing on a canvas is also very nice - very easy to use.

    This is the dawn of a new era of killer web content. My guess - within two years, WebGL will be the highest paying job in web dev.

    A few more months is nothing, I've been waiting years for this ;-)

    --
    std::disclaimer<std::legalese> sig=new std::disclaimer; sig->dump(); delete sig;
    1. Re:WebGL / Canvas is really exciting! by graveyhead · · Score: 4, Interesting

      If it's exploits you're looking for, I doubt WebGL is a good vector for attack. It's a relatively small finite API. Where are you going to attack? Vertex and fragment data is only handled at all inside a shader - which you must supply. Good luck breaking out of that box. Any obvious attacks like resource over-allocation will likely be squashed quickly.

      Compare this with the video spec, which has a huge abstraction right in the middle of it. This opens up any attack vectors that are already in the supported codecs.

      --
      std::disclaimer<std::legalese> sig=new std::disclaimer; sig->dump(); delete sig;
    2. Re:WebGL / Canvas is really exciting! by clone53421 · · Score: 3, Informative

      If it’s that much of an issue, just adblock the canvas tag with ##canvas. Plus you can do it on a site-by-site basis if you like.

      --
      Alexander Peter Kristopeit bought his basement from his mommy for one dollar.
  11. Neither the RC nor the final version? by jfengel · · Score: 4, Funny

    Be bold: release the final version before the release candidate. You can release the final version on schedule in 2010, and then slip the RC to 2011. That's the kind of innovative software development methodology we should expect from Mozilla.

  12. Re:Anybody remember if... by omnichad · · Score: 3, Funny

    How else will Firefox address more than 4GB of memory? What, your Firefox doesn't use that much memory?

  13. Re:Anybody remember if... by SimonTheSoundMan · · Score: 3, Informative

    Flash 10.2 is 64 bit. Preview 2 is already out. :)

  14. Re:Anybody remember if... by slashchuck · · Score: 3, Informative

    I have most of my addons working on Minefield 64-bit 4.0b7pre (released 08-24-2010)

    I disabled "Add-on compatibility checking"

    Even though a few of them show as incompatible, they seem to work normally.

    The exceptions are Xmarks & Web Developer which don't seem to behave.

    --
    $sig not found
  15. Use nightlies by FedeTXF · · Score: 4, Informative

    I encourage everyone using beta 6 to use the nightly version (http://nightly.mozilla.org/) as their main FF experience. The JS is 10 times faster on most public benchmarks and the boomarks and profile data are not affected even when switching back and forth between 4.0 and 3.6.
    I have both installed: 3.6 that comes with my Linux distro and 4.0 unzipped in my home folder and being updated every morning automatically.

  16. Re:Anybody remember if... by TeknoHog · · Score: 4, Insightful

    Why would you need a 64-bit native browser?

    So I don't need to have 32-bit libraries on disk wasting space? Not to mention the performance improvements to be had with a proper 64-bit jit'ing JS engine (don't underestimate the power of a larger register set).

    This. I would hate to see a distant future where we still use i386 binary browsers with compatibility layers on top of compatibility layers on top of compatibility layers, just because no browser needs more than 4GB.

    --
    Escher was the first MC and Giger invented the HR department.
  17. Re:Memory hogging, CPU hogging. by clang_jangle · · Score: 3, Insightful

    Very true. The really ironic thing is that the browser/mail-news-client they now call "seamonkey" was the original Mozilla browser and they actually spun off Phoenix (changed to Firebird, and now Firefox) to create a slimmer, faster browser!

    --
    Caveat Utilitor
  18. 17 bugs! by crabel · · Score: 3, Informative

    Currently there are 17 bugs open. https://bugzilla.mozilla.org/buglist.cgi?quicksearch=blocking2.0%3Abeta7 The good thing: 6 hours ago there were 18 bugs ;-)