this post was submitted on 19 Jun 2023
237 points (98.0% liked)

Memes

45635 readers
1234 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] danielton@lemmy.world 0 points 1 year ago (1 children)

Exactly. So many browser developers adopted it because it's open-source and eliminated the work of having to build the rendering engine.

Meanwhile, Google is basically dictating the future of the Web because of this. Web developers are only testing on Chrome, and Google is about to kill ad blockers on every browser except Firefox and Safari because they control the rendering engine. What else are you gonna do?

"lol just download Chrome!"

[โ€“] Laxaria@lemmy.world 1 points 1 year ago

The extensive reach of Chromium is usually a bit understated too. For example, Chromium is what powers all Electron applications., and as much as we want to gripe about the nightmare Electron has enabled, it still has wide reach. Building for Electron means building for Chromium, and building for Chromium often entails leveraging what is available in Chrome/Electron/etc over what is standard. These frequently overlap, but when they don't, the blame is then placed on the browser rather than on the website (i.e. why doesn't XYZ work on Firefox, when the reason is the website developer chose not to test/ensure it does work).

This gets very funny in some situations where visiting a website in Firefox throws a "not supported" page but switching the user-string to Chrome/Chromium results in the same website working just fine.