Switch from using arrayRemoveAt and arrayInsertAt helpers to using JS Array splice and unshift methods
Categories
(SeaMonkey :: Chat, task)
Tracking
(seamonkey2.53+ fixed)
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
Details
(Whiteboard: SM2.53.20)
Attachments
(1 file)
|
10.21 KB,
patch
|
frg
:
review+
frg
:
approval-comm-release+
|
Details | Diff | Splinter Review |
Remove the arrayRemoveAt and arrayInsertAt helpers from utils.js and use JS Array splice and unshift methods instead.
[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
Updated•1 year ago
|
Comment 2•1 year ago
|
||
Comment on attachment 9429492 [details] [diff] [review]
1923227-irc-remove-arrayRemoveInsert-25320.patch
lgtm
Pushed by frgrahl@gmx.net:
https://hg.mozilla.org/comm-central/rev/b0be4831e641
Switch from using arrayRemoveAt and arrayInsertAt helpers to using JS Array splice and unshift methods. r=frg
Comment 4•1 year ago
|
||
https://gitlab.com/seamonkey-project/seamonkey-2.53-comm/-/commit/554e34a81152fd972113b2a3f0d726f3d7bb3993
Switch from using arrayRemoveAt and arrayInsertAt helpers to using JS Array splice and unshift methods. r=frg a=frg
Description
•