helper function for renaming irc server properties
Categories
(SeaMonkey :: Chat, task)
Tracking
(seamonkey2.53+ fixed)
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
References
Details
(Whiteboard: SM2.53.10)
Attachments
(1 file, 1 obsolete file)
2.95 KB,
patch
|
iannbugzilla
:
review+
iannbugzilla
:
approval-comm-release+
iannbugzilla
:
approval-comm-esr60+
|
Details | Diff | Splinter Review |
There is a certain amount of code duplication in IRCServer serv_005 function. Providing a helper function could remove that duplication.
[Approval Request Comment]
Regression caused by (bug #): n/a
User impact if declined: none
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 9238424 [details] [diff] [review]
1728027-irc-renameProperties-25310.patch
LGTM
NIT:
this.renameProperties(item[child]);
Shouldn't this be this.renameProperties(item[child], null); for consistency with this.renameProperties(this.users, null); ?
r/a+ with this changed or not.
[Triage Comment]
Carrying forward r/a+
Pushed by frgrahl@gmx.net:
https://hg.mozilla.org/comm-central/rev/ad48a87cef1a
helper function for renaming irc server properties. r=frg
Updated•3 years ago
|
Comment 5•3 years ago
|
||
https://gitlab.com/seamonkey-project/seamonkey-2.53-comm/-/commit/40cd1572e39881903db7a2de5d15a87994ed7a09
helper function for renaming irc server properties. r=frg a=frg
Description
•