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."
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
Firefox was already the most widely used open source consumer product in the world before the Google revenue existed.
I'm on an old Gateway VTX400 laptop. It's got a 2.2GHz processor with 256 megs of ram. I've got four FF tabs open and it's using ~75MB of memory. I've also got uTorrent open and Windows Media Player and it runs fine for the most part. It stutters every now and then, but it's never crashed because of Firefox. (or any other reason now that I think of it.) Basically what I'm trying to say is that the foot might be wearing a bigger shoe these days but honestly is that a problem? In the day and age of 2/4/8 GB RAM setups, is a few more MB used up that big of a deal?
I don't know whether Mozilla is more standards compliant than other browsers in the technical sense, but from a web developers standpoint it has lots of little things that other browsers don't have and some big things as well, such as XPCOM. It's web developers web browser, and I expect that with Firefox 4 release which will introduce JavaScript 2, it will be conclusively be the best browser out there and will perhaps regain a majority market share
AFAICT, pretty much all the FF2 memory issues have been fixed up in FF3, though i'm staying with 2 until google makes their toolbar work on 3.
upon the advice of my lawyer, i have no sig at this time
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
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.
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.
I don't know about the Pidgin guys. I think empathy is going to be stealing the place of pidgin in many linux users desktops if they aren't careful. It already has a form of video/voice chat built in and has been proposed for inclusion in Gnome.
Once you start despising the jerks, you become one.
No, it was removed in 3.0b3. The problem is that it is not available through about:config or any other option. You can install Oldbar extension, but it only changes appearance of the address bar, not the sorting algorithm. You will still have results from your bookmarks and random pages.
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.
http://kb.mozillazine.org/Browser.urlbar.maxRichResults
It's just a different setting now!
Governments, universities (I think Berkeley too) can have access to source code. They went into panic when governments, armies made Linux switch because they know "what is there" so they started some program.
http://www.microsoft.com/resources/sharedsource/Licensing/default.mspx
You can also have BSD in a closed source, commercial OS/Software. That is why BSD is the choice for companies like Apple or originally Microsoft.
MS is a evil company, not like they can't code a TCP/IP stack. They didn't see TCP/IP and Internet coming though.
FYI, that bug affected the title text (which is supposed to be displayed in addition to the element it's attached to), not the alt text (which is meant to be displayed instead of the element it's attached to). xkcd is frequently cited as a good example of this bug in action, you can examine the page source to see where the title and alt attributes are used.
This is fixed in Firefox 3. Not that any browsers on Mac actually use the built-in widgets; they use the OS theming engine to draw bitmaps that look like the built-in widgets.