What I find a bit curious is that's a fully Chromium based browser, it's not simply based on the Blink rendering engine. So, it will be much closer (probably) to Chromium/Chrome than other blink-based browsers like Brave or Opera. I'd really like to understand the rationale behind this choice. What they'd like to leverage from Chromium that Blink alone wouldn't have?
Microsoft Edge and open source collaboration
181–190 of 304 posts
Re: Microsoft Edge and open source collaboration
#182Earlier quoted context omitted.
> instead of people following a web standard, they'll follow what's Chrome-compatible The browser vendors taking the lead over standards committees is how we got this far into HTML5, especially including Apple's/Safari's decision to ditch flash, and the WHATWG actually moving us forward vs the W3C. Unless Blink has a history or an expectation of deprecating serious functionality in the future, is it really so bad if…
This is a good question. Let me give you an example. Let's imagine for instance that Google develops something called "Google Pay". Let's now imagine that WHATWG works on something called "WebPay". In a multiple-engines world, there would be pressure for Blink to support (and keep supporting) most major credit cards & payment mechanisms to let users pay using WebPay. In a single-engine world, one single manager at Go…
Re: Microsoft Edge and open source collaboration
#183Funny that minor side project of KDE is now responsible for the vast majority of today's Internet traffic. Did the original authors of KHTML ever receive a single dime for their work?
Re: Microsoft Edge and open source collaboration
#184In short. Edge engine is dead. Based on Chromium. Not an UWP. Will be on Windows 7 and Mac.
I didn't see any mention of Windows 7 or that it won't be a UWP on Windows, are there more details somewhere?
https://github.com/MicrosoftEdge/MSEdge
> We will evolve the Microsoft Edge app architecture, enabling distribution to all supported versions of Windows including Windows 7 and Windows 8, as well as Windows 10. We will also bring Microsoft Edge to other desktop platforms, such as macOS.
Re: Microsoft Edge and open source collaboration
#185Earlier quoted context omitted.
> I'm assuming I'm not the only one who's afraid of Blink becoming the new Internet Explorer; instead of people following a web standard, they'll follow what's Chrome-compatible. This is already the norm. I use Safari and find many sites have issues. Before that I used Firefox and many sites had issues. Typically the JS works, but styling often looks different (and worse) on Safari and Firefox.
Do you have examples? I use Safari and don’t find this to be true. Given Safari is what people use in iOS, id expect this to be rarely the case (most sites will test on an iPhone).
Re: Microsoft Edge and open source collaboration
#186When Microsoft released Edge, they claimed bugs plagued IE because they couldn't update IE without OS updates. Edge as a "store app" would receive frequent updates, independent of Windows OS updates. They ended up tying Edge to Windows. And kept promising but never delivered. Instead of small frequent browser updates, we got large frequent OS updates. Maybe now that Edge's dead, they'll slow down the frequency of Win…
I think this was a big mistake. I hope they mirror what Google is doing with the Chrome store. As a developer, I had to: 1) Port my Chrome extension into a UWP app 2) Embed another win32 exe to read/write SQLite databases because UWP don't do that. 3) Pay $100 to open a developer account 4) After compiling the extension, reading blogs to figure out how to even upload the correct files 5) Have Microsoft deny my extension because it required special permissions (the win32 exe) 6) Still no extension uploaded.
Re: Microsoft Edge and open source collaboration
#187Re: Microsoft Edge and open source collaboration
#188Earlier quoted context omitted.
but if Microsoft is moving to Blink, wouldn't they, as well, have (as you say) influence on the project? What, really, is a downside to having an open-source web engine that all browsers use? I'm failing to see one. The web would become less fragmented; the web standard would be (only slightly) irrelevant, and we would move forward without having to deal with browsers interpreting the spec/standard differently, which…
How do I convince Chromium to adopt parallel engine components written in Rust, in this world? They won't do it, because the entire team at Google is staffed by C++ folks. How is that a better outcome?
Re: Microsoft Edge and open source collaboration
#189Earlier quoted context omitted.
> I'm assuming I'm not the only one who's afraid of Blink becoming the new Internet Explorer; instead of people following a web standard, they'll follow what's Chrome-compatible. This is already the norm. I use Safari and find many sites have issues. Before that I used Firefox and many sites had issues. Typically the JS works, but styling often looks different (and worse) on Safari and Firefox.
Do you have examples? I use Safari and don’t find this to be true. Given Safari is what people use in iOS, id expect this to be rarely the case (most sites will test on an iPhone).
Re: Microsoft Edge and open source collaboration
#190https://github.com/MicrosoftEdge/MSEdge
The readme goes into more detail than the blog post announcement, including emphasis on Windows on ARM, information about WebRTC for UWP, and explicit confirmation that they plan to bring Edge to Windows 7 and 8 as well as macOS.
Also, looks like they're using the MIT license.