|
1 <?xml version="1.0"?><!-- -*- Mode: xml; tab-width: 2; indent-tabs-mode: nil -*- --> |
|
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 <!DOCTYPE window [ |
|
7 <!ENTITY % dtd1 SYSTEM "chrome://inspector/locale/inspector.dtd"> %dtd1; |
|
8 <!ENTITY % dtd2 SYSTEM "chrome://inspector/content/util.dtd"> %dtd2; |
|
9 ]> |
|
10 |
|
11 <?xul-overlay href="chrome://inspector/content/commandOverlay.xul"?> |
|
12 <?xul-overlay href="chrome://inspector/content/keysetOverlay.xul"?> |
|
13 <?xul-overlay href="chrome://inspector/content/popupOverlay.xul"?> |
|
14 |
|
15 <?xml-stylesheet href="chrome://inspector/skin/inspectorWindow.css"?> |
|
16 |
|
17 <window class="color-dialog" |
|
18 title="&Inspector.title;" |
|
19 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> |
|
20 |
|
21 <script type="application/x-javascript" src="chrome://inspector/content/ViewerRegistry.js"/> |
|
22 <script type="application/x-javascript" src="chrome://inspector/content/utils.js"/> |
|
23 <script type="application/x-javascript" src="chrome://inspector/content/jsutil/xpcom/XPCU.js"/> |
|
24 <script type="application/x-javascript" src="chrome://inspector/content/jsutil/rdf/RDFU.js"/> |
|
25 <script type="application/x-javascript" src="chrome://inspector/content/jsutil/rdf/RDFArray.js"/> |
|
26 <script type="application/x-javascript" src="chrome://inspector/content/jsutil/events/ObserverManager.js"/> |
|
27 <script type="application/x-javascript" src="chrome://inspector/content/jsutil/xul/FrameExchange.js"/> |
|
28 |
|
29 <commandset id="cmdsGlobalCommands"/> |
|
30 <keyset id="ksGlobalKeyset"/> |
|
31 <popupset id="ppsViewerPopupset"/> |
|
32 |
|
33 <domi-panelset id="bxPanelSet" flex="1" viewercommandset="cmdsGlobalCommands"> |
|
34 <domi-panel title="&bxDocPanel.title;" flex="1"/> |
|
35 </domi-panelset> |
|
36 |
|
37 </window> |