Mozilla To End All Firefox Support For XP, Vista In June 2018 (bleepingcomputer.com) 131
An anonymous reader quotes a report from Bleeping Computer: Mozilla announced today plans to stop all support for the Firefox browser on Windows XP and Vista in June 2018. Earlier this year, Mozilla already moved Firefox users on XP and Vista machines to the Firefox 52 ESR (Extended Support Release). The move of XP and Vista users to Firefox ESR was previously announced in December 2016, when Mozilla also said it would provide a final answer on Firefox support for XP and Vista in September 2017. Well, that date has arrived (and passed), and after an internal review, Mozilla announced it would sunset all support for Firefox on the two Windows platforms. Mozilla joins Google, who dropped support for XP and Vista back at version 50, released in April 2016. Microsoft has stopped XP and Vista support in April 2014 and April 2017, respectively.
Why? Which features? (Score:3, Interesting)
Firefox is a web browser. What features of Windows does it need that weren't already available in Windows XP?
NX and ASLR are certainly beneficial, security-wise, but that's something the OS takes care of and not something Firefox actively uses. Other than that, displaying web pages has already been possible on XP...
Oh yeah, I guess the API for putting tabs in the title bar has changed. That being said, maybe stop messing with window decorations and keep your stuff in the client area?
Re:Why? Which features? (Score:5, Informative)
Re:Why? Which features? (Score:4, Informative)
Even ff "the world that matters" was limited to the US, you would need Unicode to support Spanish.
And of course there are roughly 6 billion non-Americans out there who (baring some exceptions) use glyphs that are not representable in ASCII.
Re: (Score:1)
Even ff "the world that matters" was limited to the US, you would need Unicode to support Spanish.
That's not true. Latin-1 serves nicely for most of the "western" languages.
Unicode only really promises to be the one easy silver bullet that programmers like so much, so they can just "unicode support" and all is well in the world. Except even full unicode support doesn't turn out to deliver that. But if we all shout UNICODE! UNICODE! UNICODE! loud enough, then we can ignore that inconvenient nagging little truth. Or at least pretend. Fake it 'till you make it, right?
And of course there are roughly 6 billion non-Americans out there who (baring some exceptions) use glyphs that are not representable in ASCII.
Those are rather less likely to have be
Re: (Score:2)
Your arguments against Unicode are pretty weaksauce. If you want strong basis to criticize it, I suggest reading about Han unification and the clusterfuck it really is.
Over 136,000 characters in Unicode and people still can't make their name display right without quirky variant selectors.
Re: (Score:1)
/. manages fine without Unicode support and limits itself to 7-bit ASCII.
What's your point?
CAP === 'exemplar'
Re: Why? Which features? (Score:1)
My iPod touch 2nd Gen was bought after my Vista PC, and has been out of service for at least four years now. Applications just quit working one by one, as the server side was updated and the world left it behind.
My PC on the other hand recently received an OS upgrade to Windows 7, and can probably run Windows 10 with an upgrade to an SSD. Its still in active service.
Re: Why? Which features? (Score:1)
Re: (Score:2)
Except even full unicode support doesn't turn out to deliver that.
Yes, Unicode is pretty much a total nightmare to use properly (from a development point of view).
But we have no other realistic option to it yet.
Re: (Score:2)
O Rly? [wikipedia.org]
Stop lying, and whoever modded you up should die in a fire.
Re: (Score:2)
Re: (Score:1)
The world that matters certainly includes China.
Re: (Score:1)
Re: (Score:3)
https://en.wikipedia.org/wiki/... [wikipedia.org]
Re: (Score:3, Informative)
Unicode support is completely broken on XP
Citation needed. XP no doubt lacks the features of later OSs but saying it's 'completely broken' is overstating things. In fact I remember Chinese/Japanese and Korean support being flawless even in the Windows 2000 days.
Re: (Score:1)
By "older versions" you mean "Windows 9x and Millennium". The NT line has supported Unicode from day one. Though it does also support MBCS, i.e. GB2312/Big5/SJIS/EUC-KR. 9x and Millennium only supported MBCS, not unicode.
Re: (Score:3)
In fact I remember Chinese/Japanese and Korean support being flawless even in the Windows 2000 days.
You're showing your age. Not because of the version of windows you were using, but rather from your poor memory.
Asian language support in XP was a disaster of glued together fixes which often left a system completely messed up if you had to support multiple languages at once. God forbid you actually change the primary language at some point rendering software non-functional and directories inaccessible. Unable to browse c:\????????? anyone? But I typed the right number of ?s in! Oh but they aren't ?s, they
Re: (Score:2)
Asian language support in XP was a disaster of glued together fixes which often left a system completely messed up if you had to support multiple languages at once. God forbid you actually change the primary language at some point rendering software non-functional and directories inaccessible. Unable to browse c:\????????? anyone? But I typed the right number of ?s in! Oh but they aren't ?s, they are just one of the symptoms of Unicode support being fundamentally broken.
Why are filesystem issues relevant? In what version of windows was the problem you describe this fixed? Hint: it was never fixed.
Re: (Score:1)
It's not the filesystem per se. Both NTFS and FAT store long file names as UCS-2/UTF-16. However they also store a short filename in the OEM code page, because that's the way DOS used to do it.
CMD.EXE by default only displays filenames that are representable in the OEM code page. On a US machines the OEM code page will be 437
https://en.wikipedia.org/wiki/... [wikipedia.org]
On a Japanese, Chinese or Korean machine it will be one of the DBCS code pages
https://en.wikipedia.org/wiki/... [wikipedia.org]
As the name suggests they use 1-2 bytes t
Re: (Score:2)
Why are filesystem issues relevant?
Because it is an example of the care and thinking that went into the Unicode support of earlier OSes. You know, the comment that half the shit breaks, it was a bolted on after thought, and doesn't really work for more than one language set at a time?
Kind of the point is: Unicode support in windows XP basically doesn't exist.
Re: (Score:2)
Because it is an example of the care and thinking that went into the Unicode support of earlier OSes. You know, the comment that half the shit breaks, it was a bolted on after thought, and doesn't really work for more than one language set at a time?
Kind of the point is: Unicode support in windows XP basically doesn't exist.
Your not making any sense. This problem has NEVER been addressed even in CURRENT versions of windows.
Should Firefox discontinue all support for ALL windows because irrelevant behavior of file system?
If your going to cite an example why not cite a relevant one?
Re: (Score:1)
More like Microsoft decided to preserve existing OEM code pages for CMD.exe even that meant that unicode characters outside those code pages won't display in a command prompt. It's a design decision.
Note that's it's not like this for GUI applications - they all use UCS-2. Or UTF-16 for Windows 2000 or later.
https://msdn.microsoft.com/en-... [microsoft.com]
Which is means, given a suitable font, your steaming pile of poop emoji U+1F4A9 [fileformat.info] should display fine in a Win32 GUI app on Windows 2000 or later.
Re: (Score:2)
Chinese/Japanese/Korean support in Unicode is fundamentally broken and will never be fixed.
Windows 2000 didn't ship with fonts that had even close to complete character sets for any of them. Most Japanese software still uses Shift-JIS even today, simply because Unicode support for Japanese is so broken. Customers tend not to be very understanding when you tell them that the ticket can't have their name printed on it because of flaws in the underlying encoding scheme.
XP era specific problems included a fairl
Re: (Score:2)
Not that big of a deal, just use a third party font rendering library.
Re:Why? Which features? (Score:4, Informative)
It's not all about what works/doesn't work, it's also about effort to support the platforms considering their dwindling usage numbers. They will probably be able to remove chunks of code dedicated to XP and Vista, and not have to worry about testing them, for such a small number of users.
It's also worth remembering that these platforms are no longer suppored by Microsoft, so why should Mozilla do the same? If a vulnerablity is now found in those platforms which can hijack Firefox, Mozilla will want to stear clear of all blame.
Re: (Score:2)
Exactly. If you officially support a platform it means you need to run your tests on it. Which takes extra time. Presumably they'll go from supporting Windows 10,8,7 instead of 10,8,7,Vista,XP and retire their Vista and XP test systems. XP has about 5.69% market share right now, about the same as Windows 8.1.
https://www.netmarketshare.com... [netmarketshare.com]
On the other it's getting a bit hairy to run XP test systems because there are no security patches and no Microsoft Security Essentials. So you basically need to wall th
Re: (Score:1)
Presumably they'll go from supporting Windows 10,8,7 instead of 10,8,7,Vista,XP and retire their Vista and XP test systems. XP has about 5.69% market share right now, about the same as Windows 8.1.
https://www.netmarketshare.com... [netmarketshare.com]
Using that logic and your source, Mozilla should also stop supporting Linux and OSX. :-P
Re: (Score:3)
Re: (Score:2)
Re: (Score:2)
Say what?
https://www.computerworld.com/... [computerworld.com]
https://www.computerworld.com/... [computerworld.com]
That's not to defend XP as a choice, but let's not be misleading, here.
Re: (Score:2)
Re: (Score:2)
Just dealing with it at all is becoming a PITA. I installed XP the other day on VM to test something for a client.
Guess what not TLS support OOB. I could not even use IE to go download Firefox/Chrome. As it was a VM it was not much of problem. I just went and grabbed the windows installer from the host machine, put it into a ISO image with mkisofs and than mounted it on the XP vm, than installed..but while not difficult. It was not simple either.
Re: (Score:2)
Now relatives with XP or Vista machines will have to use Internet Explorer, unless Santa drops by with a new computer with Windows 7.
Wrong. Would you rather be running a browser that hasn't been updated since 2014 or one that hasn't been updated since 2018? It's not like the Firefox 52 ESR will completely disappear. It just won't get security updates. Much like Internet Explorer.
Re: (Score:2)
It's not all about what works/doesn't work, it's also about effort to support the platforms considering their dwindling usage numbers. They will probably be able to remove chunks of code dedicated to XP and Vista, and not have to worry about testing them, for such a small number of users.
The problem with this argument is difference between Vista and W7 from a windows API perspective is irrelevant in terms of userland code. When you throw Vista into the mix reason can no longer be code maintenance.
It's also worth remembering that these platforms are no longer suppored by Microsoft, so why should Mozilla do the same?
The question at hand is why are they taking away support for an operating system. It isn't why shouldn't they.
Why shouldn't they is obvious. More people are still using these operating systems then use Linux on desktop. People are not going to say...oh fuck I can't update my Firefox anymore...
Re: (Score:2)
Dude it's about 17 years old which is a long long ancient time on a technology scale. It's time to move on. Do you get free car service too for 17 year old cars?
What is reasonable? Most users are just waiting for their caps in their power supplies or motherboard to blow and they will be replaced. Some are old people afraid of change who go out of their way to use ancient software on new hardware. That is on them.
Mozilla should display a friendly message claiming their PC will no longer be supported and it's
Re: (Score:2)
Dude it's about 17 years old which is a long long ancient time on a technology scale. It's time to move on.
Age arguments in and of themselves are political opinions rather than technical justifications. I don't make decisions based on politics I make them based on specific articulable merit.
More importantly I'm not the one you need to convince. I don't run XP... never even ran XP in my life.. tens of millions have made different value judgments assuming they have even bothered to give the issue any thought at all.
Do you get free car service too for 17 year old cars?
My car is older than 17 years and I expect the mechanic to still work on it and make repairs. I d
Re: (Score:2)
I disagree. Microsoft provides a courtesy with patches for free. XP is HELL of alot of horrible nasty work due to the bugs and layers and complexities no one understands as the world has moved on. Linux is less complex with just the kernel but more due to the million apps on it and the dependencies to get them to work.
An operating system is the second most if not the most complex pieces of software ever written. It ties the cloud as a platform. I think a poorly written XP is worse to maintain than a more mo
Re: (Score:2)
Dude it's about 17 years old which is a long long ancient time on a technology scale. It's time to move on. Do you get free car service too for 17 year old cars?
What is reasonable? Most users are just waiting for their caps in their power supplies or motherboard to blow and they will be replaced. Some are old people afraid of change who go out of their way to use ancient software on new hardware. That is on them.
Mozilla should display a friendly message claiming their PC will no longer be supported and it's time to upgrade
There is a difference between not being supported and actively denying the installation. Like it or not, old systems will not go away because you wish it. Ask me about my legacy Windows NT 4.0 and 2000 systems.
Re: (Score:2)
We have Virtual Machines for that. No one is breaking into your MDF and taking your servers away. But hardware and software won't get support anymore which I think is reasonable. Slashdot LOVES Google but hates Microsoft.
I don't see any bitching about their 2007 era phones getting the latest Android or have a tablet more than 3 years old not getting Android updates, but it is the devil when Microsoft only supports their OS for 10 years. Even Ubuntu only has 5 years LTS.
Technical debt is bad and it's time to
Re: (Score:2)
All they need to do is not make any mistakes; that's easy.
cant
So what's your excuse?
Re: (Score:2)
Windows XP supports NX and Windows Vista supports ASLR
It's probably because they haven't been testing against XP/Vista since 52ESR
Maybe they didn't like being stuck with the DirectX 9c API, since that's the latest that XP supports.
How are they supposed to compete with the performance of the other browsers if they're stuck on old API's for hardware accelerated rendering?
Re: (Score:2)
It is to forestall and get rid of buggy proprietary binary blob add-ons like Unity3D plugin that only run on Windows. With images, video, CSS, Javascript, the browser is already a rich media platform as it is, so WebGL really doesnt do anything that the browser is not already doing, it does what the browser is already doing a little bit better. The HTML renderer and DOM already renders graphics, if we are in the business of rendering graphics, might as well make it flexible by supporting a more versatile AP
Re: (Score:2)
Re: (Score:2)
That probably amounts to a lot of noise and different code paths that somebody has to maintain and impedes refactoring and modernisation. That's reason enough to consider dropping
So... (Score:2, Funny)
#firstworldproblems
Re: (Score:2)
Air-gapped DOS (Score:2)
And I run 8-bit home computers for video gaming. But like my 8-bit computers, the MS-DOS PC controlling your CNC mill is probably air-gapped, which means threats won't propagate through it unless they're of nation-state sophistication like Stuxnet. (Air-gapped means no need for anything like Firefox.) Besides, your CNC driver will probably run just as well under FreeDOS, which is still maintained.
Re: (Score:2)
Re: (Score:2)
"Anti-Fascist" is a deceptive way of saying "Communist".
Sorry, no. Both are extremist POV's and both led to some of the worst leaders of the 20th century. The opposite of extremism is not more extremism.
Re: (Score:2, Informative)
For Windows XP. The remaining 5% of people still using XP are ones that can't upgrade due to legacy applications or too old hardware and can't afford new ones.
...and, by now, the #1 thing such systems should not be doing is connecting to the internet and risking instant pwnage, so if you need Firefox you're holding it wrong. If you do need a web browser, it will probably be IE5/6 because the "legacy application" is some old IE-only web application - and even (especially) then you need to make damn sure that's the only thing it can connect to (and that nothing can connect to it).
If COBOL Applications can run for 50 years, so should XP support.
COBOL is a programming language, not an operating system - pretty sure you can compil
Re: (Score:2)
Windows XP really is the worst case scenario - it comes from a time when the internet was taking off and being naively integrated into everything without regard for security
That was really well said.
It's really too bad XP doesn't seem to be serving as an object lesson for the IoT... you know the fad taking off right now of naively integrating the internet into everything without regard for security.
Re: (Score:2)
I actually thought they dropped support for it a few years ago and that there were people complaining back then - maybe I'm thinking of Windows 95/98, though.
I'm surprised that people even think that Firefox should be building for Windows XP. Chrome and IE are able to build much more optimized browsers partly due to dropping the old.
Re: (Score:1)
Re: (Score:2)
I can't believe anyone would even support XP? There has to be only about a dozen users running Vista. I think any software should just stop support when the OS is not receiving any kind of extended support. When that ends, everything should end. Enabling people to use a OS that old is not benefiting anyone.
XP is very popular and has die hard users even on slashdot with titles like "YOU CAN TAKE XP AWAY FROM MY COLD DEAD HANDS!" Etc. Windows 10 == spyware comments make some want to stick with XP longer too.
It's also very popular in India and China thanks to encryption export laws forcing banks and e-commerce websites to use ActiveX controls tied to IE 6 to 8. Also simple economics too in these countries makes them stick to XP. Not everyone is a software engineer in America making $100K a year and many blue col
Not a problem (Score:1, Insightful)
At the rate Mozilla is screwing up Firefox, by that time people won't be supporting them anyway.
Re: (Score:1)
I think Mozilla is turning their back on a large niche market: users who are running older OS versions. Nobody wants to serve these users! So they'll probably stay on their older browser and older OS until their computer dies. Why can't we at least give them a secure and up-to-date browser? Plus it would give Moz some much needed marketshare.
Defenestrate it (Score:2)
So they'll probably stay on their older browser and older OS until their computer dies. Why can't we at least give them a secure and up-to-date browser?
Of course we can. It's called "Lubuntu", and it replaces both the older browser and the unsupported operating system.
Re: (Score:2)
With the way Linuxland keeps on turning its back on old computer users as well, think again. Like how they fucked over people using old video cards by deleting XAA driver support from X.org, Ubuntu dropping 32 bit images, etc. Its at the point you pretty much have to have narrow range of recent hardware to use Linux. They drop support for old hardware left and right.
Re: (Score:2)
Mozilla is already barely a large niche themselves these days. A niche of a niche is nice, but too small to bother with.
Fx 57 ^Q data loss bug marked WONTFIX (Score:2)
But seriously- give it a shot again with FF57.
I gave Firefox 57 a shot. An accidental press of Ctrl+Q while reaching for Ctrl+W or Ctrl+Tab closed the whole thing, causing me to lose data in unsubmitted forms. The extensions I had been using to disable the Ctrl+Q shortcut no longer work on Firefox 57, and the new Ctrl+Q-blocking WebExtensions don't work on my operating system because of bug 1325692 [mozilla.org], which won't be fixed in time for Firefox 57.
Re: Not a problem (Score:1)
jumping the gun (Score:1)
should be extended through at least april 2019, since some forms of xp are *still supported* until that time. (never mind the fact you can flip a bit in the registry and receive the important updates on ordinary 32 bit xp as well).
And I'm looking for a good web browser. (Score:3)
A good web browser that works on a Mac Quadra with a 68040 and MacOS 8.
Mozilla says.... (Score:3, Informative)
Re: (Score:1)
Let's flush another potential ~6% of our dwindling user base down the toilet!
They can't win, can they? If they announced that they were definitely going to extend support to Windows XP for another X years, then we'd have a group of people lamenting that Mozilla would be squandering resources by supporting an OS that is VERY much out-of-support now. (And yes - that takes actual resources and expertise.)
Of course, the difference in that situation is that those complaints would be justified.
End Support Today not next year. (Score:1)
XP is a security nightmare. It was a great OS in it's time but that was well almost 18 years ago.
I just wish more websites would simply block old outof support OS's. It's not overly hard to block.
Firefox is only enabling horrible security practice by doing this so late.
Re: (Score:1)
A lot of the youngsters here probably won't understand that reference.
Sure, just provide FirefoxOS (Score:2)
Windows is not for running applications anymore. It's for selling Office, Skype and OneDrive. If I open a laptop at random time, I am likely to find it has rebooted because of an update and needs to install updates for another 20 minutes after I relogin, just when I need to urgently e-sign a PDF document or whatever else can not be conveniently done on a phone. Windows XP used to be a regular operating system for doing work, maybe that's why people keep using it? So for Chrome, there is ChromeOS that just w
But what about the poor Server 2008 users? (Score:2)
Ah well, at least it's not used for anything except file storage.
(Windows Server 2008 is based on Vista, 2008R2 is based on 7)
XP = Linux (Score:1)
Try it and see. If all goes well then you gain a modern, supported, OS without paying the M$ tax, without vendor lock-in, and probably without even disturbing your workflow.
Oh, and you'll gain lots of new and fully supported software... like newer versions of FF or Chrome or Vivaldi or whatever.
Re: (Score:1)
Download Links? (Score:2)
Any download links in case I need a browser in an XP Virtual Machine for some reason?