Closed
Bug 61110
Opened 25 years ago
Closed 25 years ago
javascript strict warnings in tinderbox
Categories
(Webtools Graveyard :: Tinderbox, defect, P3)
Webtools Graveyard
Tinderbox
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: david, Assigned: mcafee)
References
()
Details
Attachments
(1 file)
|
1.40 KB,
patch
|
Details | Diff | Splinter Review |
Mozilla displays the following strict javascript warnings when viewing the
tinderbox page:
JavaScript strict warning:
http://tinderbox.mozilla.org/SeaMonkey/ line 87: redeclaration of var l
JavaScript strict warning:
http://tinderbox.mozilla.org/SeaMonkey/ line 122: redeclaration of var l
JavaScript strict warning:
http://tinderbox.mozilla.org/SeaMonkey/ line 176: assignment to undeclared
variable notes
JavaScript strict warning:
http://tinderbox.mozilla.org/SeaMonkey/ line 177: assignment to undeclared
variable builds
JavaScript strict warning:
http://tinderbox.mozilla.org/SeaMonkey/ line 185: assignment to undeclared
variable buildtree
I think it would be pretty easy to make these warnings go away.
-dave
Comment 1•25 years ago
|
||
Updated•25 years ago
|
Comment 2•25 years ago
|
||
This looks like a duplicate of bug 58436, which also has a patch attached. I'm
not sure I want to outright mark it as a duplicate though because the patches
aren't exactly the same...
| Reporter | ||
Comment 3•25 years ago
|
||
This is a bug/patch for tinderbox.
Bug 58436 looks like it is related to javascript in Bugzilla.
Unless i'm mistaken, then these are indeed different bugs.
-dave
Comment 4•25 years ago
|
||
heh, oops. That'll teach me to make comments this late at night :-)
Definately related though. Same bug, two different programs.
| Assignee | ||
Comment 6•25 years ago
|
||
r=mcafee. Does it work? I can check in if needed.
| Reporter | ||
Comment 7•25 years ago
|
||
it should work.. i don't have my own tinderbox to test it, but the patch is
harmless in that it declares variables with var that weren't, and stops
redeclaring variables that already were declared.
-dave
Comment 8•25 years ago
|
||
we have a patch....!
Summary: Strict javascript warnings → javascript strict warnings in tinderbox
| Assignee | ||
Comment 9•25 years ago
|
||
fix checked in. Sorry it took so long.
Updated tinderbox.mozilla.org.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•