dom/xslt/tests/buster/result-inspector.xul

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dom/xslt/tests/buster/result-inspector.xul	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,37 @@
     1.4 +<?xml version="1.0"?><!-- -*- Mode: xml; tab-width: 2; indent-tabs-mode: nil -*- -->
     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 +
     1.9 +<!DOCTYPE window [
    1.10 +  <!ENTITY % dtd1 SYSTEM "chrome://inspector/locale/inspector.dtd"> %dtd1;
    1.11 +  <!ENTITY % dtd2 SYSTEM "chrome://inspector/content/util.dtd"> %dtd2;
    1.12 +]>
    1.13 +
    1.14 +<?xul-overlay href="chrome://inspector/content/commandOverlay.xul"?>
    1.15 +<?xul-overlay href="chrome://inspector/content/keysetOverlay.xul"?>
    1.16 +<?xul-overlay href="chrome://inspector/content/popupOverlay.xul"?>
    1.17 +
    1.18 +<?xml-stylesheet href="chrome://inspector/skin/inspectorWindow.css"?>
    1.19 +
    1.20 +<window class="color-dialog" 
    1.21 +        title="&Inspector.title;"
    1.22 +        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
    1.23 +  
    1.24 +  <script type="application/x-javascript" src="chrome://inspector/content/ViewerRegistry.js"/>
    1.25 +  <script type="application/x-javascript" src="chrome://inspector/content/utils.js"/>
    1.26 +  <script type="application/x-javascript" src="chrome://inspector/content/jsutil/xpcom/XPCU.js"/>
    1.27 +  <script type="application/x-javascript" src="chrome://inspector/content/jsutil/rdf/RDFU.js"/>
    1.28 +  <script type="application/x-javascript" src="chrome://inspector/content/jsutil/rdf/RDFArray.js"/>
    1.29 +  <script type="application/x-javascript" src="chrome://inspector/content/jsutil/events/ObserverManager.js"/>
    1.30 +  <script type="application/x-javascript" src="chrome://inspector/content/jsutil/xul/FrameExchange.js"/>
    1.31 +      
    1.32 +  <commandset id="cmdsGlobalCommands"/>
    1.33 +  <keyset id="ksGlobalKeyset"/>
    1.34 +  <popupset id="ppsViewerPopupset"/>
    1.35 +  
    1.36 +  <domi-panelset id="bxPanelSet" flex="1" viewercommandset="cmdsGlobalCommands">
    1.37 +    <domi-panel title="&bxDocPanel.title;" flex="1"/>
    1.38 +  </domi-panelset>
    1.39 +
    1.40 +</window>

mercurial