If you’ve been following the “Edge is dead (but it isn’t)” story, you know that Microsoft announced a couple of days ago that they’ll stop developing
[See the full post at: Microsoft adopting Chromium for Edge rendering is a big deal — let me count the ways]
![]() |
There are isolated problems with current patches, but they are well-known and documented on this site. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
-
Microsoft adopting Chromium for Edge rendering is a big deal — let me count the ways
Home » Forums » Newsletter and Homepage topics » Microsoft adopting Chromium for Edge rendering is a big deal — let me count the ways
- This topic has 40 replies, 16 voices, and was last updated 6 years, 5 months ago by
anonymous.
AuthorTopicwoody
ManagerDecember 8, 2018 at 1:50 pm #239219Viewing 9 reply threadsAuthorReplies-
Anonymous
InactiveDecember 8, 2018 at 3:04 pm #239230Woody:
You may not be from Missouri but your software years ago was. Specifically from Des Peres, Missouri, about a mile from my house in Kirkwood! I still regard “Enveloper” the most useful utility I ever encountered.
= Ax Kramer
2 users thanked author for this post.
-
anonymous
Guest -
b
AskWoody_MVPDecember 14, 2018 at 12:42 pm #240505But give me one reason why I should use a shabby Edge instead of the original Chrome browser then…?
“Edge outperformed Chrome and Firefox when it came to quickly spotting and blocking: It immediately stops 89 per cent of phishing sites in their tracks; some 10 per cent higher Chrome and 12 per cent more than Firefox.”
The fastest, most secure browser? Microsoft Edge apparently1 user thanked author for this post.
-
Microfix
AskWoody MVP
-
-
-
warrenrumak
AskWoody LoungerDecember 8, 2018 at 4:13 pm #239238“UWP apps (formerly “Metro,” and many other names) aren’t going to last much longer.”
This isn’t even slightly a correct read on the situation, Woody. UWP is the replacement for Win32 + COM runtime environment, and is a vastly, vastly better starting point for building any kind of application (not just ones that look like Windows 10 apps, people! You can build console apps, games, and totally GUI-less UWP apps)…. it’s also the replacement for both Windows Forms and WPF as a GUI programming platform for desktop applications.
Saying that Microsoft is going to drop UWP because they’re adopting Chromium in Edge just doesn’t make sense. This would be like saying that Visual Studio is going to drop C++ support because they’re trying to get people to publish services to Azure.
All Microsoft is talking about here is one specific feature of UWP: the ability to integrate a “web view” into your application. This capability has been around since Windows 98 SE; the UWP version is called WebView, it’s part of the XAML controls. (The same sort of capability, also called WebView, been available in macOS since 10.3.) The commitment they’re making is that they won’t change how this functions for UWP apps that have taken a dependency on the web view. So, like, you don’t have to worry that suddenly your application’s rendering will break on a future Feature Update because of some unforeseen incompatibility between EdgeHTML and Chromium.
It’s kind of a crummy situation for Microsoft because now they have to support two deprecated browser engines instead of one….. but that’s what they’re committing to.
5 users thanked author for this post.
-
woody
Manager -
ch100
AskWoody_MVPDecember 9, 2018 at 4:46 pm #239374Woody, I think strictly speaking, @warrenrumak is right.
But for all practical purposes and for less technically minded users, your description is good enough and certainly easier to understand.1 user thanked author for this post.
-
-
Ascaris
AskWoody MVPDecember 8, 2018 at 5:59 pm #239248UWP is the replacement for Win32 + COM runtime environment, and is a vastly, vastly better starting point for building any kind of application (not just ones that look like Windows 10 apps, people! You can build console apps, games, and totally GUI-less UWP apps)….
But can it modify the Windows UI and other similar things that require deeper kernel access? Many of us rely/relied on things like Classic Shell, 7+ Taskbar Tweaker, Old New Explorer, etc., to make the bizarre UIs of Windows 8.x and 10 usable. I’ll admit to not having programmed since it was called programming, not “coding,” and that I never wrote anything that used any kind of a GUI, but it’s my understanding that UWP is a lot like the WebExtensions for Firefox vs. the older, more powerful “legacy” extensions that can get right into the browser itself and extend/modify its function in a way that the more limited WebExtensions never could. While that has obvious security implications (in a good way), it also is tremendously limiting.
If a UWP program were to adopt a traditional Win32-style UI, using my system theme, the desktop/Win32 common controls, etc., so that it looked like it belonged on the system, I wouldn’t have as much of a visceral reaction to them, but thus far every example I’ve seen is one of those ugly, flat, oversized, system-theme-ignoring “app” things. It may be possible to create UWP “apps” that look like what Microsoft now calls “Desktop Apps,” but the question of whether they actually will ever look like that in practice remains.
As long as we users still have a choice, we can vote with our… er, fingers, I guess, since we use those to download and install programs, not our feet. The concern is that once UWP gets to a certain point, MS will raise the Win32 drawbridge and give us no choice but to use only UWP, much the same as Mozilla did with its addons. While I would appreciate the ability to easily uninstall things without worrying about bits being left behind and the sandboxing, I would not appreciate losing massive amounts of control over my own PC, which MS has already demonstrated that they want to take from me with their actions thus far.
Dell XPS 13/9310, i5-1135G7/16GB, KDE Neon 6.2
XPG Xenia 15, i7-9750H/32GB & GTX1660ti, Kubuntu 24.04
Acer Swift Go 14, i5-1335U/16GB, Kubuntu 24.04 (and Win 11)4 users thanked author for this post.
-
-
lurks about
AskWoody LoungerDecember 8, 2018 at 4:59 pm #239243I would say this is bigger than it appears because MS will not be developing a rendering engine but using an open source on. This is a strategic shift from both IE and Edge. Given Chromium is a multi-platform browser that is not closely coupled with the OS, it will effectively split the browser from the OS.
I wonder, if this switch is successful, if MS might do something like make a Windows version based on the Linux kernel. Something, if done correctly, could save a ton of money and keep MS as an OS supplier. The key to this would be to build a compatibility layer that will allow W32 applications to run. This might work as most users only care that X will run on their computer not how it is done.
The current leadership seems to see OSes and browsers as products to offer but not as a focus for the future. So using FOSS for both long term makes sense. They have a browser and an OS to offer even if both are mostly FOSS. But this would reduce the costs to MS to produce and maintain both.
-
warrenrumak
AskWoody LoungerDecember 8, 2018 at 5:34 pm #239246I wonder, if this switch is successful, if MS might do something like make a Windows version based on the Linux kernel. Something, if done correctly, could save a ton of money and keep MS as an OS supplier.
Oh my goodness, just get this whole idea out of your head right now. Rebuilding Windows on top of a Linux kernel would create thousands more problems than it solves.
Every Windows application out there, whether they use core Windows APIs, or COM, or GDI, or DirectX, or the .NET Framework, or WIC, or MFC, or any of the thousands of features and capabilities that come as standard with Windows…. they all expect the underlying operating system to behave a certain way. You call the Win32 CreateFile function, you expect it to return a HANDLE. A HANDLE is expected to behave certain ways — this understanding is baked deeply into both Windows itself, and the countless libraries and applications surrounding it.
The WINE project has been trying to get this stuff right for 25 full years now, and while they’ve been successful in building a compatibility layer between Win32 and POSIX, it has never been successful at getting more than about 70% of Windows apps to work. And most of the effort goes into stuff like games, since that the thing that many Mac and Linux people miss the most when switching away from Windows.
Also…. let’s be real here, there is no way that Microsoft is going to cede control over one of their multi-multi-multi-billion dollar Windows industry to the whims of the famously emotionally unstable Linus Torvalds.
-
lurks about
AskWoody LoungerDecember 8, 2018 at 7:34 pm #239267I am not saying they should but what is the long game here. Windows is being deemphasized to being a product of a division not its own division. So what is MS going to do with Windows long term as it does not figure to be as important a product as it was 5 years ago. So thinking out a bit long term they could continue with their own kernel and maintain the complete OS or they could follow Apple’s lead and switch kernels. Given the amount of problems W10 is having across the board, they might be better to follow Apple’s lead bring out a successor OS based on BSD or Linux. Given the licensing, I would actually expect BSD is the more likely route than Linux. Also, Wine et. al. lack one thing that MS has to develop a compatibility layer: access to the Windows source code and design documents.
2 users thanked author for this post.
-
warrenrumak
AskWoody LoungerDecember 8, 2018 at 9:22 pm #239275I am not saying they should but what is the long game here. Windows is being deemphasized to being a product of a division not its own division. So what is MS going to do with Windows long term as it does not figure to be as important a product as it was 5 years ago.
This is factually incorrect. You need better sources.
The core Windows server + client products currently has 32,000+ people working on it, 11,000 of which are contributing engineers.
These numbers are as high as they’ve ever been.
-
OscarCP
MemberDecember 8, 2018 at 10:43 pm #239279warrenrumak #239275 : “This is factually incorrect. You need better sources.”
This is a very interesting point that you just made. Would you mind mentioning some of those better sources? Some relevant URL links will be most appreciated.
Thanks.
Ex-Windows user (Win. 98, XP, 7); since mid-2017 using also macOS. Presently on Monterey 12.15 & sometimes running also Linux (Mint).
MacBook Pro circa mid-2015, 15" display, with 16GB 1600 GHz DDR3 RAM, 1 TB SSD, a Haswell architecture Intel CPU with 4 Cores and 8 Threads model i7-4870HQ @ 2.50GHz.
Intel Iris Pro GPU with Built-in Bus, VRAM 1.5 GB, Display 2880 x 1800 Retina, 24-Bit color.
macOS Monterey; browsers: Waterfox "Current", Vivaldi and (now and then) Chrome; security apps. Intego AV1 user thanked author for this post.
-
warrenrumak
GuestDecember 10, 2018 at 1:32 am #239445The .NET Rocks podcast, literally just this past week, had a couple of people on from the internal Windows developer support teams at Microsoft – the numbers come from them.
I also have internal connections at Microsoft; the reporting that Microsoft is de-emphasizing Windows was reported in the media, but it certainly is not reflective of what’s actually going on. Are they de-emphasizing some things like Edge and Cortana? Sure, but developers are being moved to other Windows-related projects. The backlog of things to do with Windows is huge, and they’re still working on it.
-
Ascaris
AskWoody MVPDecember 9, 2018 at 2:28 am #239292I am not saying they should but what is the long game here. Windows is being deemphasized to being a product of a division not its own division. So what is MS going to do with Windows long term as it does not figure to be as important a product as it was 5 years ago.
This is factually incorrect. You need better sources.
No, lurks about does not need better sources. It was reported here and in other places that Windows no longer has its own division. Longtime leader of the Windows and devices division, Terry Myerson, has left Microsoft, and that division is no more. As the Seattle Times article says:
The shifts de-emphasize the company’s flagship operating software and put the spotlight on its growing businesses: Office productivity software, artificial intelligence and cloud technology, which allows users to tap into rented computer power and data storage over the internet.
That’s right in line with what lurks about wrote.
The core Windows server + client products currently has 32,000+ people working on it, 11,000 of which are contributing engineers. These numbers are as high as they’ve ever been.
That doesn’t at all contradict the idea that Windows doesn’t have its own division anymore.
Windows licensing revenue has fallen (along with the PC in general) even as MS has to pay all those thousands to work on a product that has gone from the center of the Microsoft universe to one that barely gets mentioned in the Ignite dog and pony show. We were told “Cloud first, Mobile first” in no uncertain terms, and “mobile” is out now. It’s painfully clear that Windows is on the back burner now, and has been ever since Nadella came on board as CEO.
Reportedly, only 10% or so of Microsoft’s profit (and falling) comes from Windows, which is not a very good return on the massive resources it has to put into Windows development. Microsoft is a lot of things, but stupid is not one of them, and they must know that they cannot treat their customers as they have been since the onset of Windows 10 if they want to keep them as customers. The only conclusion that makes any sense is that they don’t want to keep them in the long term. They want to monetize them to the highest degree possible for as long as they will tolerate it. This is something that never happened in the Gates or Ballmer eras, where Windows’ long-term viability was too important to consider the cynical and ultimately destructive attempts to monetize Windows that we’ve seen under Nadella.
Unless we believe that MS in the Gates and Ballmer eras didn’t want money as much as they do now, the only conclusion that really makes sense is that the goal is to get out of the general-purpose OS business completely. All of that vendor lock-in they worked so hard to build will keep people in the line of fire for years to come, so Microsoft will be able to liquidate the asset that is the 90% desktop market share. This can’t be done without eventually killing the product, but if MS really wants to be a cloud company, that’s not a bug, it’s a feature.
The vast number of people working on Windows doesn’t disprove the idea that Windows is no longer a primary focus at Microsoft. It illustrates why MS would want to cut it loose– 32,000 people (about 25% of their total 2018 workforce) for 10% of the profit (and falling). I have no doubt that there’s a date circled on a calendar somewhere in Redmond, and that date is when MS has projected that the largely fixed costs to develop Windows are only just covered by the revenue Windows brings in. Beyond that date, Windows will be a net money sink for Microsoft. That date may never come to pass… the desktop market may stop its plunge as equilibrium is reached between the PCs that die and the PCs that are sold.
I don’t think the PC market is dying at all, but it is downsizing as most consumers move away from the platform to what The Reg calls fondleslabs. The need for desktop PCs (including laptops) is less than what it was before, but they’re too useful to ever die completely. I only wish that Microsoft had the confidence in the platform that I do… it’s quite evident that they do not, given how readily they were to stomp all over their desktop customers to try to get a footing in the mobile market.
Dell XPS 13/9310, i5-1135G7/16GB, KDE Neon 6.2
XPG Xenia 15, i7-9750H/32GB & GTX1660ti, Kubuntu 24.04
Acer Swift Go 14, i5-1335U/16GB, Kubuntu 24.04 (and Win 11)4 users thanked author for this post.
-
lurks about
AskWoody LoungerDecember 9, 2018 at 10:16 am #239303I never mentioned any figures about manpower on Windows as the exact number is not really relevant to my conjecture. By using as base such Debian or FreeBSD MS would not need to devote as much resources to Windows as they do currently. The costs to develop and maintain Windows would drop. If the drop is significant enough Windows would still be a very profitable product for MS.
Taking Debian as the base, MS would only need to come up with a WINE like compatibility layer (which could be a very nice separate commercial product on its own) and a desktop environment. The compatibility layer would take some effort but WINE and Crossover (commercial version of WINE) show it can be done now with some success even without MS involvement. The desktop environment is much less complex than a full OS and depending on what MS decides to do they could even fork an existing one to make a Windows desktop. So they have two somewhat independent products to maintain, neither requiring anywhere near the commitment a full OS would require with one potentially being a viable commercial product.
A MS sanctioned WINE as a commercial product would be of interest to many Linux and Apple users as they could now run many (hopefully nearly all) Windows programs without needing to use a VM. VMs, while effective, are a more complex solution that require more skill to set up correctly, skills the average user does not have.
So the question is, what is MS’ long term plans for OS development? It is not what are they doing now but 3 to 5 years from now. My conjecture is about would switching kernels to BSD or Linux may make long term sense for MS. They are going to have to do something.
In any business a product that produces 10% of the profit but requires 25% of the resources is one that automatically gets C-suite scrutiny if the numbers supplied by others are reasonably accurate. The profit/cost balance is out of whack and a very serious decision will be made about the product. Thus the future of Windows is getting some serious C-suite scrutiny right now at MS. My conjecture is based on the assumption MS wants to still have an OS as a viable product with a cost structure closer to the profits it generates.
1 user thanked author for this post.
-
anonymous
GuestDecember 10, 2018 at 10:10 pm #239625Also, Windows is on a dead end road about to hit a concrete wall at the end. It’s not scalable, way too buggy because of essential flaws deep at its base and carries a heavy legacy of the past. Think only about this monstreous register for example. They simply don’t have a choice to change. Either by starting something completely new or using reliable existing code. Many ways to do so and still being able to run the old code.
-
Ascaris
AskWoody MVPDecember 15, 2018 at 12:52 am #240641We’re not alone in pondering the possibilies! Steven J. Vaughan-Nichols has just written a piece for ZDNet on the topic, entitled “MS-Linux? Lindows? Could Microsoft release a desktop Linux?”
Dell XPS 13/9310, i5-1135G7/16GB, KDE Neon 6.2
XPG Xenia 15, i7-9750H/32GB & GTX1660ti, Kubuntu 24.04
Acer Swift Go 14, i5-1335U/16GB, Kubuntu 24.04 (and Win 11)
-
-
-
Ascaris
AskWoody MVPDecember 9, 2018 at 1:45 am #239290The WINE project has been trying to get this stuff right for 25 full years now, and while they’ve been successful in building a compatibility layer between Win32 and POSIX, it has never been successful at getting more than about 70% of Windows apps to work. And most of the effort goes into stuff like games, since that the thing that many Mac and Linux people miss the most when switching away from Windows.
WINE has few resources and is limited by Microsoft’s unwillingness to fully document their APIs. Imagine how quickly WINE could progress if Microsoft themselves were willing to contribute to it! They have the resources and the intimate knowledge of how the APIs work that WINE can only dream about. If they were able to get a Windows translation layer to enable x86 Windows programs to run on ARM commercially ready as they supposedly have, doing the same within the same architecture but with different OSes ought to be simple for them.
Also…. let’s be real here, there is no way that Microsoft is going to cede control over one of their multi-multi-multi-billion dollar Windows industry to the whims of the famously emotionally unstable Linus Torvalds.
It’s open source. If he were to go off in some bizarre direction, forks would appear even without Microsoft involvement, and of course, MS could fork it themselves if they wish. Anyone can! The kernel project that Torvalds leads is one of the few bits of GNU/Linux that hasn’t been forked, which kind of tells you he’s been doing quite well.
So he yells (or he used to, anyway) at people who generally have earned it… every time I’ve read about one of his outbursts, I’ve ended up agreeing with him on the facts at hand, if not his interpersonal style. Steve Jobs was considerably worse, often being petty and vindictive well beyond anything Torvalds has ever done, and the company almost went down the drain without him. When he returned, Apple grew to the giant it is today, and Apple fans the world over consider his death to be the end of the best period of Apple’s history in product quality and innovation.
Dell XPS 13/9310, i5-1135G7/16GB, KDE Neon 6.2
XPG Xenia 15, i7-9750H/32GB & GTX1660ti, Kubuntu 24.04
Acer Swift Go 14, i5-1335U/16GB, Kubuntu 24.04 (and Win 11)2 users thanked author for this post.
-
anonymous
Guest
-
-
-
gkarasik
AskWoody Plus -
Ascaris
AskWoody MVPDecember 10, 2018 at 2:18 am #239462If the devs in charge of Chromium allow this, then the blame is theirs, but they’re more concerned about Google’s welfare than Microsoft’s. They’ve made this clear in the post I linked about how Chromium (not Chrome) compiled and distributed by Debian contained code to download a closed binary blob to activate the PC’s microphone to listen for “OK Google” commands. Google’s response is that Chromium is developed as it suits Google to develop it, but it’s open source, so you can modify it as you wish.
If Microsoft wishes more changes to the code base than the Chromium devs will allow, they can still have them, but they will have effectively forked Chromium.
Dell XPS 13/9310, i5-1135G7/16GB, KDE Neon 6.2
XPG Xenia 15, i7-9750H/32GB & GTX1660ti, Kubuntu 24.04
Acer Swift Go 14, i5-1335U/16GB, Kubuntu 24.04 (and Win 11)1 user thanked author for this post.
-
anonymous
Guest
-
-
PKCano
Manager -
anonymous
Guest -
anonymous
GuestDecember 10, 2018 at 3:54 pm #239594With it going to be a Win32 application, I am wondering if Microsoft is considering backporting it to Windows 7. Yes I know they want to kill of Windows 7 ASAP but if they want to capture browser market then it could make sense considering its still the largest installed based of Windows.
-
b
AskWoody_MVPDecember 10, 2018 at 5:51 pm #239612“As part of this work, Microsoft plans to make the new Edge browser available on Windows 7, 8.1, 10 and macOS, officials said.”
Microsoft’s Edge to morph into a Chromium-based, cross-platform browser
1 user thanked author for this post.
-
anonymous
GuestDecember 21, 2018 at 8:59 pm #241898The Help file for the US Savings Bonds Calculator,
https://www.treasurydirect.gov/indiv/help/bc/bc_savings_help.htm , has:
= = = = = = = = = =
Microsoft Edge (Not Compatible)Microsoft’s new Edge browser cannot save web pages in HTML format. It can only store images of the pages as they’re shown on your screen. Because of this, it has no ability to save your work in a way that can be updated in the future. For users using Microsoft Edge on Windows 10, we recommend switching to another browser for entering your bond values so you can save your work. Windows 10 ships with Internet Explorer 11 in addition to Edge. You also have the option to download and use Firefox, Opera, or Safari.
1 user thanked author for this post.
-
PaulK
AskWoody Lounger -
ch100
AskWoody_MVPDecember 22, 2018 at 12:31 am #241941Actually, Edge as we know it is dying and will be replaced with something supposedly better.
I don’t really know anyone who is a fan of Microsoft only products to be a fan of Edge.
They simply use IE which is a highly competitive browser with Chrome and Firefox, although a bit more difficult to master to have it working properly.
Edge as it is now is not in the same class with IE, Firefox and Chrome and probably not in the same class with Opera, although I take other people’s word for this last one as I don’t have any experience with it.Edit: I use Chrome for the only reason that it seems to be the mainstream browser preferred by a majority of people. I still believe that IE11 is the best browser overall, followed at a close distance by Firefox, but each of them have pluses and minuses, depending on the use case scenario.
I have absolutely no idea why most people prefer Chrome, but selling is sometimes the most important thing while quality comes next.2 users thanked author for this post.
-
b
AskWoody_MVPDecember 23, 2018 at 11:28 am #242214Edge as it is now is not in the same class with IE, Firefox and Chrome and probably not in the same class with Opera, although I take other people’s word for this last one as I don’t have any experience with it.
How is Edge not in the same class as the others?
Curmudgeonly grumbles aside, actually using Edge is a perfectly pleasant experience. It’s super-quick, hammers through benchmarks, its integrated reading mode makes complex sites more palatable, and by sandboxing it away from the rest of the operating system Microsoft has ensured that Edge won’t suffer the security breaches of its older brother.
When did you last try a new browser? -
Kirsty
ManagerDecember 23, 2018 at 3:51 pm #242236Does one presume their following paragraph was a “curmudgeonly grumble”?!
It’s just a shame that Microsoft is quite so insistent on forcing Edge upon Windows 10 users, making it the default browser for links opened in the Mail app, adding shortcuts to your desktop after major OS updates, and presenting it as a potential result if you start typing ‘Firefox’ in the Cortana search box.
-
b
AskWoody_MVPDecember 23, 2018 at 4:16 pm #242241It’s just a shame that Microsoft is quite so insistent on forcing Edge upon Windows 10 users, making it the default browser for links opened in the Mail app,
Just for the record, that was only a test in a Skip Ahead Insider Preview, and as it got many negative votes in the Feedback Hub nine months ago we can probably rest assured that it won’t reappear as a released feature.
-
-
-
Lars220
AskWoody PlusDecember 22, 2018 at 12:07 am #241937That above link for the Savings Bonds also says:
Google Chrome’s saving process currently is not compatible with the Savings Bond Calculator. If you use Chrome as your default web browser, you’ll need to use an alternative browser to save an inventory for future use in the calculator.
I guess I will just stick with Firefox my favorite Red Panda browser, also have Opera and IE as backups, but use Firefox 99% of the time. Kind of interesting that US Gov’t does not like MS Edge and Google Chrome, hummm, I feel same way. Thanks PaulK for interesting insight.
-
RamRod
AskWoody Lounger
-
-
-
-
ch100
AskWoody_MVPDecember 24, 2018 at 7:27 pm #242447How interesting this gets when Microsoft places Chrome on the same level with Edge in one of the recent documentation web pages.
The Windows Admin Center gateway, when published to DNS and given access through corresponding corporate firewalls, lets you securely connect to, and manage, your servers from anywhere with Microsoft Edge or Google Chrome.
https://docs.microsoft.com/en-au/windows-server/manage/windows-admin-center/understand/what-is
-
anonymous
Guest
-
-
woody
ManagerDecember 26, 2018 at 7:23 am #242643by sandboxing it away from the rest of the operating system Microsoft has ensured that Edge won’t suffer the security breaches of its older brother.
Perhaps in theory. Demonstrably not so in practice. Over the past year, we’ve seen dozens of security problems in both IE and Edge. Nearly every month there have been security fixes for both IE and Edge, covering the same CVEs.
1 user thanked author for this post.
-
b
AskWoody_MVPDecember 26, 2018 at 8:36 am #242664Perhaps in theory. Demonstrably not so in practice.
I think you have that backwards. The CVEs are theoretical vulnerabilities; in practice, not so much.
Over the past year, we’ve seen dozens of security problems in both IE and Edge. Nearly every month there have been security fixes for both IE and Edge, covering the same CVEs.
… and during that same year we’ve seen 228 CVE patches for Google Chrome (average 19 per month) and 136 CVE patches for Mozilla Firefox (average 11 per month).
1 user thanked author for this post.
-
anonymous
GuestDecember 26, 2018 at 2:10 pm #242699I need to point out again the circular nature of these comparisons. Being subject to a flaw that has been systematically categorized in a CVE alert is a bad thing. It is also, as the name suggests, a fairly common bad thing. Once identified, it seems to me, that a large number of patches would suggest a robust and efficient investigation and response performed by an experienced QA testing team.
A gauge that also would not be definitive, but at least more informative, would be how many outstanding, not repaired, CVE’s apply to a given product; and how long they have been known.
-
-
Viewing 9 reply threads - This topic has 40 replies, 16 voices, and was last updated 6 years, 5 months ago by
-

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
X Suspends Encrypted DMs
by
Alex5723
1 hour, 10 minutes ago -
WSJ : My Robot and Me AI generated movie
by
Alex5723
1 hour, 28 minutes ago -
Botnet hacks 9,000+ ASUS routers to add persistent SSH backdoor
by
Alex5723
2 hours, 5 minutes ago -
OpenAI model sabotages shutdown code
by
Cybertooth
2 hours, 42 minutes ago -
Backup and access old e-mails after company e-mail address is terminated
by
M W Leijendekker
2 hours, 6 minutes ago -
Enabling Secureboot
by
ITguy
5 hours, 52 minutes ago -
Windows hosting exposes additional bugs
by
Susan Bradley
10 hours, 36 minutes ago -
No more rounded corners??
by
CWBillow
6 hours, 25 minutes ago -
Android 15 and IPV6
by
Win7and10
25 minutes ago -
KB5058405 might fail to install with recovery error 0xc0000098 in ACPI.sys
by
Susan Bradley
22 hours, 57 minutes ago -
T-Mobile’s T-Life App has a “Screen Recording Tool” Turned on
by
Alex5723
1 day, 1 hour ago -
Windows 11 Insider Preview Build 26100.4202 (24H2) released to Release Preview
by
joep517
20 hours, 14 minutes ago -
Windows Update orchestration platform to update all software
by
Alex5723
1 day, 8 hours ago -
May preview updates
by
Susan Bradley
20 hours, 21 minutes ago -
Microsoft releases KB5061977 Windows 11 24H2, Server 2025 emergency out of band
by
Alex5723
11 hours, 57 minutes ago -
Just got this pop-up page while browsing
by
Alex5723
1 day, 1 hour ago -
KB5058379 / KB 5061768 Failures
by
crown
22 hours, 14 minutes ago -
Windows 10 23H2 Good to Update to ?
by
jkitc
25 minutes ago -
At last – installation of 24H2
by
Botswana12
2 days ago -
MS-DEFCON 4: As good as it gets
by
Susan Bradley
11 hours, 32 minutes ago -
RyTuneX optimize Windows 10/11 tool
by
Alex5723
2 days, 12 hours ago -
Can I just update from Win11 22H2 to 23H2?
by
Dave Easley
11 hours, 8 minutes ago -
Limited account permission error related to Windows Update
by
gtd12345
3 days, 2 hours ago -
Another test post
by
gtd12345
3 days, 2 hours ago -
Connect to someone else computer
by
wadeer
2 days, 20 hours ago -
Limit on User names?
by
CWBillow
2 days, 23 hours ago -
Choose the right apps for traveling
by
Peter Deegan
2 days, 13 hours ago -
BitLocker rears its head
by
Susan Bradley
1 day, 21 hours ago -
Who are you? (2025 edition)
by
Will Fastie
1 day, 20 hours ago -
AskWoody at the computer museum, round two
by
Will Fastie
2 days, 16 hours ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.