mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Bug 1406392 - Whitelist the "overridePreRelease" testing pref in ContentPrefs.cpp. r=chutten
This is needed since the pref will be sent with the first IPC message as soon as the content process starts. Without this, it crashes on debug builds. MozReview-Commit-ID: 3mGwEkaJF7n --HG-- extra : rebase_source : 42f8d29bf9b74a42b08156ad07f262323b42c72b
This commit is contained in:
parent
8797549cde
commit
7fe30d6a40
@ -245,6 +245,7 @@ const char* mozilla::dom::ContentPrefs::gInitPrefs[] = {
|
||||
"toolkit.telemetry.minSubsessionLength",
|
||||
"toolkit.telemetry.scheduler.idleTickInterval",
|
||||
"toolkit.telemetry.scheduler.tickInterval",
|
||||
"toolkit.telemetry.testing.overridePreRelease",
|
||||
"toolkit.telemetry.unified",
|
||||
"ui.key.menuAccessKeyFocuses",
|
||||
"ui.popup.disable_autohide",
|
||||
|
Loading…
Reference in New Issue
Block a user