Microsoft Busting Its Own Browser+OS Myth
An anonymous reader writes "Longtime Microsoft watcher Mary Jo Foley used her Redmond magazine column this month to point out that after years of arguing that the browser is 'inextricably linked' to the operating system, the company's current push to get users to drop IE 6 for newer versions, plus IE's separate release schedule, are disproving its own argument. From the article: 'Microsoft has insisted that its browser is part of Windows, and, ironically, that's coming back to haunt the company. Customers can mix and match different versions of IE with different versions of Windows. ... But Microsoft has done very little to get this message out there. I'd argue this is because it makes plain the absurdity of the company's claims that IE is part of Windows.'"
What does this prove? Different versions of IE's can obviously provide the system and application wide libraries too, but there has to be at least one of them installed for it to work.
Then there is also the fact that countless amount of software uses IE's rendering engine, which has to be present in the system for those to work. Which again works with different versions of it.
I'm happy Steam changed to it's own WebKit, but it was just a few months ago and there still are thousands of other software that uses it.
And nobody believes it now.
A possible alternative headline could be "Obvious lie from MS turns out to be a lie"
Were does one draw the line between OS and application (and let's not draw libraries into this).
The operating system manages the hardware, and provides an interface between the hardware and applications. Everything else is an application (including most libraries, since they're just reusable parts of applications).
Um, when Microsoft made that claim, they were referring to Windows XP and Internet Explorer 6 which are both almost 9 years old. At that time, IE6 was very likely tightly linked to the OS. They slowly "unlinked" it over the years which I'm sure was a lot of work. You can argue that they shouldn't have linked it in the first place (you may or may not be right). The fact that you could upgrade from IE6 to IE7 or 8 does not mean it was not linked - can you not upgrade certain pieces of the OS on Linux, Unix, or MacOS in small pieces? Isn't that what a patch is?
We are now to MAJOR OS versions later and Microsoft doesn't claim the OS and the browser are linked anymore.
Popisms.com - Connecting pop culture
And their argument didn't even work at the time. Their own video tapes showed that it worked fine without IE. It was pretty hilarious, actually.
Furthermore I don't think the author's argument makes any sense; she is not a programmer, she is an author and analyst. Any programmer will know that even if the browser were an integral part of the OS, it could still be replaced as long as those parts that are used by the OS remain (which can obviously happen when you upgrade your own browser).
She also tries to claim that Microsoft is trying to be consistent in its arguments, but Microsoft (like any competent spin-doctor) doesn't care if their arguments are consistent, they only care if they convince at the moment. Unlike geeks they feel no need to be consistent with arguments from 10 years ago that no one remembers.
Qxe4
A web browser needs an internet-connection library, a display library, and a parser library for the data between them.
If you put that into your OS, other application developers may suddenly decide they want to use the internet library and some of the parser library, instead of whatever libraries the OS used to have, or whatever code they were planning to implement themselves.
Now someone says "we order you to remove the web browser from the OS."
You say "that is impossible. Parts of the web browser now serve as parts of the OS."
The only thing you can remove is the browser executable itself, which in the extreme case is just a call with particular arguments to a function in a library you can't remove. So you remove the browser executable and convince the issuers of the order that you have done their bidding.