Closed Bug 1199283 Opened 9 years ago Closed 9 years ago

nsContentUtils::sIsFrameTimingPrefEnabled should default to false.

Categories

(Core :: DOM: Core & HTML, defect)

36 Branch
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla43
Tracking Status
firefox43 --- fixed

People

(Reporter: smaug, Assigned: hiro)

References

Details

Attachments

(1 file)

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.
Olli, thank you for pointing it out. That was totally my mistake.
Attachment #8653753 - Flags: review?(bugs)
Comment on attachment 8653753 [details] [diff] [review]
nsContentUtils::sIsFrameTimingPrefEnabled should default to false.

overholt pointed this to me ;)
Attachment #8653753 - Flags: review?(bugs) → review+
https://hg.mozilla.org/mozilla-central/rev/7b56d6b86d1a
Assignee: nobody → hiikezoe
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: