Граф коммитов

246 Коммитов

Автор SHA1 Сообщение Дата
Paul Morris 37bbc99c27 Bug 1608610 - Inline calendar CSS files from jar.mn files. r=Fallen
--HG--
extra : rebase_source : 5bba84af1c133011cfffd6e08022f7ab4256a368
2020-01-15 16:07:43 -05:00
Geoff Lankow 93a594697e Bug 1613848 - Port bug 1602840 - add pref to disable adding new sideloaded addons. r=mkmelin DONTBUILD
--HG--
extra : amend_source : ba90e303898107e135246a0c0ba9166682f5a731
2020-02-07 21:05:30 +13:00
Geoff Lankow 20f1147e00 Bug 1609885 - Port bug 1609271 to Thunderbird: Stop using ChromeUtils.import(..., null). rs=linting DONTBUILD
--HG--
extra : amend_source : 8ec0f60e22f160c8e329f35c34b9ee2342a5d70b
2020-01-30 11:43:11 +13:00
Magnus Melin b54ce4f72b Bug 1529583 - rename all Thunderbird related modules to .jsm, capitalize names and fix some namings. r=pmorris,Fallen DONTBUILD
grep -rEl EXPORTED_SYMBOLS --exclude-dir=.hg --exclude-dir=suite --exclude-dir=editor --include="*.js" --exclude=".*" . | xargs -I '{}' bash -c 'oldpath=$1; oldname=$(basename $1); newname="${oldname/\.js/.jsm}";newname="${newname^}"; newname=$(sed -E "s/(.*)[_-](.)(.*)/\1\U\2\L\3/g" <<< $newname); newpath="${oldpath%/*}/$newname"; echo "$newname $oldpath $newpath"; hg mv $oldpath $newpath; grep -rEl $oldname --exclude-dir=.hg --exclude-dir=suite --exclude-dir=editor --exclude-dir=chat/protocols/matrix/ . | xargs sed -E -i "s/( |\\\"|'\''|\/)${oldname/./\\.}/\1$newname/g"' -- {}

hg revert calendar/test/modules/CalendarUtils.jsm
hg revert chat/protocols/matrix/

hg revert chat/protocols/xmpp/xmpp-authmechs.jsm

# change Utils.jsm to utils.jsm
sed -i -e 's/Utils.jsm/utils.jsm/g' mail/test/browser/shared-modules/moz.build

# there's the mozmill/utils.js file
find . -type f -not -path "*.hg/*" -not -path "suite/*" -not -path "editor/*" -exec sed -i 's#mozmill/Utils.jsm*"#mozmill/utils.jsm#g' {} \;

correct sorting in
/home/magnus/Code/tb/mozilla/comm/mailnews/db/gloda/modules/moz.build

* * *
Bug 1529583 - fix linting errors discovered by js -> jsm renaming.

TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/base/util/JXON.jsm:217:21 | 'document' is not defined. (no-undef)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/base/util/JsTreeSelection.jsm:7:7 | 'XPCOMUtils' is assigned a value but never used. (no-unused-vars)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/base/util/TraceHelper.jsm:7:7 | 'XPCOMUtils' is assigned a value but never used. (no-unused-vars)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/db/gloda/modules/Connotent.jsm:14:5 | 'LOG' is assigned a value but never used. (no-unused-vars)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/db/gloda/modules/Databind.jsm:9:5 | 'DBC_LOG' is assigned a value but never used. (no-unused-vars)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/db/gloda/modules/Datamodel.jsm:17:9 | 'MailServices' is assigned a value but never used. (no-unused-vars)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/db/gloda/modules/Datamodel.jsm:24:43 | Replace `"resource:///modules/gloda/Utils.jsm"` with `⏎··"resource:///modules/gloda/Utils.jsm"⏎` (prettier/prettier)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/db/gloda/modules/Dbview.jsm:14:9 | 'Gloda' is assigned a value but never used. (no-unused-vars)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/db/gloda/modules/Dbview.jsm:15:9 | 'GlodaMsgSearcher' is assigned a value but never used. (no-unused-vars)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/db/gloda/modules/Everybody.jsm:8:5 | 'LOG' is assigned a value but never used. (no-unused-vars)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/db/gloda/modules/Explattr.jsm:19:9 | 'GlodaUtils' is assigned a value but never used. (no-unused-vars)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/db/gloda/modules/Explattr.jsm:19:43 | Replace `"resource:///modules/gloda/Utils.jsm"` with `⏎··"resource:///modules/gloda/Utils.jsm"⏎` (prettier/prettier)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/db/gloda/modules/Explattr.jsm:26:5 | 'EXT_BUILTIN' is assigned a value but never used. (no-unused-vars)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/db/gloda/modules/Fundattr.jsm:12:43 | Replace `"resource:///modules/gloda/Utils.jsm"` with `⏎··"resource:///modules/gloda/Utils.jsm"⏎` (prettier/prettier)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/db/gloda/modules/Fundattr.jsm:14:9 | 'GlodaDatastore' is assigned a value but never used. (no-unused-vars)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/db/gloda/modules/Fundattr.jsm:20:9 | 'MimeType' is assigned a value but never used. (no-unused-vars)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/db/gloda/modules/Gloda.jsm:22:9 | 'GlodaDatabind' is assigned a value but never used. (no-unused-vars)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/db/gloda/modules/Gloda.jsm:34:43 | Replace `"resource:///modules/gloda/Utils.jsm"` with `⏎··"resource:///modules/gloda/Utils.jsm"⏎` (prettier/prettier)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/db/gloda/modules/IndexAb.jsm:10:9 | 'GlodaDatastore' is assigned a value but never used. (no-unused-vars)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/db/gloda/modules/IndexAb.jsm:21:9 | 'GlodaUtils' is assigned a value but never used. (no-unused-vars)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/db/gloda/modules/IndexAb.jsm:21:43 | Replace `"resource:///modules/gloda/Utils.jsm"` with `⏎··"resource:///modules/gloda/Utils.jsm"⏎` (prettier/prettier)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/db/gloda/modules/IndexMsg.jsm:17:9 | 'XPCOMUtils' is assigned a value but never used. (no-unused-vars)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/db/gloda/modules/IndexMsg.jsm:30:43 | Replace `"resource:///modules/gloda/Utils.jsm"` with `⏎··"resource:///modules/gloda/Utils.jsm"⏎` (prettier/prettier)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/db/gloda/modules/IndexMsg.jsm:84:5 | 'JUNK_HAM_SCORE_STR' is assigned a value but never used. (no-unused-vars)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/db/gloda/modules/Indexer.jsm:15:9 | 'XPCOMUtils' is assigned a value but never used. (no-unused-vars)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/db/gloda/modules/Indexer.jsm:22:43 | Replace `"resource:///modules/gloda/Utils.jsm"` with `⏎··"resource:///modules/gloda/Utils.jsm"⏎` (prettier/prettier)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/db/gloda/modules/Log4moz.jsm:9:5 | 'MODE_RDONLY' is assigned a value but never used. (no-unused-vars)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/db/gloda/modules/Log4moz.jsm:13:5 | 'MODE_TRUNCATE' is assigned a value but never used. (no-unused-vars)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/db/gloda/modules/Log4moz.jsm:16:5 | 'PERMS_DIRECTORY' is assigned a value but never used. (no-unused-vars)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/db/gloda/modules/Mimemsg.jsm:15:9 | 'XPCOMUtils' is assigned a value but never used. (no-unused-vars)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/db/gloda/modules/Mimemsg.jsm:19:5 | 'EMITTER_MIME_CODE' is assigned a value but never used. (no-unused-vars)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/db/gloda/modules/Suffixtree.jsm:42:5 | 'print' is not defined. (no-undef)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/db/gloda/modules/Suffixtree.jsm:388:10 | 'examplar' is defined but never used. (no-unused-vars)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/test/fakeserver/Imapd.jsm:500:5 | 'IMAP_FLAG_CASE_INSENSITIVE' is assigned a value but never used. (no-unused-vars)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/test/fakeserver/Imapd.jsm:516:5 | 'IMAP_NAMESPACE_OTHER_USERS' is assigned a value but never used. (no-unused-vars)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/test/fakeserver/Imapd.jsm:517:5 | 'IMAP_NAMESPACE_SHARED' is assigned a value but never used. (no-unused-vars)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/test/resources/IMAPpump.jsm:20:7 | 'XPCOMUtils' is assigned a value but never used. (no-unused-vars)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/test/resources/IMAPpump.jsm:29:7 | 'AuthPLAIN' is assigned a value but never used. (no-unused-vars)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/test/resources/IMAPpump.jsm:29:18 | 'AuthLOGIN' is assigned a value but never used. (no-unused-vars)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/test/resources/IMAPpump.jsm:29:29 | 'AuthCRAM' is assigned a value but never used. (no-unused-vars)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/test/resources/MailTestUtils.jsm:12:7 | 'XPCOMUtils' is assigned a value but never used. (no-unused-vars)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/test/resources/MessageGenerator.jsm:805:10 | 'addMessagesToFolder' is defined but never used. (no-unused-vars)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/test/resources/MockFactory.jsm:7:7 | 'XPCOMUtils' is assigned a value but never used. (no-unused-vars)
* * *
Bug 1529583 - part tree, cleanup and improve some module namings

declare -A x
x["Bond.jsm"]="BondOpenPGP.jsm"
x["Gnupg.jsm"]="GnuPGCryptoAPI.jsm"
x["RnpCryptoapi.jsm"]="RNPCryptoAPI.jsm"
x["Connotent.jsm"]="GlodaContent.jsm"
x["Databind.jsm"]="GlodaDatabind.jsm"
x["Datamodel.jsm"]="GlodaDataModel.jsm"
x["Datastore.jsm"]="GlodaDatastore.jsm"
x["Dbview.jsm"]="GlodaSyntheticView.jsm"
x["Explattr.jsm"]="GlodaExplicitAttr.jsm"
x["Fundattr.jsm"]="GlodaFundAttr.jsm"
x["IndexAb.jsm"]="GlodaMsgIndexer.jsm"
x["Indexer.jsm"]="GlodaIndexer.jsm"
x["Mimemsg.jsm"]="MimeMessage.jsm"
x["MsgSearch.jsm"]="GlodaMsgSearcher.jsm"
x["Public.jsm"]="GlodaPublic.jsm"
x["Query.jsm"]="GlodaQueryClassFactory.jsm"
x["Suffixtree.jsm"]="SuffixTree.jsm"
#x["Utils.js"]="GlodaUtils.jsm"

for f in "${!x[@]}"; do
  export newname=${x[$f]}
  find . -type f -not -path "*.hg/*" -name $f | xargs -I '{}' bash -c 'oldpath=$1; oldname=$(basename $1); newpath="${oldpath%/*}/$newname"; echo " newname=$newname $oldpath -> $newpath"; hg mv $oldpath $newpath; grep -rEl $oldname --exclude-dir=.hg --exclude-dir=suite --exclude-dir=editor --exclude-dir=chat/protocols/matrix/ . | xargs sed -E -i "s/( |\\\"|'\''|\/)${oldname/./\\.}/\1$newname/g"' -- {}
done;

hg mv mailnews/db/gloda/modules/Utils.jsm mailnews/db/gloda/modules/GlodaUtils.jsm
grep -rEl --exclude-dir=.hg --exclude-dir=suite --exclude-dir=editor "gloda/Utils.jsm" . | xargs sed -i 's#gloda/Utils.jsm#gloda/GlodaUtils.jsm#g'

# manually sort mailnews/db/gloda/modules/moz.build

# manually update some ical.js references to be that as it's the project name

--HG--
rename : calendar/base/modules/ical.js => calendar/base/modules/Ical.jsm
rename : mail/components/appIdleManager.js => mail/components/AppIdleManager.jsm
rename : mail/components/about-support/aboutSupportMac.js => mail/components/about-support/AboutSupportMac.jsm
rename : mail/components/about-support/aboutSupportUnix.js => mail/components/about-support/AboutSupportUnix.jsm
rename : mail/components/about-support/aboutSupportWin32.js => mail/components/about-support/AboutSupportWin32.jsm
rename : mail/components/wintaskbar/windowsJumpLists.js => mail/components/wintaskbar/WindowsJumpLists.jsm
rename : mail/extensions/openpgp/content/bond.js => mail/extensions/openpgp/content/BondOpenPGP.jsm
rename : mail/extensions/openpgp/content/modules/cryptoAPI/gnupg.js => mail/extensions/openpgp/content/modules/cryptoAPI/GnuPGCryptoAPI.jsm
rename : mail/extensions/openpgp/content/modules/cryptoAPI/rnp-cryptoAPI.js => mail/extensions/openpgp/content/modules/cryptoAPI/RNPCryptoAPI.jsm
rename : mailnews/base/src/virtualFolderWrapper.js => mailnews/base/src/VirtualFolderWrapper.jsm
rename : mailnews/base/util/errUtils.js => mailnews/base/util/ErrUtils.jsm
rename : mailnews/base/util/IOUtils.js => mailnews/base/util/IOUtils.jsm
rename : mailnews/base/util/JXON.js => mailnews/base/util/JXON.jsm
rename : mailnews/base/util/jsTreeSelection.js => mailnews/base/util/JsTreeSelection.jsm
rename : mailnews/base/util/mailnewsMigrator.js => mailnews/base/util/MailnewsMigrator.jsm
rename : mailnews/base/util/msgDBCacheManager.js => mailnews/base/util/MsgDBCacheManager.jsm
rename : mailnews/base/util/StringBundle.js => mailnews/base/util/StringBundle.jsm
rename : mailnews/base/util/templateUtils.js => mailnews/base/util/TemplateUtils.jsm
rename : mailnews/base/util/traceHelper.js => mailnews/base/util/TraceHelper.jsm
rename : mailnews/db/gloda/modules/collection.js => mailnews/db/gloda/modules/Collection.jsm
rename : mailnews/db/gloda/modules/everybody.js => mailnews/db/gloda/modules/Everybody.jsm
rename : mailnews/db/gloda/modules/facet.js => mailnews/db/gloda/modules/Facet.jsm
rename : mailnews/db/gloda/modules/gloda.js => mailnews/db/gloda/modules/Gloda.jsm
rename : mailnews/db/gloda/modules/connotent.js => mailnews/db/gloda/modules/GlodaContent.jsm
rename : mailnews/db/gloda/modules/datamodel.js => mailnews/db/gloda/modules/GlodaDataModel.jsm
rename : mailnews/db/gloda/modules/databind.js => mailnews/db/gloda/modules/GlodaDatabind.jsm
rename : mailnews/db/gloda/modules/datastore.js => mailnews/db/gloda/modules/GlodaDatastore.jsm
rename : mailnews/db/gloda/modules/explattr.js => mailnews/db/gloda/modules/GlodaExplicitAttr.jsm
rename : mailnews/db/gloda/modules/fundattr.js => mailnews/db/gloda/modules/GlodaFundAttr.jsm
rename : mailnews/db/gloda/modules/indexer.js => mailnews/db/gloda/modules/GlodaIndexer.jsm
rename : mailnews/db/gloda/modules/index_ab.js => mailnews/db/gloda/modules/GlodaMsgIndexer.jsm
rename : mailnews/db/gloda/modules/msg_search.js => mailnews/db/gloda/modules/GlodaMsgSearcher.jsm
rename : mailnews/db/gloda/modules/public.js => mailnews/db/gloda/modules/GlodaPublic.jsm
rename : mailnews/db/gloda/modules/query.js => mailnews/db/gloda/modules/GlodaQueryClassFactory.jsm
rename : mailnews/db/gloda/modules/dbview.js => mailnews/db/gloda/modules/GlodaSyntheticView.jsm
rename : mailnews/db/gloda/modules/utils.js => mailnews/db/gloda/modules/GlodaUtils.jsm
rename : mailnews/db/gloda/modules/index_msg.js => mailnews/db/gloda/modules/IndexMsg.jsm
rename : mailnews/db/gloda/modules/log4moz.js => mailnews/db/gloda/modules/Log4moz.jsm
rename : mailnews/db/gloda/modules/mimemsg.js => mailnews/db/gloda/modules/MimeMessage.jsm
rename : mailnews/db/gloda/modules/mimeTypeCategories.js => mailnews/db/gloda/modules/MimeTypeCategories.jsm
rename : mailnews/db/gloda/modules/noun_freetag.js => mailnews/db/gloda/modules/NounFreetag.jsm
rename : mailnews/db/gloda/modules/noun_mimetype.js => mailnews/db/gloda/modules/NounMimetype.jsm
rename : mailnews/db/gloda/modules/noun_tag.js => mailnews/db/gloda/modules/NounTag.jsm
rename : mailnews/db/gloda/modules/suffixtree.js => mailnews/db/gloda/modules/SuffixTree.jsm
rename : mailnews/test/fakeserver/auth.js => mailnews/test/fakeserver/Auth.jsm
rename : mailnews/test/fakeserver/imapd.js => mailnews/test/fakeserver/Imapd.jsm
rename : mailnews/test/fakeserver/maild.js => mailnews/test/fakeserver/Maild.jsm
rename : mailnews/test/fakeserver/nntpd.js => mailnews/test/fakeserver/Nntpd.jsm
rename : mailnews/test/fakeserver/pop3d.js => mailnews/test/fakeserver/Pop3d.jsm
rename : mailnews/test/fakeserver/smtpd.js => mailnews/test/fakeserver/Smtpd.jsm
rename : mailnews/test/resources/IMAPpump.js => mailnews/test/resources/IMAPpump.jsm
rename : mailnews/test/resources/localAccountUtils.js => mailnews/test/resources/LocalAccountUtils.jsm
rename : mailnews/test/resources/mailTestUtils.js => mailnews/test/resources/MailTestUtils.jsm
rename : mailnews/test/resources/messageGenerator.js => mailnews/test/resources/MessageGenerator.jsm
rename : mailnews/test/resources/MockFactory.js => mailnews/test/resources/MockFactory.jsm
extra : amend_source : 810c5e4724ae28add2f66a87e88bc144578425e8
2020-01-25 12:05:55 +02:00
Khushil Mistry 0368a1c1e1 Bug 1594000 - Convert remaining nsISimpleEnumerator users to use JS iteration in remaining parts. r=mkmelin 2020-01-17 11:51:29 +02:00
Geoff Lankow 5cc3282b22 Bug 1607646 - Fix missing files and bad CSS found with static testing. r=mkmelin 2020-01-08 12:03:10 +02:00
Richard Marti 7abe8fd0bb ug 1605480 - Port bug 1604960: Migrate all text actions to use Fluent. r=mkmelin 2019-12-26 09:16:41 +02:00
Geoff Lankow 24fb5a41e9 Bug 1605845 - Change all references to .xul files to .xhtml instead; rs=bustage-fix
--HG--
extra : rebase_source : f9df1b5f1d278b881373ffc7580aac1aabef2fa6
2019-12-24 22:30:36 +13:00
Geoff Lankow 0ea1061a88 Bug 1605845 - Rename all .xul files to .xhtml; rs=bustage-fix
--HG--
rename : calendar/base/content/dialogs/calendar-alarm-dialog.xul => calendar/base/content/dialogs/calendar-alarm-dialog.xhtml
rename : calendar/base/content/dialogs/calendar-conflicts-dialog.xul => calendar/base/content/dialogs/calendar-conflicts-dialog.xhtml
rename : calendar/base/content/dialogs/calendar-error-prompt.xul => calendar/base/content/dialogs/calendar-error-prompt.xhtml
rename : calendar/base/content/dialogs/calendar-event-dialog-attendees.xul => calendar/base/content/dialogs/calendar-event-dialog-attendees.xhtml
rename : calendar/base/content/dialogs/calendar-event-dialog-recurrence.xul => calendar/base/content/dialogs/calendar-event-dialog-recurrence.xhtml
rename : calendar/base/content/dialogs/calendar-event-dialog-reminder.xul => calendar/base/content/dialogs/calendar-event-dialog-reminder.xhtml
rename : calendar/base/content/dialogs/calendar-event-dialog-timezone.xul => calendar/base/content/dialogs/calendar-event-dialog-timezone.xhtml
rename : calendar/base/content/dialogs/calendar-event-dialog.xul => calendar/base/content/dialogs/calendar-event-dialog.xhtml
rename : calendar/base/content/dialogs/calendar-invitations-dialog.xul => calendar/base/content/dialogs/calendar-invitations-dialog.xhtml
rename : calendar/base/content/dialogs/calendar-migration-dialog.xul => calendar/base/content/dialogs/calendar-migration-dialog.xhtml
rename : calendar/base/content/dialogs/calendar-occurrence-prompt.xul => calendar/base/content/dialogs/calendar-occurrence-prompt.xhtml
rename : calendar/base/content/dialogs/calendar-print-dialog.xul => calendar/base/content/dialogs/calendar-print-dialog.xhtml
rename : calendar/base/content/dialogs/calendar-properties-dialog.xul => calendar/base/content/dialogs/calendar-properties-dialog.xhtml
rename : calendar/base/content/dialogs/calendar-providerUninstall-dialog.xul => calendar/base/content/dialogs/calendar-providerUninstall-dialog.xhtml
rename : calendar/base/content/dialogs/calendar-subscriptions-dialog.xul => calendar/base/content/dialogs/calendar-subscriptions-dialog.xhtml
rename : calendar/base/content/dialogs/calendar-summary-dialog.xul => calendar/base/content/dialogs/calendar-summary-dialog.xhtml
rename : calendar/base/content/dialogs/chooseCalendarDialog.xul => calendar/base/content/dialogs/chooseCalendarDialog.xhtml
rename : calendar/base/content/preferences/alarms.inc.xul => calendar/base/content/preferences/alarms.inc.xhtml
rename : calendar/base/content/preferences/categories.inc.xul => calendar/base/content/preferences/categories.inc.xhtml
rename : calendar/base/content/preferences/editCategory.xul => calendar/base/content/preferences/editCategory.xhtml
rename : calendar/base/content/preferences/general.inc.xul => calendar/base/content/preferences/general.inc.xhtml
rename : calendar/base/content/preferences/views.inc.xul => calendar/base/content/preferences/views.inc.xhtml
rename : calendar/lightning/content/imip-bar-overlay.xul => calendar/lightning/content/imip-bar-overlay.xhtml
rename : calendar/lightning/content/lightning-item-iframe.xul => calendar/lightning/content/lightning-item-iframe.xhtml
rename : calendar/lightning/content/lightning-item-panel.xul => calendar/lightning/content/lightning-item-panel.xhtml
rename : calendar/lightning/content/lightning-item-toolbar.inc.xul => calendar/lightning/content/lightning-item-toolbar.inc.xhtml
rename : calendar/lightning/content/messenger-overlay-accountCentral.xul => calendar/lightning/content/messenger-overlay-accountCentral.xhtml
rename : calendar/lightning/content/messenger-overlay-messageWindow.xul => calendar/lightning/content/messenger-overlay-messageWindow.xhtml
rename : calendar/lightning/content/messenger-overlay-preferences.xul => calendar/lightning/content/messenger-overlay-preferences.xhtml
rename : calendar/lightning/content/messenger-overlay-sidebar.xul => calendar/lightning/content/messenger-overlay-sidebar.xhtml
rename : calendar/lightning/content/suite-overlay-addons.xul => calendar/lightning/content/suite-overlay-addons.xhtml
rename : calendar/lightning/content/suite-overlay-preferences.xul => calendar/lightning/content/suite-overlay-preferences.xhtml
rename : calendar/lightning/content/suite-overlay-sidebar.xul => calendar/lightning/content/suite-overlay-sidebar.xhtml
rename : calendar/resources/content/calendarCreation.xul => calendar/resources/content/calendarCreation.xhtml
rename : calendar/resources/content/publishDialog.xul => calendar/resources/content/publishDialog.xhtml
rename : chat/content/browserRequest.xul => chat/content/browserRequest.xhtml
rename : chat/content/otr-add-fingerprint.xul => chat/content/otr-add-fingerprint.xhtml
rename : chat/content/otr-auth.xul => chat/content/otr-auth.xhtml
rename : chat/content/otr-finger.xul => chat/content/otr-finger.xhtml
rename : common/src/customizeToolbar.xul => common/src/customizeToolbar.xhtml
rename : common/src/viewSource.xul => common/src/viewSource.xhtml
rename : editor/ui/composer/content/EditorContextMenuOverlay.xul => editor/ui/composer/content/EditorContextMenuOverlay.xhtml
rename : editor/ui/composer/content/composerOverlay.xul => editor/ui/composer/content/composerOverlay.xhtml
rename : editor/ui/composer/content/editingOverlay.xul => editor/ui/composer/content/editingOverlay.xhtml
rename : editor/ui/composer/content/editor.xul => editor/ui/composer/content/editor.xhtml
rename : editor/ui/composer/content/editorMailOverlay.xul => editor/ui/composer/content/editorMailOverlay.xhtml
rename : editor/ui/composer/content/editorNavigatorOverlay.xul => editor/ui/composer/content/editorNavigatorOverlay.xhtml
rename : editor/ui/composer/content/editorOverlay.xul => editor/ui/composer/content/editorOverlay.xhtml
rename : editor/ui/composer/content/editorPrefsOverlay.xul => editor/ui/composer/content/editorPrefsOverlay.xhtml
rename : editor/ui/composer/content/editorSmileyOverlay.xul => editor/ui/composer/content/editorSmileyOverlay.xhtml
rename : editor/ui/composer/content/editorTasksOverlay.xul => editor/ui/composer/content/editorTasksOverlay.xhtml
rename : editor/ui/composer/content/pref-composer.xul => editor/ui/composer/content/pref-composer.xhtml
rename : editor/ui/composer/content/pref-editing.xul => editor/ui/composer/content/pref-editing.xhtml
rename : editor/ui/composer/content/pref-toolbars.xul => editor/ui/composer/content/pref-toolbars.xhtml
rename : editor/ui/dialogs/content/EdAdvancedEdit.xul => editor/ui/dialogs/content/EdAdvancedEdit.xhtml
rename : editor/ui/dialogs/content/EdButtonProps.xul => editor/ui/dialogs/content/EdButtonProps.xhtml
rename : editor/ui/dialogs/content/EdColorPicker.xul => editor/ui/dialogs/content/EdColorPicker.xhtml
rename : editor/ui/dialogs/content/EdColorProps.xul => editor/ui/dialogs/content/EdColorProps.xhtml
rename : editor/ui/dialogs/content/EdConvertToTable.xul => editor/ui/dialogs/content/EdConvertToTable.xhtml
rename : editor/ui/dialogs/content/EdDialogTemplate.xul => editor/ui/dialogs/content/EdDialogTemplate.xhtml
rename : editor/ui/dialogs/content/EdDictionary.xul => editor/ui/dialogs/content/EdDictionary.xhtml
rename : editor/ui/dialogs/content/EdFieldSetProps.xul => editor/ui/dialogs/content/EdFieldSetProps.xhtml
rename : editor/ui/dialogs/content/EdFormProps.xul => editor/ui/dialogs/content/EdFormProps.xhtml
rename : editor/ui/dialogs/content/EdHLineProps.xul => editor/ui/dialogs/content/EdHLineProps.xhtml
rename : editor/ui/dialogs/content/EdImageProps.xul => editor/ui/dialogs/content/EdImageProps.xhtml
rename : editor/ui/dialogs/content/EdInputImage.xul => editor/ui/dialogs/content/EdInputImage.xhtml
rename : editor/ui/dialogs/content/EdInputProps.xul => editor/ui/dialogs/content/EdInputProps.xhtml
rename : editor/ui/dialogs/content/EdInsSrc.xul => editor/ui/dialogs/content/EdInsSrc.xhtml
rename : editor/ui/dialogs/content/EdInsertChars.xul => editor/ui/dialogs/content/EdInsertChars.xhtml
rename : editor/ui/dialogs/content/EdInsertMath.xul => editor/ui/dialogs/content/EdInsertMath.xhtml
rename : editor/ui/dialogs/content/EdInsertTOC.xul => editor/ui/dialogs/content/EdInsertTOC.xhtml
rename : editor/ui/dialogs/content/EdInsertTable.xul => editor/ui/dialogs/content/EdInsertTable.xhtml
rename : editor/ui/dialogs/content/EdLabelProps.xul => editor/ui/dialogs/content/EdLabelProps.xhtml
rename : editor/ui/dialogs/content/EdLinkProps.xul => editor/ui/dialogs/content/EdLinkProps.xhtml
rename : editor/ui/dialogs/content/EdListProps.xul => editor/ui/dialogs/content/EdListProps.xhtml
rename : editor/ui/dialogs/content/EdNamedAnchorProps.xul => editor/ui/dialogs/content/EdNamedAnchorProps.xhtml
rename : editor/ui/dialogs/content/EdPageProps.xul => editor/ui/dialogs/content/EdPageProps.xhtml
rename : editor/ui/dialogs/content/EdReplace.xul => editor/ui/dialogs/content/EdReplace.xhtml
rename : editor/ui/dialogs/content/EdSelectProps.xul => editor/ui/dialogs/content/EdSelectProps.xhtml
rename : editor/ui/dialogs/content/EdSnapToGrid.xul => editor/ui/dialogs/content/EdSnapToGrid.xhtml
rename : editor/ui/dialogs/content/EdSpellCheck.xul => editor/ui/dialogs/content/EdSpellCheck.xhtml
rename : editor/ui/dialogs/content/EdTableProps.xul => editor/ui/dialogs/content/EdTableProps.xhtml
rename : editor/ui/dialogs/content/EdTextAreaProps.xul => editor/ui/dialogs/content/EdTextAreaProps.xhtml
rename : editor/ui/dialogs/content/EditConflict.xul => editor/ui/dialogs/content/EditConflict.xhtml
rename : editor/ui/dialogs/content/EditorPublish.xul => editor/ui/dialogs/content/EditorPublish.xhtml
rename : editor/ui/dialogs/content/EditorPublishOverlay.xul => editor/ui/dialogs/content/EditorPublishOverlay.xhtml
rename : editor/ui/dialogs/content/EditorPublishProgress.xul => editor/ui/dialogs/content/EditorPublishProgress.xhtml
rename : editor/ui/dialogs/content/EditorPublishSettings.xul => editor/ui/dialogs/content/EditorPublishSettings.xhtml
rename : editor/ui/dialogs/content/EditorSaveAsCharset.xul => editor/ui/dialogs/content/EditorSaveAsCharset.xhtml
rename : editor/ui/dialogs/content/edImage.inc.xul => editor/ui/dialogs/content/edImage.inc.xhtml
rename : mail/base/content/ABSearchDialog.xul => mail/base/content/ABSearchDialog.xhtml
rename : mail/base/content/FilterListDialog.xul => mail/base/content/FilterListDialog.xhtml
rename : mail/base/content/SearchDialog.xul => mail/base/content/SearchDialog.xhtml
rename : mail/base/content/aboutDialog.xul => mail/base/content/aboutDialog.xhtml
rename : mail/base/content/browserRequest.xul => mail/base/content/browserRequest.xhtml
rename : mail/base/content/charsetOverlay.xul => mail/base/content/charsetOverlay.xhtml
rename : mail/base/content/editContactPanel.inc.xul => mail/base/content/editContactPanel.inc.xhtml
rename : mail/base/content/glodaFacetViewWrapper.xul => mail/base/content/glodaFacetViewWrapper.xhtml
rename : mail/base/content/helpMenu.inc.xul => mail/base/content/helpMenu.inc.xhtml
rename : mail/base/content/hiddenWindow.xul => mail/base/content/hiddenWindow.xhtml
rename : mail/base/content/macWindowMenu.inc.xul => mail/base/content/macWindowMenu.inc.xhtml
rename : mail/base/content/mainCommandSet.inc.xul => mail/base/content/mainCommandSet.inc.xhtml
rename : mail/base/content/mainKeySet.inc.xul => mail/base/content/mainKeySet.inc.xhtml
rename : mail/base/content/mainMailToolbox.inc.xul => mail/base/content/mainMailToolbox.inc.xhtml
rename : mail/base/content/mainNavigationToolbox.inc.xul => mail/base/content/mainNavigationToolbox.inc.xhtml
rename : mail/base/content/mainPopupSet.inc.xul => mail/base/content/mainPopupSet.inc.xhtml
rename : mail/base/content/mainStatusbar.inc.xul => mail/base/content/mainStatusbar.inc.xhtml
rename : mail/base/content/messageWindow.xul => mail/base/content/messageWindow.xhtml
rename : mail/base/content/messenger.xul => mail/base/content/messenger.xhtml
rename : mail/base/content/msgAttachmentView.inc.xul => mail/base/content/msgAttachmentView.inc.xhtml
rename : mail/base/content/msgHdrPopup.inc.xul => mail/base/content/msgHdrPopup.inc.xhtml
rename : mail/base/content/msgHdrView.inc.xul => mail/base/content/msgHdrView.inc.xhtml
rename : mail/base/content/quickFilterBar.inc.xul => mail/base/content/quickFilterBar.inc.xhtml
rename : mail/base/content/safeMode.xul => mail/base/content/safeMode.xhtml
rename : mail/base/content/sanitize.xul => mail/base/content/sanitize.xhtml
rename : mail/base/content/threadTree.inc.xul => mail/base/content/threadTree.inc.xhtml
rename : mail/base/test/browser/files/menulist.xul => mail/base/test/browser/files/menulist.xhtml
rename : mail/components/accountcreation/content/emailWizard.xul => mail/components/accountcreation/content/emailWizard.xhtml
rename : mail/components/activity/content/activity.xul => mail/components/activity/content/activity.xhtml
rename : mail/components/addrbook/content/abCard.inc.xul => mail/components/addrbook/content/abCard.inc.xhtml
rename : mail/components/addrbook/content/abContactsPanel.xul => mail/components/addrbook/content/abContactsPanel.xhtml
rename : mail/components/addrbook/content/abEditCardDialog.xul => mail/components/addrbook/content/abEditCardDialog.xhtml
rename : mail/components/addrbook/content/abEditListDialog.xul => mail/components/addrbook/content/abEditListDialog.xhtml
rename : mail/components/addrbook/content/abMailListDialog.xul => mail/components/addrbook/content/abMailListDialog.xhtml
rename : mail/components/addrbook/content/abNewCardDialog.xul => mail/components/addrbook/content/abNewCardDialog.xhtml
rename : mail/components/addrbook/content/addressbook.xul => mail/components/addrbook/content/addressbook.xhtml
rename : mail/components/cloudfile/content/selectDialog.xul => mail/components/cloudfile/content/selectDialog.xhtml
rename : mail/components/compose/content/dialogs/EdAdvancedEdit.xul => mail/components/compose/content/dialogs/EdAdvancedEdit.xhtml
rename : mail/components/compose/content/dialogs/EdColorPicker.xul => mail/components/compose/content/dialogs/EdColorPicker.xhtml
rename : mail/components/compose/content/dialogs/EdColorProps.xul => mail/components/compose/content/dialogs/EdColorProps.xhtml
rename : mail/components/compose/content/dialogs/EdConvertToTable.xul => mail/components/compose/content/dialogs/EdConvertToTable.xhtml
rename : mail/components/compose/content/dialogs/EdDictionary.xul => mail/components/compose/content/dialogs/EdDictionary.xhtml
rename : mail/components/compose/content/dialogs/EdHLineProps.xul => mail/components/compose/content/dialogs/EdHLineProps.xhtml
rename : mail/components/compose/content/dialogs/EdImageProps.xul => mail/components/compose/content/dialogs/EdImageProps.xhtml
rename : mail/components/compose/content/dialogs/EdInsSrc.xul => mail/components/compose/content/dialogs/EdInsSrc.xhtml
rename : mail/components/compose/content/dialogs/EdInsertChars.xul => mail/components/compose/content/dialogs/EdInsertChars.xhtml
rename : mail/components/compose/content/dialogs/EdInsertMath.xul => mail/components/compose/content/dialogs/EdInsertMath.xhtml
rename : mail/components/compose/content/dialogs/EdInsertTOC.xul => mail/components/compose/content/dialogs/EdInsertTOC.xhtml
rename : mail/components/compose/content/dialogs/EdInsertTable.xul => mail/components/compose/content/dialogs/EdInsertTable.xhtml
rename : mail/components/compose/content/dialogs/EdLinkProps.xul => mail/components/compose/content/dialogs/EdLinkProps.xhtml
rename : mail/components/compose/content/dialogs/EdListProps.xul => mail/components/compose/content/dialogs/EdListProps.xhtml
rename : mail/components/compose/content/dialogs/EdNamedAnchorProps.xul => mail/components/compose/content/dialogs/EdNamedAnchorProps.xhtml
rename : mail/components/compose/content/dialogs/EdReplace.xul => mail/components/compose/content/dialogs/EdReplace.xhtml
rename : mail/components/compose/content/dialogs/EdSpellCheck.xul => mail/components/compose/content/dialogs/EdSpellCheck.xhtml
rename : mail/components/compose/content/dialogs/EdTableProps.xul => mail/components/compose/content/dialogs/EdTableProps.xhtml
rename : mail/components/compose/content/dialogs/edImage.inc.xul => mail/components/compose/content/dialogs/edImage.inc.xhtml
rename : mail/components/compose/content/editFormatButtons.inc.xul => mail/components/compose/content/editFormatButtons.inc.xhtml
rename : mail/components/compose/content/messengercompose.xul => mail/components/compose/content/messengercompose.xhtml
rename : mail/components/customizableui/content/customizeMode.inc.xul => mail/components/customizableui/content/customizeMode.inc.xhtml
rename : mail/components/customizableui/content/panelUI.inc.xul => mail/components/customizableui/content/panelUI.inc.xhtml
rename : mail/components/downloads/content/aboutDownloads.xul => mail/components/downloads/content/aboutDownloads.xhtml
rename : mail/components/im/content/addbuddy.xul => mail/components/im/content/addbuddy.xhtml
rename : mail/components/im/content/am-im.xul => mail/components/im/content/am-im.xhtml
rename : mail/components/im/content/chat-menu.inc.xul => mail/components/im/content/chat-menu.inc.xhtml
rename : mail/components/im/content/chat-messenger.inc.xul => mail/components/im/content/chat-messenger.inc.xhtml
rename : mail/components/im/content/imAccountWizard.xul => mail/components/im/content/imAccountWizard.xhtml
rename : mail/components/im/content/imAccounts.xul => mail/components/im/content/imAccounts.xhtml
rename : mail/components/im/content/joinchat.xul => mail/components/im/content/joinchat.xhtml
rename : mail/components/migration/content/migration.xul => mail/components/migration/content/migration.xhtml
rename : mail/extensions/mailviews/content/mailViewList.xul => mail/extensions/mailviews/content/mailViewList.xhtml
rename : mail/extensions/mailviews/content/mailViewSetup.xul => mail/extensions/mailviews/content/mailViewSetup.xhtml
rename : mail/extensions/openpgp/content/am-enigprefs.xul => mail/extensions/openpgp/content/am-enigprefs.xhtml
rename : mail/extensions/openpgp/content/ui/attachmentItemContext.inc.xul => mail/extensions/openpgp/content/ui/attachmentItemContext.inc.xhtml
rename : mail/extensions/openpgp/content/ui/enigmailKeyImportInfo.xul => mail/extensions/openpgp/content/ui/enigmailKeyImportInfo.xhtml
rename : mail/extensions/openpgp/content/ui/enigmailKeyManager.xul => mail/extensions/openpgp/content/ui/enigmailKeyManager.xhtml
rename : mail/extensions/openpgp/content/ui/enigmailKeySelection.xul => mail/extensions/openpgp/content/ui/enigmailKeySelection.xhtml
rename : mail/extensions/openpgp/content/ui/enigmailKeygen.xul => mail/extensions/openpgp/content/ui/enigmailKeygen.xhtml
rename : mail/extensions/openpgp/content/ui/enigmailMsgBox.xul => mail/extensions/openpgp/content/ui/enigmailMsgBox.xhtml
rename : mail/extensions/openpgp/content/ui/keyDetailsDlg.xul => mail/extensions/openpgp/content/ui/keyDetailsDlg.xhtml
rename : mail/test/resources/mozmill/mozmill/extension/content/prefs.xul => mail/test/resources/mozmill/mozmill/extension/content/prefs.xhtml
rename : mailnews/addrbook/content/abAddressBookNameDialog.xul => mailnews/addrbook/content/abAddressBookNameDialog.xhtml
rename : mailnews/addrbook/prefs/content/pref-directory-add.xul => mailnews/addrbook/prefs/content/pref-directory-add.xhtml
rename : mailnews/base/content/folderProps.xul => mailnews/base/content/folderProps.xhtml
rename : mailnews/base/content/junkLog.xul => mailnews/base/content/junkLog.xhtml
rename : mailnews/base/content/junkMailInfo.xul => mailnews/base/content/junkMailInfo.xhtml
rename : mailnews/base/content/markByDate.xul => mailnews/base/content/markByDate.xhtml
rename : mailnews/base/content/msgAccountCentral.xul => mailnews/base/content/msgAccountCentral.xhtml
rename : mailnews/base/content/msgPrintEngine.xul => mailnews/base/content/msgPrintEngine.xhtml
rename : mailnews/base/content/msgSelectOfflineFolders.xul => mailnews/base/content/msgSelectOfflineFolders.xhtml
rename : mailnews/base/content/msgSynchronize.xul => mailnews/base/content/msgSynchronize.xhtml
rename : mailnews/base/content/newFolderDialog.xul => mailnews/base/content/newFolderDialog.xhtml
rename : mailnews/base/content/newmailalert.xul => mailnews/base/content/newmailalert.xhtml
rename : mailnews/base/content/renameFolderDialog.xul => mailnews/base/content/renameFolderDialog.xhtml
rename : mailnews/base/content/shutdownWindow.xul => mailnews/base/content/shutdownWindow.xhtml
rename : mailnews/base/content/subscribe.xul => mailnews/base/content/subscribe.xhtml
rename : mailnews/base/content/virtualFolderListEdit.xul => mailnews/base/content/virtualFolderListEdit.xhtml
rename : mailnews/base/content/virtualFolderProperties.xul => mailnews/base/content/virtualFolderProperties.xhtml
rename : mailnews/base/prefs/content/AccountManager.xul => mailnews/base/prefs/content/AccountManager.xhtml
rename : mailnews/base/prefs/content/AccountWizard.xul => mailnews/base/prefs/content/AccountWizard.xhtml
rename : mailnews/base/prefs/content/SmtpServerEdit.xul => mailnews/base/prefs/content/SmtpServerEdit.xhtml
rename : mailnews/base/prefs/content/am-addressing.inc.xul => mailnews/base/prefs/content/am-addressing.inc.xhtml
rename : mailnews/base/prefs/content/am-addressing.xul => mailnews/base/prefs/content/am-addressing.xhtml
rename : mailnews/base/prefs/content/am-archiveoptions.xul => mailnews/base/prefs/content/am-archiveoptions.xhtml
rename : mailnews/base/prefs/content/am-copies.inc.xul => mailnews/base/prefs/content/am-copies.inc.xhtml
rename : mailnews/base/prefs/content/am-copies.xul => mailnews/base/prefs/content/am-copies.xhtml
rename : mailnews/base/prefs/content/am-identities-list.xul => mailnews/base/prefs/content/am-identities-list.xhtml
rename : mailnews/base/prefs/content/am-identity-edit.xul => mailnews/base/prefs/content/am-identity-edit.xhtml
rename : mailnews/base/prefs/content/am-junk.xul => mailnews/base/prefs/content/am-junk.xhtml
rename : mailnews/base/prefs/content/am-main.xul => mailnews/base/prefs/content/am-main.xhtml
rename : mailnews/base/prefs/content/am-offline.xul => mailnews/base/prefs/content/am-offline.xhtml
rename : mailnews/base/prefs/content/am-server-advanced.xul => mailnews/base/prefs/content/am-server-advanced.xhtml
rename : mailnews/base/prefs/content/am-server.xul => mailnews/base/prefs/content/am-server.xhtml
rename : mailnews/base/prefs/content/am-serverwithnoidentities.xul => mailnews/base/prefs/content/am-serverwithnoidentities.xhtml
rename : mailnews/base/prefs/content/am-smtp.xul => mailnews/base/prefs/content/am-smtp.xhtml
rename : mailnews/base/prefs/content/removeAccount.xul => mailnews/base/prefs/content/removeAccount.xhtml
rename : mailnews/base/search/content/CustomHeaders.xul => mailnews/base/search/content/CustomHeaders.xhtml
rename : mailnews/base/search/content/FilterEditor.xul => mailnews/base/search/content/FilterEditor.xhtml
rename : mailnews/base/search/content/searchTerm.inc.xul => mailnews/base/search/content/searchTerm.inc.xhtml
rename : mailnews/base/search/content/viewLog.xul => mailnews/base/search/content/viewLog.xhtml
rename : mailnews/compose/content/askSendFormat.xul => mailnews/compose/content/askSendFormat.xhtml
rename : mailnews/compose/content/sendProgress.xul => mailnews/compose/content/sendProgress.xhtml
rename : mailnews/extensions/dsn/content/am-dsn.xul => mailnews/extensions/dsn/content/am-dsn.xhtml
rename : mailnews/extensions/mdn/content/am-mdn.xul => mailnews/extensions/mdn/content/am-mdn.xhtml
rename : mailnews/extensions/newsblog/content/am-newsblog.xul => mailnews/extensions/newsblog/content/am-newsblog.xhtml
rename : mailnews/extensions/newsblog/content/feed-subscriptions.xul => mailnews/extensions/newsblog/content/feed-subscriptions.xhtml
rename : mailnews/extensions/newsblog/content/feedAccountWizard.xul => mailnews/extensions/newsblog/content/feedAccountWizard.xhtml
rename : mailnews/extensions/smime/content/am-smime.inc.xul => mailnews/extensions/smime/content/am-smime.inc.xhtml
rename : mailnews/extensions/smime/content/am-smime.xul => mailnews/extensions/smime/content/am-smime.xhtml
rename : mailnews/extensions/smime/content/certFetchingStatus.xul => mailnews/extensions/smime/content/certFetchingStatus.xhtml
rename : mailnews/extensions/smime/content/certpicker.xul => mailnews/extensions/smime/content/certpicker.xhtml
rename : mailnews/extensions/smime/content/msgCompSecurityInfo.xul => mailnews/extensions/smime/content/msgCompSecurityInfo.xhtml
rename : mailnews/extensions/smime/content/msgReadSecurityInfo.xul => mailnews/extensions/smime/content/msgReadSecurityInfo.xhtml
rename : mailnews/import/content/fieldMapImport.xul => mailnews/import/content/fieldMapImport.xhtml
rename : mailnews/import/content/importDialog.xul => mailnews/import/content/importDialog.xhtml
rename : mailnews/news/content/downloadheaders.xul => mailnews/news/content/downloadheaders.xhtml
extra : rebase_source : ee7486c07a00cc73d810b3afb631a1ff41ab3524
2019-12-24 22:06:52 +13:00
Magnus Melin 29736bcbac Bug 1601769 - update Thunderbird references to toolkit xul->xhtml files renamings in bug 1601093. r=darktrojan
grep -rEl '/(alert|appPicker|dummy|passwordManager|printPageSetup|printPreviewProgress|printProgress|commonDialog|selectDialog|config|editMenuKeys.inc|resetProfile|resetProfileProgress|win|createProfileWizard|profileDowngrade|profileSelection).xul' --exclude-dir=.hg --exclude-dir=suite --exclude-dir=editor . | xargs sed -E -i 's#/(alert|appPicker|dummy|passwordManager|printPageSetup|printPreviewProgress|printProgress|commonDialog|selectDialog|config|editMenuKeys.inc|resetProfile|resetProfileProgress|win|createProfileWizard|profileDowngrade|profileSelection).xul#/\1.xhtml#g'

hg revert mail/components/cloudfile/jar.mn
hg revert mail/components/preferences/jar.mn
hg revert mail/components/preferences/privacy.js
hg revert mail/components/compose/content/bigFileObserver.js

--HG--
rename : mail/base/content/profileDowngrade.xul => mail/base/content/profileDowngrade.xhtml
2019-12-11 23:56:09 +02:00
Bill Gianopoulos 25698ee449 Bug 1602113 - Add missing include of nsComponentManagerUtils.h to saxparser. r=frg 2019-12-07 08:41:43 -05:00
Geoff Lankow 7cef80492b Bug 1593544 - Stop loading plugin provider modules in Thunderbird. r=jorgk 2019-11-08 11:45:17 +13:00
Magnus Melin dae7635848 Bug 1593469 - Port bug 1470510: Merge nsXULWindow and nsWebShellWindow. r=jorgk
# XULWindow -> AppWindow
grep -rl 'XULWindow' --exclude-dir=.hg --exclude-dir=suite --exclude-dir=editor . | xargs sed -i 's/XULWindow/AppWindow/g'

# xulWin -> appWin
grep -rl 'xulWin' --exclude-dir=.hg --exclude-dir=suite --exclude-dir=editor . | xargs sed -i 's/xulWin/appWin/g'

# XulWin -> AppWin
grep -rl 'XulWin' --exclude-dir=.hg --exclude-dir=suite --exclude-dir=editor . | xargs sed -i 's/XulWin/AppWin/g'

# XUL window -> app window
grep -ril 'XUL window' --exclude-dir=.hg --exclude-dir=suite --exclude-dir=editor . | xargs sed -i 's/XUL window/app window/gi'
2019-11-05 23:54:06 +01:00
Geoff Lankow 1673b67bb3 Bug 1584160 - Restore persisted state of all toolbars possibly affected by an overlay. r=pmorris 2019-11-05 12:19:24 +13:00
Jorg K 9fbe54aed9 Bug 1593544 - disable failing test_bootstrap.js. rs=bustage-fix 2019-11-03 23:24:31 +01:00
Jorg K d240bad229 Bug 1463266 - fix typos in comm-central using codespell. rs=comment-only,typo-fix 2019-10-21 23:07:47 +02:00
Geoff Lankow 6c1976152b Bug 1580420 - Don't apply persisted dimensions to windows in the overlay loader. r=jorgk DONTBUILD 2019-10-21 15:59:53 +13:00
Magnus Melin 4693a34755 Bug 1570954 - Port bug 1479125 to Thunderbird: Rewrite callers firstChild/lastChild/childNodes/previousSibling/nextSibling with firstElementChild/lastElementChild/children/previousElementSibling/nextElementSibling. r=pmorris
This allows the JS to work in HTML documents, where whitespace is preserved. In XUL
documents, whitespace is ignored when parsing so text nodes are generally not returned.

The following changes were made, with manual cleanups as necessary (i.e. when firstChild actually refers to a text node, or when firstChild is used in a loop to empty out an element):

firstChild->firstElementChild
lastChild->lastElementChild
nextSibling->nextElementSibling
previousSibling->previousElementSibling
childNodes->children

 # firstChild -> firstElementChild
grep -rl '\bfirstChild\b' --exclude-dir=.hg --exclude-dir=suite --exclude-dir=editor . | xargs sed -i 's/\bfirstChild\b/firstElementChild/g'

 # lastChild->lastElementChild
grep -rl '\lastChild\b' --exclude-dir=.hg --exclude-dir=suite --exclude-dir=editor . | xargs sed -i 's/\blastChild\b/lastElementChild/g'

 # nextSibling->nextElementSibling
grep -rl '\nextSibling\b' --exclude-dir=.hg --exclude-dir=suite --exclude-dir=editor . | xargs sed -i 's/\bnextSibling\b/nextElementSibling/g'

 # previousSibling->previousElementSibling
grep -rl '\previousSibling\b' --exclude-dir=.hg --exclude-dir=suite --exclude-dir=editor . | xargs sed -i 's/\bpreviousSibling\b/previousElementSibling/g'

 # childNodes->children
grep -rl '\childNodes\b' --exclude-dir=.hg --exclude-dir=suite --exclude-dir=editor . | xargs sed -i 's/\bchildNodes\b/children/g'

 # revert for clearning out. lastElementChild.remove() -> lastChild.remove()
grep -rl '\lastElementChild.remove\b' --exclude-dir=.hg --exclude-dir=suite --exclude-dir=editor . | xargs sed -i 's/\lastElementChild.remove\b/lastChild.remove/g'

 # skip matches in cpp and other wrong changes
hg revert mailnews/base/src/nsSubscribableServer.cpp
hg revert mailnews/base/src/nsSubscribableServer.h
hg revert mailnews/mime/src/mimemsig.cpp
hg revert mail/test/mozmill/composition/test-signature-updating.js
hg revert mail/test/mozmill/shared-modules/DOMHelpers.jsm
hg revert mailnews/addrbook/jsaddrbook/AddrBookMailingList.jsm
hg revert mailnews/addrbook/public/nsIAbDirectory.idl
hg revert mailnews/addrbook/test/unit/test_basic_nsIAbDirectory.js
hg revert mailnews/addrbook/test/unit/test_jsaddrbook.js
hg revert mailnews/addrbook/test/unit/test_mailList1.js
hg revert mailnews/addrbook/test/unit/test_uid.js
hg revert mailnews/compose/src/nsMsgCompose.cpp
hg revert mail/test/mozmill/cloudfile/test-cloudfile-attachment-urls.js
hg revert mail/test/mozmill/composition/test-forward-headers.js

hg revert calendar/import-export/calHtmlExport.js
hg revert mail/components/compose/content/cloudAttachmentLinkManager.js
hg revert mail/components/compose/content/dialogs/EdConvertToTable.js
hg revert mail/components/compose/content/dialogs/EdDialogCommon.js
hg revert mail/components/compose/content/dialogs/EdInsertTOC.js
hg revert mail/components/customizableui/CustomizeMode.jsm
hg revert mail/components/customizableui/PanelMultiView.jsm
hg revert mail/test/mozmill/shared-modules/ComposeHelpers.jsm
hg revert mailnews/addrbook/jsaddrbook/AddrBookDirectory.jsm
hg revert mailnews/base/util/JXON.js
hg revert mailnews/base/util/errUtils.js
hg revert mailnews/extensions/newsblog/content/feed-parser.js

hg revert mail/components/compose/texzilla/TeXZilla.js

../mach eslint --fix
2019-10-13 21:42:57 +03:00
Geoff Lankow e50dd85282 Bug 1584461 - Load overlay documents in the same docGroup as the document they overlay; rs=bustage-fix
--HG--
extra : rebase_source : 6d2847aa99e98733a0f28ca6fa5d919e5fb98ce2
2019-09-27 22:17:10 +12:00
Ben Campbell 0f7f116a1b Bug 420506 - Disable building of RDF code. r=jorgk 2019-09-24 17:20:58 +12:00
Geoff Lankow b747a8d03a Bug 1580642 - Fix failing test_bootstrap.js. r=mkmelin DONTBUILD 2019-09-19 21:23:48 +12:00
Jorg K 09620b045e Bug 1580642 - temporarily disable subtests 9 and 10 of comm/common/test/xpcshell/test_bootstrap.js. rs=bustage-fix DONTBUILD 2019-09-12 11:11:17 +02:00
Paul Morris 7cb3fd44f2 Bug 1577835 - Reformat common/ and ldap/ code. r=mkmelin
# ignore-this-changeset

These changes were achieved by:

1. Using eslint to add curly brackets to control
statements that did not have them (if, else, etc.),
thanks to the eslint rule: "curly": ["error", "all"]

Done by running |mach eslint common/ --fix|

2. Reformatting the code using Prettier.

Done by deleting the common/ and ldap/ lines from
the .prettierignore file and running:
|mach eslint chat/ --fix|
2019-08-30 15:15:33 -04:00
Khushil Mistry 61d6d659d9 Bug 1577659 - remove statusbarpanel custom element. r=mkmelin 2019-08-30 02:16:00 +02:00
aceman 96e4fa0cf0 Bug 1577289 - reorder imports in viewSource.xul to properly initialize SAVEMODE_FILEONLY in contentAreaUtils.js and save the message source using system principal. r=jorgk 2019-08-28 14:09:00 +02:00
Frank-Rainer Grahl fb5b3b0e48 Bug 1576505 - Replace obsolete contentDocumentAsCPOW. r=jorgk 2019-08-26 11:16:00 +02:00
Paul Morris 65f4506d1f Bug 1571408 - [de-xbl] Convert the toolbar binding to a custom element. r=mkmelin DONTBUILD
--HG--
rename : common/bindings/toolbar.xml => common/bindings/customizable-toolbar.js
2019-08-09 14:45:28 -04:00
Geoff Lankow 60ea21f816 Bug 1571453 - Handle exceptions in bootstrapped extension methods better. r=mkmelin 2019-08-06 19:58:36 +12:00
Richard Marti f850e46888 Bug 1571181 - Add our own menubar.ftl for the charset menuitem. r=jorgk DONTBUILD
--HG--
extra : amend_source : 04c7e39a2457b268b1785ca7375743ab098a6ae5
2019-08-03 10:54:53 +02:00
Jorg K 0742a84f2f Bug 1571181 - Port bug 1501886: add Fluent data to charsetMenu. rs=bustage-fix 2019-08-03 09:18:31 +02:00
Jorg K eef308c9f7 Bug 1568420 - Remove QI of window to nsIDOMChromeWindow, nsIDOMWindow, nsIInterfaceRequestor and image to nsIImageLoadingContent. r=bz,pmorris 2019-07-25 23:15:49 +02:00
Khushil Mistry 6eb8fa75fa Bug 1546315 - [de-xbl] remove the toolbox binding. r=mkmelin 2019-07-16 05:38:00 +02:00
Geoff Lankow cdffefb912 Bug 1565180 - Update Thunderbird modifications to about:addons. r=Paenglab
--HG--
rename : mail/base/content/extensionsOverlay.css => mail/base/content/aboutAddonsExtra.css
2019-07-16 14:27:53 +12:00
Jorg K 2bb93b45b1 Bug 1565888 - Replace Japanese with Shift_JIS in onSetCharacterSet() for view source. r=mkmelin DONTBUILD 2019-07-14 19:40:46 +02:00
Jorg K cb812d60ea Bug 1564094 - Follow-up: With history enabled, check that back/forward buttons are there. r=aceman 2019-07-14 00:09:48 +02:00
Khushil Mistry 7ccae8b4ab Bug 1546336 - [de-xbl] remove the toolbar-menubar-autohide binding. r=mkmelin 2019-07-11 09:24:00 +02:00
Jorg K b6a6b654b6 Bug 1564094 - Enable history for view source so reload works with the system principal. r=bz 2019-07-10 00:21:24 +02:00
Geoff Lankow c72d000f1d Bug 1560021 - Remove hack to set persisted values on <radiogroup> elements in overlays; r=Fallen 2019-07-04 21:04:38 +12:00
Jorg K 70b6bea117 Bug 1546336 - Backed out changesets e0efa65d3901 and d49c04d9b70e for test failures on Windows. a=backout 2019-06-22 00:17:55 +02:00
Alessandro Castellani 5edf37d6df Bug 1546340 - [de-xbl] remove toolbarpaletteitem and toolbarpaletteitem-palette bindings. r=mkmelin 2019-06-21 00:08:52 +02:00
Khushil Mistry 644349d516 Bug 1546336 - [de-xbl] remove the toolbar-menubar-autohide binding. r=mkmelin 2019-06-20 05:30:00 +02:00
Jorg K 630f951ef8 Bug 1557102 - Follow-up: fix linting issue. r=darktrojan (via IRC) DONTBUILD 2019-06-17 11:29:04 +02:00
Dirk Steinmetz 5c70bed0e9 Bug 1557102 - Work around inline styles being ignored. r=darktrojan
For some unknown reason, inline styles in overlays are ignored until something
triggers re-evaluation of the element style. This causes inline styles to be
invisible whenever an add-on uses inline styles, but does not alter the styled
element using code.

To work around the issue, this commit forces styles to be evaluated by
setting the 'display' style to the already evaluated value. That forces any
inline styles to become visible immediately.
2019-06-17 10:09:57 +02:00
Neil Rashbrook 432b50e359 Bug 1552866 - Restore prefilling user name in account creation after bug 1433350. r=mkmelin,jorgk 2019-06-03 00:39:11 +02:00
Magnus Melin bdfddee3a7 Bug 1538509 - [de-xbl] remove the overlayTrigger binding. r=darktrojan 2019-03-23 22:13:30 +02:00
Arshad Khan 1180168f27 Bug 1547699 - Improvements/Simplifications for MozAttachmentlist. r=mkmelin
Removes xbl-richlistbox. Fixes for bug 1554943 (height resize) and bug 1552965 (click in empty space in attachment bucket).
2019-06-01 22:00:50 +02:00
Geoff Lankow 9a88d8e7aa Bug 1555097 follow-up - fix not-well-formed XML; rs=me DONTBUILD 2019-05-31 11:14:30 +12:00
Richard Marti 9275899b81 Bug 1555657 - Hide the toolbarbutton-menubutton-dropmarker in customize window. r=mkmelin 2019-05-30 14:20:21 +02:00
Magnus Melin 884d6b2091 Bug 1555097 - make toolbarbutton-menu-button inherit command (and more) so e.g. fwd button will work. r=khushil
Also remove the unused #menu-button binding
2019-05-30 12:10:18 +03:00
Magnus Melin cb837aff69 Bug 1553768 - [de-xbl] remove the menu-vertical, appmenu-vertical bindings - convert to <toolbarbutton is="toolbarbutton-appmenu">. rs=bustage-fix,jorgk 2019-05-23 13:07:49 +03:00