зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1199283 - nsContentUtils::sIsFrameTimingPrefEnabled should default to false. r=smaug
This commit is contained in:
Родитель
bb8434ae70
Коммит
593ca26426
|
@ -538,7 +538,7 @@ nsContentUtils::Init()
|
|||
"dom.performance.enable_user_timing_logging", false);
|
||||
|
||||
Preferences::AddBoolVarCache(&sIsFrameTimingPrefEnabled,
|
||||
"dom.enable_frame_timing", true);
|
||||
"dom.enable_frame_timing", false);
|
||||
|
||||
Preferences::AddBoolVarCache(&sIsExperimentalAutocompleteEnabled,
|
||||
"dom.forms.autocomplete.experimental", false);
|
||||
|
|
Загрузка…
Ссылка в новой задаче