Closed
Bug 104656
Opened 24 years ago
Closed 24 years ago
js strict errors in tabbrowser.xml
Categories
(SeaMonkey :: Tabbed Browser, defect)
SeaMonkey
Tabbed Browser
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 102184
People
(Reporter: simmo, Assigned: simmo)
Details
Attachments
(1 file)
|
1.26 KB,
patch
|
Details | Diff | Splinter Review |
js strict errors in the following tabbrowser code:
Warning: redeclaration of var webProgress
Source File:
chrome://global/content/bindings/tabbrowser.xml#tabbrowser.updateCurrentBrowser()
Line: 27, Column: 18
Source Code:
var webProgress = this.mCurrentBrowser.webProgress;
Warning: redeclaration of var webProgress
Source File:
chrome://global/content/bindings/tabbrowser.xml#tabbrowser.updateCurrentBrowser()
Line: 39, Column: 18
Source Code:
var webProgress = this.mCurrentBrowser.webProgress;
| Assignee | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
Reporter, all you had to do was query for "tabbrowser.xml" and you would have
found the original bug.
Secondly, if you take a bug, please CC the owner of the component.
Thirdly, if you make a patch for JS strict warnings make sure you get all of
them. In the original, there seem to be more than you noticed.
Hate to mark a bug with a patch as a dupe, but you risk doing double work if you
don't search anyway. Please query next time.
*** This bug has been marked as a duplicate of 102184 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•17 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•