Paul Morris
aeee638528
Bug 1577835 - Reformat chat/ code with eslint and Prettier. r=mkmelin
...
# ignore-this-changeset
These changes were achieved by:
1. Using eslint to add curly brackets to control
statements that did not have them (if, else, etc.),
thanks to the eslint rule: "curly": ["error", "all"]
Done by running |mach eslint chat/ --fix|
2. Reformatting the code using Prettier.
Done by deleting the chat/ line from
the .prettierignore file and running:
|mach eslint chat/ --fix|
2019-08-30 13:43:03 -04:00
Patrick Cloke
70dde6f238
Bug 1531067 - Stop preprocessing chat files for Thunderbird. r=florian
2019-03-01 15:24:17 -05:00
Geoff Lankow
ed26cc6a11
Bug 1520643 - Port bug 1514594: Change import call sites using kmag's script. rs=bustage-fix,jorgk
2019-01-29 11:25:29 +01:00
Philipp Kewisch
9efb30606f
Bug 1434737 - Move to ChromeUtils.import() - Chat part. r=florian
...
MozReview-Commit-ID: 4nli30dK4Lu
2018-01-31 23:25:50 +01:00
aleth
d47d45fa04
Bug 1209777 - part2: Replace 'const EXPORTED_SYMBOLS' in comm-central. r=mkmelin
2015-10-08 15:54:02 +02:00
Tooru Fujisawa
78bfbafb78
Bug 1151473 - Part 1: Remove use of expression closure in chat/components/, chat/content/, and chat/modules/. r=aleth
2015-08-14 05:43:41 +09:00
Sebastian Hengst
4177482403
Bug 823449 - Chat: Services.appshell should be Services.appShell. r=florian
2012-12-20 11:26:46 +01:00
Sebastian Hengst
da5f8b9d00
Bug 795152 - Switch to Services.jsm: What's left: chat. r=florian
2012-12-14 17:22:28 +01:00
Gervase Markham
d9160e1ab8
Bug 757018 - upgrade license to MPL 2.
2012-05-30 17:48:24 +01:00
Florian Quèze
b3e477de90
Bug 714733 - Instant messaging in Thunderbird, r=bienvenu,bwinton,Standard8,mconley.
2012-03-13 02:14:45 +01:00