Browser Engines

December 3rd, 2021
tech
While there are many web browsers, they're almost all wrappers around the only three actively developed full engines. Those are:

You could also make the case for two others:

  • Flow: A clean-slate closed-source browser and engine, designed to make effective use of parallelism. This matters most on highly resource-constrained devices, and if you have a Raspberry Pi you can download and play with their demo. The reason I am not including this engine above (yet!) is that while it's made impressive progress, including handling Google Docs, it's still a ways from done; the demo page has "we're not quite ready to start receiving reports for rendering issues just yet, these are mostly down to missing features, so as we add them you'll see those issues steadily disappear over time." You can see which features they have and haven't implemented on the web-platform-tests dashboard. To get a very rough sense of where it stands today we can compare the proportion of web platform tests that pass in each browser:

    Chrome 97%
    Firefox 96%
    Safari 94%
    Flow 24%
  • Goanna / UXP: A pre-Quantum fork of Gecko, developed for Pale Moon. There doesn't seem to be an official SCM: palemoon.org/sourcecode links to a snapshot archive and an archived GitHub repo. It looks like it was on repo.palemoon.org until sometime between May and October 2021 (wayback). Probably ~2021-08-25, since that's the final public commit. Based on the timing, probably deleted it as part of the MyPal licensing blowup? They don't seem to participate in web-platform-tests. This looks like a fork that has fallen well behind Firefox (ex: no web components or nullish coalescing), and I expect we'll see them fall further behind and either shut down or rebase on top of one of the actively maintained engines.

I've heard some concern that we're losing browser engine diversity as the web platform grows and it becomes harder to build and maintain something that supports it fully. While I do think the size of the web platform could have that effect, I'm not seeing it yet. Some of this is that there just haven't ever been that many competitive browser engines. In the late 90s, we had three (powering Netscape, IE, and Opera) and then four (KHTML) in the early 2000s. In 2003 Safari (WebKit) forked from KHTML, making five. For three months in 2013 we had six, between Chrome forking WebKit to make Blink (April) and Opera discontinuing Presto for Blink (July). In 2016 KHTML development fell off, with consumers switching to first WebKit and then Blink, bringing us down to four. In 2020 Edge switched from their own engine to Blink, bringing us down to three. And now with Flow we'll probably be back to four soon.

Comment via: facebook, lesswrong

Recent posts on blogs I like:

The Grimke Sisters and Sexism

The necessity of birth control

via Thing of Things April 22, 2024

Clarendon Postmortem

I posted a postmortem of a community I worked to help build, Clarendon, in Cambridge MA, over at Supernuclear.

via Home March 19, 2024

How web bloat impacts users with slow devices

In 2017, we looked at how web bloat affects users with slow connections. Even in the U.S., many users didn't have broadband speeds, making much of the web difficult to use. It's still the case that many users don't have broadband speeds, both …

via Posts on March 16, 2024

more     (via openring)