Closed
Bug 1178246
Opened 10 years ago
Closed 10 years ago
The function 'PasswordInjector()' in PasswordHelper.js was never called
Categories
(Firefox for iOS :: Data Storage, defect)
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| fxios | + | --- |
People
(Reporter: k, Assigned: rnewman)
References
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36
Steps to reproduce:
There's a function PasswordInjector() that defined in PasswordHelper.js was never called. However, a line of code 'window.__firefox__.logins = new LoginInjector()' was trying to call a function that doesn't exist.
I found that there's a ticket 'Bug 1171732 - Update passwords when they're used' was related with this bug.
Actual results:
The username and password form on webpages could not be auto filled.
Expected results:
PasswordInjector() should be renamed to LoginInjector()
Comment 1•10 years ago
|
||
Re:
> The username and password form on webpages could not be auto filled.
Tracking?
| Assignee | ||
Comment 2•10 years ago
|
||
Well, that explains why I'm not seeing passwords filled :)
| Assignee | ||
Comment 3•10 years ago
|
||
This should fix it. Untested, though.
Comment 4•10 years ago
|
||
Comment on attachment 8627520 [details] [review]
Pull req.
Tried this out with my LDAP login and it autofills correctly.
Attachment #8627520 -
Flags: review?(sleroux) → review+
| Assignee | ||
Comment 5•10 years ago
|
||
Merged.
c16372a041de5aca48e9c64e2f540d7308b2dd8c
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•