Closed
Bug 1555152
Opened 6 years ago
Closed 6 years ago
Make the 'aUsernameField' and 'aPasswordField' nsILoginInfo fields optional
Categories
(Toolkit :: Password Manager, task, P3)
Toolkit
Password Manager
Tracking
()
RESOLVED
FIXED
mozilla69
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: MattN, Assigned: MattN)
Details
Attachments
(2 files)
Bug 1555152 - Make the 'aUsernameField' and 'aPasswordField' nsILoginInfo fields optional. r=sfoster
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review |
They aren't useful so requiring them in tests just wastes time and makes the API messier.
I'm not removing them now since that will break Thunderbird.
Flags: qe-verify-
Assignee | ||
Comment 1•6 years ago
|
||
I'm not removing them now since that will break Thunderbird.
Assignee | ||
Comment 2•6 years ago
|
||
A loose actionOrigin match is achieved using "" for the formSubmitURL whereas the option also includes HTTP auth logins with a null formSubmitURL
.
Depends on D32426
Pushed by mozilla@noorenberghe.ca:
https://hg.mozilla.org/integration/autoland/rev/4acef8debaf9
Make the 'aUsernameField' and 'aPasswordField' nsILoginInfo fields optional. r=sfoster
https://hg.mozilla.org/integration/autoland/rev/5a505c13722f
Rename `looseActionOriginMatch` to `ignoreActionAndRealm` to be more correct. r=sfoster
Comment 4•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/4acef8debaf9
https://hg.mozilla.org/mozilla-central/rev/5a505c13722f
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
You need to log in
before you can comment on or make changes to this bug.
Description
•