Make line splitting a library utility function in cZ
Categories
(SeaMonkey :: Chat, enhancement)
Tracking
(seamonkey2.53+ fixed)
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
References
Details
(Whiteboard: SM2.53.9)
Attachments
(1 file)
6.62 KB,
patch
|
iannbugzilla
:
review+
iannbugzilla
:
approval-comm-release+
iannbugzilla
:
approval-comm-esr60+
|
Details | Diff | Splinter Review |
From Ambassador issue #80:
There's some code repetition between irc.js and static.js with regards to splitting long lines before sending them. This can be broken out into its own utility method in irc.js and then used in both places.
Patches cherry picked from Ambassador and tweaked:
https://github.com/Ascrod/ambassador/commit/83fa2052c0539bae922f3b69cfc24170842c3c44
https://github.com/Ascrod/ambassador/commit/29054341e6bd6996c42b862f0cc674d779db6301
[Triage Comment]
r/a=me
Pushed by frgrahl@gmx.net:
https://hg.mozilla.org/comm-central/rev/711146ab4abf
Make line splitting a library utility function in cZ. r=IanN
![]() |
||
Updated•2 years ago
|
![]() |
||
Comment 3•2 years ago
|
||
https://gitlab.com/seamonkey-project/seamonkey-2.53-comm/-/commit/154e303f998904f40a4c9129ae13036d4eb0de97
Make line splitting a library utility function in cZ. r=IanN a=IanN
Description
•