Closed
Bug 1829239
Opened 2 years ago
Closed 2 years ago
Add lint for ChromeUtils.defineLazyGetter
Categories
(Developer Infrastructure :: Lint and Formatting, task)
Developer Infrastructure
Lint and Formatting
Tracking
(firefox123 fixed)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox123 | --- | fixed |
People
(Reporter: mathew.hodson, Assigned: mathew.hodson)
References
Details
Attachments
(1 obsolete file)
No description provided.
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
ChromeUtils.defineLazyGetter replaced XPCOMUtils.defineLazyGetter's
underlying implementation in bug 1805288.
ChromeUtils is available in all environments where
XPCOMUtils.defineLazyGetter is used, so we can always use ChromeUtils
instead.
Updated•2 years ago
|
Assignee: nobody → mathew.hodson
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Updated•2 years ago
|
Attachment #9329602 -
Attachment description: Bug 1829239 - Add lint for ChromeUtils.defineLazyGetter. r?Gijs → Bug 1829239 - Add lint to prefer ChromeUtils.defineLazyGetter. r?Gijs
Updated•2 years ago
|
Attachment #9329602 -
Attachment description: Bug 1829239 - Add lint to prefer ChromeUtils.defineLazyGetter. r?Gijs → Bug 1829239 - Update lint to prefer ChromeUtils.defineLazyGetter. r?Gijs
Updated•2 years ago
|
Attachment #9329602 -
Attachment is obsolete: true
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 3•2 years ago
|
||
Lint was added in bug 1872922
You need to log in
before you can comment on or make changes to this bug.
Description
•