Remove some code duplication in getSISize and getSISpeed helpers and improve coding in scaleNumbersBy1024 in cZ
Categories
(SeaMonkey :: Chat, enhancement)
Tracking
(seamonkey2.53+ fixed)
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
Details
(Whiteboard: SM2.53.20)
Attachments
(1 file)
2.36 KB,
patch
|
frg
:
review+
frg
:
approval-comm-release+
|
Details | Diff | Splinter Review |
There's a fair amount of duplicated code between getSISize and getSISpeed helpers, also the code in scaleNumberBy1024 could be recoded to make use of new Math methods.
[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•2 months ago
|
Comment 2•2 months ago
|
||
Comment on attachment 9439844 [details] [diff] [review]
1933346-irc-utils-scale-25320.patch
lgtm r/a+
Pushed by frgrahl@gmx.net:
https://hg.mozilla.org/comm-central/rev/b050791cbc90
Remove some code duplication in getSISize and getSISpeed helpers and improve coding in scaleNumbersBy1024 in cZ. r=frg
Comment 4•5 days ago
|
||
https://gitlab.com/seamonkey-project/seamonkey-2.53-comm/-/commit/3c8bcccbbbb8c41813b450fe0e15d443308ce775
Remove some code duplication in getSISize and getSISpeed helpers and improve coding in scaleNumbersBy1024 in cZ. r=frg a=frg
Description
•