2001-02-15 12:07:37 +03:00
|
|
|
<?xml version="1.0"?>
|
2003-05-18 16:15:22 +04:00
|
|
|
<!-- ***** BEGIN LICENSE BLOCK *****
|
|
|
|
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
|
|
|
-
|
|
|
|
- The contents of this file are subject to the Mozilla Public License Version
|
|
|
|
- 1.1 (the "License"); you may not use this file except in compliance with
|
|
|
|
- the License. You may obtain a copy of the License at
|
|
|
|
- http://www.mozilla.org/MPL/
|
|
|
|
-
|
|
|
|
- Software distributed under the License is distributed on an "AS IS" basis,
|
|
|
|
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
|
|
- for the specific language governing rights and limitations under the
|
|
|
|
- License.
|
|
|
|
-
|
|
|
|
- The Original Code is DOM Inspector.
|
|
|
|
-
|
|
|
|
- The Initial Developer of the Original Code is
|
|
|
|
- Netscape Communications Corporation.
|
|
|
|
- Portions created by the Initial Developer are Copyright (C) 2003
|
|
|
|
- the Initial Developer. All Rights Reserved.
|
|
|
|
-
|
|
|
|
- Contributor(s):
|
2006-11-27 23:06:45 +03:00
|
|
|
- Shawn Wilsher <me@shawnwilsher.com>
|
2003-05-18 16:15:22 +04:00
|
|
|
-
|
|
|
|
- Alternatively, the contents of this file may be used under the terms of
|
|
|
|
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
|
|
|
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
|
|
|
- in which case the provisions of the GPL or the LGPL are applicable instead
|
|
|
|
- of those above. If you wish to allow use of your version of this file only
|
|
|
|
- under the terms of either the GPL or the LGPL, and not to allow others to
|
|
|
|
- use your version of this file under the terms of the MPL, indicate your
|
|
|
|
- decision by deleting the provisions above and replace them with the notice
|
|
|
|
- and other provisions required by the LGPL or the GPL. If you do not delete
|
|
|
|
- the provisions above, a recipient may use your version of this file under
|
|
|
|
- the terms of any one of the MPL, the GPL or the LGPL.
|
|
|
|
-
|
|
|
|
- ***** END LICENSE BLOCK ***** -->
|
2001-02-15 12:07:37 +03:00
|
|
|
|
2003-03-18 01:55:53 +03:00
|
|
|
<!DOCTYPE window [
|
2001-02-15 12:07:37 +03:00
|
|
|
<!ENTITY % dtd1 SYSTEM "chrome://inspector/locale/inspector.dtd"> %dtd1;
|
|
|
|
<!ENTITY % dtd2 SYSTEM "chrome://inspector/content/util.dtd"> %dtd2;
|
|
|
|
]>
|
|
|
|
|
|
|
|
<?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"?>
|
|
|
|
|
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"
|
2006-05-29 21:34:48 +04:00
|
|
|
persist="screenX screenY width height sizemode"
|
2001-02-15 12:07:37 +03:00
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
|
2007-03-18 20:13:53 +03:00
|
|
|
<stringbundleset id="stringbundleset">
|
|
|
|
<stringbundle id="inspector-bundle"
|
|
|
|
src="chrome://inspector/locale/inspector.properties"/>
|
|
|
|
</stringbundleset>
|
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>
|
2005-06-03 22:05:06 +04:00
|
|
|
|
|
|
|
<commandset id="baseMenuCommandSet"/>
|
|
|
|
|
2001-07-17 10:40:39 +04:00
|
|
|
<keyset id="tasksKeys">
|
2007-06-14 04:11:12 +04:00
|
|
|
<key id="key_saveInspector" key="&saveCmd.key;" command="cmdSave"
|
|
|
|
modifiers="accel"/>
|
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
|
|
|
|
2005-06-03 22:05:06 +04:00
|
|
|
<keyset id="baseMenuKeyset"/>
|
|
|
|
|
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
|
|
|
</window>
|