Remove host app checks from chatZilla
Categories
(SeaMonkey :: Chat, task)
Tracking
(seamonkey2.53+ fixed, seamonkey2.57esr? affected)
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
Details
(Whiteboard: SM2.53.8)
Attachments
(1 file)
25.82 KB,
patch
|
frg
:
review+
frg
:
approval-comm-release+
frg
:
approval-comm-esr60+
|
Details | Diff | Splinter Review |
As we will always be running our forked chatZilla on SeaMonkey, we can remove the code that checks and does different things depending on the host app. Just keep the SeaMonkey code paths.
[Approval Request Comment]
Regression caused by (bug #): n/a
User impact if declined: none
Testing completed (on m-c, etc.): 2.53.8
Risk to taking this patch (and alternatives if risky): low
String changes made by this patch: 7 strings removed
I cannot see any use for client.hostPlatform so that could probably also be removed.
![]() |
||
Comment 3•4 years ago
|
||
Comment on attachment 9217905 [details] [diff] [review]
1707111-irc-clienthost-2538.patch
LGTM
client.platform = "Unknown";
if (navigator.platform.search(/mac/i) > -1)
The client checks can be done with AppConstants.plattform in a follow-up.
![]() |
||
Comment 4•4 years ago
|
||
https://hg.mozilla.org/comm-central/rev/9e80ce2856addd476a2bf36c7800dfce7dba5ff5
Remove host app checks from chatZilla. r=frg
![]() |
||
Comment 5•4 years ago
|
||
https://gitlab.com/seamonkey-project/seamonkey-2.53-comm/-/commit/5acbe64b5d3878a77c5dc2d6a8571ef0d8e768b4
Remove host app checks from chatZilla. r=frg a=frg
Description
•