Switch from using arrayContains helper to using JS Array includes method
Categories
(SeaMonkey :: Chat, task)
Tracking
(seamonkey2.53? affected)
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
Details
(Whiteboard: SM2.53.20)
Attachments
(1 file, 1 obsolete file)
14.37 KB,
patch
|
frg
:
review+
frg
:
approval-comm-release+
|
Details | Diff | Splinter Review |
Remove the helper arrayContains from utils.js and use JS Array includes method.
[Approval Request Comment]
Regression caused by (bug #): n/a
User impact if declined: none
Testing completed (on m-c, etc.): 2.53.20pre
Risk to taking this patch (and alternatives if risky): low
String changes made by this patch: none
[Approval Request Comment]
Regression caused by (bug #): n/a
User impact if declined: none
Testing completed (on m-c, etc.): 2.53.20pre
Risk to taking this patch (and alternatives if risky): low
String changes made by this patch: none
Comment 3•2 months ago
|
||
Comment on attachment 9429488 [details] [diff] [review]
1923224-irc-remove-arrayContains-25320.patch
lgtm
Updated•2 months ago
|
Pushed by frgrahl@gmx.net:
https://hg.mozilla.org/comm-central/rev/35bfae195488
Switch from using arrayContains helper to using JS Array includes method. r=frg
Description
•