Slashdot Mirror


Firefox 3.5 Reviewed; Draws Praise For HTML5, Speed

johndmartiniii writes "Farhad Manjoo has a review of Firefox 3.5 at Slate.com this week. From the article: 'Lately I've been worried about Firefox. Ever since its debut in 2004, the open-source Web browser has won acclaim for its speed, stability, and customizability. It eventually captured nearly a quarter of the market, an astonishing achievement for a project run by a nonprofit foundation. But recently Firefox seemed to go soft.' The worried tone in the beginning of the review gives way to excitement over the HTML5 features being implemented, saying that thus far Firefox 3.5 'offers the best implementation of the standard — and because it's the second-most-popular Web browser in the world, the new release is sure to prompt Web designers to create pages tailored to the Web's new language.'" The final version could be here at any time; Firefox 3.5 is still shown as a release candidate at Mozilla's home page. Update: 06/30 15:31 GMT by T : No longer marked as RC; the Firefox upgrade page now says 3.5 has arrived.

2 of 436 comments (clear)

  1. Re:A Bug No One Mentions by RebelWebmaster · · Score: 4, Interesting

    Yes, they've done a lot of work to reduce the number of fsync() calls used. There are numerous bugs filed tracking that work. More work is still planned, but it should already be in better shape than 3.0.x was.

  2. So still no MSI for Windows by Ilgaz · · Score: 4, Interesting

    May I really ask who or what Firefox developers fight(!) with? Like or not, MSI is the way to get into Enterprise, a signed MSI is even better. In fact, most of .exe installers you see these days are actually MSI packaged in .exe.

    It is really interesting that they insist on not shipping MSI versions of their software, at least in a FTP folder like "alternate_installers" which admins will pull msi from. It became even more interesting since I found this: http://wix.sourceforge.net/ , yes open source from MS, hosted by Sourceforge and it actually works. What does MSI do? Hurt feelings of the developers there? I really can't understand. It is basically RPM for Windows which gives some bonus features like repair etc. to ordinary users but it is huge deal on enterprise.

    ps: Same thing on OS X but we are kinda fine with Drag&Drop installs while it even matters at home sized networks. A .pkg would be way better. Anyway, no gigantic enterprise sized OS X networks around like the Windows ones.