top | item 39036196

(no title)

linkgoron | 2 years ago

Chrome/Chromium was developed for quite a while using Webkit. Chromium was created in 2008 and only after Google had already captured a third of the browser market share (according to Statista) did they fork it (April 2013).

The fact that basically all of the big companies (Microsoft, Google, Apple) use Webkit or Chromium shows that it's very difficult to build and maintain one successfully IMO. I think that Mozilla are essentially the only ones developing something that's somewhat competitive, not to mention that most smaller companies (e.g. Opera, Brave, Vivaldi, Island etc.) all use Chromium.

I'm not saying that it's easy to succeed with a product even after you've bought it, or started it from a fork (see less successful Chromium/Webkit forks). I'm just saying that it was not something built from the ground-up in Google. For example, v8 was and really changed a lot of things in the JavaScript world including Node, Deno etc.

discuss

order

reissbaker|2 years ago

I think v8 and the multi-process model were the big differentiators of Chrome when it first launched, and how it originally got marketshare! Regardless, I think "ground-up" building isn't a great way to measure product building; after all, macOS is "just" a BSD fork, as others have pointed out Webkit was originally a KHTML fork, etc. And just about any web product runs on Linux and is effectively a wrapper around libc, which wasn't ground-up built by any modern tech co.

edgyquant|2 years ago

MacOS is not a fork of BSD but uses some of its use land. I think it’s considered a BSD because of that, but the kernel and graphics libraries are all Apple.

taylortbb|2 years ago

> Chrome/Chromium was developed for quite a while using Webkit. Chromium was created in 2008 and only after Google had already captured a third of the browser market share (according to Statista) did they fork it (April 2013).

I think you missed the point, there's two forks in the history of Blink (Chromium). Yes, Blink is a fork of WebKit, but WebKit is a fork of KHTML. So it's not like it originated at Apple either, it originated at KDE.

linkgoron|2 years ago

I did not miss the point, I just don't see why it's relevant. This isn't a thread about Apple's products and their success. The fact that Apple started from KHTML is not really relevant. However, it's clear that at the beginning Google was very dependent on Webkit and Apple, and there's a good reason why it took them five years of gaining development expertise and market share before forking Webkit.

I've already stated that Chrome's success is not just because that it was forked from Webkit (e.g. v8, and other things that people mentioned here as well), but it was a huge jumpstart for them, and it would've taken them much longer to get a leading browser without it. e.g. Microsoft basically gave up on developing their own engine after failing with IE and the original Edge - and are now also based on Chromium.

Chrome is (IMO) much better than Safari, Maps is (IMO) a great product, Youtube is a a huge success and much bigger than it was when they bought it (homegrown Google Video failed), Android was also essentially an acquihire, as others have mentioned (using a lot of Google's resources) and is hugely successful. It doesn't change the fact that most existing Google products today are acquisitions that they improved, and not home-grown products from the "20% do your own thing" era - which is what the original comment talked about.