Closed
Bug 1774385
Opened 2 years ago
Closed 2 years ago
Replace multiple ChromeUtils.defineModuleGetter call with one XPCOMUtils.defineLazyModuleGetters
Categories
(Toolkit :: Form Autofill, task, P3)
Toolkit
Form Autofill
Tracking
()
RESOLVED
FIXED
103 Branch
Tracking | Status | |
---|---|---|
firefox103 | --- | fixed |
People
(Reporter: dimi, Assigned: anthonyhungck, Mentored)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
We use ChromeUtils.defineModuleGetter
in a lot of places in the formautofill component (Ex. FormAutofillHeuristics.jsm, FormAutofillChild.jsm, etc)
We can replace this with XPCOMUtils.defineLazyModuleGetters
to merge multiple ChromeUtils.defineModuleGetter
calls into one XPCOMUtils.defineLazyModuleGetters
call.
Assignee | ||
Comment 1•2 years ago
|
||
Can I work on this?
Reporter | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → anthonyhungck
Status: NEW → ASSIGNED
Pushed by dlee@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a33bc3dc504b
Replace multiple ChromeUtils.defineModuleGetter call with one XPCOMUtils.defineLazyModuleGetters in Form Autofill. r=dimi
Pushed by imoraru@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/58b4244e5188
fix lint failures in FormAutofillHandler.jsm. CLOSED TREE r=fix
Comment 6•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a33bc3dc504b
https://hg.mozilla.org/mozilla-central/rev/58b4244e5188
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox103:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 103 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•