Closed
Bug 1596592
Opened 5 years ago
Closed 5 years ago
Warm the tab that's being switched to early during tab removal
Categories
(Firefox :: Tabbed Browser, enhancement, P3)
Firefox
Tabbed Browser
Tracking
()
RESOLVED
FIXED
Firefox 74
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: dthayer, Assigned: dthayer, NeedInfo)
References
(Blocks 1 open bug)
Details
(Keywords: perf, Whiteboard: [fxperf:p3])
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Tab switch can be expensive if a page has a beforeunload handler. We should start warming up the next tab to be shown early in the process of tab removal to compensate for this.
Assignee | ||
Comment 1•5 years ago
|
||
Tab switch can be expensive if a page has a beforeunload handler. We should
start warming up the next tab to be shown early in the process of tab removal
to compensate for this. We could only do this if we know we have a
beforeUnload handler, but there shouldn't be any negative side effects of
getting started on the tab switch early regardless.
Updated•5 years ago
|
Summary: Warm tab being switched to early during tab removal → Warm tab being switched too early during tab removal
Whiteboard: [fxperf] → [fxperf:p3]
Assignee | ||
Updated•5 years ago
|
Summary: Warm tab being switched too early during tab removal → Warm the tab that's being switched to early during tab removal
Comment 2•5 years ago
|
||
There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:dthayer, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(dothayer)
Updated•5 years ago
|
Pushed by dothayer@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6906316c6dd3
Warm tab being switched to early during tab removal r=mconley,dao
Comment 4•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 74
You need to log in
before you can comment on or make changes to this bug.
Description
•