Closed
Bug 528160
Opened 16 years ago
Closed 16 years ago
Delete entry of Locationbar causes an exception error (nsPlacesAutoComplete.js)
Categories
(Firefox :: Sync, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: v.sinnlos, Unassigned)
References
Details
(Whiteboard: fixed by bug 507666)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2b2) Gecko/20091108 Firefox/3.6b2 (.NET CLR 3.5.30729)
Build Identifier: weave 0.8, firefox 3.6b2
Delete entry of Locationbar causes an exception error (nsPlacesAutoComplete.js)
Reproducible: Always
Steps to Reproduce:
1. Start Firefox 3.6b2
2. Open Error Console (Ctrl+Shift+J)
3. Delete entry of Locationbar
Actual Results:
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:///C:/Programme/Mozilla%20Firefox/components/nsPlacesAutoComplete.js :: PAC_onValueRemoved :: line 463" data: no]
Source File: file:///C:/Programme/Mozilla%20Firefox/components/nsPlacesAutoComplete.js
Line: 463
Expected Results:
No error
Comment 1•16 years ago
|
||
Thanks for filing this. This should be fixed by bug 507666 that will use onBeforeDeleteURI to propagate history deletes to other computers now.r
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Component: General → Sync
QA Contact: general → sync
Resolution: --- → FIXED
Whiteboard: fixed by bug 507666
| Assignee | ||
Updated•7 years ago
|
Component: Firefox Sync: Backend → Sync
Product: Cloud Services → Firefox
You need to log in
before you can comment on or make changes to this bug.
Description
•