Closed
Bug 1595831
Opened 6 years ago
Closed 6 years ago
Use staticprefs for dom.ipc. prefs that we access once per contentparent
Categories
(Core :: DOM: Core & HTML, task)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla72
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: Gijs, Assigned: Gijs)
References
Details
Attachments
(1 file)
Accessing prefs using Preferences::Get
once for each contentparent is going to be a perf drain with fission; using StaticPrefs to cache them helps avoid this.
Assignee | ||
Comment 1•6 years ago
|
||
This additionally turns on dom.ipc.processHangMonitor on non-m-c consumers of gecko, as well as turning off dom.ipc.reportProcessHangs on debug geckoview.
Pushed by gijskruitbosch@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/710f988369e5
use StaticPrefs for dom.ipc prefs for ContentParent and the hang monitor code, r=kmag
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
You need to log in
before you can comment on or make changes to this bug.
Description
•