Bug 1459538 - Pref off the 3 pane inspector onboarding tooltip for DAMP. r=ochameau draft
authorGabriel Luong <gabriel.luong@gmail.com>
Mon, 07 May 2018 09:05:55 -0400
changeset 792032 ddc17b747b82adf2a5b05ce04ee64c24f5c0374a
parent 791986 b663c7fd766c422bc8935f2b59d78cb46b2f2b85
push id108958
push userbmo:gl@mozilla.com
push dateMon, 07 May 2018 13:06:19 +0000
reviewersochameau
bugs1459538
milestone61.0a1
Bug 1459538 - Pref off the 3 pane inspector onboarding tooltip for DAMP. r=ochameau MozReview-Commit-ID: LcGxQM7lBoz
testing/talos/talos/tests/devtools/addon/content/damp.js
--- a/testing/talos/talos/tests/devtools/addon/content/damp.js
+++ b/testing/talos/talos/tests/devtools/addon/content/damp.js
@@ -76,16 +76,17 @@ function awaitBrowserLoaded(browser, inc
     });
   });
 }
 
 /* globals res:true */
 
 function Damp() {
   Services.prefs.setBoolPref("devtools.webconsole.new-frontend-enabled", true);
+  Services.prefs.setBoolPref("devtools.inspector.show-three-pane-tooltip", false);
 }
 
 Damp.prototype = {
   async garbageCollect() {
     dump("Garbage collect\n");
 
     // Minimize memory usage
     // mimic miminizeMemoryUsage, by only flushing JS objects via GC.