Closed
Bug 423206
Opened 14 years ago
Closed 14 years ago
[Exception... "'Container view not found' when calling method: [nsINavHistoryResultViewer::itemChanged] when i delete a Bookmark from Bookmarks Toolbar
Categories
(Firefox :: Bookmarks & History, defect)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: cbook, Unassigned)
Details
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9b5pre) Gecko/2008031413 Minefield/3.0b5pre ID:2008031413 (Debug Build) Steps to reproduce: - Delete a Bookmark from the Bookmark Toolbar (like the default RSS Feed) -> JS Error * Call to xpconnect wrapped JSObject produced this error: * [Exception... "'Container view not found' when calling method: [nsINavHistoryResultViewer::itemChanged]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "JS frame :: file:///opt/debug/mozilla/firefox-debug/dist/bin/components/nsPlacesTransactionsService.js :: PRIT_doTransaction :: line 499" data: no]
Comment 1•14 years ago
|
||
I see a similar error in the Mac build using Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9pre) Gecko/2008050704 Minefield/3.0pre. Changing to all. Error: [Exception... "'Container view not found' when calling method: [nsINavHistoryResultViewer::itemInserted]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "JS frame :: file:///Users/marcia/Desktop/LatestTrunk/Minefield.app/Contents/MacOS/components/nsPlacesTransactionsService.js :: PCIT_doTransaction :: line 374" data: no] Source File: file:///Users/marcia/Desktop/LatestTrunk/Minefield.app/Contents/MacOS/components/nsPlacesTransactionsService.js Line: 374
OS: Linux → All
Hardware: PC → All
![]() |
||
Comment 2•14 years ago
|
||
I can reproduce. Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9pre) Gecko/2008052901 Minefield/3.0pre Steps to reproduce: 1.Strat Firefox with New Profile 2.View > Toolbars > Customize... 3.Close "Customize Toolbar" window. 4.a Bookmark Add to the "Bookmark Toolbar" In Error Consore, following error 3 times. Error: 'Container view not found' when calling method: [nsINavHistoryResultViewer::itemInserted] = NS_ERROR_XPC_JS_THREW_STRING Source file: file:///D:/fuku/MyDownload/firefox-3.0pre.en-US.win32/components/nsPlacesTransactionsService.js Line: 374 5. Delete the above Bookmark from the "Bookmark Toolbar" In Error Consore, following error 6 times. Error: 'Container view not found' when calling method: [nsINavHistoryResultViewer::itemChanged] = NS_ERROR_XPC_JS_THREW_STRING Source file: file:///D:/fuku/MyDownload/firefox-3.0pre.en-US.win32/components/nsPlacesTransactionsService.js Line: 515 Whenever open/closes "Customize Toolbar" window, the number of errors to occur by one bookmark additional/deletion increases increases.....
Comment 3•14 years ago
|
||
WFM on trunk nightly. Re-open if you can still reproduce on trunk.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
Comment 4•13 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
•