Closed
Bug 1768793
Opened 3 years ago
Closed 2 years ago
Use defineLazyPreferenceGetter when accessing preference in FormAutofillHeuristics.jsm
Categories
(Toolkit :: Password Manager, task, P3)
Toolkit
Password Manager
Tracking
()
RESOLVED
FIXED
102 Branch
Tracking | Status | |
---|---|---|
firefox102 | --- | fixed |
People
(Reporter: dimi, Assigned: dimi)
References
(Depends on 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
We should be able to replace the code in
https://searchfox.org/mozilla-central/rev/88792eff309001778cb2431f2a0ed92f8f3c258a/toolkit/components/formautofill/FormAutofillHeuristics.jsm#1412-1430
with XPCOMUtils.defineLazyPreferenceGetter
Assignee | ||
Updated•3 years ago
|
Crash Signature: We should be able to replace the code in
https://searchfox.org/mozilla-central/rev/88792eff309001778cb2431f2a0ed92f8f3c258a/toolkit/components/formautofill/FormAutofillHeuristics.jsm#1412-1430
with `XPCOMUtils.defineLazyPreferenceGetter`
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → dlee
Status: NEW → ASSIGNED
Updated•2 years ago
|
Severity: -- → N/A
Priority: -- → P3
Pushed by dlee@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/74c142e47010
Use defineLazyPreferenceGetter when accessing preferences in FormAutofillHeuristics.jsm r=sgalich
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox102:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 102 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•