зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1459538
- Pref off the 3 pane inspector onboarding tooltip for DAMP. r=ochameau
This commit is contained in:
Родитель
482b1b8f3b
Коммит
8d3af179dd
|
@ -81,6 +81,8 @@ function awaitBrowserLoaded(browser, includeSubFrames = false, wantLoad = null)
|
|||
|
||||
function Damp() {
|
||||
Services.prefs.setBoolPref("devtools.webconsole.new-frontend-enabled", true);
|
||||
// Disable the 3 pane inspector onboarding tooltip for DAMP tests. See Bug 1459538.
|
||||
Services.prefs.setBoolPref("devtools.inspector.show-three-pane-tooltip", false);
|
||||
}
|
||||
|
||||
Damp.prototype = {
|
||||
|
|
Загрузка…
Ссылка в новой задаче