mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-08 16:30:29 +00:00
39 lines
1.2 KiB
XML
39 lines
1.2 KiB
XML
<?xml version="1.0"?>
|
|
|
|
<!--
|
|
-
|
|
- This Source Code Form is subject to the terms of the Mozilla Public
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
|
|
|
|
|
<!--
|
|
This file contains the nodes that will be overlayed on top of
|
|
<chrome://communicator/content/tasksOverlay.xul>.
|
|
Declare XML entites that this file refers to in layoutdebug-overlay.dtd.
|
|
-->
|
|
|
|
<!DOCTYPE window SYSTEM "chrome://layoutdebug/locale/layoutdebug-overlay.dtd" >
|
|
|
|
<overlay id="layoutdebugTaskMenuID"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
<!-- SeaMonkey -->
|
|
<menupopup id="taskPopup">
|
|
<menuitem label="&ldbCmd.label;"
|
|
accesskey="&ldbCmd.accesskey;"
|
|
oncommand="toOpenWindowByType('mozapp:layoutdebug',
|
|
'chrome://layoutdebug/content/');"/>
|
|
</menupopup>
|
|
|
|
<!-- Firefox -->
|
|
<menupopup id="menu_ToolsPopup">
|
|
<menuitem label="&ldbCmd.label;"
|
|
accesskey="&ldbCmd.accesskey;"
|
|
insertafter="javascriptConsole"
|
|
oncommand="toOpenWindowByType('mozapp:layoutdebug',
|
|
'chrome://layoutdebug/content/');"/>
|
|
</menupopup>
|
|
|
|
</overlay>
|