Closed
Bug 1329563
Opened 9 years ago
Closed 9 years ago
Remove DLL blocklist checks for Windows XP
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
FIXED
mozilla53
People
(Reporter: cpeterson, Assigned: cpeterson)
References
Details
(Whiteboard: [necko-active])
Attachments
(1 file)
Firefox 52 is the last version to support Windows XP or Vista, so we can remove Windows version checks for XP, Vista, or 7.
| Comment hidden (mozreview-request) |
Updated•9 years ago
|
Whiteboard: [necko-active]
Comment 2•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8824870 [details]
Bug 1329563 - Remove DLL blocklist checks for Windows XP.
https://reviewboard.mozilla.org/r/103182/#review104278
::: mozglue/build/WindowsDllBlocklist.cpp:75
(Diff revision 1)
> - BLOCK_XP_ONLY = 2,
> USE_TIMESTAMP = 4,
> } flags;
> };
>
> -static DllBlockInfo sWindowsDllBlocklist[] = {
> +static const DllBlockInfo sWindowsDllBlocklist[] = {
Thanks for catching that!
Attachment #8824870 -
Flags: review?(aklotz) → review+
Pushed by cpeterson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f7afe86d9da5
Remove DLL blocklist checks for Windows XP. r=aklotz
Comment 4•9 years ago
|
||
Pushed by cpeterson@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/a20abc9f4725
Remove DLL blocklist checks for Windows XP. r=aklotz
Comment 6•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
You need to log in
before you can comment on or make changes to this bug.
Description
•