Closed
Bug 1792657
Opened 3 years ago
Closed 3 years ago
Use lazy getters rather than eager getters in browser-custom-element.js
Categories
(Toolkit :: UI Widgets, task)
Toolkit
UI Widgets
Tracking
()
RESOLVED
FIXED
107 Branch
| Tracking | Status | |
|---|---|---|
| firefox107 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(1 file)
browser-custom-element.js is using inline eager getters in a few places, rather than using lazy getters.
This is probably a left-over from when it was a xul binding.
| Assignee | ||
Comment 1•3 years ago
|
||
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/91d78c64d2a9
Use lazy getters rather than eager getters in browser-custom-element.js. r=Gijs
Comment 3•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox107:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 107 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•