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

20 Коммитов

Автор SHA1 Сообщение Дата
Magnus Melin 6c4c7cce02 Bug 1609760 - Stop assigning properties to the global `this` in chat/ JSMs (port bug 1608278). r=pmorris DONTBUILD
cp ../.gitignore .rgignore && rg -l -g '*.jsm' '' chat | jscodeshift --stdin --transform ~/Code/jsm-rewrites/no-this-property-assign.js

(Script from d2bbd6c459/no-this-property-assign.js)
2020-04-29 13:31:47 +03:00
Patrick Cloke 256e557c13 Bug 1603602 - Update spec links to be HTTPS links. r=mkmelin 2019-12-28 13:18:10 +02:00
Patrick Cloke 1601628c24 Bug 1601102 - Support the echo-message capability for IRC. r=freaktechnik 2019-12-04 12:21:21 -05:00
Martin Giger 50ac80fa95 Bug 1446689 - Support IRC CAP negotiation v3.2. r=clokep DONTBUILD 2019-10-26 11:53:43 +02:00
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 357ae198d5 Bug 1530868 - Fix imports in chat after bug 1520643. r=freaktechnik 2019-02-27 08:50:50 -05:00
Patrick Cloke f757585188 Bug 1525190 - Run eslint --fix over IRC code (chat/protocols/irc). r=freaktechnik 2019-02-20 17:23:22 -05:00
Geoff Lankow 0a77384a34 Bug 1520643 - Port bug 1514594: Change all call sites of ChromeUtils.import() to the "new" scheme; rs=bustage-fix DONTBUILD 2019-01-30 20:53:39 +13: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
Richard Marti 990dd0f68c Bug 1436310 - Port bug 1432992 to chat: Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-07 12:19:12 +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
Magnus Melin 9d168e83df Bug 1209777 - part3: adapt comm-central for bug 589199 (top level const/let change). r=mconley, fallen, jcranmer, aleth. a=mkmelin on CLOSED TREE
Created by this script:
 find mail/ mailnews/ calendar/ chat/ im/ testing/ -type f -iname *.js* -exec sed -i -E 's/^(const|let) /var /g' {} \;
2015-10-11 00:23:56 +03: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 cbc2bf6cbb Bug 1151473 - Part 2: Remove use of expression closure in chat/protocols/. r=clokep 2015-08-14 05:43:41 +09:00
aleth 67c0a450a8 Bug 1106246 - Improve SASL error messages. r=clokep 2014-12-04 10:00:28 +01:00
aleth 9fae95b3d4 Bug 1085150 - Don't identify if already authenticated, and improve CAP error reporting. r=clokep 2014-11-08 13:05:47 +01:00
Patrick Cloke d970020027 Bug 842183 - Land in comm-central Instantbird's changes to chat/ - 5 - Bio 1827 - Add an easy way to copy an account specific debug log, IRC protocol, r=fqueze. 2012-11-28 01:35:16 +01:00
aleth 9cb79cce36 Bug 812921 - Land in comm-central Instantbird's changes to chat/ - 4 - Bio 1786 - Don't log password during SASL auth - follow-up to improve the logged string, r=clokep. 2012-11-18 19:43:58 +01:00
aleth 0d344dad30 Bug 812921 - Land in comm-central Instantbird's changes to chat/ - 4 - Bio 1786 - Don't log password during SASL auth, r=fqueze. 2012-11-10 23:52:06 +01:00
Patrick Cloke 48c25dc909 Bug 812921 - Land in comm-central Instantbird's changes to chat/ - 4 - Bio 1573 - Support SASL for IRC, r=aleth. 2012-11-02 23:45:38 +01:00