Closed Bug 1843842 Opened 10 months ago Closed 10 months ago

Remove some SpiderMonkey code for Windows versions < 10

Categories

(Core :: JavaScript Engine, task, P2)

task

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.

This was not supported on older Windows versions, but we now only support Windows 10+.

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
Severity: -- → N/A
Priority: -- → P2
Status: ASSIGNED → RESOLVED
Closed: 10 months ago
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch
Blocks: 1844275
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: