Closed
Bug 1448719
Opened 7 years ago
Closed 7 years ago
Trunk: Smileys in chat don't work any more
Categories
(Thunderbird :: Instant Messaging, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 61.0
People
(Reporter: jorgk-bmo, Assigned: jorgk-bmo)
Details
(Keywords: regression)
Attachments
(1 file)
|
1.45 KB,
patch
|
jorgk-bmo
:
review+
aceman
:
review+
|
Details | Diff | Splinter Review |
I've noticed that in today's TaskCluster build, smileys in chat don't work any more.
STR:
Connect to chat, for instance #maildev on irc.mozilla.org and type :-) or :) and hit enter.
That text should be replaced by a smiley but isn't.
Maybe bug 1445396 is at fault which landed on 19-Mar-2018. I think the Daily of the day still had the smileys.
Alice, would you be so kind and assist us here again.
Flags: needinfo?(alice0775)
Comment 1•7 years ago
|
||
regression window:
https://hg.mozilla.org/comm-central/pushloghtml?fromchange=2dc101e7eddc3ebfc0e470f4d4a53b40cefff464&tochange=3ab4909ae468036fc28de5031dd6595db1364b53
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=bfb7edfd0436db388bb9e103b8ad817fc50bfdcf&tochange=827c686c570935483c3ad8022aa92b9e005574c3
suspect:
377b62a130e7 Valentin Gosu — Bug 1442239 - Fix test since nsSimpleURI can't be constructed via createInstance() anymore r=Waldo
61aa0247279a Valentin Gosu — Bug 1442239 - Make URI deserialization (nsISerializable.read) happen via nsIURIMutator only r=mayhemer
Flags: needinfo?(alice0775)
Comment 2•7 years ago
|
||
Error console shows
TypeError: Cc['@mozilla.org/network/simple-uri;1'] is undefined[Learn More]
smileProtocolHandler.js:21:9
| Assignee | ||
Comment 3•7 years ago
|
||
Thanks Alice, much appreciated. Yes, another fallout from the URI changes and very easy to fix ;-)
The initialisation via |.createInstance(Ci.nsIURI);| doesn't work any more.
| Assignee | ||
Comment 4•7 years ago
|
||
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/579bea71fa70
Bug 1447272 follow-up: Replace createInstance(Ci.nsIURI) with mutator. r=me
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•7 years ago
|
Target Milestone: --- → Thunderbird 61.0
Updated•7 years ago
|
Keywords: regression
Version: unspecified → 61
Comment on attachment 8962273 [details] [diff] [review]
1448719-mutator.patch
Review of attachment 8962273 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks, works for me.
Attachment #8962273 -
Flags: review+
You need to log in
before you can comment on or make changes to this bug.
Description
•