Closed
Bug 1199283
Opened 9 years ago
Closed 9 years ago
nsContentUtils::sIsFrameTimingPrefEnabled should default to false.
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla43
Tracking | Status | |
---|---|---|
firefox43 | --- | fixed |
People
(Reporter: smaug, Assigned: hiro)
References
Details
Attachments
(1 file)
1.17 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
nsContentUtils has
Preferences::AddBoolVarCache(&sIsFrameTimingPrefEnabled,
"dom.enable_frame_timing", true);
but it should default to false, since the pref isn't actually set by default.
And we use the same pref to .webidl interfaces.
Assignee | ||
Comment 1•9 years ago
|
||
Olli, thank you for pointing it out. That was totally my mistake.
Attachment #8653753 -
Flags: review?(bugs)
Reporter | ||
Comment 2•9 years ago
|
||
Comment on attachment 8653753 [details] [diff] [review]
nsContentUtils::sIsFrameTimingPrefEnabled should default to false.
overholt pointed this to me ;)
Attachment #8653753 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 3•9 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=f830efc26010
Thank you, Olli and Overholt!
Keywords: checkin-needed
Keywords: checkin-needed
Comment 5•9 years ago
|
||
Assignee: nobody → hiikezoe
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•