Remove caching of login object on the login-list-items
Categories
(Firefox :: about:logins, task, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: jaws, Assigned: jaws)
References
Details
(Whiteboard: [skyline] [passwords:management])
Attachments
(5 files)
With bug 1566115 we now have a map of guid -> {login, listItem} and as such we don't need to cache the login object on the listItem.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Comment 4•5 years ago
|
||
Assignee | ||
Comment 5•5 years ago
|
||
The AboutLoginsCreateLogin event was being used in two different contexts, one to signal to AboutLoginsChild.jsm that a new login was created and in a second context to signal within the page that the user wanted to start creating a new login. This overloading of the event has now been fixed. There was also another issue when comparing the typed origin to the saved origin which has been fixed.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Comment 7•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f994225862f8
https://hg.mozilla.org/mozilla-central/rev/703345834e49
https://hg.mozilla.org/mozilla-central/rev/1ba5e4238db6
https://hg.mozilla.org/mozilla-central/rev/acfdfbb04139
https://hg.mozilla.org/mozilla-central/rev/c9517c3c6223
Updated•5 years ago
|
Description
•