AskHN: How much is Chrome and how much is Chromium?
I have ended up using Microsoft Edge v2 (Chromium)
a lot recently.
In part to attempt escape from Googles eco system.
Edge can now use Chrome Extensions without any problems, but that also bring problems.
If Google removes an extension from their store that now impacts Edge. If there are vulnerabilities in an extension that now impact Edge.
Edge has its own extension store but there are very few extensions that live there (so far)
What I have started to wonder if how much of Chrome or Edge is Chromium.
Is the extension hosting / executing code in Chromium? Is AMP in Chromium?
What are the borders between the open source project and the closed source derivative?
42 comments
[ 0.20 ms ] story [ 97.6 ms ] thread4K videos in mkv/H.264 format i can play fine though.
The issue here is the hardware decoders capability;
Depending on which browser you use, and whether your Macbook is connected to power, websites will send you a different video/codec/size.
Here's a random post that sort of describes this: https://apple.stackexchange.com/a/409764
I don't know much about either one of them except that Brave is (fully?) open source while Vivaldi is not.
I get that Chrome could do all of these alone with profiles but I prefer having the UX of separate applications for each.
What would that accomplish?
What would what accomplished? Moving off of Chrome to a different Chromium based browser?
Presumably I would retain all the high quality that I enjoy from Chrome while avoiding Googles spyware services. Edge, Brave and others remove them. In the case of Brave I believe I would also get some decent adblocking without having to worry about what Googles eventual Manifest v3 enforcement will do to uBlock Origin.
[0] https://blog.mozilla.org/security/2021/03/23/introducing-sma...
i'll never understand this argument
google or microsoft, it's the same
just use chromium at this point, or better ungoogled chromium https://ungoogled-software.github.io/
Maybe it's a minor distinction, but I think it's a real one.
Is less of their business tracking users? Probably. However they do still track you.
First sentence: > Windows generates a unique advertising ID for each user on a device, which app developers and advertising networks can then use for their own purposes, including providing more relevant advertising in apps.
The biggest difference is that there are no Chromium builds for security updates, nor is there a Chromium update server. (So if you're using it as your day-to-day browser, you probably want to be using nightly and updating it by hand.)
The extension code is in Chromium.
Flash was in Chrome, Widevine is in Chrome, etc. If you don't care about non-free extensions and DRM'd media, then you won't miss them.
The Google account login/sync stuff is in Chrome. You probably won't miss it either.
For extensions, one Google-specific part within Chromium is the chrome.identity API [2] - without it you cannot sign-in to some extensions (e.g. Google Drive). Google has recently released an open-source version of this into Chromium [3] so the boundary you're asking about is becoming a bit more open and clear.
[1] https://www.chromium.org/developers/how-tos/api-keys [2] https://developer.chrome.com/docs/extensions/reference/ident... [3] https://chromium-review.googlesource.com/c/chromium/src/+/27...
Only to the degree that Chromium supports standards AMP might use, like signed exchanges. Most of AMP isn't in the browser. It can appear that way, as Google presents search results differently for non-Chrome browsers. Similarly, some browsers actively strip AMP urls and replace them.