lazy.fetch is undefined in LoginRecipes.jsm
Categories
(Toolkit :: Password Manager, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr91 | --- | unaffected |
firefox-esr102 | --- | unaffected |
firefox101 | --- | unaffected |
firefox102 | --- | unaffected |
firefox103 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file, 4 obsolete files)
Bug 1775013 - Fix fetch being incorrectly called from a lazy property in LoginRecipes.jsm. r?sgalich
48 bytes,
text/x-phabricator-request
|
Details | Review |
Whilst working on adding a ESLint rule to check that uses of lazy.*
are valid, I noticed that there's a lazy.fetch()
call that is undefined. This was missed in bug 1608282.
I'm going to handle this here, since the ESLint rule is maybe still a couple of days away.
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
Depends on D149714
Assignee | ||
Comment 3•3 years ago
|
||
Depends on D149715
Assignee | ||
Comment 4•3 years ago
|
||
Depends on D149716
Assignee | ||
Comment 5•3 years ago
|
||
Depends on D149717
Comment 6•3 years ago
|
||
Comment on attachment 9281969 [details]
WIP: Bug 1775013 - Fix/ignore some duplicate imports caught by the new valid-lazy rule.
Revision D149715 was moved to bug 1771173. Setting attachment 9281969 [details] to obsolete.
Comment 7•3 years ago
|
||
Comment on attachment 9281970 [details]
WIP: Bug 1775013 - Rework FormAutoFill's log creation to make it easier for linters to handle.
Revision D149716 was moved to bug 1771173. Setting attachment 9281970 [details] to obsolete.
Comment 8•3 years ago
|
||
Comment on attachment 9281971 [details]
WIP: Bug 1775013 - Make XPIDatabase lazy getters easier to work with ESLint.
Revision D149717 was moved to bug 1771173. Setting attachment 9281971 [details] to obsolete.
Comment 9•3 years ago
|
||
Comment on attachment 9281972 [details]
WIP: Bug 1775013 - Add ESLint rule to check for correct usages of lazy.
Revision D149718 was moved to bug 1771173. Setting attachment 9281972 [details] to obsolete.
Updated•3 years ago
|
Comment 10•3 years ago
|
||
Set release status flags based on info from the regressing bug 1608282
Comment 11•3 years ago
|
||
Comment 12•3 years ago
|
||
bugherder |
Comment 13•3 years ago
|
||
Set release status flags based on info from the regressing bug 1608282
Description
•