mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-12 19:00:11 +01:00
270 lines
9.6 KiB
XML
270 lines
9.6 KiB
XML
<?xml version="1.0"?>
|
|
|
|
<!--
|
|
-
|
|
- ***** 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 The JavaScript Debugger.
|
|
-
|
|
- The Initial Developer of the Original Code is
|
|
- Netscape Communications Corporation.
|
|
- Portions created by the Initial Developer are Copyright (C) 1998
|
|
- the Initial Developer. All Rights Reserved.
|
|
-
|
|
- Contributor(s):
|
|
- Robert Ginda, <rginda@netscape.com>, original author
|
|
-
|
|
- 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 GPL or the LGPL. 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 ***** -->
|
|
|
|
<!DOCTYPE overlay SYSTEM "chrome://venkman/locale/venkman.dtd" >
|
|
|
|
<overlay id="venkman-views-overlay"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
<overlaytarget id="views-overlay-target" hidden="true">
|
|
|
|
|
|
<!-- breakpoint view -->
|
|
|
|
<floatingview id="breaks" title="&Break.label;" flex="1">
|
|
<vbox id="break-view-content" flex="1">
|
|
<tree flex="1" id="break-tree" persist="height" hidecolumnpicker="true"
|
|
class="focusring"
|
|
context="context:breaks">
|
|
|
|
<treecols>
|
|
<treecol id="breaks:col-0" label="&BreakCol0.label;"
|
|
primary="true" flex="5" persist="hidden width"/>
|
|
<splitter class="tree-splitter"/>
|
|
<treecol id="breaks:col-1" flex="1" label="&BreakCol1.label;"
|
|
persist="hidden width"/>
|
|
<splitter class="tree-splitter"/>
|
|
</treecols>
|
|
|
|
<treechildren id="break-body"/>
|
|
|
|
</tree>
|
|
</vbox>
|
|
</floatingview>
|
|
|
|
<!-- locals view -->
|
|
|
|
<floatingview id="locals" title="&Locals.label;" flex="1">
|
|
<vbox id="locals-view-content" flex="1">
|
|
<tree flex="1" id="locals-tree" persist="height"
|
|
class="focusring"
|
|
context="context:locals">
|
|
|
|
<treecols>
|
|
<treecol id="locals:col-0" label="&LocalsCol0.header;"
|
|
primary="true" flex="1" persist="hidden width"/>
|
|
<splitter class="tree-splitter"/>
|
|
<treecol id="locals:col-1" flex="1" label="&LocalsCol1.header;"
|
|
persist="hidden width" hidden="true"/>
|
|
<splitter class="tree-splitter"/>
|
|
<treecol id="locals:col-2" flex="1" label="&LocalsCol2.header;"
|
|
persist="hidden width"/>
|
|
<splitter class="tree-splitter"/>
|
|
<treecol id="locals:col-3" flex="1" label="&LocalsCol3.header;"
|
|
persist="hidden width" hidden="true"/>
|
|
</treecols>
|
|
|
|
<treechildren id="locals-body"/>
|
|
|
|
</tree>
|
|
</vbox>
|
|
</floatingview>
|
|
|
|
<!-- session view -->
|
|
|
|
<floatingview id="session" title="&Session.label;" flex="1">
|
|
<vbox id="session-view-content" flex="1" persist="width">
|
|
|
|
<browser id="session-output-iframe" flex="1" type="content"
|
|
src="about:blank" context="context:session"/>
|
|
<textbox id="session-sl-input" class="input-widget"
|
|
onkeypress="console.views.session.onSLKeyPress(event);"/>
|
|
</vbox>
|
|
</floatingview>
|
|
|
|
<!-- scripts view -->
|
|
|
|
<floatingview id="scripts" title="&Scripts.label;" flex="1">
|
|
<vbox id="scripts-view-content" flex="1">
|
|
<hbox id="scripts-search-box" align="center" persist="hidden">
|
|
<label id="scripts-search-label" value="&ScriptsSearch.label;"
|
|
onclick="console.views.scripts.onSearchClear(event);"
|
|
tooltiptext="&ScriptsSearch.tooltip;"/>
|
|
<textbox id="scripts-search" flex="1"
|
|
oninput="console.views.scripts.onSearchInput(event);"/>
|
|
</hbox>
|
|
<tree flex="1" id="scripts-tree" persist="height"
|
|
class="focusring"
|
|
context="context:scripts">
|
|
|
|
<treecols>
|
|
<treecol id="scripts:col-0" label="&ScriptsCol0.header;"
|
|
primary="true" flex="5" persist="hidden width"/>
|
|
<splitter class="tree-splitter"/>
|
|
<treecol id="scripts:col-1" flex="1" label="&ScriptsCol1.header;"
|
|
persist="hidden width"/>
|
|
<splitter class="tree-splitter"/>
|
|
<treecol id="scripts:col-2" flex="1" label="&ScriptsCol2.header;"
|
|
persist="hidden width" hidden="true"/>
|
|
</treecols>
|
|
|
|
<treechildren id="script-list-body"/>
|
|
|
|
</tree>
|
|
</vbox>
|
|
</floatingview>
|
|
|
|
<!-- source2 view -->
|
|
|
|
<floatingview id="source2" title="&Source.label;" flex="1">
|
|
<vbox flex="1">
|
|
<tabbox id="source2-tabbox" flex="1">
|
|
<tabs id="source2-tabs">
|
|
<!--
|
|
We've got to put this placeholder tab in the tabs element to avoid
|
|
bogus strict warnings and exceptions.
|
|
-->
|
|
<tab id="source2-bloke" hidden="true"/>
|
|
</tabs>
|
|
<tabpanels id="source2-deck" flex="1"/>
|
|
</tabbox>
|
|
<textbox class="plain" id="source2-heading" readonly="true"/>
|
|
</vbox>
|
|
</floatingview>
|
|
|
|
<!-- source view -->
|
|
|
|
<floatingview id="source" title="&Source.label;" flex="1">
|
|
<vbox id="source-view-content" flex="1">
|
|
<toolbox>
|
|
<toolbar id="source-header" grippytooltiptext="&SourceHeader.tip;">
|
|
<label id="source-url" flex="1" crop="end"/>
|
|
</toolbar>
|
|
</toolbox>
|
|
<tree id="source-tree" flex="1" persist="width"
|
|
class="focusring"
|
|
onclick="console.views.source.onClick(event);"
|
|
onselect="console.views.source.onSelect(event);"
|
|
context="context:source">
|
|
|
|
<treecols>
|
|
<treecol id="source:col-0" width="20px"
|
|
display="&SourceCol0.display;" persist="hidden width"/>
|
|
<splitter class="tree-splitter"/>
|
|
<treecol id="source:col-1" width="50px"
|
|
display="&SourceCol1.display;" persist="hidden width"/>
|
|
<splitter class="tree-splitter"/>
|
|
<treecol id="source:col-2" flex="1" display=""
|
|
ignoreincolumnpicker="true" persist="hidden width"/>
|
|
</treecols>
|
|
|
|
<treechildren id="source-tree-body"/>
|
|
|
|
</tree>
|
|
</vbox>
|
|
</floatingview>
|
|
|
|
<!-- stack view -->
|
|
|
|
<floatingview id="stack" title="&Stack.label;" flex="1"
|
|
grippytooltiptext="&Stack.label;">
|
|
<vbox id="stack-view-content" flex="1">
|
|
<tree flex="2" id="stack-tree" persist="width"
|
|
class="focusring"
|
|
context="context:stack">
|
|
|
|
<treecols>
|
|
<treecol id="stack:col-0" flex="1" persist="hidden width"
|
|
label="&StackCol0.header;"/>
|
|
<splitter class="tree-splitter"/>
|
|
<treecol flex="2" id="stack:col-1" persist="hidden width"
|
|
label="&StackCol1.header;"/>
|
|
<splitter class="tree-splitter"/>
|
|
</treecols>
|
|
|
|
<treechildren id="stack-body"/>
|
|
|
|
</tree>
|
|
</vbox>
|
|
</floatingview>
|
|
|
|
<!-- watch view -->
|
|
|
|
<floatingview id="watches" title="&Watch.label;" flex="1">
|
|
<vbox id="watch-view-content" flex="1">
|
|
<tree flex="1" id="watch-tree" persist="height"
|
|
class="focusring"
|
|
context="context:watches">
|
|
|
|
<treecols>
|
|
<treecol id="watches:col-0" flex="1" persist="hidden width"
|
|
primary="true" label="&WatchCol0.header;"/>
|
|
<splitter class="tree-splitter"/>
|
|
<treecol flex="1" id="watches:col-1" persist="hidden width"
|
|
hidden="true" label="&WatchCol1.header;"/>
|
|
<splitter class="tree-splitter"/>
|
|
<treecol flex="1" id="watches:col-2" persist="hidden width"
|
|
label="&WatchCol2.header;"/>
|
|
<splitter class="tree-splitter"/>
|
|
<treecol flex="1" id="watches:col-3" persist="hidden width"
|
|
label="&WatchCol3.header;" hidden="true"/>
|
|
</treecols>
|
|
|
|
<treechildren id="watch-body" flex="1"/>
|
|
|
|
</tree>
|
|
</vbox>
|
|
</floatingview>
|
|
|
|
<!-- windows view -->
|
|
|
|
<floatingview id="windows" title="&Windows.label;" flex="1">
|
|
<vbox id="windows-view-content" flex="1">
|
|
<tree flex="1" id="windows-tree" persist="height"
|
|
class="focusring"
|
|
context="context:windows"
|
|
hidecolumnpicker="true">
|
|
|
|
<treecols>
|
|
<treecol id="windows:col-0" label="&WindowsCol0.label;"
|
|
primary="true" flex="1" persist="hidden width"/>
|
|
</treecols>
|
|
|
|
<treechildren id="windows-body"/>
|
|
|
|
</tree>
|
|
</vbox>
|
|
</floatingview>
|
|
|
|
</overlaytarget>
|
|
|
|
</overlay>
|