Move and tidy output and splash code from output-window.js to static.js in cZ
Categories
(SeaMonkey :: Chat, task)
Tracking
(seamonkey2.53? affected)
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
References
Details
(Whiteboard: SM2.53.22)
Attachments
(1 file, 1 obsolete file)
6.63 KB,
patch
|
frg
:
review+
frg
:
approval-comm-release+
|
Details | Diff | Splinter Review |
At the moment the setting of the splash name and adding the messages in the chat window is done in output-window.js, this could equally be done in static.js. Whilst here remove the unused initialized variable in output-windows.js and tidy up the code being moved.
[Approval Request Comment]
Regression caused by (bug #): n/a
User impact if declined: none
Testing completed (on m-c, etc.): 2.53.22pre
Risk to taking this patch (and alternatives if risky): low
String changes made by this patch: none
![]() |
||
Comment 2•3 months ago
|
||
Comment on attachment 9496174 [details] [diff] [review]
1973395-irc-move-splash-output-25322.patch
With this patch in the topic is no longer shown in #seamonkey. Only unknown is displayed in both modern and classic theme.
Fixed the issue with how there were multiple ways of checking the window had been initialized and unnecessary repeated calls to update the header. Did some more tidying whilst here.
![]() |
||
Updated•2 months ago
|
![]() |
||
Comment 4•2 months ago
|
||
Comment on attachment 9497900 [details] [diff] [review]
1973395-irc-move-splash-output-v1_1-25322.patch
LGTM r/a+
There were some discussions in #seamonkey about motif css not sticking. Could the removed changeCSS(view.prefs["motif.current"]) have caused this?
Pushed by frgrahl@gmx.net:
https://hg.mozilla.org/comm-central/rev/c46748afbbd4
Move and tidy output and splash code from output-window.js to static.js in cZ. r=frg DONTBUILD
Description
•