Fix JS strict warnings in unescapeTagValue
Categories
(SeaMonkey :: Chat, defect)
Tracking
(seamonkey2.53+ fixed)
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
References
Details
(Whiteboard: SM2.53.10)
Attachments
(1 file)
1.47 KB,
patch
|
frg
:
review+
frg
:
approval-comm-release+
frg
:
approval-comm-esr60+
|
Details | Diff | Splinter Review |
In Bug 1724584 unescapeTagValue was introduced but it generates a strict JS warning so that should be fixed. Whilst here let's make it neater.
[Approval Request Comment]
Regression caused by (bug #): 1724584
User impact if declined: strict JS errors
Testing completed (on m-c, etc.): 2.53.10
Risk to taking this patch (and alternatives if risky): low
String changes made by this patch: none
![]() |
||
Comment 2•3 years ago
|
||
Comment on attachment 9238400 [details] [diff] [review]
1727989-irc-unescape-strict-25310.patch
LGTM
NIT: There is a next method used in generators. I dislike having language elements mixed up with own definitions. Could you rename at least next to something else. Maybe nextData. current is ok but also sounds ambiguous. Maybe currentData?
r/a+ with this fixed.
Pushed by frgrahl@gmx.net:
https://hg.mozilla.org/comm-central/rev/763306b2198f
Fix JS strict warnings in unescapeTagValue. r=frg
![]() |
||
Updated•3 years ago
|
![]() |
||
Comment 4•3 years ago
|
||
https://gitlab.com/seamonkey-project/seamonkey-2.53-comm/-/commit/311fe1966318e9b68d6592289a26b45e765b6fd7
Fix JS strict warnings in unescapeTagValue. r=frg a=frg
Description
•