this post was submitted on 08 Feb 2024
517 points (99.4% liked)
Firefox
17821 readers
82 users here now
A place to discuss the news and latest developments on the open-source browser Firefox
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yesm It is weird, but it would be impossible for a foundation to develop complex software like a Web browser. Engineers cost.
i don't think konqueror, gnome's web browser, or abrowser are tied to for-profit entities, though i could be mistaken
They are skins over someone else's browser.
KDE's Konqueror uses Qt WebEngine, which is developed by the Qt Company and is based on Google:s Chromium.
GNOME's Epiphany uses WebKit, developed by Apple.
Trisquel's Abrowser is a rebranded Mozilla Firefox.
Ironically, all of these things except Abrowser are based on Konqueror’s original engine, KHTML, so Konqueror was actually the OG engine. KHTML was forked to WebKit, which was forked to Blink, which became the underpinnings of Qt WebEngine, which Konqueror now uses.
This is also why KHTML still appears in the user agent strings for all of these engines, but back in the day the Gecko engine used in Mozilla products was already a thing and KHTML was the alternative to that, hence “KHTML, like Gecko”.
KHTML was truly a milestone in Free Software history. Immense respect to KDE developers.
webkit is not developed by apple, they're just using it for safari and contributing surprisingly little to the actual project
If you look on the Github page of the project, most of the recent commits are submitted by Apple employees.