Slashdot Mirror


Mozilla Dev Team On Firefox's Success

Titus Germanicus writes "If you're thinking about open sourcing a project in the near future, Mozilla might be the perfect blueprint to follow. At last week's Mesh 2008 conference in Canada, Mike Shaver, chief technology evangelist and founding member at Mozilla, and John Resig, a JavaScript evangelist at Mozilla — two of the key figures behind the success of Mozilla's Firefox Web browser — listed inclusivity and transparency as two of the top cornerstones of any community-built project. Shaver said in this interview that because the Web is intended for everybody, the level same openness should be shared with Firefox's open source contributors."

9 of 184 comments (clear)

  1. The prefect blueprint? by Tacvek · · Score: 5, Informative

    The original Netscape code was abandoned in favor of a complete rewrite. Eventually the main product was considered so bloated that a lightweight version was needed. Eventually the main product was dropped in favor of the lightweight system, which had to have not one but two name changes, and is now fairly widely considered bloated, despite its original goal.

    I'd say that while Mozilla has done quite well overall, it could hardly be considered a good blueprint to follow.

    --
    Stylish sheet to fix many problems in Slashdot's D3: https://gist.github.com/801524
    1. Re:The prefect blueprint? by Daengbo · · Score: 5, Informative

      Not to mention that they seem to be taking credit for what was originally a fork. FF wasn't even a Mozilla project. the use of the name Phoenix was implying that Mozilla was dead and there was a new browser rising from the ashes. For those of you that don't remember, Phoenix -> Firebird -> Firefox.

      I agree that Mozilla's branding of FF and promotional deals were great for them, and that everyone is copying that, but let's not pretend it was all planned from the beginning.

    2. Re:The prefect blueprint? by Blakey+Rat · · Score: 3, Informative

      It's kind of a weird feedback loop. The only reason Firefox is competitive now is because IE didn't get worked on for several years; the reason IE didn't get worked on is that it had no competitive browsers.

      BTW, I'm not sure you're aware of this, but Joel Spolsky wrote an article about rewriting software from scratch, titled "Things You Should Never Do": http://www.joelonsoftware.com/articles/fog0000000069.html Personally, I'm with you, I agree with every word he says.

      (He also writes a later article, I can't find it at the moment, where he describes Netscape release schedule:
      * Release whatever you have with no cleanup or testing, call it version x.0
      * Whenever there's a bug severe enough to get covered in the New York Times, bump the version number up a point
      Sadly, far too many open source projects use that same release philosophy.)

  2. Re:Of course, it's so simple! by asa · · Score: 5, Informative

    Firefox was already the most widely used open source consumer product in the world before the Google revenue existed.

  3. Re:Yea right. by linuxci · · Score: 3, Informative

    I agree too, but it's hardly reason to ignore the fact that Firefox does have it's own problems. Look at FF's memory footprint and where Firefox came from and you'll see it's simply a very oversimplified and blunt statement about the ugliest bits that no one likes to focus on. A lot of the memory issues have been fixed in Firefox 3 as well as improving JavaScript performance.
  4. Re:Yea right. by mixmatch · · Score: 3, Informative

    Now there's a fubared set of "standards" for you. I just laugh my arse off that everytime firefox gets updated (for those non-existant security holes) that their application breaks. Kind of like all those websites to broke when IE 7 came out?
    http://blogs.msdn.com/ie/archive/2008/01/21/compatibility-and-ie8.aspx
    http://www.456bereastreet.com/archive/200611/three_reasons_sites_break_in_internet_explorer_7/
    http://blog.wired.com/monkeybites/2006/10/why_internet_ex.html
  5. Re:Not our experience by Merusdraconis · · Score: 4, Informative

    I'm reminded of that infamous bug amongst webcomic creators where alt text on images wouldn't go to a new line when it needed to. It was identified in something like 0.8, and finally got fixed in 3.0, with Firefox developers mocking those stupid webcomic people the entire time and continually refusing to allow someone else to fix the bug.

    They make a pretty good browser, but man those developers are a buncha dicks.

  6. Re:Not our experience by roca · · Score: 4, Informative

    What was this? Bug 388547?

    If so:
    -- I'm sorry.
    -- Looks like Robert Longson slipped up by not copying over contributor information. But I don't see any complaints from your people about that in the bugs. (Note, he's a volunteer, not paid by Mozilla or anyone else.) Would be easy to fix.
    -- Tim Rowley got taken off Firefox SVG work by IBM which partly explains why the patch never got final review.
    -- Looks like "25% no longer required", not 80%.
    -- I don't see any sign of your displeasure anywhere in these bugs. People are busy, timely hurry-up gripes usually help prioritize things.

  7. Re:Not our experience by wombatmobile · · Score: 5, Informative

    It's not clear exactly what you did here, but it sounds like what you did is just start coding, then come to Mozilla a few months later and say, "hey! we have code for you!"

    No that isn't what we did.

    We consulted with the module owner first before contributing any code. And then we participated in half a dozen reviews after we submitted code, each time adjusting minor stylistic coding practices to match the reviewers arbitrary directives.

    And then the reviewer guy lifted 6 other bug fixes from our code body, submitted them in his name without acknlowedging our coders.

    And then the reviewer said we have to rewrite our patch to get it considered since it now contains redundant code.