Regarding the topic of browser mono-cultures, I was web developer in the post browser war era in the early 2000s where we had a dominant IE6 and a stagnant browser landscape. It was bad. Real bad. But I'm actually fairly positive about MS getting into the chromium landscape and back into the game. Let's face it MS had lost all of its influence in the browser world before dropping IE and making this move. It is a Goog…
Could you elaborate on what made it bad? I am a web developer too, and for me, the biggest annoyance is feature inconsistency between browsers. Only yesterday, I was cursing under my breath, because webkit-based browsers allow scrollbar styling, but firefox doesn't. In our org, we have embraced CSS grid, but by doing so, made a conscious decision to finally ignore IE11 (rather than to use @supports and write fallback…
The new Microsoft Edge is out of preview
381–390 of 487 posts
Re: The new Microsoft Edge is out of preview
#382Earlier quoted context omitted.
I just wish they'd moved to Gecko instead of Chromium. It's not like Gecko is an inherently inferior engine by any stretch, and it would significantly bolster their marketshare so that developers actually have to test against it.
Even the guy who literally birthed Firefox (Brendan Eich) picked Chromium for Brave, his new browser.
So we switched to chromium/Blink in late 2015. Much later, when I visited Apple in early 2017, a devrel friend asked why we couldn't use WebKit. A WebKit founder in the meeting agreed with me that there was no way for Brave to do so on Windows w/o running out of capital. DRM again was an issue too, without WideVine. Don’t blame startup for not carrying a full engine — that needs deep pockets. While MS does have deep enough pockets, it is starting by using chromium/Blink and slow-forking.
Re: The new Microsoft Edge is out of preview
#383Earlier quoted context omitted.
Yeah, but he also designed JavaScript, so...
Considering he designed it in about 10 days, it could have been much worse… and now it’s one of the most popular and important programming languages in the world; go figure: https://spectrum.ieee.org/computing/software/the-top-program... In 2001, Apple could have picked Gecko but forked KHTML instead to create WebKit/Safari because it was smaller and seemed easier to work with. It doesn’t change the fact that back in…
Re: The new Microsoft Edge is out of preview
#384Microsoft makes the coolest software these days. Who knew.
Re: The new Microsoft Edge is out of preview
#385Earlier quoted context omitted.
What are you using that Edge doesn't support? We treat Chrome/Safari/Edge/FF all as 1st class browsers and haven't had many problems (aside from Safari lacking U2F and exotic CSS props like motion-path).
A few issues I have run into with Edge: 1. The :focus-within CSS pseudo-class doesn't work 2. object-fit only works on images 3. These SVG loaders don't work: https://samherbert.net/svg-loaders/
Re: The new Microsoft Edge is out of preview
#386Earlier quoted context omitted.
Google is here to protect you from the lovely document reader that they forcibly mutated into a toxic app platform.
So you’d rather live in a world where all the web apps you use every day need to be installed and run with full user permissions? The web is the safest, most battle-tested sandbox environment to run apps in. It’s so safe that you click random links all day long, running 1000s of apps and never have to worry. I’ll take web apps over native apps from a security perspective, thank you.
There are better ways to sandbox applications in 2020.
Re: The new Microsoft Edge is out of preview
#387Regarding the topic of browser mono-cultures, I was web developer in the post browser war era in the early 2000s where we had a dominant IE6 and a stagnant browser landscape. It was bad. Real bad. But I'm actually fairly positive about MS getting into the chromium landscape and back into the game. Let's face it MS had lost all of its influence in the browser world before dropping IE and making this move. It is a Goog…
> If push came to shove, forking chromium wouldn't be an idle threat from MS Can almost guarantee this will happen in 2-5 years. Given Microsoft's history, I don't see Microsoft and Google playing nice for too long.
Re: The new Microsoft Edge is out of preview
#388Re: The new Microsoft Edge is out of preview
#389Re: The new Microsoft Edge is out of preview
#390Earlier quoted context omitted.
One huge advantage the Chromium has over Gecko is Google's Security Team (ie Project Zero). For most users, the web browser is one of the biggest attack surfaces and having arguably the best security team behind the browser engine is a good thing.
Google have certainly done a great job of maximizing the PR benefit from their security researchers. And it’s a great thing they’re doing. But regardless of how well individual companies market their respective security teams, Firefox has a comparable reputation for their browser engine. Yes some of that might be thanks to PZ, but that’s beside the point, isn’t it? Choosing Mozilla’s platform would have been better f…