Slashdot Mirror


Google Chrome Displaces Safari As Third In Survey

Azureflare writes "According to a Net Applications survey, Google Chrome has replaced Apple's Safari as the number-three browser. This may be partially explained by the release of the Chrome beta on Mac and Linux, but may also be due to users jumping ship from IE. More analysis on this topic can be found at ComputerWorld. As anecdotal evidence of Google Chrome usage gaining steam, Bank of America has apparently recently added Google Chrome to their list of officially supported browsers."

2 of 235 comments (clear)

  1. Re:Was waiting for Chrome on OSX until... by Natural+Join · · Score: 5, Informative

    I worked at Google as a developer for many years. I have also worked at other huge corporations, like Adobe and Xerox. Google is nothing like every other huge corporation. They are exactly like some hippie, "don't be evil" group of socially conscious software developers. That's because that's what they are, both in the engineering department and all the way up to top management, including Larry, Sergei, and Eric. Not saying this is true of the sales department, but they're not in charge; the developers are. If Google were an advertising company, the sales department would be in charge.

    They search engine came first. Of course something's gotta pay the bills, and the search engine by itself is an expense, not a source of income. If Google were an advertising company, the ad system would have come first, like it did with Overture.

  2. Re:Jumping ship from IE? by BZ · · Score: 5, Informative

    One other note... Webkit and Gecko have different priorities in other ways too: for example, correct behavior of CSS selectors in the face of DOM mutations is a top priority for Gecko (and hence behavior is correctin all the cases I know of) and is not for Webkit (and hence the behavior is not correct in various cases; "for now we will just worry about the common case, since it's a lot trickier to get the second case right" as the Webkit code comments say). There are various other areas in which Webkit is behind Gecko in terms of standards support, and vice versa. They seem to have different future development priorities (e.g. in terms of things like SMIL vs CSS Animations).

    It's also not clear which is developing faster, and that aspect is subject to rapid change. I think at this point there are more full-time engineers employed to work on Webkit than on the equivalent parts of Gecko. That may or may not continue to be the case.

    Another interesting question, of course, is IE. IE9 has a bigger development team than either Webkit or Gecko, from what I can tell, and they're rapidly working on closing the existing gaps. IE's support for CSS2.1 is better than either Webkit's _or_ Gecko's in my testing (easier to do in some ways because the spec has kept changing so in some cases Webkit/Gecko implement earlier versions). Of course IE has a lot of catching up to do in other areas.

    It'll be an interesting next few years all around.