tor-browser

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

toolbox-window.xhtml (954B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
      3   - License, v. 2.0. If a copy of the MPL was not distributed with this
      4   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
      5 
      6 <?csp default-src chrome: resource:; img-src http: https: data: chrome:
      7 resource:; style-src chrome: resource: 'unsafe-inline'; ?>
      8 
      9 <!-- minwidth=50 is sum width of chevron and meatball menu button. -->
     10 <window
     11  xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
     12  xmlns:html="http://www.w3.org/1999/xhtml"
     13  id="devtools-toolbox-window"
     14  macanimationtype="document"
     15  windowtype="devtools:toolbox"
     16  width="900"
     17  height="320"
     18  persist="screenX screenY width height sizemode"
     19 >
     20  <html:link rel="stylesheet" href="chrome://global/skin/global.css" />
     21 
     22  <tooltip id="aHTMLTooltip" page="true" />
     23  <script src="resource://devtools/client/framework/toolbox-window.js" />
     24 </window>