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

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     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>

mercurial