Closed
Bug 695446
Opened 13 years ago
Closed 13 years ago
Password manager/Form Fill
Categories
(Firefox for Android Graveyard :: General, defect, P1)
Tracking
(firefox11 fixed, fennec11+)
VERIFIED
FIXED
People
(Reporter: elan, Assigned: mfinkle)
References
Details
(Keywords: feature, Whiteboard: [birch] [ux needed])
Attachments
(1 file)
35.59 KB,
patch
|
mbrubeck
:
review+
|
Details | Diff | Splinter Review |
* need a few more things from gcp/door hanger patch
Reporter | ||
Updated•13 years ago
|
OS: Mac OS X → Android
Priority: -- → P1
Hardware: x86 → ARM
Reporter | ||
Updated•13 years ago
|
Assignee: nobody → mark.finkle
Summary: Password manager → Password manager/Form Fill
Whiteboard: [birch] [ux needed]
Assignee | ||
Comment 1•13 years ago
|
||
This patch does some basic stuff:
* Removes Fennec specific LoginManager.js component. We can use desktop (non-e10s) now.
* Inits the login-manager in BrowserApp.startup (it uses lazy DB access, so the DB is not touched until really needed)
* Removes Fennec specific LoginManagerPrompter.idl file. We can use desktop (non-e10s) now.
* Removes some "&" access key stuff from the strings file.
Using this patch, the LoginManager works using prompts (dialogs) for confirmations. I plan to add DoorHanger support next.
If a webpage has more than 1 user login saved, the password is auto-entered when the username is manually entered. We should be able to add support for picking the login username from a list as well.
Assignee | ||
Comment 2•13 years ago
|
||
Comment on attachment 569387 [details] [diff] [review]
WIP 1
No sense leaving this sit. I can add Doorhanger support in a new bug. Better to land this using Prompts and get bugs filed for feature issues.
>+pref("signon.debug", true);
I will revert this change
Attachment #569387 -
Flags: review?(mbrubeck)
Comment 3•13 years ago
|
||
Comment on attachment 569387 [details] [diff] [review]
WIP 1
>+++ b/mobile/locales/en-US/chrome/overrides/passwordmgr.properties
>-notNowButtonText = &Not Now
>+notNowButtonText = Not Now
>-neverForSiteButtonText = Ne&ver for This Site
>+neverForSiteButtonText = Never
>-rememberButtonText = &Remember
>+rememberButtonText = Remember
We should change the string IDs if we want localizers to get rid of the ampersands in other locales too.
Attachment #569387 -
Flags: review?(mbrubeck) → review+
Assignee | ||
Comment 4•13 years ago
|
||
pushed with pref reverted and string entities changed:
https://hg.mozilla.org/projects/birch/rev/c775f204ec05
Filed bug 697659 for using Doorhangers
Note: If a webpage has more than 1 user login saved, the password is auto-entered only after a username is manually entered into the username field (and focus leaves the username field)
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
tracking-fennec: --- → 11+
Comment 5•13 years ago
|
||
Verified with:
Aurora 11.0a2 (2012-01-08) HTC Desire Z (Android 2.3)
Nightly 12.0a1 (2012-01-08) HTc Desire Z (Android 2.3)
For only 1 user login saved, username and password fields are pre-populated.
For more than 1 user, password is auto-entered if username is manually entered.
If username is selected from the auto-complete suggestion list, password is not automatically entered. This issue is tracked in another bug. (Bug 716515 - Password not filled if username selected from autocomplete suggestions)
)
Status: RESOLVED → VERIFIED
Updated•13 years ago
|
status-firefox11:
--- → fixed
Updated•4 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
•