зеркало из https://github.com/mozilla/gecko-dev.git
38 строки
1.8 KiB
XML
38 строки
1.8 KiB
XML
<?xml version="1.0"?><!-- -*- Mode: xml; tab-width: 2; indent-tabs-mode: nil -*- -->
|
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
|
|
|
<!DOCTYPE window [
|
|
<!ENTITY % dtd1 SYSTEM "chrome://inspector/locale/inspector.dtd"> %dtd1;
|
|
<!ENTITY % dtd2 SYSTEM "chrome://inspector/content/util.dtd"> %dtd2;
|
|
]>
|
|
|
|
<?xul-overlay href="chrome://inspector/content/commandOverlay.xul"?>
|
|
<?xul-overlay href="chrome://inspector/content/keysetOverlay.xul"?>
|
|
<?xul-overlay href="chrome://inspector/content/popupOverlay.xul"?>
|
|
|
|
<?xml-stylesheet href="chrome://inspector/skin/inspectorWindow.css"?>
|
|
|
|
<window class="color-dialog"
|
|
title="&Inspector.title;"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
<script type="application/x-javascript" src="chrome://inspector/content/ViewerRegistry.js"/>
|
|
<script type="application/x-javascript" src="chrome://inspector/content/utils.js"/>
|
|
<script type="application/x-javascript" src="chrome://inspector/content/jsutil/xpcom/XPCU.js"/>
|
|
<script type="application/x-javascript" src="chrome://inspector/content/jsutil/rdf/RDFU.js"/>
|
|
<script type="application/x-javascript" src="chrome://inspector/content/jsutil/rdf/RDFArray.js"/>
|
|
<script type="application/x-javascript" src="chrome://inspector/content/jsutil/events/ObserverManager.js"/>
|
|
<script type="application/x-javascript" src="chrome://inspector/content/jsutil/xul/FrameExchange.js"/>
|
|
|
|
<commandset id="cmdsGlobalCommands"/>
|
|
<keyset id="ksGlobalKeyset"/>
|
|
<popupset id="ppsViewerPopupset"/>
|
|
|
|
<domi-panelset id="bxPanelSet" flex="1" viewercommandset="cmdsGlobalCommands">
|
|
<domi-panel title="&bxDocPanel.title;" flex="1"/>
|
|
</domi-panelset>
|
|
|
|
</window>
|