Closed
Bug 291371
Opened 20 years ago
Closed 19 years ago
javascript strict warnings in bookmarksMenu.js
Categories
(Firefox :: Bookmarks & History, defect)
Firefox
Bookmarks & History
Tracking
()
VERIFIED
FIXED
Firefox1.5
People
(Reporter: jason.barnabe, Assigned: jason.barnabe)
References
Details
Attachments
(1 file, 1 obsolete file)
2.50 KB,
patch
|
benjamin
:
review+
asa
:
approval-aviary1.1a2+
|
Details | Diff | Splinter Review |
Warning: anonymous function does not always return a value
Source File: chrome://browser/content/bookmarks/bookmarksMenu.js
Line: 495, Column: 12
Source Code:
return;
Warning: anonymous function does not always return a value
Source File: chrome://browser/content/bookmarks/bookmarksMenu.js
Line: 501, Column: 14
Source Code:
return;
Warning: anonymous function does not always return a value
Source File: chrome://browser/content/bookmarks/bookmarksMenu.js
Line: 503, Column: 14
Source Code:
return;
Warning: anonymous function does not always return a value
Source File: chrome://browser/content/bookmarks/bookmarksMenu.js
Line: 509, Column: 2
Source Code:
},
Warning: redeclaration of var i
Source File: chrome://browser/content/bookmarks/bookmarksMenu.js
Line: 943, Column: 13
Source Code:
for (var i=0; i<buttons.childNodes.length; i++) {
Warning: assignment to undeclared variable child
Source File: chrome://browser/content/bookmarks/bookmarksMenu.js
Line: 45
Assignee | ||
Comment 1•20 years ago
|
||
Assignee: vladimir+bm → jason_barnabe
Status: NEW → ASSIGNED
Attachment #181467 -
Flags: review?(mconnor)
Comment 2•20 years ago
|
||
Comment on attachment 181467 [details] [diff] [review]
patch
rs=mconnor over IRC, looks fine. Request approval if you can find someone
willing to check in.
Attachment #181467 -
Flags: review?(mconnor) → review+
Assignee | ||
Comment 3•20 years ago
|
||
Needs checkin.
Assignee | ||
Updated•20 years ago
|
Whiteboard: [checkin needed]
Assignee | ||
Updated•20 years ago
|
Attachment #181467 -
Flags: approval-aviary1.1a?
Comment 4•20 years ago
|
||
Comment on attachment 181467 [details] [diff] [review]
patch
a=asa
Attachment #181467 -
Flags: approval-aviary1.1a? → approval-aviary1.1a+
Comment 5•20 years ago
|
||
Jason, could you make another patch now that the redeclarations aren't a
problem? The plan is to have all these strict warning patches landed after the
1.1 alpha.
Assignee | ||
Comment 6•20 years ago
|
||
There ya go.
Attachment #181467 -
Attachment is obsolete: true
Attachment #182919 -
Flags: review?(mconnor)
Assignee | ||
Updated•20 years ago
|
Whiteboard: [checkin needed]
Comment 7•19 years ago
|
||
Any update for the current patch? Deer Park Alpha 1 was released some days ago,
so it should be ready for checkin?
OS: Windows XP → All
Hardware: PC → All
Comment 8•19 years ago
|
||
*** Bug 296654 has been marked as a duplicate of this bug. ***
Updated•19 years ago
|
Attachment #182919 -
Flags: review?(mconnor) → review?(benjamin)
Updated•19 years ago
|
Attachment #182919 -
Flags: review?(benjamin) → review+
Updated•19 years ago
|
Attachment #182919 -
Flags: approval-aviary1.1a2?
Updated•19 years ago
|
Attachment #182919 -
Flags: approval-aviary1.1a2? → approval-aviary1.1a2+
Updated•19 years ago
|
Whiteboard: [checkin needed]
Comment 9•19 years ago
|
||
Checking in bookmarksMenu.js;
/cvsroot/mozilla/browser/components/bookmarks/content/bookmarksMenu.js,v <--
bookmarksMenu.js
new revision: 1.45; previous revision: 1.44
done
Whiteboard: [checkin needed]
Updated•19 years ago
|
Attachment #182919 -
Attachment description: patch minus the redeclaration fix → [checked in] patch minus the redeclaration fix
Comment 10•19 years ago
|
||
This is fixed, afaict.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
Target Milestone: --- → Firefox1.5
Comment 12•18 years ago
|
||
sorry for bugspam, long-overdue mass reassign of ancient QA contact bugs, filter on "beltznerLovesGoats" to get rid of this mass change
QA Contact: mconnor → bookmarks
You need to log in
before you can comment on or make changes to this bug.
Description
•