Closed
Bug 1506261
Opened 3 years ago
Closed 3 years ago
Convert search-one-offs from a custom element to a plain JS class and initialize it lazily
Categories
(Firefox :: Search, enhancement, P1)
Firefox
Search
Tracking
()
RESOLVED
FIXED
Firefox 65
| Tracking | Status | |
|---|---|---|
| firefox65 | --- | fixed |
People
(Reporter: bgrins, Assigned: dao)
References
Details
(Keywords: perf)
Attachments
(1 file)
Right now we are doing work to create these nodes in DOMContentLoaded, but they aren't used until the popup is opened. See https://bugzilla.mozilla.org/show_bug.cgi?id=1506237#c1. There's also been discussion about making this a plain JS class instead of a Custom Element: https://bugzilla.mozilla.org/show_bug.cgi?id=1493536#c6. It might make sense to do that as part of this lazifying.
| Assignee | ||
Updated•3 years ago
|
Assignee: nobody → dao+bmo
Blocks: quantumbar-view
Status: NEW → ASSIGNED
Keywords: perf
Priority: -- → P2
| Assignee | ||
Updated•3 years ago
|
Priority: P2 → P1
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 2•3 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=8f65e7bada1a69fac78c2cad3a25218603fe6654
| Assignee | ||
Comment 3•3 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=b425a707d06a4ff9b3cd932fc4defdad8b2dc79f
| Assignee | ||
Comment 4•3 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=b7427807fce82ac3ad8285b5f0070825ee5f060d
Pushed by dgottwald@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/10a5af6d30df Convert search-one-offs from a custom element to a plain JS class and initialize it lazily. r=bgrins
Comment 6•3 years ago
|
||
Backed out for causing window leaks on OSX debug. CLOSED TREE Push with failures: https://treeherder.mozilla.org/#/jobs?repo=autoland&resultStatus=success%2Ctestfailed&searchStr=browser%2Cchrome%2Cosx&fromchange=f1455bc47683cfb08083e60506a612d190419d1e&tochange=d76f007bee63b3730068f1a5549bd4d6513593c7&selectedJob=211914014 Failure log: https://treeherder.mozilla.org/logviewer.html#?job_id=211914014&repo=autoland&lineNumber=4723 Backout link: https://hg.mozilla.org/integration/autoland/rev/d76f007bee63b3730068f1a5549bd4d6513593c7
Flags: needinfo?(dao+bmo)
Comment 7•3 years ago
|
||
These happen also on Linux debug: https://treeherder.mozilla.org/logviewer.html#?job_id=211916214&repo=autoland&lineNumber=16238 Windows debug: https://treeherder.mozilla.org/logviewer.html#?job_id=211918507&repo=autoland&lineNumber=11747
Pushed by dgottwald@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/1106b713fd95 Convert search-one-offs from a custom element to a plain JS class and initialize it lazily. r=bgrins
| Assignee | ||
Updated•3 years ago
|
Flags: needinfo?(dao+bmo)
Comment 9•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/1106b713fd95
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 65
| Assignee | ||
Updated•3 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•