layout/tools/layout-debug/ui/content/layoutdebug-overlay.xul

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:6f28867d3b6d
1 <?xml version="1.0"?>
2
3 <!--
4 -
5 - This Source Code Form is subject to the terms of the Mozilla Public
6 - License, v. 2.0. If a copy of the MPL was not distributed with this
7 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
8
9
10 <!--
11 This file contains the nodes that will be overlayed on top of
12 <chrome://communicator/content/tasksOverlay.xul>.
13 Declare XML entites that this file refers to in layoutdebug-overlay.dtd.
14 -->
15
16 <!DOCTYPE window SYSTEM "chrome://layoutdebug/locale/layoutdebug-overlay.dtd" >
17
18 <overlay id="layoutdebugTaskMenuID"
19 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
20
21 <!-- SeaMonkey -->
22 <menupopup id="taskPopup">
23 <menuitem label="&ldbCmd.label;"
24 accesskey="&ldbCmd.accesskey;"
25 oncommand="toOpenWindowByType('mozapp:layoutdebug',
26 'chrome://layoutdebug/content/');"/>
27 </menupopup>
28
29 <!-- Firefox -->
30 <menupopup id="menu_ToolsPopup">
31 <menuitem label="&ldbCmd.label;"
32 accesskey="&ldbCmd.accesskey;"
33 insertafter="javascriptConsole"
34 oncommand="toOpenWindowByType('mozapp:layoutdebug',
35 'chrome://layoutdebug/content/');"/>
36 </menupopup>
37
38 </overlay>

mercurial