Closed
Bug 857362
Opened 12 years ago
Closed 12 years ago
Remove sendMessageToJava() events "FormHistory:Init:Return" and "Passwords:Init:Return" because they have no listeners
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox22 wontfix, firefox23 fixed)
RESOLVED
FIXED
Firefox 23
People
(Reporter: cpeterson, Assigned: capella)
References
Details
Attachments
(1 file)
|
1.30 KB,
patch
|
cpeterson
:
review+
|
Details | Diff | Splinter Review |
D/GeckoEventDispatcher(32139): dispatchEvent: no listeners registered
for event "FormHistory:Init:Return"
D/GeckoEventDispatcher(32139): dispatchEvent: no listeners registered
for event "Passwords:Init:Return"
| Reporter | ||
Updated•12 years ago
|
| Assignee | ||
Comment 1•12 years ago
|
||
Small cleanup patch
| Reporter | ||
Comment 2•12 years ago
|
||
Comment on attachment 739668 [details] [diff] [review]
Patch (v1)
Review of attachment 739668 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM. Thanks!
::: mobile/android/chrome/content/browser.js
@@ +1303,1 @@
> Services.obs.removeObserver(this, "Passwords:Init");
Please remove the blank line between storage.init() and removeObserver() like you did below for "FormHistory:Init".
Attachment #739668 -
Flags: review?(cpeterson) → review+
| Reporter | ||
Updated•12 years ago
|
status-firefox22:
--- → wontfix
status-firefox23:
--- → affected
OS: Mac OS X → Android
Hardware: x86 → All
| Assignee | ||
Comment 3•12 years ago
|
||
push to try: https://tbpl.mozilla.org/?tree=Try&rev=d5af46f0d0aa
| Assignee | ||
Comment 4•12 years ago
|
||
Comment 5•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 23
Updated•12 years ago
|
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•