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.
1 <?xml version="1.0"?>
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/. -->
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 -->
16 <!DOCTYPE window SYSTEM "chrome://layoutdebug/locale/layoutdebug-overlay.dtd" >
18 <overlay id="layoutdebugTaskMenuID"
19 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
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>
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>
38 </overlay>