browser/devtools/framework/toolbox-window.xul

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/devtools/framework/toolbox-window.xul	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,32 @@
     1.4 +<?xml version="1.0" encoding="utf-8"?>
     1.5 +<!-- This Source Code Form is subject to the terms of the Mozilla Public
     1.6 +   - License, v. 2.0. If a copy of the MPL was not distributed with this
     1.7 +   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
     1.8 +<!DOCTYPE window [
     1.9 +<!ENTITY % toolboxDTD SYSTEM "chrome://browser/locale/devtools/toolbox.dtd" >
    1.10 + %toolboxDTD;
    1.11 +]>
    1.12 +
    1.13 +<?xml-stylesheet href="chrome://browser/skin/" type="text/css"?>
    1.14 +
    1.15 +<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
    1.16 +        id="devtools-toolbox-window"
    1.17 +        macanimationtype="document"
    1.18 +        fullscreenbutton="true"
    1.19 +        windowtype="devtools:toolbox"
    1.20 +        width="900" height="320"
    1.21 +        persist="screenX screenY width height sizemode">
    1.22 +
    1.23 +  <commandset id="toolbox-commandset">
    1.24 +    <command id="toolbox-cmd-close" oncommand="window.close();"/>
    1.25 +  </commandset>
    1.26 +
    1.27 +  <keyset id="toolbox-keyset">
    1.28 +    <key id="toolbox-key-close"
    1.29 +         key="&closeCmd.key;"
    1.30 +         command="toolbox-cmd-close"
    1.31 +         modifiers="accel"/>
    1.32 +  </keyset>
    1.33 +
    1.34 +  <iframe id="toolbox-iframe" flex="1" forceOwnRefreshDriver=""></iframe>
    1.35 +</window>

mercurial