Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | <?xml version="1.0"?><!-- -*- Mode: xml; tab-width: 2; indent-tabs-mode: nil -*- --> |
michael@0 | 2 | <!-- This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 3 | - License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 4 | - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> |
michael@0 | 5 | |
michael@0 | 6 | <!DOCTYPE window [ |
michael@0 | 7 | <!ENTITY % dtd1 SYSTEM "chrome://inspector/locale/inspector.dtd"> %dtd1; |
michael@0 | 8 | <!ENTITY % dtd2 SYSTEM "chrome://inspector/content/util.dtd"> %dtd2; |
michael@0 | 9 | ]> |
michael@0 | 10 | |
michael@0 | 11 | <?xul-overlay href="chrome://inspector/content/commandOverlay.xul"?> |
michael@0 | 12 | <?xul-overlay href="chrome://inspector/content/keysetOverlay.xul"?> |
michael@0 | 13 | <?xul-overlay href="chrome://inspector/content/popupOverlay.xul"?> |
michael@0 | 14 | |
michael@0 | 15 | <?xml-stylesheet href="chrome://inspector/skin/inspectorWindow.css"?> |
michael@0 | 16 | |
michael@0 | 17 | <window class="color-dialog" |
michael@0 | 18 | title="&Inspector.title;" |
michael@0 | 19 | xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> |
michael@0 | 20 | |
michael@0 | 21 | <script type="application/x-javascript" src="chrome://inspector/content/ViewerRegistry.js"/> |
michael@0 | 22 | <script type="application/x-javascript" src="chrome://inspector/content/utils.js"/> |
michael@0 | 23 | <script type="application/x-javascript" src="chrome://inspector/content/jsutil/xpcom/XPCU.js"/> |
michael@0 | 24 | <script type="application/x-javascript" src="chrome://inspector/content/jsutil/rdf/RDFU.js"/> |
michael@0 | 25 | <script type="application/x-javascript" src="chrome://inspector/content/jsutil/rdf/RDFArray.js"/> |
michael@0 | 26 | <script type="application/x-javascript" src="chrome://inspector/content/jsutil/events/ObserverManager.js"/> |
michael@0 | 27 | <script type="application/x-javascript" src="chrome://inspector/content/jsutil/xul/FrameExchange.js"/> |
michael@0 | 28 | |
michael@0 | 29 | <commandset id="cmdsGlobalCommands"/> |
michael@0 | 30 | <keyset id="ksGlobalKeyset"/> |
michael@0 | 31 | <popupset id="ppsViewerPopupset"/> |
michael@0 | 32 | |
michael@0 | 33 | <domi-panelset id="bxPanelSet" flex="1" viewercommandset="cmdsGlobalCommands"> |
michael@0 | 34 | <domi-panel title="&bxDocPanel.title;" flex="1"/> |
michael@0 | 35 | </domi-panelset> |
michael@0 | 36 | |
michael@0 | 37 | </window> |