Closed
Bug 620716
Opened 15 years ago
Closed 15 years ago
Observer error when switching the value of the "Remember password" pref
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(fennec2.0b4+)
VERIFIED
FIXED
Tracking | Status | |
---|---|---|
fennec | 2.0b4+ | --- |
People
(Reporter: vingtetun, Assigned: vingtetun)
Details
Attachments
(1 file)
2.99 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
There is an error in the JS console when switching the value of the "Remember" password pref:
* Call to xpconnect wrapped JSObject produced this error: *
[Exception... "'JavaScript component does not have a method named: "observe"' when calling method: [nsIObserver::observe]" nsresult: "0x80570030 (NS_ERROR_XPC_JSOBJECT_HAS_NO_FUNCTION_NAMED)" location: "<unknown>" data: no]
There is one error per tab open because we're adding an observer but the receiver does not implement observe!
Attachment #499056 -
Flags: review?(mark.finkle)
Updated•15 years ago
|
Attachment #499056 -
Flags: review?(mark.finkle) → review+
Updated•15 years ago
|
tracking-fennec: --- → 2.0b4+
Assignee | ||
Comment 1•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 2•14 years ago
|
||
VERIFIED FIXED on:
Build ID: Mozilla /5.0 (Android;Linux armv7l;rv:7.0a1) Gecko/20110526 Firefox/7.0a1 Fennec/7.0a1
Device: HTC Desire Z (Android 2.2)
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•