Slashdot Mirror


Firefox 4 Will Be One Generation Ahead

An anonymous reader writes "Mozilla's Chris Blizzard talks about the rising competition by Google Chrome, the evolution of the web platform and the prospects for WebM. He also promises that Firefox 4 will be 'one generation ahead' of other browsers in relation to Javascript speed."

12 of 341 comments (clear)

  1. Re:...And one generation behind on HTML5 by garcia · · Score: 5, Informative

    The browser vendors' fetishistic obsession with Javascript speed is most irritating.

    I have mod points but I decided to respond instead... I agree with you, it is irritating especially when the browser's speeds themselves are miserable. Yay great, Chrome loads faster but I have random issues with plugins which affect my work (one of the plugins is disabling me from reading GMail messages) and AdBlock still doesn't work nearly as well as it does on Firefox for the sites I use most often.

    I wish Firefox would stop trying to compete in Javascript and go back to one of the biggest reasons they started the project: speed of the browser itself. That means it should open instantaneously and have low overhead--even with the usual plugins installed (AdBlock, NoScript, etc).

  2. But... by dispatch · · Score: 4, Informative

    ...my company insists on remaining one generation behind!

    --
    There's no place like ALT+HOME
  3. Re:Javascript is dead by armanox · · Score: 3, Informative

    Java and Javascript are related in name only. Whatever convoluted scheme Oracle comes up with for Java has no bearing on Javascript.

    --
    I'm starting to think GNU is the problem with "GNU/Linux" these days.
  4. Re:...And one generation behind on HTML5 by pushing-robot · · Score: 3, Informative

    Nothing can touch add-ons like NoScript, AdBlock, etc.

    You mean like Adblock for Chrome and NotScripts for Chrome?

    Chrome and Safari got a nice extension makeover recently that puts them on par with Firefox IMHO.

    --
    How can I believe you when you tell me what I don't want to hear?
  5. Re:...And one generation behind on HTML5 by elrous0 · · Score: 3, Informative

    Nowhere. But right now it's the most widely adopted and implemented (pretty much everyone but Firefox either does or is planning to support it). Until there is an alternative that all the major browsers support, Firefox is going to continue to lag behind. WebM is promising. But without MS onboard, it's going nowhere.

    --
    SJW: Someone who has run out of real oppression, and has to fake it.
  6. Re:GPU Graphics Acceleration by VGPowerlord · · Score: 4, Informative

    If Firefox for doesn't have GPU graphics acceleration it will be a generation behind Microsoft Internet Explorer.

    All the Javascript speed in the world won't make up for last generation webpage rendering that nails the CPU while the GPU sits idle.

    RTFA

    Specifically:

    derStandard.at: Firefox 4 is going to use hardware acceleration through Direct2D and DirectWrite on Windows, are similar things coming up for Linux and Mac OS X?

    Chris Blizzard: Within what's provided: Yes. We're trying to give the best experience possible on each platform. So for Windows Vista and 7 we see huge improvements when doing certain graphically intensive stuff. On OS X for example we have support for OpenGL for doing compositing, on Linux we do the same. But generally the Windows APIs that we have are better and more rich than what we have on other platforms. To give you an example: On Linux Cairo and Pixman were supposed to be fast, but unfortunately the underlying infrastructure never really got fast. On OS X we are actually pretty fast but Direct2D gives the performance advantage to Windows at the moment.

    --
    GLaDOS for President 2016! "Well here we are again. It's always such a pleasure." -- GLaDOS, 2011
  7. Re:SQLite database vacuum by Sami+Lehtinen · · Score: 5, Informative

    There are a few alternatives to yet another plugin:
    1) You can use standalone SQLite3 installation to open bases and vacuum those.
    2) Use Python script for vacuuming.
    3) You can use Error Console with following string to vacuum bases:
    Components.classes["@mozilla.org/browser/nav-history-service;1"].getService(Components.interfaces.nsPIPlacesDatabase).DBConnection.executeSimpleSQL("VACUUM");
    I personally prefer last option, beacuse no additional software is required.

  8. Re:...And one generation behind on HTML5 by diegocg · · Score: 4, Informative

    Not just extensions, the Firefox UI is written in javascript.

  9. Re:...And one generation behind on HTML5 by marsu_k · · Score: 5, Informative

    Regarding the "awesome bar" (I really like the functionality, but loathe the name), the sqlite database can get fragmented over time. You might want to try this ever now and then. Can make a world of difference, especially with slower computers/disks.

  10. Re:...And one generation behind on HTML5 by Enderandrew · · Score: 3, Informative

    Mozilla has different groups working on different projects. Firefox had some bloat and memory leak issues and even since then, they've worked hard to address those.

    Firefox uses less memory than Chrome. It's UI will never be quite as fast because of XUL but it isn't like the only thing they are working on is JS.

    And JS is important because so many web apps depend on it. I have to use IE at work, and Gmail is painfully slow in it.

    --
    http://blindscribblings.com - Tasty pop-culture in conceptual fashion.
  11. Re:Do these guy get paid? by multipartmixed · · Score: 4, Informative

    Christopher Blizzard is an Open Source Evangelist working for the Mozilla Corporation and a long-time contributor to Open Source projects, notably with Mozilla, Red Hat, and One Laptop Per Child.

    --

    Do daemons dream of electric sleep()?
  12. Re:...And one generation behind on HTML5 by thePowerOfGrayskull · · Score: 4, Informative
    Still not quite up to par, as shown on the home page itself:

    New in version 2.0: Ads are actually BLOCKED FROM DOWNLOADING now, instead of just being removed after the fact! Note that Chrome doesn't actually support this all the way, so a few resources might still load before AdBlock can get to them, in which case we'll remove those as usual.

    Which means that while most content is blocked, some gets loaded -- and any content that gets loaded is great for those who like to aggregate your usage data across multiple sites.