Rob Lemley
a380b00720
Bug 1893718 - Configure jsdoc with a javascript file rather than JSON. r=aleca
...
It turns out that sphinx_js doesn't really do anything with `jsdoc_config_path`
except pass it along to jsdoc itself, which will happily execute a javascript
module. This saves having to write out a new JSON file in the source directory
when building docs.
Differential Revision: https://phabricator.services.mozilla.com/D208786
--HG--
rename : docs/jsdoc.conf.json => docs/jsdoc.conf.js
extra : amend_source : 71be7a74bfbbad14817e39ea8aeda2db0358a069
extra : absorb_source : 967dcb9111a372a93aba2b06271f75fa3ff95dd5
2024-04-29 15:37:21 -07:00
Martin Giger
7a201d83c7
Bug 1887022 - Ignore files downloaded/generated for documentation build. r=dandarnell
...
Differential Revision: https://phabricator.services.mozilla.com/D205451
--HG--
extra : amend_source : e8731ca37fdb6841345ebc90128e033cf10d8978
2024-03-25 12:30:11 +02:00
Rob Lemley
f60b45ca6f
Bug 1845794 - Create a "beta" branding directory. r=dandarnell#!thunderbird-build-system-reviewers,#thunderbird-reviewers
...
This patch covers the non-image assets for "tb_beta" branding.
Differential Revision: https://phabricator.services.mozilla.com/D186655
--HG--
rename : mail/branding/thunderbird/pref/thunderbird-branding.js => mail/branding/include/release-prefs.js
rename : mail/branding/thunderbird/LICENSE => mail/branding/tb_beta/LICENSE
rename : mail/branding/thunderbird/branding.nsi => mail/branding/tb_beta/branding.nsi
rename : mail/branding/thunderbird/configure.sh => mail/branding/tb_beta/configure.sh
rename : mail/branding/thunderbird/jar.mn => mail/branding/tb_beta/jar.mn
rename : mail/branding/thunderbird/locales/Makefile.in => mail/branding/tb_beta/locales/Makefile.in
rename : mail/branding/thunderbird/locales/en-US/brand.dtd => mail/branding/tb_beta/locales/en-US/brand.dtd
rename : mail/branding/thunderbird/locales/en-US/brand.ftl => mail/branding/tb_beta/locales/en-US/brand.ftl
rename : mail/branding/thunderbird/locales/en-US/brand.properties => mail/branding/tb_beta/locales/en-US/brand.properties
rename : mail/branding/thunderbird/locales/jar.mn => mail/branding/tb_beta/locales/jar.mn
rename : mail/branding/thunderbird/locales/moz.build => mail/branding/tb_beta/locales/moz.build
rename : mail/branding/thunderbird/moz.build => mail/branding/tb_beta/moz.build
rename : mail/branding/thunderbird/pref/thunderbird-branding.js => mail/branding/tb_beta/pref/thunderbird-branding.js
rename : mail/branding/thunderbird/thunderbird.VisualElementsManifest.xml => mail/branding/tb_beta/thunderbird.VisualElementsManifest.xml
extra : moz-landing-system : lando
2023-10-23 13:34:38 +00:00
Rob Lemley
4237aaecd2
Bug 1832130 - Port bug 1508369: Add stylelint to mach commlint. r=aleca
...
Differential Revision: https://phabricator.services.mozilla.com/D178832
--HG--
rename : .eslintignore => .stylelintignore
extra : moz-landing-system : lando
2023-05-24 18:49:33 +00:00
Rob Lemley
abcec1eac4
Bug 1831588 - Teach ESLint to ignore paths from ThirdPartyPaths.txt. r=aleca
...
Copy code from m-c's .eslintrc.js that reads ThirdPartyPaths.txt (and Generated.txt)
and adds the contents to ignorePatterns.
Since those files are prefixed with "comm/", ESLint needs to drop the prefix
because `commlint -l eslint` always runs from ``$topsrcdir/comm` so that the
correct .eslintignore and .prettierignore files are found.
Differential Revision: https://phabricator.services.mozilla.com/D177274
--HG--
extra : moz-landing-system : lando
2023-05-06 09:40:40 +00:00
Sean Burke
cbb6191d49
Bug 1830560 - ESMify our enterprise policy schema. r=aleca
...
Differential Revision: https://phabricator.services.mozilla.com/D176773
--HG--
rename : mail/components/enterprisepolicies/schemas/schema.jsm => mail/components/enterprisepolicies/schemas/schema.sys.mjs
extra : moz-landing-system : lando
2023-04-29 00:27:03 +00:00
Geoff Lankow
266f6e6ecb
Bug 1828634 - Copy some exclusion entries to .prettierignore. r=leftmostcat DONTBUILD
...
Differential Revision: https://phabricator.services.mozilla.com/D175750
--HG--
extra : rebase_source : 254be0eea604b064201e7bb1ea0ad9c1997043ab
extra : amend_source : 99550c3d0ca582599b28832dab8202b9defa03e1
2023-04-18 23:15:05 +12:00
Ping Chen
936387d0f8
Bug 1813034 - Port bug 1811633: Use our own asn1js bundle without depending on m-c. r=freaktechnik
...
Differential Revision: https://phabricator.services.mozilla.com/D168737
--HG--
extra : amend_source : 42ed69fa269b522a338ad3f936d697e5f380dbf4
2023-02-09 21:39:19 +11:00
Rob Lemley
d3b64c3e4e
Backed out changeset ca8189b2fb42 (Bug 1813034). r=mkmelin
...
Differential Revision: https://phabricator.services.mozilla.com/D169003
--HG--
extra : amend_source : efa11abd0dbda85fa48faaa572d3e04f0e441a45
2023-02-09 21:37:34 +11:00
Ping Chen
43bda0c863
Bug 1813034 - Port bug 1811633: Use our own asn1js bundle without depending on m-c. r=freaktechnik
...
Differential Revision: https://phabricator.services.mozilla.com/D168354
--HG--
extra : rebase_source : 06352c9e48ff4594cd7b9accd50122429ff51656
2023-01-31 23:04:24 +00:00
Geoff Lankow
c3115ae335
Bug 1695596 follow-up - Update .eslintignore for the moved files. rs=linting
2022-06-07 16:43:05 +12:00
Magnus Melin
0fbcac64a3
Bug 93085 - remove last traces of account specific DSN UI. r=Paenglab
...
More or less dead code for the last 20yrs.
Differential Revision: https://phabricator.services.mozilla.com/D125267
--HG--
extra : rebase_source : 5732fd2ecb9c72bd88bb3f28015216b01f79d4ff
extra : amend_source : 157bcb7b2f5bd0c90a4634f916d76983e5d97dad
extra : absorb_source : 07e768e490b09031bd5b5da0a8b03d658c7228f9
2021-09-11 12:52:01 +03:00
Geoff Lankow
c8937ec9ef
Bug 1692826 - Move mail/base/actors and mail/base/modules to mail/actors and mail/modules. r=mkmelin
...
Differential Revision: https://phabricator.services.mozilla.com/D118913
--HG--
rename : mail/base/actors/ContextMenuParent.jsm => mail/actors/ContextMenuParent.jsm
rename : mail/base/actors/LinkHandlerChild.jsm => mail/actors/LinkHandlerChild.jsm
rename : mail/base/actors/LinkHandlerParent.jsm => mail/actors/LinkHandlerParent.jsm
rename : mail/base/actors/PromptParent.jsm => mail/actors/PromptParent.jsm
rename : mail/base/actors/VCardChild.jsm => mail/actors/VCardChild.jsm
rename : mail/base/actors/VCardParent.jsm => mail/actors/VCardParent.jsm
rename : mail/base/actors/moz.build => mail/actors/moz.build
rename : mail/base/modules/AppUpdateUI.jsm => mail/modules/AppUpdateUI.jsm
rename : mail/base/modules/AttachmentChecker.jsm => mail/modules/AttachmentChecker.jsm
rename : mail/base/modules/DBViewWrapper.jsm => mail/modules/DBViewWrapper.jsm
rename : mail/base/modules/DNS.jsm => mail/modules/DNS.jsm
rename : mail/base/modules/DisplayNameUtils.jsm => mail/modules/DisplayNameUtils.jsm
rename : mail/base/modules/ExtensionsUI.jsm => mail/modules/ExtensionsUI.jsm
rename : mail/base/modules/GlobalPopupNotifications.jsm => mail/modules/GlobalPopupNotifications.jsm
rename : mail/base/modules/MailConstants.jsm => mail/modules/MailConstants.jsm
rename : mail/base/modules/MailConsts.jsm => mail/modules/MailConsts.jsm
rename : mail/base/modules/MailE10SUtils.jsm => mail/modules/MailE10SUtils.jsm
rename : mail/base/modules/MailMigrator.jsm => mail/modules/MailMigrator.jsm
rename : mail/base/modules/MailUtils.jsm => mail/modules/MailUtils.jsm
rename : mail/base/modules/MailViewManager.jsm => mail/modules/MailViewManager.jsm
rename : mail/base/modules/MessageArchiver.jsm => mail/modules/MessageArchiver.jsm
rename : mail/base/modules/MsgHdrSyntheticView.jsm => mail/modules/MsgHdrSyntheticView.jsm
rename : mail/base/modules/QuickFilterManager.jsm => mail/modules/QuickFilterManager.jsm
rename : mail/base/modules/SearchSpec.jsm => mail/modules/SearchSpec.jsm
rename : mail/base/modules/SessionStore.jsm => mail/modules/SessionStore.jsm
rename : mail/base/modules/SessionStoreManager.jsm => mail/modules/SessionStoreManager.jsm
rename : mail/base/modules/SummaryFrameManager.jsm => mail/modules/SummaryFrameManager.jsm
rename : mail/base/modules/TBDistCustomizer.jsm => mail/modules/TBDistCustomizer.jsm
rename : mail/base/modules/TagUtils.jsm => mail/modules/TagUtils.jsm
rename : mail/base/modules/ThemeVariableMap.jsm => mail/modules/ThemeVariableMap.jsm
rename : mail/base/modules/Windows8WindowFrameColor.jsm => mail/modules/Windows8WindowFrameColor.jsm
rename : mail/base/modules/WindowsJumpLists.jsm => mail/modules/WindowsJumpLists.jsm
rename : mail/base/modules/moz.build => mail/modules/moz.build
extra : rebase_source : 8a3abb8e2d00ca80589bfef4ab4c9320a636560b
2021-06-28 21:51:49 +12:00
Geoff Lankow
b83d4b1340
Bug 1710548 - Move everything out of calendar/lightning. r=mkmelin
...
This removes the calendar/lightning directory from the source and lightning.jar from the packaging. The chrome://lightning/content namespace also disappears here.
Some of this will move again in a few revisions' time, but it is too time-consuming to backport the second moves.
Differential Revision: https://phabricator.services.mozilla.com/D114942
--HG--
rename : calendar/lightning/content/lightning.js => calendar/base/calendar.js
rename : calendar/lightning/content/calendar-appmenu-panelviews.inc.xhtml => calendar/base/content/calendar-appmenu-panelviews.inc.xhtml
rename : calendar/lightning/content/calendar-buttons-mail-toolbar.inc.xhtml => calendar/base/content/calendar-buttons-mail-toolbar.inc.xhtml
rename : calendar/lightning/content/calendar-commands.inc.xhtml => calendar/base/content/calendar-commands.inc.xhtml
rename : calendar/lightning/content/calendar-context-menus-and-tooltips.inc.xhtml => calendar/base/content/calendar-context-menus-and-tooltips.inc.xhtml
rename : calendar/lightning/content/calendar-keys.inc.xhtml => calendar/base/content/calendar-keys.inc.xhtml
rename : calendar/lightning/content/calendar-menu-events-tasks.inc.xhtml => calendar/base/content/calendar-menu-events-tasks.inc.xhtml
rename : calendar/lightning/content/calendar-status-bar.inc.xhtml => calendar/base/content/calendar-status-bar.inc.xhtml
rename : calendar/lightning/content/calendar-tab-panels.inc.xhtml => calendar/base/content/calendar-tab-panels.inc.xhtml
rename : calendar/lightning/content/calendar-today-pane.inc.xhtml => calendar/base/content/calendar-today-pane.inc.xhtml
rename : calendar/lightning/content/calendar-view-menu.inc.xhtml => calendar/base/content/calendar-view-menu.inc.xhtml
rename : calendar/lightning/content/lightning-calendar-properties.js => calendar/base/content/dialogs/lightning-calendar-properties.js
rename : calendar/lightning/content/imip-bar-overlay.inc.xhtml => calendar/base/content/imip-bar-overlay.inc.xhtml
rename : calendar/lightning/content/imip-bar.js => calendar/base/content/imip-bar.js
rename : calendar/lightning/content/lightning-invitation.xhtml => calendar/base/content/lightning-invitation.xhtml
rename : calendar/lightning/content/lightning-item-iframe.js => calendar/base/content/lightning-item-iframe.js
rename : calendar/lightning/content/lightning-item-iframe.xhtml => calendar/base/content/lightning-item-iframe.xhtml
rename : calendar/lightning/content/lightning-item-panel.inc.xhtml => calendar/base/content/lightning-item-panel.inc.xhtml
rename : calendar/lightning/content/lightning-item-panel.js => calendar/base/content/lightning-item-panel.js
rename : calendar/lightning/content/lightning-item-toolbar.inc.xhtml => calendar/base/content/lightning-item-toolbar.inc.xhtml
rename : calendar/lightning/content/lightning-utils.js => calendar/base/content/lightning-utils.js
rename : calendar/lightning/content/messenger-overlay-preferences.inc.xhtml => calendar/base/content/preferences/calendar-preferences.inc.xhtml
rename : calendar/lightning/content/messenger-overlay-preferences.js => calendar/base/content/preferences/calendar-preferences.js
rename : calendar/lightning/modules/ltnInvitationUtils.jsm => calendar/base/modules/ltnInvitationUtils.jsm
rename : calendar/lightning/components/CalMimeConverter.jsm => calendar/base/src/CalMimeConverter.jsm
rename : calendar/lightning/components/CalItipProtocolHandler.jsm => calendar/itip/CalItipProtocolHandler.jsm
extra : rebase_source : 482ed4926fcf7998979bd835a20c679c379a24b9
extra : histedit_source : c0f31f7cfeb62810922807654558ab385da03040
2021-05-11 14:45:05 +12:00
Ping Chen
5157d7abaa
Bug 1647252 - Use sax-js to replace nsISAXXMLReader in xmpp-xml.jsm. r=clokep
...
Differential Revision: https://phabricator.services.mozilla.com/D109864
--HG--
extra : amend_source : c2bff036856a79b0c593181edd6aaeff263422c0
2021-04-10 12:00:50 +03:00
Ian Neal
2334139b7f
Bug 1684772 - Move editor/ui into suite/editor. r=frg DONTBUILD
...
--HG--
rename : editor/ui/composer/content/ComposerCommands.js => suite/editor/base/content/ComposerCommands.js
rename : editor/ui/composer/content/EditorAllTags.css => suite/editor/base/content/EditorAllTags.css
rename : editor/ui/composer/content/EditorContent.css => suite/editor/base/content/EditorContent.css
rename : editor/ui/composer/content/EditorContextMenu.js => suite/editor/base/content/EditorContextMenu.js
rename : editor/ui/composer/content/EditorContextMenuOverlay.xhtml => suite/editor/base/content/EditorContextMenuOverlay.xhtml
rename : editor/ui/composer/content/StructBarContextMenu.js => suite/editor/base/content/StructBarContextMenu.js
rename : editor/ui/composer/content/composerOverlay.xhtml => suite/editor/base/content/composerOverlay.xhtml
rename : editor/ui/composer/content/editingOverlay.js => suite/editor/base/content/editingOverlay.js
rename : editor/ui/composer/content/editingOverlay.xhtml => suite/editor/base/content/editingOverlay.xhtml
rename : editor/ui/composer/content/editor.js => suite/editor/base/content/editor.js
rename : editor/ui/composer/content/editor.xhtml => suite/editor/base/content/editor.xhtml
rename : editor/ui/composer/content/editorApplicationOverlay.js => suite/editor/base/content/editorApplicationOverlay.js
rename : editor/ui/composer/content/editorMailOverlay.xhtml => suite/editor/base/content/editorMailOverlay.xhtml
rename : editor/ui/composer/content/editorNavigatorOverlay.xhtml => suite/editor/base/content/editorNavigatorOverlay.xhtml
rename : editor/ui/composer/content/editorOverlay.xhtml => suite/editor/base/content/editorOverlay.xhtml
rename : editor/ui/composer/content/editorTasksOverlay.xhtml => suite/editor/base/content/editorTasksOverlay.xhtml
rename : editor/ui/composer/content/editorUtilities.js => suite/editor/base/content/editorUtilities.js
rename : editor/ui/composer/content/images/bringtofront-disabled.gif => suite/editor/base/content/images/bringtofront-disabled.gif
rename : editor/ui/composer/content/images/bringtofront.gif => suite/editor/base/content/images/bringtofront.gif
rename : editor/ui/composer/content/images/sendtoback-disabled.gif => suite/editor/base/content/images/sendtoback-disabled.gif
rename : editor/ui/composer/content/images/sendtoback.gif => suite/editor/base/content/images/sendtoback.gif
rename : editor/ui/composer/content/images/tag-a.gif => suite/editor/base/content/images/tag-a.gif
rename : editor/ui/composer/content/images/tag-abr.gif => suite/editor/base/content/images/tag-abr.gif
rename : editor/ui/composer/content/images/tag-acr.gif => suite/editor/base/content/images/tag-acr.gif
rename : editor/ui/composer/content/images/tag-adr.gif => suite/editor/base/content/images/tag-adr.gif
rename : editor/ui/composer/content/images/tag-anchor.gif => suite/editor/base/content/images/tag-anchor.gif
rename : editor/ui/composer/content/images/tag-app.gif => suite/editor/base/content/images/tag-app.gif
rename : editor/ui/composer/content/images/tag-ara.gif => suite/editor/base/content/images/tag-ara.gif
rename : editor/ui/composer/content/images/tag-b.gif => suite/editor/base/content/images/tag-b.gif
rename : editor/ui/composer/content/images/tag-bas.gif => suite/editor/base/content/images/tag-bas.gif
rename : editor/ui/composer/content/images/tag-bdo.gif => suite/editor/base/content/images/tag-bdo.gif
rename : editor/ui/composer/content/images/tag-big.gif => suite/editor/base/content/images/tag-big.gif
rename : editor/ui/composer/content/images/tag-blq.gif => suite/editor/base/content/images/tag-blq.gif
rename : editor/ui/composer/content/images/tag-body.gif => suite/editor/base/content/images/tag-body.gif
rename : editor/ui/composer/content/images/tag-br.gif => suite/editor/base/content/images/tag-br.gif
rename : editor/ui/composer/content/images/tag-bsf.gif => suite/editor/base/content/images/tag-bsf.gif
rename : editor/ui/composer/content/images/tag-btn.gif => suite/editor/base/content/images/tag-btn.gif
rename : editor/ui/composer/content/images/tag-cit.gif => suite/editor/base/content/images/tag-cit.gif
rename : editor/ui/composer/content/images/tag-clg.gif => suite/editor/base/content/images/tag-clg.gif
rename : editor/ui/composer/content/images/tag-cod.gif => suite/editor/base/content/images/tag-cod.gif
rename : editor/ui/composer/content/images/tag-col.gif => suite/editor/base/content/images/tag-col.gif
rename : editor/ui/composer/content/images/tag-cpt.gif => suite/editor/base/content/images/tag-cpt.gif
rename : editor/ui/composer/content/images/tag-ctr.gif => suite/editor/base/content/images/tag-ctr.gif
rename : editor/ui/composer/content/images/tag-dd.gif => suite/editor/base/content/images/tag-dd.gif
rename : editor/ui/composer/content/images/tag-del.gif => suite/editor/base/content/images/tag-del.gif
rename : editor/ui/composer/content/images/tag-dfn.gif => suite/editor/base/content/images/tag-dfn.gif
rename : editor/ui/composer/content/images/tag-dir.gif => suite/editor/base/content/images/tag-dir.gif
rename : editor/ui/composer/content/images/tag-div.gif => suite/editor/base/content/images/tag-div.gif
rename : editor/ui/composer/content/images/tag-dl.gif => suite/editor/base/content/images/tag-dl.gif
rename : editor/ui/composer/content/images/tag-dt.gif => suite/editor/base/content/images/tag-dt.gif
rename : editor/ui/composer/content/images/tag-em.gif => suite/editor/base/content/images/tag-em.gif
rename : editor/ui/composer/content/images/tag-fld.gif => suite/editor/base/content/images/tag-fld.gif
rename : editor/ui/composer/content/images/tag-fnt.gif => suite/editor/base/content/images/tag-fnt.gif
rename : editor/ui/composer/content/images/tag-for.gif => suite/editor/base/content/images/tag-for.gif
rename : editor/ui/composer/content/images/tag-frm.gif => suite/editor/base/content/images/tag-frm.gif
rename : editor/ui/composer/content/images/tag-fst.gif => suite/editor/base/content/images/tag-fst.gif
rename : editor/ui/composer/content/images/tag-h1.gif => suite/editor/base/content/images/tag-h1.gif
rename : editor/ui/composer/content/images/tag-h2.gif => suite/editor/base/content/images/tag-h2.gif
rename : editor/ui/composer/content/images/tag-h3.gif => suite/editor/base/content/images/tag-h3.gif
rename : editor/ui/composer/content/images/tag-h4.gif => suite/editor/base/content/images/tag-h4.gif
rename : editor/ui/composer/content/images/tag-h5.gif => suite/editor/base/content/images/tag-h5.gif
rename : editor/ui/composer/content/images/tag-h6.gif => suite/editor/base/content/images/tag-h6.gif
rename : editor/ui/composer/content/images/tag-hed.gif => suite/editor/base/content/images/tag-hed.gif
rename : editor/ui/composer/content/images/tag-hr.gif => suite/editor/base/content/images/tag-hr.gif
rename : editor/ui/composer/content/images/tag-html.gif => suite/editor/base/content/images/tag-html.gif
rename : editor/ui/composer/content/images/tag-i.gif => suite/editor/base/content/images/tag-i.gif
rename : editor/ui/composer/content/images/tag-ifr.gif => suite/editor/base/content/images/tag-ifr.gif
rename : editor/ui/composer/content/images/tag-img.gif => suite/editor/base/content/images/tag-img.gif
rename : editor/ui/composer/content/images/tag-inp.gif => suite/editor/base/content/images/tag-inp.gif
rename : editor/ui/composer/content/images/tag-ins.gif => suite/editor/base/content/images/tag-ins.gif
rename : editor/ui/composer/content/images/tag-isx.gif => suite/editor/base/content/images/tag-isx.gif
rename : editor/ui/composer/content/images/tag-kbd.gif => suite/editor/base/content/images/tag-kbd.gif
rename : editor/ui/composer/content/images/tag-lbl.gif => suite/editor/base/content/images/tag-lbl.gif
rename : editor/ui/composer/content/images/tag-lgn.gif => suite/editor/base/content/images/tag-lgn.gif
rename : editor/ui/composer/content/images/tag-li.gif => suite/editor/base/content/images/tag-li.gif
rename : editor/ui/composer/content/images/tag-lnk.gif => suite/editor/base/content/images/tag-lnk.gif
rename : editor/ui/composer/content/images/tag-lst.gif => suite/editor/base/content/images/tag-lst.gif
rename : editor/ui/composer/content/images/tag-map.gif => suite/editor/base/content/images/tag-map.gif
rename : editor/ui/composer/content/images/tag-men.gif => suite/editor/base/content/images/tag-men.gif
rename : editor/ui/composer/content/images/tag-met.gif => suite/editor/base/content/images/tag-met.gif
rename : editor/ui/composer/content/images/tag-nbr.gif => suite/editor/base/content/images/tag-nbr.gif
rename : editor/ui/composer/content/images/tag-nfr.gif => suite/editor/base/content/images/tag-nfr.gif
rename : editor/ui/composer/content/images/tag-nsc.gif => suite/editor/base/content/images/tag-nsc.gif
rename : editor/ui/composer/content/images/tag-obj.gif => suite/editor/base/content/images/tag-obj.gif
rename : editor/ui/composer/content/images/tag-ol.gif => suite/editor/base/content/images/tag-ol.gif
rename : editor/ui/composer/content/images/tag-opg.gif => suite/editor/base/content/images/tag-opg.gif
rename : editor/ui/composer/content/images/tag-opt.gif => suite/editor/base/content/images/tag-opt.gif
rename : editor/ui/composer/content/images/tag-p.gif => suite/editor/base/content/images/tag-p.gif
rename : editor/ui/composer/content/images/tag-pln.gif => suite/editor/base/content/images/tag-pln.gif
rename : editor/ui/composer/content/images/tag-pre.gif => suite/editor/base/content/images/tag-pre.gif
rename : editor/ui/composer/content/images/tag-prm.gif => suite/editor/base/content/images/tag-prm.gif
rename : editor/ui/composer/content/images/tag-q.gif => suite/editor/base/content/images/tag-q.gif
rename : editor/ui/composer/content/images/tag-s.gif => suite/editor/base/content/images/tag-s.gif
rename : editor/ui/composer/content/images/tag-scr.gif => suite/editor/base/content/images/tag-scr.gif
rename : editor/ui/composer/content/images/tag-slc.gif => suite/editor/base/content/images/tag-slc.gif
rename : editor/ui/composer/content/images/tag-sml.gif => suite/editor/base/content/images/tag-sml.gif
rename : editor/ui/composer/content/images/tag-smp.gif => suite/editor/base/content/images/tag-smp.gif
rename : editor/ui/composer/content/images/tag-spn.gif => suite/editor/base/content/images/tag-spn.gif
rename : editor/ui/composer/content/images/tag-stk.gif => suite/editor/base/content/images/tag-stk.gif
rename : editor/ui/composer/content/images/tag-stl.gif => suite/editor/base/content/images/tag-stl.gif
rename : editor/ui/composer/content/images/tag-stn.gif => suite/editor/base/content/images/tag-stn.gif
rename : editor/ui/composer/content/images/tag-sub.gif => suite/editor/base/content/images/tag-sub.gif
rename : editor/ui/composer/content/images/tag-sup.gif => suite/editor/base/content/images/tag-sup.gif
rename : editor/ui/composer/content/images/tag-tbd.gif => suite/editor/base/content/images/tag-tbd.gif
rename : editor/ui/composer/content/images/tag-tbl.gif => suite/editor/base/content/images/tag-tbl.gif
rename : editor/ui/composer/content/images/tag-td.gif => suite/editor/base/content/images/tag-td.gif
rename : editor/ui/composer/content/images/tag-tft.gif => suite/editor/base/content/images/tag-tft.gif
rename : editor/ui/composer/content/images/tag-th.gif => suite/editor/base/content/images/tag-th.gif
rename : editor/ui/composer/content/images/tag-thd.gif => suite/editor/base/content/images/tag-thd.gif
rename : editor/ui/composer/content/images/tag-tr.gif => suite/editor/base/content/images/tag-tr.gif
rename : editor/ui/composer/content/images/tag-tt.gif => suite/editor/base/content/images/tag-tt.gif
rename : editor/ui/composer/content/images/tag-ttl.gif => suite/editor/base/content/images/tag-ttl.gif
rename : editor/ui/composer/content/images/tag-txt.gif => suite/editor/base/content/images/tag-txt.gif
rename : editor/ui/composer/content/images/tag-u.gif => suite/editor/base/content/images/tag-u.gif
rename : editor/ui/composer/content/images/tag-ul.gif => suite/editor/base/content/images/tag-ul.gif
rename : editor/ui/composer/content/images/tag-userdefined.gif => suite/editor/base/content/images/tag-userdefined.gif
rename : editor/ui/composer/content/images/tag-var.gif => suite/editor/base/content/images/tag-var.gif
rename : editor/ui/composer/content/images/tag-xmp.gif => suite/editor/base/content/images/tag-xmp.gif
rename : editor/ui/composer/content/publishprefs.js => suite/editor/base/content/publishprefs.js
rename : editor/ui/jar.mn => suite/editor/base/jar.mn
rename : editor/ui/moz.build => suite/editor/base/moz.build
rename : editor/ui/dialogs/content/EdAEAttributes.js => suite/editor/components/dialogs/content/EdAEAttributes.js
rename : editor/ui/dialogs/content/EdAECSSAttributes.js => suite/editor/components/dialogs/content/EdAECSSAttributes.js
rename : editor/ui/dialogs/content/EdAEHTMLAttributes.js => suite/editor/components/dialogs/content/EdAEHTMLAttributes.js
rename : editor/ui/dialogs/content/EdAEJSEAttributes.js => suite/editor/components/dialogs/content/EdAEJSEAttributes.js
rename : editor/ui/dialogs/content/EdAdvancedEdit.js => suite/editor/components/dialogs/content/EdAdvancedEdit.js
rename : editor/ui/dialogs/content/EdAdvancedEdit.xhtml => suite/editor/components/dialogs/content/EdAdvancedEdit.xhtml
rename : editor/ui/dialogs/content/EdButtonProps.js => suite/editor/components/dialogs/content/EdButtonProps.js
rename : editor/ui/dialogs/content/EdButtonProps.xhtml => suite/editor/components/dialogs/content/EdButtonProps.xhtml
rename : editor/ui/dialogs/content/EdColorPicker.js => suite/editor/components/dialogs/content/EdColorPicker.js
rename : editor/ui/dialogs/content/EdColorPicker.xhtml => suite/editor/components/dialogs/content/EdColorPicker.xhtml
rename : editor/ui/dialogs/content/EdColorProps.js => suite/editor/components/dialogs/content/EdColorProps.js
rename : editor/ui/dialogs/content/EdColorProps.xhtml => suite/editor/components/dialogs/content/EdColorProps.xhtml
rename : editor/ui/dialogs/content/EdConvertToTable.js => suite/editor/components/dialogs/content/EdConvertToTable.js
rename : editor/ui/dialogs/content/EdConvertToTable.xhtml => suite/editor/components/dialogs/content/EdConvertToTable.xhtml
rename : editor/ui/dialogs/content/EdDialogCommon.js => suite/editor/components/dialogs/content/EdDialogCommon.js
rename : editor/ui/dialogs/content/EdDialogTemplate.js => suite/editor/components/dialogs/content/EdDialogTemplate.js
rename : editor/ui/dialogs/content/EdDialogTemplate.xhtml => suite/editor/components/dialogs/content/EdDialogTemplate.xhtml
rename : editor/ui/dialogs/content/EdDictionary.js => suite/editor/components/dialogs/content/EdDictionary.js
rename : editor/ui/dialogs/content/EdDictionary.xhtml => suite/editor/components/dialogs/content/EdDictionary.xhtml
rename : editor/ui/dialogs/content/EdFieldSetProps.js => suite/editor/components/dialogs/content/EdFieldSetProps.js
rename : editor/ui/dialogs/content/EdFieldSetProps.xhtml => suite/editor/components/dialogs/content/EdFieldSetProps.xhtml
rename : editor/ui/dialogs/content/EdFormProps.js => suite/editor/components/dialogs/content/EdFormProps.js
rename : editor/ui/dialogs/content/EdFormProps.xhtml => suite/editor/components/dialogs/content/EdFormProps.xhtml
rename : editor/ui/dialogs/content/EdHLineProps.js => suite/editor/components/dialogs/content/EdHLineProps.js
rename : editor/ui/dialogs/content/EdHLineProps.xhtml => suite/editor/components/dialogs/content/EdHLineProps.xhtml
rename : editor/ui/dialogs/content/EdImageDialog.js => suite/editor/components/dialogs/content/EdImageDialog.js
rename : editor/ui/dialogs/content/EdImageLinkLoader.js => suite/editor/components/dialogs/content/EdImageLinkLoader.js
rename : editor/ui/dialogs/content/EdImageProps.js => suite/editor/components/dialogs/content/EdImageProps.js
rename : editor/ui/dialogs/content/EdImageProps.xhtml => suite/editor/components/dialogs/content/EdImageProps.xhtml
rename : editor/ui/dialogs/content/EdInputImage.js => suite/editor/components/dialogs/content/EdInputImage.js
rename : editor/ui/dialogs/content/EdInputImage.xhtml => suite/editor/components/dialogs/content/EdInputImage.xhtml
rename : editor/ui/dialogs/content/EdInputProps.js => suite/editor/components/dialogs/content/EdInputProps.js
rename : editor/ui/dialogs/content/EdInputProps.xhtml => suite/editor/components/dialogs/content/EdInputProps.xhtml
rename : editor/ui/dialogs/content/EdInsSrc.js => suite/editor/components/dialogs/content/EdInsSrc.js
rename : editor/ui/dialogs/content/EdInsSrc.xhtml => suite/editor/components/dialogs/content/EdInsSrc.xhtml
rename : editor/ui/dialogs/content/EdInsertChars.js => suite/editor/components/dialogs/content/EdInsertChars.js
rename : editor/ui/dialogs/content/EdInsertChars.xhtml => suite/editor/components/dialogs/content/EdInsertChars.xhtml
rename : editor/ui/dialogs/content/EdInsertMath.js => suite/editor/components/dialogs/content/EdInsertMath.js
rename : editor/ui/dialogs/content/EdInsertMath.xhtml => suite/editor/components/dialogs/content/EdInsertMath.xhtml
rename : editor/ui/dialogs/content/EdInsertTOC.js => suite/editor/components/dialogs/content/EdInsertTOC.js
rename : editor/ui/dialogs/content/EdInsertTOC.xhtml => suite/editor/components/dialogs/content/EdInsertTOC.xhtml
rename : editor/ui/dialogs/content/EdInsertTable.js => suite/editor/components/dialogs/content/EdInsertTable.js
rename : editor/ui/dialogs/content/EdInsertTable.xhtml => suite/editor/components/dialogs/content/EdInsertTable.xhtml
rename : editor/ui/dialogs/content/EdLabelProps.js => suite/editor/components/dialogs/content/EdLabelProps.js
rename : editor/ui/dialogs/content/EdLabelProps.xhtml => suite/editor/components/dialogs/content/EdLabelProps.xhtml
rename : editor/ui/dialogs/content/EdLinkProps.js => suite/editor/components/dialogs/content/EdLinkProps.js
rename : editor/ui/dialogs/content/EdLinkProps.xhtml => suite/editor/components/dialogs/content/EdLinkProps.xhtml
rename : editor/ui/dialogs/content/EdListProps.js => suite/editor/components/dialogs/content/EdListProps.js
rename : editor/ui/dialogs/content/EdListProps.xhtml => suite/editor/components/dialogs/content/EdListProps.xhtml
rename : editor/ui/dialogs/content/EdNamedAnchorProps.js => suite/editor/components/dialogs/content/EdNamedAnchorProps.js
rename : editor/ui/dialogs/content/EdNamedAnchorProps.xhtml => suite/editor/components/dialogs/content/EdNamedAnchorProps.xhtml
rename : editor/ui/dialogs/content/EdPageProps.js => suite/editor/components/dialogs/content/EdPageProps.js
rename : editor/ui/dialogs/content/EdPageProps.xhtml => suite/editor/components/dialogs/content/EdPageProps.xhtml
rename : editor/ui/dialogs/content/EdReplace.js => suite/editor/components/dialogs/content/EdReplace.js
rename : editor/ui/dialogs/content/EdReplace.xhtml => suite/editor/components/dialogs/content/EdReplace.xhtml
rename : editor/ui/dialogs/content/EdSelectProps.js => suite/editor/components/dialogs/content/EdSelectProps.js
rename : editor/ui/dialogs/content/EdSelectProps.xhtml => suite/editor/components/dialogs/content/EdSelectProps.xhtml
rename : editor/ui/dialogs/content/EdSnapToGrid.js => suite/editor/components/dialogs/content/EdSnapToGrid.js
rename : editor/ui/dialogs/content/EdSnapToGrid.xhtml => suite/editor/components/dialogs/content/EdSnapToGrid.xhtml
rename : editor/ui/dialogs/content/EdSpellCheck.js => suite/editor/components/dialogs/content/EdSpellCheck.js
rename : editor/ui/dialogs/content/EdSpellCheck.xhtml => suite/editor/components/dialogs/content/EdSpellCheck.xhtml
rename : editor/ui/dialogs/content/EdTableProps.js => suite/editor/components/dialogs/content/EdTableProps.js
rename : editor/ui/dialogs/content/EdTableProps.xhtml => suite/editor/components/dialogs/content/EdTableProps.xhtml
rename : editor/ui/dialogs/content/EdTextAreaProps.js => suite/editor/components/dialogs/content/EdTextAreaProps.js
rename : editor/ui/dialogs/content/EdTextAreaProps.xhtml => suite/editor/components/dialogs/content/EdTextAreaProps.xhtml
rename : editor/ui/dialogs/content/EditConflict.js => suite/editor/components/dialogs/content/EditConflict.js
rename : editor/ui/dialogs/content/EditConflict.xhtml => suite/editor/components/dialogs/content/EditConflict.xhtml
rename : editor/ui/dialogs/content/EditorPublish.js => suite/editor/components/dialogs/content/EditorPublish.js
rename : editor/ui/dialogs/content/EditorPublish.xhtml => suite/editor/components/dialogs/content/EditorPublish.xhtml
rename : editor/ui/dialogs/content/EditorPublishOverlay.xhtml => suite/editor/components/dialogs/content/EditorPublishOverlay.xhtml
rename : editor/ui/dialogs/content/EditorPublishProgress.js => suite/editor/components/dialogs/content/EditorPublishProgress.js
rename : editor/ui/dialogs/content/EditorPublishProgress.xhtml => suite/editor/components/dialogs/content/EditorPublishProgress.xhtml
rename : editor/ui/dialogs/content/EditorPublishSettings.js => suite/editor/components/dialogs/content/EditorPublishSettings.js
rename : editor/ui/dialogs/content/EditorPublishSettings.xhtml => suite/editor/components/dialogs/content/EditorPublishSettings.xhtml
rename : editor/ui/dialogs/content/EditorSaveAsCharset.js => suite/editor/components/dialogs/content/EditorSaveAsCharset.js
rename : editor/ui/dialogs/content/EditorSaveAsCharset.xhtml => suite/editor/components/dialogs/content/EditorSaveAsCharset.xhtml
rename : editor/ui/dialogs/content/edImage.inc.xhtml => suite/editor/components/dialogs/content/edImage.inc.xhtml
rename : editor/ui/jar.mn => suite/editor/components/dialogs/jar.mn
rename : editor/ui/moz.build => suite/editor/components/dialogs/moz.build
rename : editor/ui/moz.build => suite/editor/components/moz.build
rename : editor/ui/composer/content/editorPrefsOverlay.xhtml => suite/editor/components/prefs/content/editorPrefsOverlay.xhtml
rename : editor/ui/composer/content/pref-composer.xhtml => suite/editor/components/prefs/content/pref-composer.xhtml
rename : editor/ui/composer/content/pref-editing.js => suite/editor/components/prefs/content/pref-editing.js
rename : editor/ui/composer/content/pref-editing.xhtml => suite/editor/components/prefs/content/pref-editing.xhtml
rename : editor/ui/jar.mn => suite/editor/components/prefs/jar.mn
rename : editor/ui/moz.build => suite/editor/components/prefs/moz.build
rename : editor/ui/texzilla/content/TeXZilla.js => suite/editor/components/texzilla/content/TeXZilla.js
rename : editor/ui/jar.mn => suite/editor/components/texzilla/jar.mn
rename : editor/ui/moz.build => suite/editor/components/texzilla/moz.build
rename : editor/ui/editorUtilities.jsm => suite/editor/modules/editorUtilities.jsm
rename : editor/ui/moz.build => suite/editor/moz.build
rename : editor/ui/nsComposerCmdLineHandler.js => suite/editor/nsComposerCmdLineHandler.js
rename : editor/ui/nsComposerCmdLineHandler.manifest => suite/editor/nsComposerCmdLineHandler.manifest
rename : editor/ui/composer.js => suite/editor/profile/composer.js
rename : editor/ui/locales/en-US/chrome/dialogs/EdAdvancedEdit.dtd => suite/locales/en-US/chrome/editor/dialogs/EdAdvancedEdit.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EdColorPicker.dtd => suite/locales/en-US/chrome/editor/dialogs/EdColorPicker.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EdConvertToTable.dtd => suite/locales/en-US/chrome/editor/dialogs/EdConvertToTable.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EdDialogOverlay.dtd => suite/locales/en-US/chrome/editor/dialogs/EdDialogOverlay.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EdNamedAnchorProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EdNamedAnchorProperties.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditConflict.dtd => suite/locales/en-US/chrome/editor/dialogs/EditConflict.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorButtonProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorButtonProperties.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorColorProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorColorProperties.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorFieldSetProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorFieldSetProperties.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorFormProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorFormProperties.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorHLineProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorHLineProperties.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorImageProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorImageProperties.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorInputProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorInputProperties.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorInsertChars.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorInsertChars.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorInsertMath.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorInsertMath.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorInsertSource.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorInsertSource.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorInsertTOC.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorInsertTOC.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorInsertTable.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorInsertTable.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorLabelProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorLabelProperties.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorLinkProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorLinkProperties.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorListProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorListProperties.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorPageProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorPageProperties.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorPersonalDictionary.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorPersonalDictionary.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorPublish.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorPublish.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorPublishProgress.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorPublishProgress.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorReplace.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorReplace.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorSaveAsCharset.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorSaveAsCharset.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorSelectProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorSelectProperties.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorSnapToGrid.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorSnapToGrid.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorSpellCheck.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorSpellCheck.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorTableProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorTableProperties.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorTextAreaProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorTextAreaProperties.dtd
rename : editor/ui/locales/en-US/chrome/composer/editingOverlay.dtd => suite/locales/en-US/chrome/editor/editingOverlay.dtd
rename : editor/ui/locales/en-US/chrome/composer/editor.dtd => suite/locales/en-US/chrome/editor/editor.dtd
rename : editor/ui/locales/en-US/chrome/composer/editor.properties => suite/locales/en-US/chrome/editor/editor.properties
rename : editor/ui/locales/en-US/chrome/composer/editorOverlay.dtd => suite/locales/en-US/chrome/editor/editorOverlay.dtd
rename : editor/ui/locales/en-US/chrome/composer/editorSmileyOverlay.dtd => suite/locales/en-US/chrome/editor/editorSmileyOverlay.dtd
rename : editor/ui/locales/en-US/chrome/composer/editorPrefsOverlay.dtd => suite/locales/en-US/chrome/editor/prefs/editorPrefsOverlay.dtd
rename : editor/ui/locales/en-US/chrome/composer/pref-composer.dtd => suite/locales/en-US/chrome/editor/prefs/pref-composer.dtd
rename : editor/ui/locales/en-US/chrome/composer/pref-editing.dtd => suite/locales/en-US/chrome/editor/prefs/pref-editing.dtd
2021-01-03 13:39:41 +00:00
Joshua Cranmer
8cba0fa9e6
Bug 875059, part 4: Flatten mailnews/extensions/* directories. r=mkmelin
...
Depends on D85672
Differential Revision: https://phabricator.services.mozilla.com/D85673
--HG--
rename : mailnews/extensions/bayesian-spam-filter/src/nsBayesianFilter.cpp => mailnews/extensions/bayesian-spam-filter/nsBayesianFilter.cpp
rename : mailnews/extensions/bayesian-spam-filter/src/nsBayesianFilter.h => mailnews/extensions/bayesian-spam-filter/nsBayesianFilter.h
rename : mailnews/extensions/bayesian-spam-filter/src/nsBayesianFilterCID.h => mailnews/extensions/bayesian-spam-filter/nsBayesianFilterCID.h
rename : mailnews/extensions/bayesian-spam-filter/src/nsIncompleteGamma.h => mailnews/extensions/bayesian-spam-filter/nsIncompleteGamma.h
rename : mailnews/extensions/dsn/src/DSNService.jsm => mailnews/extensions/dsn/DSNService.jsm
rename : mailnews/extensions/dsn/content/am-dsn.js => mailnews/extensions/dsn/am-dsn.js
rename : mailnews/extensions/dsn/content/am-dsn.xhtml => mailnews/extensions/dsn/am-dsn.xhtml
rename : mailnews/extensions/dsn/src/components.conf => mailnews/extensions/dsn/components.conf
rename : mailnews/extensions/dsn/content/dsn.js => mailnews/extensions/dsn/dsn.js
rename : mailnews/extensions/fts3/src/Normalize.c => mailnews/extensions/fts3/Normalize.c
rename : mailnews/extensions/fts3/src/README.mozilla => mailnews/extensions/fts3/README.mozilla
rename : mailnews/extensions/fts3/src/fts3_porter.c => mailnews/extensions/fts3/fts3_porter.c
rename : mailnews/extensions/fts3/src/fts3_tokenizer.h => mailnews/extensions/fts3/fts3_tokenizer.h
rename : mailnews/extensions/fts3/src/moz.build => mailnews/extensions/fts3/moz.build
rename : mailnews/extensions/fts3/src/nsFts3Tokenizer.cpp => mailnews/extensions/fts3/nsFts3Tokenizer.cpp
rename : mailnews/extensions/fts3/src/nsFts3Tokenizer.h => mailnews/extensions/fts3/nsFts3Tokenizer.h
rename : mailnews/extensions/fts3/src/nsFts3TokenizerCID.h => mailnews/extensions/fts3/nsFts3TokenizerCID.h
rename : mailnews/extensions/fts3/src/nsGlodaRankerFunction.cpp => mailnews/extensions/fts3/nsGlodaRankerFunction.cpp
rename : mailnews/extensions/fts3/src/nsGlodaRankerFunction.h => mailnews/extensions/fts3/nsGlodaRankerFunction.h
rename : mailnews/extensions/fts3/public/nsIFts3Tokenizer.idl => mailnews/extensions/fts3/nsIFts3Tokenizer.idl
rename : mailnews/extensions/mailviews/content/mailViews.dat => mailnews/extensions/mailviews/mailViews.dat
rename : mailnews/extensions/mailviews/src/moz.build => mailnews/extensions/mailviews/moz.build
rename : mailnews/extensions/mailviews/public/nsIMsgMailView.idl => mailnews/extensions/mailviews/nsIMsgMailView.idl
rename : mailnews/extensions/mailviews/public/nsIMsgMailViewList.idl => mailnews/extensions/mailviews/nsIMsgMailViewList.idl
rename : mailnews/extensions/mailviews/src/nsMsgMailViewList.cpp => mailnews/extensions/mailviews/nsMsgMailViewList.cpp
rename : mailnews/extensions/mailviews/src/nsMsgMailViewList.h => mailnews/extensions/mailviews/nsMsgMailViewList.h
rename : mailnews/extensions/mailviews/src/nsMsgMailViewsCID.h => mailnews/extensions/mailviews/nsMsgMailViewsCID.h
rename : mailnews/extensions/mdn/src/MDNService.jsm => mailnews/extensions/mdn/MDNService.jsm
rename : mailnews/extensions/mdn/content/am-mdn.js => mailnews/extensions/mdn/am-mdn.js
rename : mailnews/extensions/mdn/content/am-mdn.xhtml => mailnews/extensions/mdn/am-mdn.xhtml
rename : mailnews/extensions/mdn/src/components.conf => mailnews/extensions/mdn/components.conf
rename : mailnews/extensions/mdn/content/mdn.js => mailnews/extensions/mdn/mdn.js
rename : mailnews/extensions/mdn/src/nsMsgMdnCID.h => mailnews/extensions/mdn/nsMsgMdnCID.h
rename : mailnews/extensions/mdn/src/nsMsgMdnGenerator.cpp => mailnews/extensions/mdn/nsMsgMdnGenerator.cpp
rename : mailnews/extensions/mdn/src/nsMsgMdnGenerator.h => mailnews/extensions/mdn/nsMsgMdnGenerator.h
rename : mailnews/extensions/newsblog/content/Feed.js => mailnews/extensions/newsblog/Feed.js
rename : mailnews/extensions/newsblog/content/FeedItem.js => mailnews/extensions/newsblog/FeedItem.js
rename : mailnews/extensions/newsblog/content/FeedUtils.jsm => mailnews/extensions/newsblog/FeedUtils.jsm
rename : mailnews/extensions/newsblog/content/NewsBlog.jsm => mailnews/extensions/newsblog/NewsBlog.jsm
rename : mailnews/extensions/newsblog/content/am-newsblog.js => mailnews/extensions/newsblog/am-newsblog.js
rename : mailnews/extensions/newsblog/content/am-newsblog.xhtml => mailnews/extensions/newsblog/am-newsblog.xhtml
rename : mailnews/extensions/newsblog/content/feed-parser.js => mailnews/extensions/newsblog/feed-parser.js
rename : mailnews/extensions/newsblog/content/feed-subscriptions.js => mailnews/extensions/newsblog/feed-subscriptions.js
rename : mailnews/extensions/newsblog/content/feed-subscriptions.xhtml => mailnews/extensions/newsblog/feed-subscriptions.xhtml
rename : mailnews/extensions/newsblog/content/feedAccountWizard.js => mailnews/extensions/newsblog/feedAccountWizard.js
rename : mailnews/extensions/newsblog/content/feedAccountWizard.xhtml => mailnews/extensions/newsblog/feedAccountWizard.xhtml
rename : mailnews/extensions/newsblog/content/newsblogOverlay.js => mailnews/extensions/newsblog/newsblogOverlay.js
rename : mailnews/extensions/smime/content/certFetchingStatus.js => mailnews/extensions/smime/certFetchingStatus.js
rename : mailnews/extensions/smime/content/certFetchingStatus.xhtml => mailnews/extensions/smime/certFetchingStatus.xhtml
rename : mailnews/extensions/smime/content/certpicker.js => mailnews/extensions/smime/certpicker.js
rename : mailnews/extensions/smime/content/certpicker.xhtml => mailnews/extensions/smime/certpicker.xhtml
rename : mailnews/extensions/smime/content/msgCompSecurityInfo.js => mailnews/extensions/smime/msgCompSecurityInfo.js
rename : mailnews/extensions/smime/content/msgCompSecurityInfo.xhtml => mailnews/extensions/smime/msgCompSecurityInfo.xhtml
rename : mailnews/extensions/smime/content/msgReadSMIMEOverlay.js => mailnews/extensions/smime/msgReadSMIMEOverlay.js
rename : mailnews/extensions/smime/content/msgReadSecurityInfo.js => mailnews/extensions/smime/msgReadSecurityInfo.js
rename : mailnews/extensions/smime/content/msgReadSecurityInfo.xhtml => mailnews/extensions/smime/msgReadSecurityInfo.xhtml
rename : mailnews/extensions/smime/src/nsCMS.cpp => mailnews/extensions/smime/nsCMS.cpp
rename : mailnews/extensions/smime/src/nsCMS.h => mailnews/extensions/smime/nsCMS.h
rename : mailnews/extensions/smime/src/nsCMSSecureMessage.cpp => mailnews/extensions/smime/nsCMSSecureMessage.cpp
rename : mailnews/extensions/smime/src/nsCMSSecureMessage.h => mailnews/extensions/smime/nsCMSSecureMessage.h
rename : mailnews/extensions/smime/src/nsCertPicker.cpp => mailnews/extensions/smime/nsCertPicker.cpp
rename : mailnews/extensions/smime/src/nsCertPicker.h => mailnews/extensions/smime/nsCertPicker.h
rename : mailnews/extensions/smime/src/nsEncryptedSMIMEURIsService.cpp => mailnews/extensions/smime/nsEncryptedSMIMEURIsService.cpp
rename : mailnews/extensions/smime/src/nsEncryptedSMIMEURIsService.h => mailnews/extensions/smime/nsEncryptedSMIMEURIsService.h
rename : mailnews/extensions/smime/public/nsICMSDecoder.idl => mailnews/extensions/smime/nsICMSDecoder.idl
rename : mailnews/extensions/smime/public/nsICMSEncoder.idl => mailnews/extensions/smime/nsICMSEncoder.idl
rename : mailnews/extensions/smime/public/nsICMSMessage.idl => mailnews/extensions/smime/nsICMSMessage.idl
rename : mailnews/extensions/smime/public/nsICMSMessageErrors.idl => mailnews/extensions/smime/nsICMSMessageErrors.idl
rename : mailnews/extensions/smime/public/nsICMSSecureMessage.idl => mailnews/extensions/smime/nsICMSSecureMessage.idl
rename : mailnews/extensions/smime/public/nsICertPickDialogs.idl => mailnews/extensions/smime/nsICertPickDialogs.idl
rename : mailnews/extensions/smime/public/nsIEncryptedSMIMEURIsSrvc.idl => mailnews/extensions/smime/nsIEncryptedSMIMEURIsSrvc.idl
rename : mailnews/extensions/smime/public/nsIMsgSMIMEHeaderSink.idl => mailnews/extensions/smime/nsIMsgSMIMEHeaderSink.idl
rename : mailnews/extensions/smime/public/nsISMimeJSHelper.idl => mailnews/extensions/smime/nsISMimeJSHelper.idl
rename : mailnews/extensions/smime/public/nsIUserCertPicker.idl => mailnews/extensions/smime/nsIUserCertPicker.idl
rename : mailnews/extensions/smime/src/nsMsgComposeSecure.cpp => mailnews/extensions/smime/nsMsgComposeSecure.cpp
rename : mailnews/extensions/smime/src/nsMsgComposeSecure.h => mailnews/extensions/smime/nsMsgComposeSecure.h
rename : mailnews/extensions/smime/src/nsMsgSMIMECID.h => mailnews/extensions/smime/nsMsgSMIMECID.h
rename : mailnews/extensions/smime/src/nsSMimeJSHelper.cpp => mailnews/extensions/smime/nsSMimeJSHelper.cpp
rename : mailnews/extensions/smime/src/nsSMimeJSHelper.h => mailnews/extensions/smime/nsSMimeJSHelper.h
extra : moz-landing-system : lando
2020-08-04 20:14:18 +00:00
Patrick Cloke
6d759b7ab3
Bug 1445778 - Remove Twitter support due to disabled streaming API. r=khushil
2020-08-05 13:03:31 +03:00
Geoff Lankow
cdaa7d7eb5
Bug 1621235 - Remove some ESLint import-globals-from loops to stop linting failures. r=pmorris
...
All this importing is confusing ESLint.
--HG--
extra : rebase_source : c7cbb42e2790195a8b88535d1e63ca1a5f32a6bd
extra : amend_source : 9b61988af126e72b684c4d4550f7a16a09b3e834
2020-07-06 16:22:16 +12:00
Patrick Cloke
4df0f99a5c
Bug 1648197 - Remove Skype code. r=khushil
2020-06-26 13:33:47 +03:00
Jorg K
93db6b3c14
Bug 1647104 - Fix typos in chat, common, db, editor, mail, mailnews found with codespell. rs=comment-only,typo-fix r=mkmelin DONTBUILD
...
This excludes OpenPGP code in mail/extensions.
2020-06-21 20:27:10 +02:00
Kai Engert
6c7626bd9a
Bug 1647104 - Backed out changeset 9ca3551392f6. a=mkmelin
2020-06-22 14:09:32 +02:00
Jorg K
1a94f7447e
Bug 1647104 - Fix typos in chat, common, db, editor, mail, mailnews found with codespell. rs=comment-only,typo-fix DONTBUILD
2020-06-21 20:27:10 +02:00
Geoff Lankow
a2a2f30818
No bug - Remove some files that no longer exist from .eslintignore. rs=linting
2020-04-08 17:54:58 +12:00
Kai Engert
d80579ad54
Bug 1603809 - Unified account preferences for S/MIME and OpenPGP. r=PatrickBrunschwig,mkmelin
...
Differential Revision: https://phabricator.services.mozilla.com/D65618
--HG--
rename : mailnews/extensions/smime/src/SMIMEService.jsm => mail/extensions/am-e2e/AME2E.jsm
rename : mailnews/extensions/smime/content/am-smime.inc.xhtml => mail/extensions/am-e2e/am-e2e.inc.xhtml
rename : mailnews/extensions/smime/content/am-smime.js => mail/extensions/am-e2e/am-e2e.js
rename : mailnews/extensions/smime/content/am-smime.xhtml => mail/extensions/am-e2e/am-e2e.xhtml
rename : mailnews/extensions/smime/src/components.conf => mail/extensions/am-e2e/components.conf
rename : mail/extensions/openpgp/prefs/openpgp-prefs.js => mail/extensions/am-e2e/prefs/e2e-prefs.js
extra : rebase_source : 2e190e1974693b218abd1a162589a55ad62c8420
2020-03-05 22:59:12 +01:00
Kai Engert
cadae5b145
Bug 1595319 - enable eslint for mail/extensions/openpgp. r=mkmelin
...
Differential Revision: https://phabricator.services.mozilla.com/D63493
--HG--
extra : rebase_source : 148735f4fd00780d84fc01b61735a2ef6abedd5e
2020-02-20 16:37:31 +01: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
Geoff Lankow
a92987a18d
Bug 1608322 - Stop shipping empty mail/app/profile/prefs.js; r=mkmelin
...
--HG--
extra : rebase_source : 4880459fafa82ae5c5b809a256707a719dd675ea
extra : amend_source : a4e461f29ef3b257f4a171409be60903ce2a9a1e
2020-01-10 15:33:04 +13: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
Kai Engert
7176dc1ae9
Bug 1599031 - Add ability to query build time option MOZ_OPENPGP from JS. r=mkmelin DONTBUILD
...
Relanding after lint fixes.
2019-11-30 11:55:10 +01:00
Kai Engert
0609537b2c
Bug 1594855 - Starting point for OpenPGP integration, define rules while work-in-progress. r=mkmelin DONTBUILD
2019-11-17 13:09:58 +01:00
Patrick Cloke
f36cd1a4b4
Bug 1533872 - Separate matrix-js-sdk files from other Node packages. rs=florian
...
--HG--
rename : chat/protocols/matrix/matrix-sdk/README.txt => chat/protocols/matrix/lib/README.txt
rename : chat/protocols/matrix/matrix-sdk/another-json/another-json.js => chat/protocols/matrix/lib/another-json/another-json.js
rename : chat/protocols/matrix/matrix-sdk/browser-request/index.js => chat/protocols/matrix/lib/browser-request/index.js
rename : chat/protocols/matrix/matrix-sdk/browserify/events.js => chat/protocols/matrix/lib/events/events.js
rename : chat/protocols/matrix/matrix-sdk/base-apis.js => chat/protocols/matrix/lib/matrix-sdk/base-apis.js
rename : chat/protocols/matrix/matrix-sdk/client.js => chat/protocols/matrix/lib/matrix-sdk/client.js
rename : chat/protocols/matrix/matrix-sdk/content-repo.js => chat/protocols/matrix/lib/matrix-sdk/content-repo.js
rename : chat/protocols/matrix/matrix-sdk/crypto/OlmDevice.js => chat/protocols/matrix/lib/matrix-sdk/crypto/OlmDevice.js
rename : chat/protocols/matrix/matrix-sdk/crypto/algorithms/base.js => chat/protocols/matrix/lib/matrix-sdk/crypto/algorithms/base.js
rename : chat/protocols/matrix/matrix-sdk/crypto/algorithms/index.js => chat/protocols/matrix/lib/matrix-sdk/crypto/algorithms/index.js
rename : chat/protocols/matrix/matrix-sdk/crypto/algorithms/megolm.js => chat/protocols/matrix/lib/matrix-sdk/crypto/algorithms/megolm.js
rename : chat/protocols/matrix/matrix-sdk/crypto/algorithms/olm.js => chat/protocols/matrix/lib/matrix-sdk/crypto/algorithms/olm.js
rename : chat/protocols/matrix/matrix-sdk/crypto/deviceinfo.js => chat/protocols/matrix/lib/matrix-sdk/crypto/deviceinfo.js
rename : chat/protocols/matrix/matrix-sdk/crypto/index.js => chat/protocols/matrix/lib/matrix-sdk/crypto/index.js
rename : chat/protocols/matrix/matrix-sdk/crypto/olmlib.js => chat/protocols/matrix/lib/matrix-sdk/crypto/olmlib.js
rename : chat/protocols/matrix/matrix-sdk/filter-component.js => chat/protocols/matrix/lib/matrix-sdk/filter-component.js
rename : chat/protocols/matrix/matrix-sdk/filter.js => chat/protocols/matrix/lib/matrix-sdk/filter.js
rename : chat/protocols/matrix/matrix-sdk/http-api.js => chat/protocols/matrix/lib/matrix-sdk/http-api.js
rename : chat/protocols/matrix/matrix-sdk/interactive-auth.js => chat/protocols/matrix/lib/matrix-sdk/interactive-auth.js
rename : chat/protocols/matrix/matrix-sdk/matrix.js => chat/protocols/matrix/lib/matrix-sdk/matrix.js
rename : chat/protocols/matrix/matrix-sdk/models/event-context.js => chat/protocols/matrix/lib/matrix-sdk/models/event-context.js
rename : chat/protocols/matrix/matrix-sdk/models/event-timeline-set.js => chat/protocols/matrix/lib/matrix-sdk/models/event-timeline-set.js
rename : chat/protocols/matrix/matrix-sdk/models/event-timeline.js => chat/protocols/matrix/lib/matrix-sdk/models/event-timeline.js
rename : chat/protocols/matrix/matrix-sdk/models/event.js => chat/protocols/matrix/lib/matrix-sdk/models/event.js
rename : chat/protocols/matrix/matrix-sdk/models/room-member.js => chat/protocols/matrix/lib/matrix-sdk/models/room-member.js
rename : chat/protocols/matrix/matrix-sdk/models/room-state.js => chat/protocols/matrix/lib/matrix-sdk/models/room-state.js
rename : chat/protocols/matrix/matrix-sdk/models/room-summary.js => chat/protocols/matrix/lib/matrix-sdk/models/room-summary.js
rename : chat/protocols/matrix/matrix-sdk/models/room.js => chat/protocols/matrix/lib/matrix-sdk/models/room.js
rename : chat/protocols/matrix/matrix-sdk/models/search-result.js => chat/protocols/matrix/lib/matrix-sdk/models/search-result.js
rename : chat/protocols/matrix/matrix-sdk/models/user.js => chat/protocols/matrix/lib/matrix-sdk/models/user.js
rename : chat/protocols/matrix/matrix-sdk/pushprocessor.js => chat/protocols/matrix/lib/matrix-sdk/pushprocessor.js
rename : chat/protocols/matrix/matrix-sdk/realtime-callbacks.js => chat/protocols/matrix/lib/matrix-sdk/realtime-callbacks.js
rename : chat/protocols/matrix/matrix-sdk/scheduler.js => chat/protocols/matrix/lib/matrix-sdk/scheduler.js
rename : chat/protocols/matrix/matrix-sdk/store/memory.js => chat/protocols/matrix/lib/matrix-sdk/store/memory.js
rename : chat/protocols/matrix/matrix-sdk/store/session/webstorage.js => chat/protocols/matrix/lib/matrix-sdk/store/session/webstorage.js
rename : chat/protocols/matrix/matrix-sdk/store/stub.js => chat/protocols/matrix/lib/matrix-sdk/store/stub.js
rename : chat/protocols/matrix/matrix-sdk/store/webstorage.js => chat/protocols/matrix/lib/matrix-sdk/store/webstorage.js
rename : chat/protocols/matrix/matrix-sdk/sync.js => chat/protocols/matrix/lib/matrix-sdk/sync.js
rename : chat/protocols/matrix/matrix-sdk/timeline-window.js => chat/protocols/matrix/lib/matrix-sdk/timeline-window.js
rename : chat/protocols/matrix/matrix-sdk/utils.js => chat/protocols/matrix/lib/matrix-sdk/utils.js
rename : chat/protocols/matrix/matrix-sdk/webrtc/call.js => chat/protocols/matrix/lib/matrix-sdk/webrtc/call.js
rename : chat/protocols/matrix/matrix-sdk/moz.build => chat/protocols/matrix/lib/moz.build
rename : chat/protocols/matrix/matrix-sdk/browserify/punycode.js => chat/protocols/matrix/lib/punycode/punycode.js
rename : chat/protocols/matrix/matrix-sdk/q/q.js => chat/protocols/matrix/lib/q/q.js
rename : chat/protocols/matrix/matrix-sdk/q/queue.js => chat/protocols/matrix/lib/q/queue.js
rename : chat/protocols/matrix/matrix-sdk/browserify/querystring/decode.js => chat/protocols/matrix/lib/querystring/decode.js
rename : chat/protocols/matrix/matrix-sdk/browserify/querystring/encode.js => chat/protocols/matrix/lib/querystring/encode.js
rename : chat/protocols/matrix/matrix-sdk/browserify/querystring/index.js => chat/protocols/matrix/lib/querystring/index.js
rename : chat/protocols/matrix/matrix-sdk/browserify/url.js => chat/protocols/matrix/lib/url/url.js
2019-10-22 12:07:03 -04:00
Khushil Mistry
fa57a89b20
Bug 1571687 - copy the parts of editor that are used by Thunderbird to mail/components/compose. r=mkmelin,pike
...
--HG--
rename : editor/ui/composer.js => mail/components/compose/composer.js
rename : editor/ui/composer/content/ComposerCommands.js => mail/components/compose/content/ComposerCommands.js
rename : editor/ui/composer/content/EditorContent.css => mail/components/compose/content/EditorContent.css
rename : editor/ui/dialogs/content/EdAEAttributes.js => mail/components/compose/content/dialogs/EdAEAttributes.js
rename : editor/ui/dialogs/content/EdAECSSAttributes.js => mail/components/compose/content/dialogs/EdAECSSAttributes.js
rename : editor/ui/dialogs/content/EdAEHTMLAttributes.js => mail/components/compose/content/dialogs/EdAEHTMLAttributes.js
rename : editor/ui/dialogs/content/EdAEJSEAttributes.js => mail/components/compose/content/dialogs/EdAEJSEAttributes.js
rename : editor/ui/dialogs/content/EdAdvancedEdit.js => mail/components/compose/content/dialogs/EdAdvancedEdit.js
rename : editor/ui/dialogs/content/EdAdvancedEdit.xul => mail/components/compose/content/dialogs/EdAdvancedEdit.xul
rename : editor/ui/dialogs/content/EdButtonProps.js => mail/components/compose/content/dialogs/EdButtonProps.js
rename : editor/ui/dialogs/content/EdButtonProps.xul => mail/components/compose/content/dialogs/EdButtonProps.xul
rename : editor/ui/dialogs/content/EdColorPicker.js => mail/components/compose/content/dialogs/EdColorPicker.js
rename : editor/ui/dialogs/content/EdColorPicker.xul => mail/components/compose/content/dialogs/EdColorPicker.xul
rename : editor/ui/dialogs/content/EdColorProps.js => mail/components/compose/content/dialogs/EdColorProps.js
rename : editor/ui/dialogs/content/EdColorProps.xul => mail/components/compose/content/dialogs/EdColorProps.xul
rename : editor/ui/dialogs/content/EdConvertToTable.js => mail/components/compose/content/dialogs/EdConvertToTable.js
rename : editor/ui/dialogs/content/EdConvertToTable.xul => mail/components/compose/content/dialogs/EdConvertToTable.xul
rename : editor/ui/dialogs/content/EdDialogCommon.js => mail/components/compose/content/dialogs/EdDialogCommon.js
rename : editor/ui/dialogs/content/EdDictionary.js => mail/components/compose/content/dialogs/EdDictionary.js
rename : editor/ui/dialogs/content/EdDictionary.xul => mail/components/compose/content/dialogs/EdDictionary.xul
rename : editor/ui/dialogs/content/EdFieldSetProps.js => mail/components/compose/content/dialogs/EdFieldSetProps.js
rename : editor/ui/dialogs/content/EdFieldSetProps.xul => mail/components/compose/content/dialogs/EdFieldSetProps.xul
rename : editor/ui/dialogs/content/EdFormProps.js => mail/components/compose/content/dialogs/EdFormProps.js
rename : editor/ui/dialogs/content/EdFormProps.xul => mail/components/compose/content/dialogs/EdFormProps.xul
rename : editor/ui/dialogs/content/EdHLineProps.js => mail/components/compose/content/dialogs/EdHLineProps.js
rename : editor/ui/dialogs/content/EdHLineProps.xul => mail/components/compose/content/dialogs/EdHLineProps.xul
rename : editor/ui/dialogs/content/EdImageDialog.js => mail/components/compose/content/dialogs/EdImageDialog.js
rename : editor/ui/dialogs/content/EdImageLinkLoader.js => mail/components/compose/content/dialogs/EdImageLinkLoader.js
rename : editor/ui/dialogs/content/EdImageProps.js => mail/components/compose/content/dialogs/EdImageProps.js
rename : editor/ui/dialogs/content/EdImageProps.xul => mail/components/compose/content/dialogs/EdImageProps.xul
rename : editor/ui/dialogs/content/EdInputImage.js => mail/components/compose/content/dialogs/EdInputImage.js
rename : editor/ui/dialogs/content/EdInputImage.xul => mail/components/compose/content/dialogs/EdInputImage.xul
rename : editor/ui/dialogs/content/EdInputProps.js => mail/components/compose/content/dialogs/EdInputProps.js
rename : editor/ui/dialogs/content/EdInputProps.xul => mail/components/compose/content/dialogs/EdInputProps.xul
rename : editor/ui/dialogs/content/EdInsSrc.js => mail/components/compose/content/dialogs/EdInsSrc.js
rename : editor/ui/dialogs/content/EdInsSrc.xul => mail/components/compose/content/dialogs/EdInsSrc.xul
rename : editor/ui/dialogs/content/EdInsertChars.js => mail/components/compose/content/dialogs/EdInsertChars.js
rename : editor/ui/dialogs/content/EdInsertChars.xul => mail/components/compose/content/dialogs/EdInsertChars.xul
rename : editor/ui/dialogs/content/EdInsertMath.js => mail/components/compose/content/dialogs/EdInsertMath.js
rename : editor/ui/dialogs/content/EdInsertMath.xul => mail/components/compose/content/dialogs/EdInsertMath.xul
rename : editor/ui/dialogs/content/EdInsertTOC.js => mail/components/compose/content/dialogs/EdInsertTOC.js
rename : editor/ui/dialogs/content/EdInsertTOC.xul => mail/components/compose/content/dialogs/EdInsertTOC.xul
rename : editor/ui/dialogs/content/EdInsertTable.js => mail/components/compose/content/dialogs/EdInsertTable.js
rename : editor/ui/dialogs/content/EdInsertTable.xul => mail/components/compose/content/dialogs/EdInsertTable.xul
rename : editor/ui/dialogs/content/EdLabelProps.js => mail/components/compose/content/dialogs/EdLabelProps.js
rename : editor/ui/dialogs/content/EdLabelProps.xul => mail/components/compose/content/dialogs/EdLabelProps.xul
rename : editor/ui/dialogs/content/EdLinkProps.js => mail/components/compose/content/dialogs/EdLinkProps.js
rename : editor/ui/dialogs/content/EdLinkProps.xul => mail/components/compose/content/dialogs/EdLinkProps.xul
rename : editor/ui/dialogs/content/EdListProps.js => mail/components/compose/content/dialogs/EdListProps.js
rename : editor/ui/dialogs/content/EdListProps.xul => mail/components/compose/content/dialogs/EdListProps.xul
rename : editor/ui/dialogs/content/EdNamedAnchorProps.js => mail/components/compose/content/dialogs/EdNamedAnchorProps.js
rename : editor/ui/dialogs/content/EdNamedAnchorProps.xul => mail/components/compose/content/dialogs/EdNamedAnchorProps.xul
rename : editor/ui/dialogs/content/EdPageProps.js => mail/components/compose/content/dialogs/EdPageProps.js
rename : editor/ui/dialogs/content/EdPageProps.xul => mail/components/compose/content/dialogs/EdPageProps.xul
rename : editor/ui/dialogs/content/EdReplace.js => mail/components/compose/content/dialogs/EdReplace.js
rename : editor/ui/dialogs/content/EdReplace.xul => mail/components/compose/content/dialogs/EdReplace.xul
rename : editor/ui/dialogs/content/EdSelectProps.js => mail/components/compose/content/dialogs/EdSelectProps.js
rename : editor/ui/dialogs/content/EdSelectProps.xul => mail/components/compose/content/dialogs/EdSelectProps.xul
rename : editor/ui/dialogs/content/EdSpellCheck.js => mail/components/compose/content/dialogs/EdSpellCheck.js
rename : editor/ui/dialogs/content/EdSpellCheck.xul => mail/components/compose/content/dialogs/EdSpellCheck.xul
rename : editor/ui/dialogs/content/EdTableProps.js => mail/components/compose/content/dialogs/EdTableProps.js
rename : editor/ui/dialogs/content/EdTableProps.xul => mail/components/compose/content/dialogs/EdTableProps.xul
rename : editor/ui/dialogs/content/EdTextAreaProps.js => mail/components/compose/content/dialogs/EdTextAreaProps.js
rename : editor/ui/dialogs/content/EdTextAreaProps.xul => mail/components/compose/content/dialogs/EdTextAreaProps.xul
rename : editor/ui/dialogs/content/edImage.inc.xul => mail/components/compose/content/dialogs/edImage.inc.xul
rename : editor/ui/composer/content/editor.js => mail/components/compose/content/editor.js
rename : editor/ui/composer/content/editorUtilities.js => mail/components/compose/content/editorUtilities.js
rename : editor/ui/composer/content/images/tag-anchor.gif => mail/components/compose/content/images/tag-anchor.gif
rename : editor/ui/editorUtilities.jsm => mail/components/compose/editorUtilities.jsm
rename : editor/ui/texzilla/content/TeXZilla.js => mail/components/compose/texzilla/TeXZilla.js
rename : editor/ui/locales/en-US/chrome/dialogs/EdAdvancedEdit.dtd => mail/locales/en-US/chrome/messenger/messengercompose/EdAdvancedEdit.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EdColorPicker.dtd => mail/locales/en-US/chrome/messenger/messengercompose/EdColorPicker.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EdConvertToTable.dtd => mail/locales/en-US/chrome/messenger/messengercompose/EdConvertToTable.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EdDialogOverlay.dtd => mail/locales/en-US/chrome/messenger/messengercompose/EdDialogOverlay.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EdNamedAnchorProperties.dtd => mail/locales/en-US/chrome/messenger/messengercompose/EdNamedAnchorProperties.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorButtonProperties.dtd => mail/locales/en-US/chrome/messenger/messengercompose/EditorButtonProperties.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorColorProperties.dtd => mail/locales/en-US/chrome/messenger/messengercompose/EditorColorProperties.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorFieldSetProperties.dtd => mail/locales/en-US/chrome/messenger/messengercompose/EditorFieldSetProperties.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorFormProperties.dtd => mail/locales/en-US/chrome/messenger/messengercompose/EditorFormProperties.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorHLineProperties.dtd => mail/locales/en-US/chrome/messenger/messengercompose/EditorHLineProperties.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorImageProperties.dtd => mail/locales/en-US/chrome/messenger/messengercompose/EditorImageProperties.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorInputProperties.dtd => mail/locales/en-US/chrome/messenger/messengercompose/EditorInputProperties.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorInsertChars.dtd => mail/locales/en-US/chrome/messenger/messengercompose/EditorInsertChars.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorInsertMath.dtd => mail/locales/en-US/chrome/messenger/messengercompose/EditorInsertMath.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorInsertSource.dtd => mail/locales/en-US/chrome/messenger/messengercompose/EditorInsertSource.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorInsertTOC.dtd => mail/locales/en-US/chrome/messenger/messengercompose/EditorInsertTOC.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorInsertTable.dtd => mail/locales/en-US/chrome/messenger/messengercompose/EditorInsertTable.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorLabelProperties.dtd => mail/locales/en-US/chrome/messenger/messengercompose/EditorLabelProperties.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorLinkProperties.dtd => mail/locales/en-US/chrome/messenger/messengercompose/EditorLinkProperties.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorListProperties.dtd => mail/locales/en-US/chrome/messenger/messengercompose/EditorListProperties.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorPersonalDictionary.dtd => mail/locales/en-US/chrome/messenger/messengercompose/EditorPersonalDictionary.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorReplace.dtd => mail/locales/en-US/chrome/messenger/messengercompose/EditorReplace.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorSelectProperties.dtd => mail/locales/en-US/chrome/messenger/messengercompose/EditorSelectProperties.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorSpellCheck.dtd => mail/locales/en-US/chrome/messenger/messengercompose/EditorSpellCheck.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorTableProperties.dtd => mail/locales/en-US/chrome/messenger/messengercompose/EditorTableProperties.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorTextAreaProperties.dtd => mail/locales/en-US/chrome/messenger/messengercompose/EditorTextAreaProperties.dtd
rename : editor/ui/locales/en-US/chrome/composer/editor.properties => mail/locales/en-US/chrome/messenger/messengercompose/editor.properties
rename : editor/ui/locales/en-US/chrome/composer/editorOverlay.dtd => mail/locales/en-US/chrome/messenger/messengercompose/editorOverlay.dtd
rename : editor/ui/locales/en-US/chrome/composer/editorSmileyOverlay.dtd => mail/locales/en-US/chrome/messenger/messengercompose/editorSmileyOverlay.dtd
2019-09-10 00:40: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
Geoff Lankow
516199af04
Bug 1565177 - Temporarily remove Thunderbird additions to about:addons, and update a broken test. rs=bustage-fix,jorgk
2019-07-11 15:03:15 +02:00
Geoff Lankow
c8afe5f2de
Port bug 1562956 - Re-enable linting of three XUL files which previously broke the linter; rs=me DONTBUILD
2019-07-05 17:36:01 +12:00
Paul Morris
e4ea54bbe8
Bug 1534774 - [de-xbl] Convert minimonth bindings to custom elements. r=philipp
...
Thanks to aleca for help with getting mozmill tests working on macos.
--HG--
rename : calendar/base/content/widgets/minimonth.xml => calendar/base/content/widgets/calendar-minimonth.js
2019-07-02 00:04:04 +02:00
Paul Morris
fbd6f7cb70
Bug 1504416 - De-overlay calendar-calendars-list.xul. r=mkmelin
...
It's only used in one place, so this simplifies things.
2019-05-20 10:59:31 +02:00
Geoff Lankow
c389444716
Bug 1550674 - Turn on ESLint in mail/test/mozmill; r=aceman
...
--HG--
rename : mail/test/mozmill/shared-modules/test-quick-filter-bar-helper.js => mail/test/mozmill/shared-modules/test-quick-filter-bar-helpers.js
rename : mail/test/mozmill/shared-modules/test-subscribe-window-helper.js => mail/test/mozmill/shared-modules/test-subscribe-window-helpers.js
2019-05-20 17:41:23 +12:00
Geoff Lankow
370e2ea29e
Bug 1515877 - Turn on ESLint in mailnews/mime; r=aceman
2019-05-13 19:54:17 +12:00
Geoff Lankow
a875250a12
Bug 1461330 - Add enterprise policy support to Thunderbird with a limited set of policies; r=mkmelin
2019-05-13 19:53:04 +12:00
Geoff Lankow
fc741338da
Bug 1515877 - Turn on ESLint in mailnews/jsaccount. r=aceman
2019-05-08 14:43:53 +12:00
Geoff Lankow
880994b196
Bug 1515877 - Turn on ESLint in mailnews/intl. r=jorgk
...
--HG--
rename : mailnews/intl/test/unit/CharsetConversionTests.js => mailnews/intl/test/unit/head_CharsetConversionTests.js
2019-05-09 00:18:08 +02:00
Geoff Lankow
a8681ec22e
Bug 1515877 - Turn on ESLint in mailnews/import; r=aceman
2019-05-08 15:55:21 +12:00
Geoff Lankow
5a005e9ebb
Bug 1515877 - Turn on ESLint in mailnews/imap; rs=NPOTB
2019-05-08 15:55:21 +12:00
Geoff Lankow
bcab35ca81
Bug 1515877 - Turn on ESLint in mailnews/extensions; r=aceman
2019-05-08 15:55:21 +12:00
Geoff Lankow
583b543394
Bug 1549166 - Turn on ESLint in ldap; r=jorgk
2019-05-06 16:30:15 +12:00
Geoff Lankow
d5fdc1ff1f
Bug 1515877 - Turn on ESLint in mailnews/db; r=aceman
2019-04-28 15:40:51 +12:00
Jorg K
ccfb0726af
Backed out non-test part of changeset 635dddf89443 (bug 1515877) for breaking Gloda facet search. a=backout
2019-04-29 20:37:15 +02:00
Geoff Lankow
6c17457381
Bug 1515877 - Turn on ESLint in mailnews/db. r=aceman
2019-04-28 15:40:51 +12:00