2001-02-15 12:07:37 +03:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
<!DOCTYPE overlay [
|
|
|
|
<!ENTITY % dtd1 SYSTEM "chrome://inspector/locale/inspector.dtd"> %dtd1;
|
|
|
|
<!ENTITY % dtd2 SYSTEM "chrome://inspector/content/util.dtd"> %dtd2;
|
2002-04-16 08:14:49 +04:00
|
|
|
<!ENTITY % dtd3 SYSTEM "chrome://communicator-platform/locale/platformCommunicatorOverlay.dtd"> %dtd3;
|
2001-02-15 12:07:37 +03:00
|
|
|
]>
|
|
|
|
|
|
|
|
<?xul-overlay href="chrome://inspector/content/inspectorOverlay.xul"?>
|
|
|
|
<?xul-overlay href="chrome://inspector/content/toolboxOverlay.xul"?>
|
2001-07-17 10:40:39 +04:00
|
|
|
<?xul-overlay href="chrome://inspector/content/popupOverlay.xul"?>
|
2001-02-15 12:07:37 +03:00
|
|
|
<?xul-overlay href="chrome://inspector/content/commandOverlay.xul"?>
|
|
|
|
<?xul-overlay href="chrome://inspector/content/keysetOverlay.xul"?>
|
|
|
|
<?xul-overlay href="chrome://inspector/content/statusbarOverlay.xul"?>
|
|
|
|
|
2001-07-17 10:40:39 +04:00
|
|
|
<?xul-overlay href="chrome://global/content/globalOverlay.xul"?>
|
|
|
|
<?xul-overlay href="chrome://communicator/content/utilityOverlay.xul"?>
|
|
|
|
<?xul-overlay href="chrome://communicator/content/tasksOverlay.xul"?>
|
|
|
|
|
2001-02-15 12:07:37 +03:00
|
|
|
<?xml-stylesheet href="chrome://inspector/skin/inspectorWindow.css"?>
|
|
|
|
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
<window id="winInspectorMain" title="&Inspector.title;"
|
|
|
|
width="640" height="480"
|
2001-07-17 10:40:39 +04:00
|
|
|
persist="screenX screenY width height maximized"
|
2001-02-15 12:07:37 +03:00
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
|
2001-07-17 10:40:39 +04:00
|
|
|
<popupset id="aTooltipSet"/>
|
2001-02-15 12:07:37 +03:00
|
|
|
|
|
|
|
<popupset id="ppsGlobalPopupset"/>
|
2001-07-17 10:40:39 +04:00
|
|
|
<popupset id="ppsViewerPopupset"/>
|
|
|
|
|
2001-02-15 12:07:37 +03:00
|
|
|
<keyset id="ksGlobalKeyset"/>
|
2001-07-17 10:40:39 +04:00
|
|
|
<commandset id="cmdsGlobalCommands"/>
|
|
|
|
|
|
|
|
<commandset id="tasksCommands">
|
|
|
|
<command id="cmd_quit"/>
|
|
|
|
</commandset>
|
|
|
|
|
|
|
|
<keyset id="tasksKeys">
|
2002-04-16 08:14:49 +04:00
|
|
|
<key id="key_closeInspector" key="&closeCmd.key;" command="cmdClose"
|
|
|
|
modifiers="accel"/>
|
2001-07-17 10:40:39 +04:00
|
|
|
<key id="key_quit"/>
|
|
|
|
</keyset>
|
2001-02-15 12:07:37 +03:00
|
|
|
|
|
|
|
<toolbox id="tbxInsToolbox">
|
|
|
|
<menubar id="mbrInspectorMain"/>
|
|
|
|
<toolbar id="tbInspectorPrimary"/>
|
|
|
|
</toolbox>
|
|
|
|
|
2001-07-17 10:40:39 +04:00
|
|
|
<vbox id="bxInspectorMain" flex="1"/>
|
2001-02-15 12:07:37 +03:00
|
|
|
|
2001-11-15 07:09:41 +03:00
|
|
|
<!--
|
2001-07-17 10:40:39 +04:00
|
|
|
<statusbar id="status-bar"/>
|
2001-11-15 07:09:41 +03:00
|
|
|
-->
|
2001-02-15 12:07:37 +03:00
|
|
|
</window>
|
|
|
|
|
2001-03-13 18:35:07 +03:00
|
|
|
|