3 minute read

After a week of rumors, Microsoft has just publicly announced that they will be adopting the Chromium project for their Edge Browser. They actually announced three things today:

  1. The Microsoft Edge browser will adopt the Chromium project
  2. Edge will no longer be released just for Windows 10, with updates limited to the latest version of Windows 10. Edge will be available for Windows 7, Windows 8, and probably MacOS.
  3. Microsoft is joining the Chromium project and will be an active contributor.

What does that mean?

This is A Good Thing

Chromium is an open source project that Google started. It is the basis for the Google Chrome browser. For better or worse, Chrome is considered to be the standard that web developers use for measuring compatibility. There are things that Edge handles better than Chrome. Touch gestures and battery life are better on Edge. Microsoft has done a lot of work on accessibility and assisted reading devices.

This does not mean that Edge and Chrome will be the same thing. Microsoft will add their secret sauce to the new Edge browser. Nothing has been announced yet, but I would guess that it have better ties to Office 365 and Azure services. Also Edge will be the default browser that comes with Windows. When you get a new Windows PC, installing Chrome will no longer have to be the first thing that you do.

With the releases on older versions of Windows and Mac, developers will have larger audiences that can run Edge. Enterprise customers with long term support for Windows 7 or Windows 8 will have a browser that will be continued to be supported for their machines. Mac users will have the same experience on Mac and PC.

Microsoft will be joining and contributing to the Chromium project on Github. Over the last few years, Microsoft has been one of the largest supporters of Open Source and has been an active contributor for many projects. If you use Edge, you will have a closer match to web standards. If you use Chrome, then you’ll get the benefits that Microsoft will add to the code base. A rising tide lifts all boats.

What does this mean to developers who were targeting Edge?

Edge currently uses a rendering engine called EdgeHTML. It was designed to be faster and more compliant with W3C web standards over Internet Explorer. It’s part of the Windows 10 OS and updates are issued as OS updates. It was pretty compliant with W3C standards, but Chrome was more compliant. Quality Assurance testers would have to run different tests to make sure that web apps ran the same way on Edge has it does on Chrome. With both apps using the same parsing and rendering engine, web pages should look and run the same way with both browsers.

With the move to Chromium, the Javascript engine will change from Chakra to V8. Both are very good parsers and compilers, most web pages should have roughly the same performance with either engine. There are runtime versions of each for Node.js. One question will be will Microsoft continue to support and advance Chakra or will they focus that effort on improving V8.

So when?

All Microsoft is saying is “early 2019” for the preview builds. While Microsoft has not given out a release date, I would be on sometime in mid 2019. This isn’t their first trip to this rodeo. The Edge browser on Android is based on Chromium now, so they have some experience with the code base. If you would like to get early access the next Edge, you can register for the Microsoft Edge Insider program.

Comments