Closed
Bug 141481
Opened 23 years ago
Closed 22 years ago
javascript strict warnings in contextHelp.js
Categories
(SeaMonkey :: UI Design, defect)
SeaMonkey
UI Design
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: Morten, Assigned: Morten)
References
Details
Attachments
(1 file)
794 bytes,
patch
|
timeless
:
review+
jag+mozilla
:
superreview+
|
Details | Diff | Splinter Review |
Error: redeclaration of const MOZ_HELP_URI
Source File: chrome://help/content/contextHelp.js
Line: 1
This isn't an error, this is a warning...
Summary: javascript error in contextHelp.js → javascript warning in contextHelp.js
Assignee | ||
Comment 2•23 years ago
|
||
patch in hand....
I'm rebuilding my tree at the moment, but as soon as that's done, I'll see if my
fix works.
if it does, it's a one-liner
Assignee | ||
Comment 3•23 years ago
|
||
Attachment #81871 -
Flags: review+
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Updated•23 years ago
|
OS: Linux → All
Hardware: PC → All
Summary: javascript warning in contextHelp.js → javascript strict warnings in contextHelp.js
Comment 4•23 years ago
|
||
*** Bug 144744 has been marked as a duplicate of this bug. ***
Comment 5•23 years ago
|
||
I see this each time I open the mail composer window. It clutters up the
JavaScript console unnecessarily.
Comment 6•23 years ago
|
||
Morten,
Have you asked anyone for an SR?
Comment 7•23 years ago
|
||
*** Bug 151715 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 8•23 years ago
|
||
I think I might have, but it's so long ago, I can't remember clearly...
Anyhoo, I faded out again (I keep fading in and out of active hacking in moz)
after making this and another few patches, thus it's been hanging...
*checking Sent mail*
Indeed, I did send a request for SR of the two patches in bug 138864 and this
one on Thu, 27 Jun 2002
Comment 9•22 years ago
|
||
this is one of the few JS error we have left that should up all the time. Cant
we get it into moz1.2?
Assignee | ||
Comment 10•22 years ago
|
||
yeah, this should have gone in back when I made the patch really... setting
keyword to hopefully get some attention :)
Keywords: mozilla1.2
Comment 11•22 years ago
|
||
Morten, you should mail the xpfe super-reviewers. see
http://mozilla.org/hacking/reviewers.html
Assignee | ||
Comment 12•22 years ago
|
||
Sent an request for sr now...
When (if) I get it, can somebody please check it in for me? thanks.
Comment 13•22 years ago
|
||
Comment on attachment 81871 [details] [diff] [review]
oneliner fix
Marking r=timeless
sr=jag
Attachment #81871 -
Flags: superreview+
Comment 14•22 years ago
|
||
checked in, marking fixed.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•