Closed
Bug 492725
Opened 16 years ago
Closed 16 years ago
make chrome-based website authenticator use core Firefox form fill notifications
Categories
(Mozilla Labs :: Identity, defect)
Mozilla Labs
Identity
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: myk, Assigned: myk)
References
Details
Attachments
(1 file, 1 obsolete file)
36.74 KB,
patch
|
Details | Diff | Splinter Review |
Currently the chrome-based website authenticator uses a bunch of code copied over from the login manager. In bug 492153 I'm working on making the login manager notify observers when it finds logins for a form, which would obviate the need for Weave to include the copied code. Weave should switch to the notification once that bug is fixed.
Here's a patch that seems to work against a copy of Firefox with my latest patch in bug 492153.
Assignee | ||
Comment 1•16 years ago
|
||
This patch is updated to work with the latest version of the core browser patch, which now passes form info in an nsIPropertyBag2 instead of a wrapped JS object.
Assignee | ||
Comment 2•16 years ago
|
||
Fixed by changeset http://hg.mozilla.org/labs/weave/rev/8638c3bfa1ec.
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Component: Weave → General
Product: Mozilla Labs → Weave
Target Milestone: -- → ---
Updated•16 years ago
|
Component: Weave → General
Product: Mozilla Labs → Weave
Target Milestone: -- → ---
Updated•16 years ago
|
QA Contact: weave → general
Updated•16 years ago
|
Component: General → Identity
QA Contact: general → identity
Target Milestone: --- → 0.4
Updated•14 years ago
|
Product: Mozilla Services → Mozilla Labs
Target Milestone: 0.4 → --
You need to log in
before you can comment on or make changes to this bug.
Description
•