Update outdated .jsm references in the tree.
Depends on D204766
Differential Revision: https://phabricator.services.mozilla.com/D204769
--HG--
extra : rebase_source : cdf8c1367702bb00c51a750cc712e156db65d371
extra : amend_source : 5f2256fc97ae8f3de2086ffbe99acde9fdef0473
Provides a quick check to see if comm/third_party/rust is in sync with upstream.
Differential Revision: https://phabricator.services.mozilla.com/D196237
--HG--
extra : moz-landing-system : lando
Removes the old migrator that - when it worked - would open an import wizard (which hasn't worked since tb91, since it would need to include customElements.js directly and it doesn't).
Instead, if starting with --migration, show the import tab. --migration is listed for all toolkit, so might as well make it do something useful.
The migration is now instead handled where Thunderbird normally handles command line arguments.
Also convert MessengerContentHandler.jsm to MessengerContentHandler.sys.mjs.
Differential Revision: https://phabricator.services.mozilla.com/D195422
--HG--
rename : mail/components/MessengerContentHandler.jsm => mail/components/MessengerContentHandler.sys.mjs
Test failues in comm/mail/test/browser/composition/browser_attachment.js
--HG--
rename : mail/components/MessengerContentHandler.sys.mjs => mail/components/MessengerContentHandler.jsm
extra : amend_source : bacf02fd31542b3e93931147abd80cc55fedd97b
Removes the old migrator that - when it worked - would open an import wizard (which hasn't worked since tb91, since it would need to include customElements.js directly and it doesn't).
Instead, if starting with --migration, show the import tab. --migration is listed for all toolkit, so might as well make it do something useful.
The migration is now instead handled where Thunderbird normally handles command line arguments.
Also convert MessengerContentHandler.jsm to MessengerContentHandler.sys.mjs.
Differential Revision: https://phabricator.services.mozilla.com/D195422
--HG--
rename : mail/components/MessengerContentHandler.jsm => mail/components/MessengerContentHandler.sys.mjs
extra : rebase_source : 7a157820a46880aa6c7358f40befd2160ed88e4b
... and also merge tagDialog.xhtml to newTagDialog.xhtml.
Differential Revision: https://phabricator.services.mozilla.com/D193182
--HG--
extra : rebase_source : d28f538eb155806980e0f78f11d8e74493330e1f
# 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 mailnews/ --fix|
2. Reformatting the code using Prettier.
Done by deleting the mailnews/ line from
the .prettierignore file and running:
|mach eslint mailnews/ --fix|
# 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 mail/ --fix|
2. Reformatting the code using Prettier.
Done by deleting the mail/ line from
the .prettierignore file and running:
|mach eslint mail/ --fix|
# 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 editor/ --fix|
2. Reformatting the code using Prettier.
Done by deleting the editor/ line from
the .prettierignore file and running:
|mach eslint editor/ --fix|
# 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|
# 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 chat/ --fix|
2. Reformatting the code using Prettier.
Done by deleting the chat/ line from
the .prettierignore file and running:
|mach eslint chat/ --fix|