Closed
Bug 436054
Opened 17 years ago
Closed 16 years ago
Password Manager (for Fennec)
Categories
(Firefox for Android Graveyard :: General, enhancement, P1)
Firefox for Android Graveyard
General
Tracking
(Not tracked)
VERIFIED
FIXED
fennec1.0m7
People
(Reporter: christian.bugzilla, Assigned: Dolske)
References
Details
Attachments
(1 file, 1 obsolete file)
549 bytes,
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
Reporter | ||
Updated•17 years ago
|
Target Milestone: Fennec M5 → Fennec M4
Assignee | ||
Comment 1•16 years ago
|
||
What's needed beyond the existing password manager in Firefox? Better front-end UI?
Comment 2•16 years ago
|
||
Changes to the nsLoginManagerPrompt code, so we don't popup the dialog. Perhaps we could make a better, more generic approach.
Assignee | ||
Comment 3•16 years ago
|
||
Automatically logging in w/o a dialog is bug 223636.
Comment 4•16 years ago
|
||
I don't think that's what I was thinking :)
nsLoginManagerPrompt looks for elements specific to Firefox UI in order to activate the notificationBox. We probably need a more generic way to expose the UI as Fennec might not be using the same kind of notificationBox, but we still want a UI to appear.
Assignee | ||
Comment 5•16 years ago
|
||
Ah, so more along the lines of bug 422974 and bug 430959. :-)
Comment 6•16 years ago
|
||
bug 422974 for sure :)
Updated•16 years ago
|
Flags: blocking-fennec1.0+
Updated•16 years ago
|
Priority: -- → P1
Updated•16 years ago
|
Assignee: nobody → dolske
Reporter | ||
Updated•16 years ago
|
Target Milestone: Fennec M4 → Fennec M5
Comment 7•16 years ago
|
||
Justin - would it be possible to pass a "listener" to the login system? Then when nsILoginManagerPrompter could check for a listener and call a method. That method would be responsible for the UI and could return a const for the action required.
Assignee | ||
Updated•16 years ago
|
Depends on: 422974
Summary: Password Manager → Password Manager (for Fennec)
Assignee | ||
Comment 8•16 years ago
|
||
This is kind of a hacked up patch. I manually edited it to remove the bits that are from bug 436057 for the sake of clarity. I should learn MQ...
TODO:
* I guess Fennec doesn't have tabs yet, so getNotificationBox() doesn't need the code from the Firefox version?
* Not sure of the implication of stubbed out openURI/isTabContentWindow methods. Probably not an issue for now.
Comment 9•16 years ago
|
||
(In reply to comment #8)
> * I guess Fennec doesn't have tabs yet, so getNotificationBox() doesn't need
> the code from the Firefox version?
Right
> * Not sure of the implication of stubbed out openURI/isTabContentWindow
> methods. Probably not an issue for now.
Shouldn't be a problem
This patch depends on bug 444504
Comment 10•16 years ago
|
||
Comment on attachment 328838 [details] [diff] [review]
Patch v.1
Remove the XXX tabs commented block.
bug 444504 landed for the notification support.
Updated•16 years ago
|
Target Milestone: Fennec M5 → Fennec M6
Updated•16 years ago
|
Target Milestone: Fennec M6 → Fennec A1
Assignee | ||
Comment 11•16 years ago
|
||
Attachment #328838 -
Attachment is obsolete: true
Attachment #333324 -
Flags: review?(gavin.sharp)
Updated•16 years ago
|
Attachment #333324 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Comment 12•16 years ago
|
||
Pushed changeset 6c8aee85d0ca.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: Fennec A1 → Fennec M7
Comment 13•15 years ago
|
||
We have a host of litmus testcases for the password manager located in:
https://litmus.mozilla.org/show_test.cgi?id=7263
https://litmus.mozilla.org/show_test.cgi?id=7229
https://litmus.mozilla.org/show_test.cgi?id=7305
https://litmus.mozilla.org/show_test.cgi?id=7115
Also, verified FIXED using gmail on builds:
Mozilla/5.0 (Windows; U; WindowsCE 5.2; en-US; rv:1.9.3a1pre) Gecko/20090817 Fennec/1.0a3pre
Mozilla/5.0 (X11; U; Linux armv6l; en-US; rv:1.9.3a1pre) Gecko/20090817
Fennec/1.0b3pre
Status: RESOLVED → VERIFIED
Flags: in-litmus+
OS: Linux (embedded) → All
Hardware: Other → All
You need to log in
before you can comment on or make changes to this bug.
Description
•