Closed
Bug 1575938
Opened 6 years ago
Closed 6 years ago
Convert dom/JSEnvironment GC timing constants to StaticPrefs
Categories
(Core :: DOM: Events, enhancement)
Core
DOM: Events
Tracking
()
RESOLVED
FIXED
mozilla70
| Tracking | Status | |
|---|---|---|
| firefox70 | --- | fixed |
People
(Reporter: acreskey, Assigned: acreskey)
References
Details
Attachments
(1 file)
There are a few #define' d constants in dom/JSEnvironment that determine GC timing scheduling.
e.g. NS_GC_DELAY
Convert them to StaticPrefs so that we can easily test variations.
NS_GC_DELAY
NS_SHRINK_GC_BUFFERS_DELAY
NS_FIRST_GC_DELAY
NS_FULL_GC_DELAY
NS_INTERSLICE_GC_DELAY
(Because it relates to what I'm testing, I also converted NS_USER_INTERACTION_INTERVAL)
| Assignee | ||
Comment 1•6 years ago
|
||
Converted the following to StaticPrefs so that we can easily test variations:
NS_GC_DELAY
NS_SHRINK_GC_BUFFERS_DELAY
NS_FIRST_GC_DELAY
NS_FULL_GC_DELAY
NS_INTERSLICE_GC_DELAY
NS_USER_INTERACTION_INTERVAL
Updated•6 years ago
|
Attachment #9087494 -
Attachment description: Bug 1575938 Convert dom/JSEnvironment GC timing constants to StaticPref r=? → Bug 1575938 Convert dom/JSEnvironment GC timing constants to StaticPref r=edgar
| Assignee | ||
Updated•6 years ago
|
Keywords: checkin-needed
Pushed by archaeopteryx@coole-files.de:
https://hg.mozilla.org/integration/autoland/rev/c8b9ae708d8e
Convert dom/JSEnvironment GC timing constants to StaticPref r=edgar
Keywords: checkin-needed
Comment 3•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in
before you can comment on or make changes to this bug.
Description
•