Closed
Bug 1843842
Opened 1 year ago
Closed 1 year ago
Remove some SpiderMonkey code for Windows versions < 10
Categories
(Core :: JavaScript Engine, task, P2)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
117 Branch
Tracking | Status | |
---|---|---|
firefox117 | --- | fixed |
People
(Reporter: jandem, Assigned: jandem)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Firefox 115 is the last version that will run on Windows 7/8/8.1.
The old timestamp code in vm/Time.cpp can be simplified a lot because we can now always use the GetSystemTimePreciseAsFileTime
path that I added in 2014 in bug 1004923.
Assignee | ||
Comment 1•1 year ago
|
||
This was not supported on older Windows versions, but we now only support Windows 10+.
Assignee | ||
Comment 2•1 year ago
|
||
This was not supported on older Windows versions, but we now only support Windows 10+.
Depends on D183725
Pushed by jdemooij@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7a45e947a0dc
part 1 - Always use GetSystemTimePreciseAsFileTime on Windows. r=arai,emk
https://hg.mozilla.org/integration/autoland/rev/5d65f8c89c1a
part 2 - Always use RtlAddGrowableFunctionTable on Windows. r=arai,emk
Updated•1 year ago
|
Severity: -- → N/A
Priority: -- → P2
Comment 4•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/7a45e947a0dc
https://hg.mozilla.org/mozilla-central/rev/5d65f8c89c1a
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox117:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•