this post was submitted on 15 Jul 2023
1353 points (95.5% liked)
Technology
59436 readers
4386 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I heard chromium is easier to work with than gecko.
I heard the same - over a decade ago.
Not disagreeing with you, although that information might be outdated. But the fact that you don't see, e.g. , applications that use gecko to embed web content, speaks volumes. I get the feeling that their codebase is very monolithic.
I would really like to hear from a current or former contributor though.
On the chromium side, there is the Chromium Embedded Framework (CEF) which is used absolutely everywhere. Not sure about gecko situation though, but at least their JavaScript engine, SpiderMonkey, also has quite widespread use. I don't think I've seen projects not related with Mozilla/Firefox that use gecko though, but perhaps it's because I never look hard enough. It's usually either WebKit or CEF.