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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/tools/layout-debug/ui/content/layoutdebug-overlay.xul	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,38 @@
     1.4 +<?xml version="1.0"?>
     1.5 +
     1.6 +<!--
     1.7 +   -
     1.8 +   - This Source Code Form is subject to the terms of the Mozilla Public
     1.9 +   - License, v. 2.0. If a copy of the MPL was not distributed with this
    1.10 +   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
    1.11 +
    1.12 +
    1.13 +<!--
    1.14 +  This file contains the nodes that will be overlayed on top of
    1.15 +  <chrome://communicator/content/tasksOverlay.xul>.
    1.16 +  Declare XML entites that this file refers to in layoutdebug-overlay.dtd.
    1.17 + -->
    1.18 +
    1.19 +<!DOCTYPE window SYSTEM "chrome://layoutdebug/locale/layoutdebug-overlay.dtd" >
    1.20 +
    1.21 +<overlay id="layoutdebugTaskMenuID"
    1.22 +         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
    1.23 +
    1.24 +<!-- SeaMonkey -->
    1.25 +<menupopup id="taskPopup">
    1.26 +  <menuitem label="&ldbCmd.label;"
    1.27 +            accesskey="&ldbCmd.accesskey;"
    1.28 +            oncommand="toOpenWindowByType('mozapp:layoutdebug',
    1.29 +                                          'chrome://layoutdebug/content/');"/>
    1.30 +</menupopup>
    1.31 +
    1.32 +<!-- Firefox -->
    1.33 +<menupopup id="menu_ToolsPopup">
    1.34 +  <menuitem label="&ldbCmd.label;"
    1.35 +            accesskey="&ldbCmd.accesskey;"
    1.36 +            insertafter="javascriptConsole"
    1.37 +            oncommand="toOpenWindowByType('mozapp:layoutdebug',
    1.38 +                                          'chrome://layoutdebug/content/');"/>
    1.39 +</menupopup>
    1.40 +
    1.41 +</overlay>

mercurial