Closed
Bug 381335
Opened 18 years ago
Closed 18 years ago
js warnings on start of Firefox brought up by places
Categories
(Firefox :: Bookmarks & History, defect)
Firefox
Bookmarks & History
Tracking
()
VERIFIED
FIXED
Firefox 3 alpha5
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
Attachments
(1 file)
4.86 KB,
patch
|
asaf
:
review+
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.9a5pre) Gecko/20070520 Minefield/3.0a5pre
On trunk I'm not able to add any Live Bookmark. Following js warning are visible by starting Fx and trying to add a Live Bookmark:
Warning: trailing comma is not legal in ECMA-262 object initializers
Source File: chrome://browser/content/browser.js
Line: 273
Source Code:
};
Warning: trailing comma is not legal in ECMA-262 object initializers
Source File: chrome://browser/content/browser.js
Line: 273
Source Code:
};
Warning: function PC_setBookmarksToolbarFolder does not always return a value
Source File: chrome://browser/content/places/controller.js
Line: 968, Column: 2
Source Code:
},
Warning: trailing comma is not legal in ECMA-262 object initializers
Source File: chrome://browser/content/places/treeHelpers.js
Line: 295
Source Code:
};
Warning: reference to undefined property this._anno
Source File: chrome://browser/content/places/toolbar.xml
Line: 218
Assignee | ||
Comment 1•18 years ago
|
||
Attachment #265426 -
Flags: review?(mano)
Comment 2•18 years ago
|
||
Comment on attachment 265426 [details] [diff] [review]
Patch v1.0 removes js warnings
r=mano
Attachment #265426 -
Flags: review?(mano) → review+
Updated•18 years ago
|
Target Milestone: --- → Firefox 3 alpha5
Comment 3•18 years ago
|
||
mozilla/browser/base/content/browser.js 1.789
mozilla/browser/components/places/content/bookmarkProperties.js 1.50
mozilla/browser/components/places/content/controller.js 1.151
mozilla/browser/components/places/content/toolbar.xml 1.84
mozilla/browser/components/places/content/treeHelpers.js 1.6
Status: NEW → RESOLVED
Closed: 18 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Assignee | ||
Updated•18 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•18 years ago
|
||
> On trunk I'm not able to add any Live Bookmark.
can you elaborate on what happens?
Do you not get the "Add Live Bookmark" dialog?
Or you do, but adding it does nothing?
(Let's spin this off to another bug.)
Assignee | ||
Comment 5•18 years ago
|
||
Seth, that was strange. At first I haven't seen that dialog and no Live Bookmark was added. But after removing all this warnings and reversing the changes I always can see that dialog. I don't know if something has been changed on my database that it works now. Sorry, but I cannot reproduce it anymore.
Comment 6•18 years ago
|
||
Henrik, thanks for the response. See bug #380232, where occasionally I haven't see the Live Bookmark / Add Bookmark dialog. Note, it is intermittent. Could that be what you saw?
Assignee | ||
Comment 7•18 years ago
|
||
Lets move over to that bug. Seth, I already commented there.
Comment 9•18 years ago
|
||
browser/components/places/content/toolbar.xml 1.85 for PlaceUtils -> PlacesUtils
Comment 10•17 years ago
|
||
verified with Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.9a7pre) Gecko/2007070504 Minefield/3.0a7pre
Comment 11•15 years ago
|
||
Bug 451915 - move Firefox/Places bugs to Firefox/Bookmarks and History. Remove all bugspam from this move by filtering for the string "places-to-b-and-h".
In Thunderbird 3.0b, you do that as follows:
Tools | Message Filters
Make sure the correct account is selected. Click "New"
Conditions: Body contains places-to-b-and-h
Change the action to "Delete Message".
Select "Manually Run" from the dropdown at the top.
Click OK.
Select the filter in the list, make sure "Inbox" is selected at the bottom, and click "Run Now". This should delete all the bugspam. You can then delete the filter.
Gerv
Component: Places → Bookmarks & History
QA Contact: places → bookmarks
You need to log in
before you can comment on or make changes to this bug.
Description
•