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

140 Коммитов

Автор SHA1 Сообщение Дата
andi4191 c7fcf46ca0 Bug 1302537 - Timestamps should forget ms component throughout chat code. r=clokep
--HG--
extra : rebase_source : c58d74e5ef2e2d2d528333204889e63e8f2d4237
extra : amend_source : 1201fe8c9cd45ce9d6fd892dafa7b073f621133d
extra : histedit_source : 792ea7ca1f14b904ba2c2217cdddc3c955c7198b%2C54fad983404ecb7e3ed3d83c5ad7a21f50f43930
2017-01-17 13:12:19 -08:00
Florian Quèze e060e71b1e Bug 1329958 - remove trailing newURI null parameters in comm-central. r=philipp,aleth 2017-01-10 14:16:22 +01:00
Aman Dwivedi 5eb0db1f82 Bug 1293004 - Replace in-tree consumer of non-standard Iterator() with Object.{values,entries} in chat/ in comm-central. r=aleth 2017-01-03 16:25:03 +05:30
Jorg K 239210ac8a Bug 1328847 - Part 1: Change SEC_NORMAL to SEC_ALLOW_CROSS_ORIGIN_DATA_IS_NULL where system principal is used. rs=bustage-fix CLOSED TREE DONTBUILD 2017-01-05 17:04:29 +01:00
Arlo Breault f632056220 Bug 955642 - Make DMs work w/ the OTR extension and use twitter-text to parse entities. r=aleth,florian 2016-11-21 20:18:00 +01:00
aleth 40c5b26aea Bug 1315479 - Use requestIdleCallback for the socket data queue. r=clokep
--HG--
extra : rebase_source : 67399b7d1aec077d574a08a5784297910ab8976b
2016-11-05 20:07:26 +01:00
Sebastian Hengst 4f885ebbd2 Bug 1304135 - remove obsolete .toLowerCase() from .localName.toLowerCase(). r=aleth
MozReview-Commit-ID: DBTzimgQwkf
2016-09-26 14:37:45 +02:00
Sebastian Hengst 1b8d81a4c1 Bug 1208849 - Use array.includes in chat and im code instead of indexOf != / == -1: im/. r=aleth 2016-09-05 11:22:01 +02:00
Abdelrhman Ahmed 04e686b2bc Bug 787369 - XMPP: Support SRV records. r=aleth,clokep
--HG--
extra : amend_source : ed4aa4fda9abbd94407b39a892270806c664f3e3
2016-05-14 13:59:00 +02:00
aleth 507544b7fb Bug 1060891 - Reduce stats service memory usage and avoid jank on /list. r=florian
--HG--
extra : rebase_source : 4f7fbafff166474e5e8a00ed03fbc2d7237530a4
2016-05-12 23:53:34 +02:00
aleth 281b74aaf9 Bug 1142337 - Implement NormalizedMap using a subclass. r=clokep
--HG--
extra : rebase_source : 74b819a86c1b98d5af3b218e7d7dd3fced0304d3
2016-03-10 16:12:57 +01:00
Tooru Fujisawa bface4cffe Bug 1257299 - Use AppInfo.jsm instead of appInfoUtils.jsm. r=clokep a=bustage fix CLOSED TREE
--HG--
extra : amend_source : dc7bad79dde2b3ac48dac0967b018a7195382910
2016-03-17 07:37:18 +09:00
aleth 4459e60923 Bug 1256182 - Port Bug 1253016 - Remove legacy __defineGetter__/__defineSetter__ this behavior for c-c. r=florian bustage-fix CLOSED TREE DONTBUILD
--HG--
extra : amend_source : 0092603353858a6982861c05f3b6147b34ba77df
2016-03-13 22:26:38 +01:00
Tooru Fujisawa 7d8a50da69 Bug 1221637 - Remove for-each from chat/. r=clokep 2016-01-23 15:53:04 +09:00
Sebastian Hengst 25f700887d Bug 1237602 - Port bug 1220564 - Remove legacy array/generator comprehension: chat and im. r=aleth 2016-01-12 00:27:14 +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
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
aleth 06f7c518bf Bug 1142337 - Implement NormalizedMap without __noSuchMethod__. r=clokep 2015-08-07 19:44:06 +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 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
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
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 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
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
Patrick Cloke d600fb8f3d Bug 953999 - Skype protocol plugin. r=aleth,florian
--HG--
extra : rebase_source : c6bbcb0eb5a6ed760b38a76b9e861ef08a9fa695
2015-02-14 17:10:23 -05:00
Abdelrhman Ahmed a2cdf3b780 Bug 1173366 - Use aData parameter of update-typing notifications to pass a short name to the UI. r=aleth 2015-06-14 09:23:00 +02:00
Sebastian Hengst 4367ef0739 Bug 1110166 - Port bug 1102219 - Rename String.prototype.contains to String.prototype.includes: chat. r=aleth 2015-05-01 21:53:58 +02:00
David Keeler c90c70bdee Bug 1143105 - remove unnecessary nsISSLErrorListener implementations in comm-central. r=jcranmer,clokep 2015-03-20 00:58:28 +01:00
aleth f26d112dd8 Bug 1143238 - Rejoining an existing MUC fails. r=clokep 2015-03-14 01:33:27 +01:00
Arlo Breault 885999ae12 Bug 1089577 - Debug logs should include displayed message. r=aleth 2015-03-03 10:48:03 -08:00
Florian Quèze ec6998d2b3 Backout 'Bug 1089577 - Debug logs should include displayed message.' for test bustage. 2015-03-04 19:37:50 +01:00
Arlo Breault abb0996a0a Bug 1089577 - Debug logs should include displayed message. r=aleth 2015-03-03 10:48:03 -08:00
aleth 74217ac4df Bug 1134579 - JS prpl commands need to implement QueryInterface. r=clokep 2015-02-19 20:29:43 +01:00
Arlo Breault ee2103b98b Bug 1071166 - Outgoing messages not escaped correctly. r=aleth,clokep,florian 2014-11-28 09:43:18 -08:00
aceman 79245723fb Bug 1099588 - Make JS callers of ios.newChannel call ios.newChannel2 in chat/. r=clokep a=bustage-fix
--HG--
extra : amend_source : ac589329180a55eab09e024f027356dd85e3ce17
2014-12-19 17:04:00 -05:00
aleth 924830cd08 Bug 955312 - Add date to message tooltips: Don't show the date on today's messages and use imTooltip instead of message style replacements. r=florian a=aleth 2014-12-05 22:50:31 +01:00
aleth 978ceeb590 Bug 955312 - Add date to message tooltips. r=clokep a=aleth on CLOSED TREE
--HG--
extra : amend_source : 6008026fd86b9d13f405153063286cce501b29f9
2014-12-04 10:00:28 +01:00
Patrick Cloke dc14e4ce35 Bug 955353 - Rename imIAccountBuddy to prplIAccountBuddy. r=aleth,florian a=clokep on a CLOSED TREE
--HG--
extra : rebase_source : a4acebc0ae405ce535cf60e98676d39302792f7e
extra : amend_source : e902895109072f851593e568d7740bc94e5c3ff9
2014-11-15 09:32:00 -05:00
Patrick Cloke 4ba9bb5476 Backed out changeset cf49ca9bc214 due to wrong version being committed 2014-11-27 12:47:34 -05:00
Patrick Cloke a5a4eef0f2 Bug 955353 - Rename imIAccountBuddy to prplIAccountBuddy. r=aleth,florian a=bustage fix on CLOSED TREE
--HG--
extra : amend_source : 79570f3fa17f4bcf28ff0616acfe463b7db8a52e
2014-11-15 09:32:00 -05:00
Hiroyuki Ikezoe d690f14bba Bug 1101311 - Use text-decoration-* instead of -moz-text-decoration. r=florian, a=me 2014-11-19 03:20:00 +02:00
Patrick Cloke 32f80eb2eb Bug 954350 - Problems when connecting to irc.umich.edu (requires ident or non-standard captcha). r=aleth
--HG--
extra : rebase_source : 48b44b08c843ad7b95c24d66cae498f2ed559fe2
2014-09-24 08:54:43 -04:00
Florian Quèze 14461db358 Bug 1067493 - move the 'color' field from prplIMessage to imMessage, r=clokep, a=Standard8. 2014-09-16 09:56:51 +02:00
Arlo Breault e8c1fbcc1f Bug 983347 - Need different paths for displaying to the screen and sending over the wire. Correct version. r=florian,clokep a=jcranmer
--HG--
extra : amend_source : ed5630c8c2d6d7a3c0d9b8b726ee69126541d2bd
2014-08-27 23:28:11 -07:00
Patrick Cloke 416bff205d Backout Bug 983347 - Need different paths for displaying to the screen and sending over the wire. Obsolete patch committed.
--HG--
extra : amend_source : 626b92ae82330a77ee894bf46bc609586e3381d3
2014-09-14 18:06:55 -04:00
Arlo Breault 61e6166a48 Bug 983347 - Need different paths for displaying to the screen and sending over the wire. r=florian,clokep a=jcranmer
--HG--
extra : amend_source : b1d4b4cba332f4c9a37913dce0fd6dac9cc7fb80
2014-08-27 23:28:11 -07:00