Fix a few strict warnings in SeaMonkey
Categories
(SeaMonkey :: General, enhancement)
Tracking
(seamonkey2.53+ fixed)
People
(Reporter: frg, Assigned: frg)
Details
(Whiteboard: SM2.53.12)
Attachments
(1 file, 1 obsolete file)
1.89 KB,
patch
|
iannbugzilla
:
review+
iannbugzilla
:
approval-comm-release+
iannbugzilla
:
approval-comm-esr60+
|
Details | Diff | Splinter Review |
When enabling strict checking a few warnings about undefined variables and incorrect use of tab.hidden pop up in the error console.
Assignee | ||
Comment 1•3 years ago
|
||
tab,hidden is getter only and can not be set directly.
[Approval Request Comment]
Regression caused by (bug #): unknown
User impact if declined: tab status not correctly restored.
Testing completed (on m-c, etc.): 2.53.12b1 pre
Risk to taking this patch (and alternatives if risky): low risk
String changes made by this patch: --
Assignee | ||
Comment 2•3 years ago
|
||
A few undefined variables.
[Approval Request Comment]
Regression caused by (bug #): unknown
User impact if declined: none until we enable strict mode then it breaks.
Testing completed (on m-c, etc.): 2.53.12b1 pre
Risk to taking this patch (and alternatives if risky): trivial.
String changes made by this patch: --
Comment on attachment 9264047 [details] [diff] [review]
1755553-fixhidden-25312.patch
[Triage Comment]
LGTM r/a=me
Comment on attachment 9264048 [details] [diff] [review]
1755553-strict-25312.patch
[Triage Comment]
LGTM r/a=me
Assignee | ||
Comment 5•3 years ago
|
||
Comment on attachment 9264047 [details] [diff] [review]
1755553-fixhidden-25312.patch
Didn't notice that this was already fixed in central via Bug 1479890 so we can take this patch instead.
Pushed by frgrahl@gmx.net:
https://hg.mozilla.org/comm-central/rev/c5eea7f78fda
Fix some uninitialized variables to please strict mode. r=IanN
Assignee | ||
Comment 7•3 years ago
|
||
https://gitlab.com/seamonkey-project/seamonkey-2.53-comm/-/commit/f43ef6b211df6dc1daeec37c591c220f83bd751f
Fix some uninitialized variables to please strict mode. r=IanN a=IanN
Description
•