mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 1504681 - Stop setting unused preferences in DAMP tests;r=ochameau
Differential Revision: https://phabricator.services.mozilla.com/D10906 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
1d077063ca
commit
b1964504a7
@ -71,11 +71,7 @@ function awaitBrowserLoaded(browser, includeSubFrames = false, wantLoad = null)
|
||||
|
||||
/* globals res:true */
|
||||
|
||||
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);
|
||||
}
|
||||
function Damp() {}
|
||||
|
||||
Damp.prototype = {
|
||||
async garbageCollect() {
|
||||
|
Loading…
Reference in New Issue
Block a user