Live data from Hacker News

Ask HN: Why do new browsers use Chromium instead of Firefox as their base?

news.ycombinator.com

21–30 of 191 posts

Re: Ask HN: Why do new browsers use Chromium instead of Firefox as their base?

#21

I think Chromium’s performance contributed a lot to its dominance. Browser distributions have to build off of it to be relevant. Other than Ekioh’s Flow, I don’t know any other competitive attempts from companies building browser components from scratch.

Performance & security, easy choice.

Re: Ask HN: Why do new browsers use Chromium instead of Firefox as their base?

#22

Chrome is easy to fork, Firefox is not. It's pretty much that simple.

This was true, imo, ~2 years ago. Does not appear to be the case now, I recently went through the process with Firefox and the developer environment was very very friendly, would be straightforward to fork. (I shipped a Chromium fork in the past)

Re: Ask HN: Why do new browsers use Chromium instead of Firefox as their base?

#24
It seems like everyone has reached much the same conclusion: there may be many factors, but the real killer and root cause is that Chromium is well suited to being embedded, and Gecko is not.

So hey, any companies out there interested in bringing back a little diversity in browser engines? Or just making a tiny dent in Google's dominance for the greater good? Consider funding work to make Gecko better suited to embedding.

Re: Ask HN: Why do new browsers use Chromium instead of Firefox as their base?

#26

It seems like everyone has reached much the same conclusion: there may be many factors, but the real killer and root cause is that Chromium is well suited to being embedded, and Gecko is not. So hey, any companies out there interested in bringing back a little diversity in browser engines? Or just making a tiny dent in Google's dominance for the greater good? Consider funding work to make Gecko better suited to embed…

real killer and root cause is that Chromium is well suited to being embedded, and Gecko is not.

I don't think that's really the key problem since you don't have to build a new browser out of FF by embedding Gecko. FF itself is a browser that was made out of another browser, much of the old core Mozilla technology is basically a cross-platform app-building framework with one of the 'apps' being a browser. Somewhat unobviously, this turned out not to be a great way to build a browser in the long run.

Re: Ask HN: Why do new browsers use Chromium instead of Firefox as their base?

#27

Gecko and servo are both not easily embeddable. Servo isn't a finished rendering engine yet and the browser I saw that could exclusively use servo was not compliant enough and since mozilla fired the servo team there is no certain future for it anymore. Projects that tried to make servo embeddable are all dead and gone (see https://github.com/paulrouget/servo-embedding-example for example) So yeah last time I tried t…

>since mozilla fired the servo team there is no certain future for it anymore. When did that happen? It seems the managerial class has completed their takeover of Mozilla in the last few years. A real shame, since it basically cedes the entire web to Google.

2020,8,11 https://www.zdnet.com/article/mozilla-lays-off-250-employees...

Re: Ask HN: Why do new browsers use Chromium instead of Firefox as their base?

#28

It seems like everyone has reached much the same conclusion: there may be many factors, but the real killer and root cause is that Chromium is well suited to being embedded, and Gecko is not. So hey, any companies out there interested in bringing back a little diversity in browser engines? Or just making a tiny dent in Google's dominance for the greater good? Consider funding work to make Gecko better suited to embed…

>Consider funding work to make Gecko better suited to embedding

Mozilla seems to choose what to do with donations though. I don't think there's any way to target funding for Gecko, Rust, etc.

Re: Ask HN: Why do new browsers use Chromium instead of Firefox as their base?

#30
post #12

One reason is that Firefox is an older browser design (compared to Chrome), in parts retrofitted. That's a difficult, laborious rut to get out of, especially if your competition has more resources and a big head start. If you're starting a new browser variant, it doesn't make much sense to also start with Mozilla's disadvantage.

Chrome was architected specifically to overcome the shortfalls of the IE and Firefox engines at the time. Firefox has not only been playing catch-up, it's been playing catch-up against specifically its greatest weaknesses.
Post reply on HN