~ubuntu-branches/ubuntu/raring/venkman/raring

« back to all changes in this revision

Viewing changes to chrome/content/venkman/venkman-overlay.xul

  • Committer: Bazaar Package Importer
  • Author(s): Mike Hommey
  • Date: 2006-11-25 13:09:12 UTC
  • mfrom: (2.1.5 feisty)
  • Revision ID: james.westby@ubuntu.com-20061125130912-lf5wuz22ijh0k8ed
Tags: 0.9.87-6
debian/postinst: Don't invoque chrome updaters (except iceape one) on
first installs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
 
3
 
<!--
4
 
   -
5
 
   - The contents of this file are subject to the Mozilla Public License
6
 
   - Version 1.1 (the "License"); you may not use this file except in
7
 
   - compliance with the License. You may obtain a copy of the License at
8
 
   - http://www.mozilla.org/MPL/ 
9
 
   - 
10
 
   - Software distributed under the License is distributed on an "AS IS" basis,
11
 
   - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
12
 
   - for the specific language governing rights and limitations under the
13
 
   - License. 
14
 
   -
15
 
   - The Original Code is The JavaScript Debugger
16
 
   - 
17
 
   - The Initial Developer of the Original Code is
18
 
   - Netscape Communications Corporation
19
 
   - Portions created by Netscape are
20
 
   - Copyright (C) 1998 Netscape Communications Corporation.
21
 
   - All Rights Reserved.
22
 
   -
23
 
   - Alternatively, the contents of this file may be used under the
24
 
   - terms of the GNU Public License (the "GPL"), in which case the
25
 
   - provisions of the GPL are applicable instead of those above.
26
 
   - If you wish to allow use of your version of this file only
27
 
   - under the terms of the GPL and not to allow others to use your
28
 
   - version of this file under the MPL, indicate your decision by
29
 
   - deleting the provisions above and replace them with the notice
30
 
   - and other provisions required by the GPL.  If you do not delete
31
 
   - the provisions above, a recipient may use your version of this
32
 
   - file under either the MPL or the GPL.
33
 
   -
34
 
   - Contributor(s):
35
 
   -  Robert Ginda, <rginda@netscape.com>, original author
36
 
   -
37
 
   -->
38
 
 
39
 
<!DOCTYPE overlay SYSTEM "chrome://venkman/locale/venkman-overlay.dtd" >
40
 
<?xml-stylesheet href="chrome://venkman/skin/venkman-overlay.css" type="text/css"?> 
41
 
 
42
 
<overlay id="venkmanTaskMenuID"
43
 
         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
44
 
 
45
 
<script src="chrome://venkman/content/venkman-overlay.js"/>
46
 
 
47
 
<!--
48
 
  This is the id that the menuitem will be appended to.  see tasksOverlay.xul
49
 
-->
50
 
<menupopup id="toolsPopup">
51
 
  <menuitem position="5" label="&venkmanCmd.label;"
52
 
    accesskey="&venkmanCmd.akey;" oncommand="start_venkman()"/>
53
 
</menupopup>
54
 
 
55
 
<!-- This is the overlay that adds a "JavaScript Debugger" button to the 
56
 
   - Firefox toolbar palette, and Tools menu. -->
57
 
 
58
 
<toolbarpalette id="BrowserToolbarPalette">
59
 
  <toolbarbutton id="tb-venkman-open" oncommand="start_venkman()" 
60
 
      class="toolbarbutton-1"
61
 
      label="&vnkButton.label;" tooltiptext="&vnkButton.label;"/>
62
 
</toolbarpalette>
63
 
 
64
 
<menupopup id="menu_ToolsPopup">
65
 
  <menuitem id="tb-venkman-menu" oncommand="start_venkman()" 
66
 
      insertafter="javascriptConsole,devToolsSeparator"
67
 
      label="&vnkMenu.label;" accesskey="&vnkMenu.accesskey;"/>
68
 
</menupopup>
69
 
 
70
 
</overlay>
 
1
<?xml version="1.0"?>
 
2
 
 
3
<!--
 
4
   -
 
5
   - ***** BEGIN LICENSE BLOCK *****
 
6
   - Version: MPL 1.1/GPL 2.0/LGPL 2.1
 
7
   -
 
8
   - The contents of this file are subject to the Mozilla Public License Version
 
9
   - 1.1 (the "License"); you may not use this file except in compliance with
 
10
   - the License. You may obtain a copy of the License at
 
11
   - http://www.mozilla.org/MPL/
 
12
   -
 
13
   - Software distributed under the License is distributed on an "AS IS" basis,
 
14
   - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
 
15
   - for the specific language governing rights and limitations under the
 
16
   - License.
 
17
   -
 
18
   - The Original Code is The JavaScript Debugger.
 
19
   -
 
20
   - The Initial Developer of the Original Code is
 
21
   - Netscape Communications Corporation.
 
22
   - Portions created by the Initial Developer are Copyright (C) 1998
 
23
   - the Initial Developer. All Rights Reserved.
 
24
   -
 
25
   - Contributor(s):
 
26
   -   Robert Ginda, <rginda@netscape.com>, original author
 
27
   -
 
28
   - Alternatively, the contents of this file may be used under the terms of
 
29
   - either the GNU General Public License Version 2 or later (the "GPL"), or
 
30
   - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
 
31
   - in which case the provisions of the GPL or the LGPL are applicable instead
 
32
   - of those above. If you wish to allow use of your version of this file only
 
33
   - under the terms of either the GPL or the LGPL, and not to allow others to
 
34
   - use your version of this file under the terms of the MPL, indicate your
 
35
   - decision by deleting the provisions above and replace them with the notice
 
36
   - and other provisions required by the GPL or the LGPL. If you do not delete
 
37
   - the provisions above, a recipient may use your version of this file under
 
38
   - the terms of any one of the MPL, the GPL or the LGPL.
 
39
   -
 
40
   - ***** END LICENSE BLOCK ***** -->
 
41
 
 
42
 
 
43
<!--
 
44
  This file contains the nodes that will be overlayed on top of
 
45
  <chrome://communicator/content/tasksOverlay.xul>.
 
46
  Place JavaScript code that this file needs in venkman-overlay.js.
 
47
  Declare XMl entites that this file refers to in venkman-overlay.dtd.
 
48
 -->
 
49
 
 
50
<!DOCTYPE overlay SYSTEM "chrome://venkman/locale/venkman-overlay.dtd" >
 
51
<?xml-stylesheet href="chrome://venkman/skin/venkman-overlay.css" type="text/css"?> 
 
52
 
 
53
<overlay id="venkmanTaskMenuID"
 
54
         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
 
55
 
 
56
<script src="chrome://venkman/content/venkman-overlay.js"/>
 
57
 
 
58
<!--
 
59
  This is the id that the menuitem will be appended to.  see tasksOverlay.xul
 
60
-->
 
61
<menupopup id="toolsPopup">
 
62
  <menuitem id="venkman-menu"  position="5" label="&venkmanCmd.label;"
 
63
    accesskey="&venkmanCmd.akey;" oncommand="start_venkman()"/>
 
64
</menupopup>
 
65
 
 
66
<!-- This is the overlay that adds a "JavaScript Debugger" button to the 
 
67
   - Firefox toolbar palette, and Tools menu. -->
 
68
 
 
69
<toolbarpalette id="BrowserToolbarPalette">
 
70
  <toolbarbutton id="tb-venkman-open" oncommand="start_venkman()" 
 
71
      class="toolbarbutton-1"
 
72
      label="&vnkButton.label;" tooltiptext="&vnkButton.label;"/>
 
73
</toolbarpalette>
 
74
 
 
75
<!-- Firefox -->
 
76
<menupopup id="menu_ToolsPopup">
 
77
  <menuitem id="tb-venkman-menu" oncommand="start_venkman()" 
 
78
      insertafter="javascriptConsole,devToolsSeparator"
 
79
      label="&vnkMenu.label;" accesskey="&vnkMenu.accesskey;"/>
 
80
</menupopup>
 
81
 
 
82
<!-- Thunderbird -->
 
83
<menupopup id="taskPopup">
 
84
  <menuitem id="tb-venkman-menu-tb" oncommand="start_venkman()" 
 
85
      insertafter="javaScriptConsole,devToolsSeparator"
 
86
      label="&vnkMenu.label;" accesskey="&vnkMenu.accesskey;"/>
 
87
</menupopup>
 
88
 
 
89
</overlay>