this post was submitted on 21 Nov 2023
1219 points (95.9% liked)

Firefox

17301 readers
92 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
[–] [email protected] 114 points 10 months ago (1 children)

Actually, the top one is the logo of the chromium browser engine, but the bottom one is not the logo of the Gecko browser engine. That's the logo of SpiderMonkey, Firefox's Javascript engine (Chromium uses V8).

This is the logo for Gecko: Gecko logo

[–] [email protected] -3 points 10 months ago (1 children)

Firefox doesn't even use Gecko anymore, it uses Quantum. I think it still uses spidermonkey though.

[–] [email protected] 10 points 10 months ago* (last edited 10 months ago)

This is not correct.

Firefox still uses Gecko for its HTML engine. Quantum was a project to incorporate some learnings from Servo, and other larger performance projects, into Firefox components, including Gecko.

Just an aside, but Servo was never intended to replace Gecko, and was only intended to be a R&D project for improving some Firefox components. This was due to the long-tail of web compatibility that would be required to make Servo a suitable replacement for Gecko.