Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is Internet Explorer 9 an "evergreen" browser? What about IE 10?

Chrome and FF will silently update to newer versions and I've read that MS did an auto-upgrade for folks on IE6 & 7 to IE8 and from IE8 to 9. Has Microsoft stated whether or not 9 and 10 will be pushing out regular (weekly/monthly) silent updates or is it going to be similar to what they did to bump people from 6 & 7 up to 8?

like image 955
robdodson Avatar asked Jan 28 '13 04:01

robdodson


People also ask

Does Internet Explorer 9 still work?

As of January 12, 2016, Microsoft has ended mainstream support for IE9 and IE10. As such, Essent support of IE9 and IE10 is scheduled to end on March 31, 2017.

Does Windows 10 support Internet Explorer 9?

Replies (3) You cannot install IE9 on Windows 10. IE11 is the only compatible version.

Is IE10 still supported?

After January 14, 2020, IE 10 will not release any security or non-security updates, free or paid assisted support options, or online technical content changes for IE 10. Customers will have until January 31, 2020, to complete the transition from IE 10 to IE 11 to remain supported.

What are evergreen browsers?

The term "evergreen browser" refers to browsers that are automatically upgraded to future versions, rather than being updated by distribution of new versions from the manufacturer, as was the case with older browsers.


2 Answers

The latest versions of Chrome, Firefox, Edge, and Safari are evergreen browsers, i.e. they automatically update themselves silently without prompting the user.

Microsoft started moving toward evergreen browsers as of IE10, the first major Internet Explorer release after Microsoft made the announcement it sounds like you are referencing. Through Windows Update, Microsoft automatically updates users to the latest version of Internet Explorer supported by their version of Windows: up to IE8 on Windows XP, up to IE9 on Windows Vista, while IE10 requires Windows 7. Technically, a user on Windows 7 with IE9 (provided they have a local admin account, automatic updating enabled) would be upgraded to IE10, but that doesn't make IE9 an evergreen browser; Vista users stuck with IE9 cannot upgrade.

Regardless, we are now most definitely in a new age of the web, where developers don't have to worry about supporting ancient browsers and can actually use the new features coming to the web platform. For what it's worth, I drew a line in the sand with a web application at Intel to only support evergreen browsers, and it makes me very happy to say so, having gone through the dark ages of supporting oldIE myself.

like image 158
vine77 Avatar answered Nov 10 '22 01:11

vine77


By "Evergreen browser", I mean a browser whereby only the latest version is supported by the manufacturer and most apps that support it. That said, no version of IE is evergreen. However, Microsoft Edge is evergreen.

To illustrate, if you have a bug or serious-issue, even in the immediate previous version, no developer nor browser-maker will fix it, IF it works fine in the latest and the browser is "Evergreen". You have to update it. On the opposite end, in like 2014, if you have a bug that occurs in IE 9 but not IE 10, the bug still has to be fixed, since both versions were within Microsoft's date of support (at that time). Microsoft or the developer responsible for the bug had to deal with multiple version of the same browser.

"Evergreen browser" has nothing to do with auto-update. That is just an updating strategy

like image 35
Phil Avatar answered Nov 10 '22 00:11

Phil