Wait STEAM AND DISCORD ARE CHROMIUM?
Yep, just like slack, spotify, and anything else looking fancy while wasting few gigs of ram to just open. They’re built on electron, which is practically chrome without tabs.
I wish they could bring back mozilla prism. Like all this electron web app shit is popular, so we don’t we use the faster and more efficient browser engine and use gecko!
Speaking of Mozilla, the project they dropped and fired all of their employees working on it all while giving CEO a million dollar raise, the same one that provided most of the performance improvements in the Quantum update, Servo is targetting being an embedded solution. https://floss.social/@servo/110780173168763670
Yeah, just wrappers. Steam wasn’t untill fairly recently, but they were slowly switching to it for some time.
Yeah, it’s weird for them to rely on Google considering how hard Valve has worked to make Steam independent from MS.
Anything that uses the electron framework uses chromium.
Although in the case of steam they are using the Chromium Embedded Framework(CEF) to embed the steam store into their interface, as well as to power the steam overlays browser.
The worst part is, the CEF really is the only way to implement browsers inside other interfaces. OBS uses it too for it’s browser source. There really isn’t any alternatives - if only FF could create it’s own Firefox Embedded Framework to compete, but that’s probably not in the cards due to costs. Mozilla is a not for profit relying on donations and grants.
And electron is a method for creating desktop app interfaces using website code, it’s used for the interfaces of Discord, slack, teams, Streamlabs (yeah they ripped out the OBS Qt interface and replaced it with electron), and sooo many other modern applications that it’s hard to make track of. And it uses essentially the same thing as CEF at its heart.
Basically any website can be wrapped in an electron wrapper to produce a standalone desktop app.