Closed
Bug 513466
Opened 15 years ago
Closed 15 years ago
nsPlacesDBFlush doesn't implement nsINavHistoryObserver::onBeforeDeleteURI
Categories
(Toolkit :: Places, defect)
Toolkit
Places
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
status1.9.2 | --- | beta1-fixed |
People
(Reporter: asqueella, Assigned: asqueella)
References
Details
Attachments
(1 file)
995 bytes,
patch
|
sdwilsh
:
review+
dietrich
:
approval1.9.2+
|
Details | Diff | Splinter Review |
nsPlacesDBFlush doesn't implement nsINavHistoryObserver::onBeforeDeleteURI causing the following error when deleting a URI from history:
* Call to xpconnect wrapped JSObject produced this error: *
[Exception... "'JavaScript component does not have a method named: "onBeforeDeleteURI"' when calling method: [nsINavHistoryObserver::onBeforeDeleteURI]" nsresult: "0x80570030 (NS_ERROR_XPC_JSOBJECT_HAS_NO_FUNCTION_NAMED)" location: "JS frame :: file:///Users/nickolay/dev/mozilla-work/src/obj-ff-debug/dist/MinefieldDebug.app/Contents/MacOS/components/nsPlacesAutoComplete.js :: PAC_onValueRemoved :: line 457" data: no]
Attachment #397452 -
Flags: review?(sdwilsh)
Comment 1•15 years ago
|
||
Comment on attachment 397452 [details] [diff] [review]
trivial fix
Oh thank you thank you thank you. I kept seeing this error but had no clue what observer didn't implement it.
r=sdwilsh
Attachment #397452 -
Flags: review?(sdwilsh) → review+
Assignee | ||
Comment 2•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 3•15 years ago
|
||
Would this be at least wanted on all branches that have nsPlacesDBFlush?
Comment 4•15 years ago
|
||
(In reply to comment #3)
> Would this be at least wanted on all branches that have nsPlacesDBFlush?
Likely
Comment 5•15 years ago
|
||
Comment on attachment 397452 [details] [diff] [review]
trivial fix
asking approval, trivial change with no risk. to avoid polluting errors.
Attachment #397452 -
Flags: approval1.9.2?
Updated•15 years ago
|
Attachment #397452 -
Flags: approval1.9.2? → approval1.9.2+
Assignee | ||
Updated•15 years ago
|
Keywords: checkin-needed
Whiteboard: [1.9.2 landing needed]
Comment 6•15 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•