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

669 Коммитов

Автор SHA1 Сообщение Дата
aleth d98991d4f1 Fix another xmpp.jsm expression closure warning. rs=aleth
--HG--
extra : rebase_source : ebe52fce494043ece9bd6cadd070f8a3b448cda5
2015-12-03 22:25:34 +01:00
Philip Chee 2b63fc441d Bug 1229876 - Port Bug 1229241 - Differentiate preprocessed and non-preprocessed JS pref files (JS_PREFERENCE_FILES to JS_PREFERENCE_PP_FILES). r=aceman
--HG--
extra : amend_source : 26b59351ab40e2d2765f42301c46cc1ecfb4373c
2015-12-02 11:10:00 +01:00
aleth 7cfdc0f7ed Bug 1226559 - Fix twitter @mention pings. r=clokep
--HG--
extra : rebase_source : 0be7305cb206c2d32203f301d4778e7239534e5a
extra : amend_source : bbf7f36c2f336000cf950aaf995548222f5fc775
2015-11-20 11:34:37 +01:00
aleth 46491b21b3 Bug 1226352 - Drop account from participant tooltips. r=clokep
--HG--
extra : rebase_source : 08e2320d89c804fa2ad95c8f2a5f303e85c5e085
extra : histedit_source : 04c5bcd43add3c5e24ca6a1830e40543f0745dc5
2015-11-10 00:39:32 +01:00
Martin Giger c7991bc585 Bug 1225454 - Unregistering IRC handlers doesn't work. r=clokep
--HG--
extra : amend_source : bea520ae6c093ed1765a2f064ce3fbdc86b8ee1a
2015-11-17 03:54:00 +01:00
aleth 9efe003e6c Bug 1089809 - Handle nonstandard IRC message 379. r=clokep
--HG--
extra : rebase_source : 28e5d7dc549ab5caf08344413e4007dc5f27a7ba
2015-11-17 20:04:50 +01:00
aleth 237834d972 Bug 1224532 - Fix some "Expression closures are deprecated" warnings. r=clokep 2015-11-15 01:15:20 +01:00
Arlo Breault 303cf0590d Bug 1222659 - Ensure XMPP conversation is a MUC before attempting a topic change. r=aleth
--HG--
extra : rebase_source : 07baeed9a1444773c6ed3c68021e5b5165b4d9ca
2015-11-06 17:30:47 -08:00
Abdelrhman Ahmed c9796db169 Bug 1210226 - Handle nicknames that contain spaces for msg and kick commands in XMPP. r=aleth chat/ patch on CLOSED TREE
--HG--
extra : amend_source : 4dec0001a9098c9a5df5109f8ce0ee185a39bde4
2015-11-03 05:13:00 +01:00
aleth 6eff3b7f70 Bug 1213908 - Add user icons to prplIChatBuddies and their tooltips: followup to fix comment. rs,a=aleth CLOSED TREE 2015-10-30 00:25:35 +01:00
aleth f652ca8135 Bug 1218127 - Add tooltips to all twitter @mentions. r=clokep,florian a=aleth chat/ patch on CLOSED TREE 2015-10-30 00:18:29 +01:00
aleth 2d2de60e5a Bug 1213908 - Add user icons to twitter participants. r=clokep 2015-10-30 00:11:48 +01:00
Abdelrhman Ahmed 682dfc3aa1 Bug 1213908 - Add support for setting buddyIcon and getting participant with nick in MUCs. r=aleth,florian 2015-10-26 15:38:00 +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
Patrick Cloke 47c9d8e4e7 Bug 1209777 - part1: lexical-components-to-var.sh and global-let-to-var.sh. r=philip.chee, mkmelin
CLOSED TREE seamonkey
2015-10-08 06:53:00 +03:00
aleth d47d45fa04 Bug 1209777 - part2: Replace 'const EXPORTED_SYMBOLS' in comm-central. r=mkmelin 2015-10-08 15:54:02 +02:00
Abdelrhman Ahmed 7303978141 Bug 1205769 - Reduce flood of vcard requests after fetching roster. r=aleth 2015-10-07 14:25:00 +02:00
Martin Giger aeee512bca Bug 1179866 - Allow numbers in commands. r=aleth 2015-10-01 23:22:40 +02:00
aleth 76a854aaeb Bug 1193643 - Allow requestBuddyInfo to return cached/available data immediately to speed up tooltips. r=clokep
--HG--
extra : rebase_source : c6eeed5b29a14ea9fa63cdc8e99c824e6c4cca2a
2015-10-03 00:04:34 +02:00
Abdelrhman Ahmed 57c77eaa53 Bug 1205727 - Implement invite and me commands for XMPP muc. r=aleth 2015-09-28 19:50:42 +02:00
aleth b47518a2df Bug 1200549 - Only use requestBuddyInfo in tooltips for JS prpls. r=clokep 2015-09-23 02:04:21 +02:00
aleth 56ac95559c Bug 1206238 - Improve XMPP handleErrors to display error system messages directly. r=clokep 2015-09-23 01:53:34 +02:00
Abdelrhman Ahmed 171eb309ac Bug 1204273 - Implement nick and msg commands for XMPP muc. r=aleth 2015-09-15 12:56:00 +02:00
aleth 06f7c518bf Bug 1142337 - Implement NormalizedMap without __noSuchMethod__. r=clokep 2015-08-07 19:44:06 +02:00
Abdelrhman Ahmed 61a2d07a7f Bug 1172354 - Implement ban and kick commands for XMPP rooms. r=aleth a=aleth CLOSED TREE 2015-09-08 13:26:00 +02:00
aleth d3689459f5 Bug 1201661 - Fix "buffer is undefined" warning. r=clokep 2015-09-07 11:37:51 +02:00
aleth f46c8d30cd Bug 1201661 - Fix "this._account is undefined" warning from onStartRequest after socket disconnect. r=clokep 2015-09-07 11:37:46 +02:00
Abdelrhman Ahmed 4aed8e1bb2 Bug 1186658 - Handle received version request and reply in XMPP. r=aleth 2015-08-31 21:02:27 +02:00
Patrick Cloke 2e0642a88c Bug 1197584 - Handle newer ZNC auth requests. r=aleth 2015-09-01 10:45:00 +02:00
Abdelrhman Ahmed 0b0b3abde6 Bug 1176958 - Update participants list when a nick is changed in XMPP MUC. r=aleth,clokep 2015-08-29 13:59:03 +02:00
aleth 125618e3cd Bug 1201591 - Demote IRC connection errors to warnings. r=clokep 2015-09-04 19:13:30 +02:00
aleth ff420320a3 Bug 1201576 - Make sure the quit timer is reset on disconnection to avoid double reconnects. r=clokep 2015-09-04 19:13:05 +02:00
aleth 9ce3c08563 Bug 1158249 - watchLength is NaN. r=clokep 2015-09-04 19:13:05 +02:00
aleth be6085c021 Bug 1193494 - Never prefer SASL PLAIN for JS-XMPP auth even over encrypted connections. r=clokep 2015-08-26 17:00:41 +02:00
aleth 435bdfc965 Bug 1186414 - Don't WARN if XMPP server doesn't return features for some service. r=clokep 2015-08-26 17:00:15 +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
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
Abdelrhman Ahmed b8b60b0cad Bug 1172355 - Add system messages when someone joins or leaves an XMPP MUC. r=aleth 2015-08-11 17:05:00 +02:00
aleth 9c7185eacd Bug 1163541 - JS XMPP debug logs shouldn't contain the user's password. r=clokep 2015-08-12 01:09:49 +02:00
aleth f9a007eac1 Backout Bug 1142337 (Implement NormalizedMap without __noSuchMethod__) as ES6 classes are only available in nightlies. rs=bustage-fix a=aleth
--HG--
extra : amend_source : 2f78613b3da7bbac0a96b034db137f199bb7a13a
2015-08-11 22:03:29 +02:00
aleth 0e4d92877b Bug 1146093 - Followup to fix two string typos. rs=aleth 2015-08-11 14:46:00 +02:00
Abdelrhman Ahmed 008ebbe57a Bug 1146093 - Add some system messages for when an occupant leaves a XMPP MUC room. r=aleth 2015-08-11 03:09:00 +02:00
Abdelrhman Ahmed 94f4e8b3db Bug 1171691 - Implement requestBuddyInfo for JS-XMPP. r=aleth 2015-08-10 07:12:00 +02:00
aleth 2ae5133442 Bug 1191303 - BadLogFile system message not found. r=clokep 2015-08-10 00:34:45 +02:00
aleth 3cdf24d281 Bug 1142337 - Implement NormalizedMap without __noSuchMethod__. r=clokep 2015-08-07 22:50:13 +02:00
aleth 0d5478bf3f Back out aeca087abe82 (Bug 1176958 - Update participants list when a nick is changed) for producing error messages. a=aleth CLOSED TREE 2015-07-27 15:36:06 +02:00
Brian O'Keefe 9aa81011c9 Bug 1138063 - Replace manual install rules (e.g. tests, FINAL_TARGET files) with moz.build equivalents r=jcranmer,fallen,florian a=IanN for CLOSED TREE 2015-07-26 18:07:22 +01:00
Nihanth Subramanya ba9cab7a03 Bug 1025522 - Split log files to prevent them from growing too large. r=aleth, florian a=aleth CLOSED TREE
--HG--
extra : amend_source : ab0c32994a69c4683076d2ddbb6541449b8d8133
2014-06-27 04:46:45 +05:30
Nihanth Subramanya 059e1d7a55 Bug 1025522 - Split log files to prevent them from growing too large - ensure Twitter correctly sets the delayed flag on older tweets. r=florian 2014-07-08 03:20:02 +05:30
Abdelrhman Ahmed c94c5b3119 Bug 1176958 - Update participants list when a nick is changed in XMPP MUC. r=clokep a=aleth CLOSED TREE 2015-07-24 13:32:00 +02:00