mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug #232011 Should effect thunderbird only. Thunderbird changes for using the xul pre-processor to generate the locale version.
No more need for contents.rdf.in files.
This commit is contained in:
parent
bc93a38233
commit
36bda6fd1b
@ -943,13 +943,6 @@ mail/extensions/offline/Makefile
|
||||
mail/extensions/inspector/Makefile
|
||||
mail/config/Makefile
|
||||
xpfe/components/build2/Makefile
|
||||
mail/base/content/contents.rdf
|
||||
mail/base/content/help.rdf
|
||||
mail/base/content/messenger-views.rdf
|
||||
mail/base/content/navigator.rdf
|
||||
mail/extensions/offline/content/contents.rdf
|
||||
mail/extensions/offline/locale/contents.rdf
|
||||
mail/extensions/inspector/content/contents.rdf
|
||||
"
|
||||
|
||||
MAKEFILES_standalone_composer="
|
||||
|
@ -1,5 +1,5 @@
|
||||
messenger.jar:
|
||||
+ content/messenger/contents.rdf (content/contents.rdf)
|
||||
*+ content/messenger/contents.rdf (content/contents.rdf)
|
||||
*+ content/messenger/mail3PaneWindowVertLayout.xul (content/mail3PaneWindowVertLayout.xul)
|
||||
+ content/messenger/mailTasksOverlay.xul (content/mailTasksOverlay.xul)
|
||||
*+ content/messenger/mailWindow.js (content/mailWindow.js)
|
||||
@ -27,7 +27,7 @@ messenger.jar:
|
||||
*+ content/messenger/junkMail.xul (content/junkMail.xul)
|
||||
*+ content/messenger/junkMail.js (content/junkMail.js)
|
||||
*+ content/messenger/msgSelectOffline.xul (content/msgSelectOffline.xul)
|
||||
+ content/messenger-views/contents.rdf (content/messenger-views.rdf)
|
||||
*+ content/messenger-views/contents.rdf (content/messenger-views.rdf)
|
||||
content/messenger/about-thunderbird.png (content/about-thunderbird.png)
|
||||
|
||||
classic.jar:
|
||||
@ -99,7 +99,7 @@ classic.jar:
|
||||
skin/classic/messenger/icons/unreadmail.png (skin/icons/unreadmail.png)
|
||||
|
||||
comm.jar:
|
||||
content/help/contents.rdf (content/help.rdf)
|
||||
* content/help/contents.rdf (content/help.rdf)
|
||||
content/help/contextHelp.js (content/contextHelp.js)
|
||||
*+ content/communicator/contentAreaClick.js (content/contentAreaClick.js)
|
||||
|
||||
|
2
mail/extensions/inspector/content/contents.rdf.in → mail/extensions/inspector/content/contents.rdf
Executable file → Normal file
2
mail/extensions/inspector/content/contents.rdf.in → mail/extensions/inspector/content/contents.rdf
Executable file → Normal file
@ -12,7 +12,7 @@
|
||||
chrome:displayName="Document Inspector"
|
||||
chrome:author="Joe Hewitt"
|
||||
chrome:name="inspector"
|
||||
chrome:localeVersion="@MOZILLA_LOCALE_VERSION@"
|
||||
#expand chrome:localeVersion="__MOZILLA_LOCALE_VERSION__"
|
||||
chrome:skinVersion="1.5">
|
||||
</RDF:Description>
|
||||
|
@ -1,3 +1,3 @@
|
||||
inspector.jar:
|
||||
+ content/inspector/contents.rdf (content/contents.rdf)
|
||||
*+ content/inspector/contents.rdf (content/contents.rdf)
|
||||
+ content/inspector/tasksOverlay.xul (content/tasksOverlay.xul)
|
||||
|
2
mail/extensions/offline/content/contents.rdf.in → mail/extensions/offline/content/contents.rdf
Executable file → Normal file
2
mail/extensions/offline/content/contents.rdf.in → mail/extensions/offline/content/contents.rdf
Executable file → Normal file
@ -17,7 +17,7 @@
|
||||
chrome:description="This extension adds offline support to Mozilla Thunderbird."
|
||||
chrome:extension="true"
|
||||
chrome:settingsURL="chrome://messenger-offline/content/pref-offline.xul"
|
||||
chrome:localeVersion="@MOZILLA_LOCALE_VERSION@"
|
||||
#expand chrome:localeVersion="__MOZILLA_LOCALE_VERSION__"
|
||||
chrome:skinVersion="1.5">
|
||||
</RDF:Description>
|
||||
|
@ -1,13 +1,13 @@
|
||||
offline.jar:
|
||||
* content/messenger-offline/msgOfflineOverlay.xul (content/msgOfflineOverlay.xul)
|
||||
* content/messenger-offline/mail-offline.js (content/mail-offline.js)
|
||||
content/messenger-offline/contents.rdf (content/contents.rdf)
|
||||
* content/messenger-offline/contents.rdf (content/contents.rdf)
|
||||
* content/messenger-offline/pref-offline.xul (content/pref-offline.xul)
|
||||
|
||||
offline.jar:
|
||||
locale/en-US/messenger-offline/offline.properties (locale/offline.properties)
|
||||
locale/en-US/messenger-offline/offline.dtd (locale/offline.dtd)
|
||||
locale/en-US/messenger-offline/pref-offline.dtd (locale/pref-offline.dtd)
|
||||
locale/en-US/messenger-offline/contents.rdf (locale/contents.rdf)
|
||||
* locale/en-US/messenger-offline/contents.rdf (locale/contents.rdf)
|
||||
|
||||
|
||||
|
2
mail/extensions/offline/locale/contents.rdf.in → mail/extensions/offline/locale/contents.rdf
Executable file → Normal file
2
mail/extensions/offline/locale/contents.rdf.in → mail/extensions/offline/locale/contents.rdf
Executable file → Normal file
@ -19,5 +19,5 @@
|
||||
<!-- Version Information. State that we work only with major version of this
|
||||
package. -->
|
||||
<RDF:Description about="urn:mozilla:locale:en-US:messenger-offline"
|
||||
chrome:localeVersion="@MOZILLA_LOCALE_VERSION@"/>
|
||||
#expand chrome:localeVersion="__MOZILLA_LOCALE_VERSION__"/>
|
||||
</RDF:RDF>
|
@ -13,7 +13,7 @@
|
||||
chrome:displayName="Messenger"
|
||||
chrome:author="mozilla.org"
|
||||
chrome:name="messenger-smime"
|
||||
chrome:localeVersion="1.7a"
|
||||
#expand chrome:localeVersion="__MOZILLA_LOCALE_VERSION__"
|
||||
chrome:skinVersion="1.5">
|
||||
</RDF:Description>
|
||||
|
||||
|
@ -27,8 +27,6 @@
|
||||
<!DOCTYPE overlay SYSTEM "chrome://messenger-smime/locale/msgCompSMIMEOverlay.dtd">
|
||||
|
||||
<overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
<script type="application/x-javascript" src="chrome://help/content/contextHelp.js"/>
|
||||
<script type="application/x-javascript" src="chrome://messenger-smime/content/msgCompSMIMEOverlay.js"/>
|
||||
<script type="application/x-javascript"><![CDATA[
|
||||
window.addEventListener("load", smimeComposeOnLoad, true);
|
||||
|
@ -5,7 +5,7 @@ messenger.jar:
|
||||
*+ content/messenger-smime/pref-smime-advanced.xul (content/pref-smime-advanced.xul)
|
||||
*+ content/messenger/am-smime.xul (content/am-smime.xul)
|
||||
*+ content/messenger/am-smime.js (content/am-smime.js)
|
||||
+ content/messenger-smime/contents.rdf (content/contents.rdf)
|
||||
*+ content/messenger-smime/contents.rdf (content/contents.rdf)
|
||||
|
||||
classic.jar:
|
||||
+ skin/classic/messenger/smime/msgCompSMIMEOverlay.css (skin/msgCompSMIMEOverlay.css)
|
||||
|
Loading…
Reference in New Issue
Block a user