зеркало из https://github.com/mozilla/pjs.git
bug 267789 Provide venkman for Sunbird r=silver
This commit is contained in:
Родитель
69a15407df
Коммит
89460ddedf
|
@ -13,7 +13,6 @@ ac_add_options --disable-accessibility
|
|||
ac_add_options --disable-activex
|
||||
ac_add_options --disable-activex-scripting
|
||||
ac_add_options --disable-installer
|
||||
ac_add_options --disable-jsd
|
||||
ac_add_options --disable-mathml
|
||||
ac_add_options --disable-necko-disk-cache
|
||||
ac_add_options --disable-oji
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
-
|
||||
- Contributor(s):
|
||||
- Robert Ginda, <rginda@netscape.com>, original author
|
||||
- Gary van der Merwe, <garyvdm@gmail.com>
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
|
@ -60,6 +61,7 @@
|
|||
<RDF:li resource="chrome://communicator/content/tasksOverlay.xul"/>
|
||||
<RDF:li resource="chrome://browser/content/browser.xul"/>
|
||||
<RDF:li resource="chrome://messenger/content/messenger.xul"/>
|
||||
<RDF:li resource="chrome://calendar/content/calendar.xul"/>
|
||||
</RDF:Seq>
|
||||
|
||||
<RDF:Seq about="chrome://communicator/content/tasksOverlay.xul">
|
||||
|
@ -73,4 +75,8 @@
|
|||
<RDF:Seq about="chrome://messenger/content/messenger.xul">
|
||||
<RDF:li>chrome://venkman/content/venkman-overlay.xul</RDF:li>
|
||||
</RDF:Seq>
|
||||
|
||||
<RDF:Seq about="chrome://calendar/content/calendar.xul">
|
||||
<RDF:li>chrome://venkman/content/venkman-overlay.xul</RDF:li>
|
||||
</RDF:Seq>
|
||||
</RDF:RDF>
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
-
|
||||
- Contributor(s):
|
||||
- Robert Ginda, <rginda@netscape.com>, original author
|
||||
- Gary van der Merwe, <garyvdm@gmail.com>
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
|
@ -86,4 +87,11 @@
|
|||
label="&vnkMenu.label;" accesskey="&vnkMenu.accesskey;"/>
|
||||
</menupopup>
|
||||
|
||||
<!-- Sunbird toolbar button -->
|
||||
<toolbarpalette id="calendarToolbarPalette">
|
||||
<toolbarbutton id="sb-venkman-open" oncommand="start_venkman()"
|
||||
class="toolbarbutton-1"
|
||||
label="&vnkButton.label;" tooltiptext="&vnkButton.label;"/>
|
||||
</toolbarpalette>
|
||||
|
||||
</overlay>
|
||||
|
|
|
@ -32,6 +32,15 @@
|
|||
</Description>
|
||||
</em:targetApplication>
|
||||
|
||||
<!-- target: Mozilla Sunbird version 0.3 -->
|
||||
<em:targetApplication>
|
||||
<Description>
|
||||
<em:id>{718e30fb-e89b-41dd-9da7-e25a45638b28}</em:id>
|
||||
<em:minVersion>0.3a</em:minVersion>
|
||||
<em:maxVersion>0.3</em:maxVersion>
|
||||
</Description>
|
||||
</em:targetApplication>
|
||||
|
||||
<!-- front-end metadata -->
|
||||
<em:name>JavaScript Debugger</em:name>
|
||||
<em:description></em:description>
|
||||
|
|
Загрузка…
Ссылка в новой задаче