Closed
Bug 1479318
Opened 7 years ago
Closed 7 years ago
Minimize the amount of content Findbar code loaded by default.
Categories
(Toolkit :: Find Toolbar, enhancement)
Toolkit
Find Toolbar
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: kmag, Assigned: kmag)
References
(Blocks 1 open bug)
Details
(Whiteboard: [overhead:10k])
Attachments
(1 file)
We load a fairly large amount of findbar code into every content frameloader, even when no search has happened in it. The key handling logic for starting fast find is a bit hairy, and annoyingly complicated, but a lot of the rest of the code can be loaded lazily.
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8995841 [details]
Bug 1479318: Minimize the amount of content Findbar code loaded by default.
https://reviewboard.mozilla.org/r/260186/#review267578
Attachment #8995841 -
Flags: review?(felipc) → review+
Assignee | ||
Comment 3•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/177e4adb94d1b63002577995deed230ba15624f8
Bug 1479318: Minimize the amount of content Findbar code loaded by default. r=felipe
Comment 4•7 years ago
|
||
Backed out for failing android om different files
Push that started the failures: https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&revision=2a5aa9de1fd9760a9245ecae815a6e02bb9eef42
Failure log: https://treeherder.mozilla.org/logviewer.html#?job_id=191462606&repo=mozilla-inbound&lineNumber=1511
Backout: https://hg.mozilla.org/integration/mozilla-inbound/rev/424f4541472c8942c7c85053c7d7eb224548e24a
Flags: needinfo?(kmaglione+bmo)
Assignee | ||
Updated•7 years ago
|
Flags: needinfo?(kmaglione+bmo)
Assignee | ||
Comment 5•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/915862a355e959c92c9ea7fb1cd7adbcf03bfb98
Bug 1479318: Minimize the amount of content Findbar code loaded by default. r=felipe
Comment 6•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
Comment 7•7 years ago
|
||
Backed out for causing a big performance regression on OS X and as request by igoldan.
https://hg.mozilla.org/mozilla-central/rev/fe6020e5c9d901a40fa2e7ea2f1ab2a36bf6d856
Status: RESOLVED → REOPENED
status-firefox63:
fixed → ---
Flags: needinfo?(kmaglione+bmo)
Resolution: FIXED → ---
Target Milestone: mozilla63 → ---
Assignee | ||
Comment 8•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/4fffcbc03aa2dc58de08c569aa7553a5d87ce1f1
Bug 1479318: Minimize the amount of content Findbar code loaded by default. r=felipe
Comment 9•7 years ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 7 years ago → 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
Assignee | ||
Updated•7 years ago
|
Flags: needinfo?(kmaglione+bmo)
You need to log in
before you can comment on or make changes to this bug.
Description
•