tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

browser_allocations_reload_webconsole.js (414B)


      1 /* Any copyright is dedicated to the Public Domain.
      2   http://creativecommons.org/publicdomain/zero/1.0/ */
      3 
      4 "use strict";
      5 
      6 // Record allocations while reloading the page with the webconsole opened
      7 
      8 Services.scriptloader.loadSubScript(
      9  "chrome://mochitests/content/browser/devtools/client/framework/test/allocations/reload-test.js",
     10  this
     11 );
     12 
     13 add_task(createPanelReloadTest("reload-webconsole", "webconsole"));