Mozilla's Thoughts On Google's Chrome
tandiond writes to tell us that in a recent blog posting, Mozilla CEO John Lily shared his thoughts on Google's new browser project, Chrome, and what that means for Mozilla. "It should come as no real surprise that Google has done something here — their business is the web, and they've got clear opinions on how things should be, and smart people thinking about how to make things better. Chrome will be a browser optimized for the things that they see as important, and it'll be interesting to see how it evolves." Mozilla's Europe president, Tristan Nitot also chimed in during an interview with PCPro, stating that they don't view this as a direct attack on Firefox, even if it did catch them by surprise. "I'll take another example: just before Microsoft launched Vista, it invited us [to work with it] so that Firefox works better on Windows Vista. Because for it, Firefox being a top-tier application that was very successful - we now have 200 million users around the world - it could not afford to have Firefox run slowly on Vista. Therefore, it helped us improve Firefox for Vista. That's just the same for Google. It wants Firefox to perform well with its applications, that's for sure. Indeed, it even wants IE to perform well with Gmail and the rest. It's just that it has very limited control over this. That's why Google's been frustrated and it is launching this Chrome browser."
I will be interested to see how much Firefox code is in Chrome... and down the line, how much Chrome code will be pulled into future versions of Firefox.
The ability to improve your codebase is one of the strengths of open source. This is a great opportunity to display that strength.
You can't talk about Wikipedia's flaws on Wikipedia
It profits Google nothing to "kill" Firefox. I don't think that is their intended target. Besides, with both chrome and firefox being open source, there's nothing to stop Firefox from incorporating bits and pieces from Chrome wherever it makes sense.
IMHO, the real target is MS Office. Google makes their money from advertising, which means eyeballs and correlated data. Unfortunately for them, many people spend a majority of their day inside MS Word and MS Excel and other apps. Google would love to have those eyeballs and all that data to better shape their profiles and thus better deliver advertising. What better way than to get all those different apps to "occur" inside the browser?
davejenkins.com |
For all that the Mozilla team isn't worried, they've got a long history of developers rejecting Gecko for other engines: first AOL rejected it in preference for IE (and then again on the Mac in preference for WebKit), then Apple (again for WebKit), and now Google (once again for WebKit). In the mobile space it isn't doing all that much better, with developers rejecting it in favor of Opera. In quite a few cases, including AOL and Google, we've even seen this rejection when the company previously had a history of active support for, and even paying developers to work on, the Gecko engine.
I use many browsers, though Firefox is currently my preferred one. But I can't help but pause at things like this. One after another, we've seen companies looking to developing their own browsers, but rejecting Gecko in favor of other engines, sometimes open-source and sometimes not, even when there was every reason to go with Gecko.
Why is this? I'm honestly curious. And what might Mozilla be able to do to counter whatever reasons there are for developers to often not just reject Gecko, but dump it flat after years of strong relationships? Why does Mozilla continue on as though nothing is wrong when the developers are voting with their products that something clearly is?
The web already has four "major" browsers firefox, IE, safari and opera.
More precisely, the web already has four major rendering engines: Gecko (used in Firefox), Trident (used in IE), WebKit (used in Safari), and Presto (used in Opera). Chrome is using WebKit, so it can leverage WebKit's existing standards support and all the pages that already work with Safari.
Scripting is going to be different, but HTML/CSS should (in theory) be pretty similar to Safari.
As long as they don't cannibalize the installed Firefox base to build their own, it's not an attack. On the other hand, if 90% of the people who install Chrome are the ones who would have gone Firefox anyway, and the rest still mope around with IE, then it's an attack. Intended or not.
Here's a crucial thing this browser should have: Mozilla-like extensibility, so that I could install the things without which I can't imagine a browser anymore:
1. Ad blocker (AdBlock Plus)
2. Developer extensions
3. Debugger (Firebug)
4. FTP (FireFTP)
5. Javascript extensibility (Greasemonkey)
Of course they'll be called something else, but without this set (and particularly #1), they might as well forget about it.
It's all open source, so at least the browser itself won't be up to any nastiness. I don't see how they'll be able to track you beyond what they're doing now. The whole thing really does seem like a way to build a proper platform for delivering web apps - I guess Google is tired of being held back by the relative lameness of the current crop of browsers, which is understandable. Why Mozilla or Apple didn't go with a multiprocessing model for tabbed browsing in the first place is beyond me.
In terms of risk assessment, I think it is better, even if it's slight. People create a false dichotomy when they point out that the user isn't necessarily reading the code. Published source code you didn't read is not the same as unpublished code. There's varying levels of trust, and I'd say it's not unreasonable to trust the FOSS app a little more. The concept is so simple ("here's the code" vs black box) that I wonder if people read into it too much.
If/when Google publishes a Linux version, the package maintainers for the various distros will be looking at it. You don't have to write the program yourself with electricity you generated from the running of hamsters that you also bred yourself. You can just say, "it's open, and it's popular, so I trust this a little more". Even though you can't really trust the compiler, or the hardware, or the network, etc.