Closed
Bug 1567175
Opened 4 years ago
Closed 4 years ago
Make password manager fillin work in out of process iframes
Categories
(Toolkit :: Password Manager, task, P2)
Toolkit
Password Manager
Tracking
()
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: enndeakin, Assigned: enndeakin)
References
Details
Attachments
(7 files)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review |
No description provided.
Assignee | ||
Updated•4 years ago
|
Fission Milestone: --- → M4
Assignee | ||
Comment 1•4 years ago
|
||
Some notes from work so far:
- There is currently one synchronous message being used here: https://searchfox.org/mozilla-central/source/toolkit/components/passwordmgr/LoginRecipes.jsm#267
- Some tests listen for messages from the login manager and expect to do things. With actors, there is no way to listen to the messages from sent to the actor.
- There are some 'LoginStats:' messages that seem to be unused. Are they unused?
Comment 2•4 years ago
|
||
Type: defect → task
Updated•4 years ago
|
Priority: -- → P2
Assignee | ||
Comment 3•4 years ago
|
||
Assignee | ||
Comment 4•4 years ago
|
||
Depends on D47823
Assignee | ||
Comment 5•4 years ago
|
||
Depends on D47824
Assignee | ||
Comment 6•4 years ago
|
||
Depends on D47825
Assignee | ||
Comment 7•4 years ago
|
||
Depends on D47826
Assignee | ||
Comment 8•4 years ago
|
||
Depends on D47828
Updated•4 years ago
|
Attachment #9097796 -
Attachment description: Bug 1567175, move password manager event listener attachment from content framescript to LoginManagerChild, r=MattN → Bug 1567175, move password manager event listener attachment from content framescript to LoginManagerChild, and use the current window instead of the top level window for the argument passed to DOMInputPasswordAdded, r=MattN
Assignee | ||
Comment 10•4 years ago
|
||
Depends on D47829
Comment 11•4 years ago
|
||
Pushed by neil@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/aa78dbe7934f make LoginManagerContent and LoginManagerParent JS classes,r=MattN https://hg.mozilla.org/integration/autoland/rev/89c5eec01e0b rename LoginManagerContent to LoginManagerChild, r=MattN https://hg.mozilla.org/integration/autoland/rev/33be184f8f63 support password manager in out of process iframes, r=MattN https://hg.mozilla.org/integration/autoland/rev/df8f7ac2038f move password manager event listener attachment from content framescript to LoginManagerChild, and use the current window instead of the top level window for the argument passed to DOMInputPasswordAdded, r=MattN https://hg.mozilla.org/integration/autoland/rev/893a5851aa9d check opener that is used to determine which parent window to use for a password prompt in the parent process instead of in content, r=MattN https://hg.mozilla.org/integration/autoland/rev/bc2bffdac5e1 enable some password manager tests in fission mode, r=MattN https://hg.mozilla.org/integration/autoland/rev/98d1f98161e6 add a test that verifies that a cross process iframe with a password field saves the password on submit and page navigation, r=MattN
Comment 12•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/aa78dbe7934f
https://hg.mozilla.org/mozilla-central/rev/89c5eec01e0b
https://hg.mozilla.org/mozilla-central/rev/33be184f8f63
https://hg.mozilla.org/mozilla-central/rev/df8f7ac2038f
https://hg.mozilla.org/mozilla-central/rev/893a5851aa9d
https://hg.mozilla.org/mozilla-central/rev/bc2bffdac5e1
https://hg.mozilla.org/mozilla-central/rev/98d1f98161e6
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
You need to log in
before you can comment on or make changes to this bug.
Description
•