Open
Bug 1132620
Opened 10 years ago
Updated 2 years ago
DOM Promise should use low res timer for timestamps
Categories
(Core :: DOM: Core & HTML, defect, P5)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: bent.mozilla, Unassigned)
Details
We're using the high res TimeStamp::Now() when I think it should be fine to use TimeStamp::NowLoRes(). The former is kinda expensive (at least on Windows) I think.
Comment 1•7 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•