Closed
Bug 387616
Opened 18 years ago
Closed 17 years ago
Exception thrown when you create a new folder in bookmarks toolbar and erase it immediately.
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: stevewon, Unassigned)
Details
From the tree I pulled out this morning,
Steps to Reproduce
1. Create a new folder in the bookmarks toolbar.
2. Right click on the folder, and select "Delete".
**You shouldn't open the folder before before deleting it.
Result:
###!!! ASSERTION: ResultNodeForFolder expects a valid folder id: 'results', file /Users/steve/Desktop/moz_sources/071007/mozilla/toolkit/components/places/src/nsNavBookmarks.cpp, line 1807
WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed: file /Users/steve/Desktop/moz_sources/071007/mozilla/storage/src/mozStorageStatement.cpp, line 625
WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed: file /Users/steve/Desktop/moz_sources/071007/mozilla/toolkit/components/places/src/nsNavBookmarks.cpp, line 1812
WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed: file /Users/steve/Desktop/moz_sources/071007/mozilla/toolkit/components/places/src/nsNavHistory.cpp, line 1929
************************************************************
* Call to xpconnect wrapped JSObject produced this error: *
[Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsINavHistoryService.executeQuery]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: chrome://browser/content/places/utils.js :: PU_getFolderContents :: line 734" data: no]
************************************************************
An error occurred updating the placesCmd_open:tabs command
WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed: file /Users/steve/Desktop/moz_sources/071007/mozilla/toolkit/components/places/src/nsNavBookmarks.cpp, line 1856
************************************************************
* Call to xpconnect wrapped JSObject produced this error: *
[Exception... "Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsINavBookmarksService.getFolderReadonly]" nsresult: "0x80070057 (NS_ERROR_ILLEGAL_VALUE)" location: "JS frame :: chrome://browser/content/places/utils.js :: PU_nodeIsReadOnly :: line 317" data: no]
************************************************************
An error occurred updating the placesCmd_sortBy:name command
This error does not get reproduced if you open the folder before hand before deleting it.
Comment 1•18 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a7pre) Gecko/2007071119 Minefield/3.0a7pre
I don't see this on Windows XP.
Comment 2•17 years ago
|
||
Not reproduce-able on Mac either. marking WFM.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
Comment 3•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
•