Fix makeLogName helper to not encode twice in prefs.js in cZ
Categories
(SeaMonkey :: Chat, defect)
Tracking
(seamonkey2.53+ fixed)
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
Details
(Whiteboard: SM2.53.21)
Attachments
(1 file, 1 obsolete file)
|
2.07 KB,
patch
|
frg
:
review+
frg
:
approval-comm-release+
|
Details | Diff | Splinter Review |
At the moment the encode function in makeLogName helper encodes twice and can also generate strange results, for example with a channel called "SM:dev" the current code creates a log name "SM%253adev" whereas "SM%3Adev" should be sufficient.
[Approval Request Comment]
Regression caused by (bug #): n/a
User impact if declined: none
Testing completed (on m-c, etc.): 2.53.21pre
Risk to taking this patch (and alternatives if risky): low
String changes made by this patch: none
Force output to be lowercase
Updated•9 months ago
|
Comment 3•9 months ago
|
||
Comment on attachment 9443705 [details] [diff] [review]
1937387-irc-fix-makeLogName-v1_1-25321.patch
LGTM
Pushed by frgrahl@gmx.net:
https://hg.mozilla.org/comm-central/rev/29029210b45f
Fix makeLogName helper to not encode twice in prefs.js in cZ. r=frg
Comment 5•2 months ago
|
||
https://gitlab.com/seamonkey-project/seamonkey-2.53-comm/-/commit/a5e4e9a42028876106c186c62053829e0ee55bff
Fix makeLogName helper to not encode twice in prefs.js in cZ. r=frg a=frg
Description
•