Closed
Bug 1358391
Opened 8 years ago
Closed 7 years ago
2.24ms uninterruptible reflow at handleEvent@chrome://browser/content/tabbrowser.xml:6224:19
Categories
(Firefox :: Tabbed Browser, enhancement, P4)
Firefox
Tabbed Browser
Tracking
()
RESOLVED
WORKSFORME
Performance Impact | medium |
People
(Reporter: rjward0, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: perf, Whiteboard: [ohnoreflow][reserve-photon-performance])
Here's the stack:
handleEvent@chrome://browser/content/tabbrowser.xml:6224:19
EventListener.handleEvent*tabbrowser-tabs_XBL_Constructor@chrome://browser/content/tabbrowser.xml:5664:11
Updated•8 years ago
|
Component: Untriaged → Tabbed Browser
Updated•8 years ago
|
Flags: qe-verify?
Priority: -- → P2
Comment 1•8 years ago
|
||
I guess this is when resizing the browser window, with the this.mTabstrip.boxObject.width at http://searchfox.org/mozilla-central/rev/7aa21f3b531ddee90a353215bd86e97d6974e25b/browser/base/content/tabbrowser.xml#6223
I wonder if we could avoid this (or reduce its cost) by using requestAnimationFrame.
Comment 2•8 years ago
|
||
Another stack:
handleEvent@chrome://browser/content/tabbrowser.xml:6265:19
rect@chrome://browser/content/browser-tabsintitlebar.js:106:23
_update@chrome://browser/content/browser-tabsintitlebar.js:157:28
updateAppearance@chrome://browser/content/browser-tabsintitlebar.js:65:5
toggle@chrome://browser/content/browser-fullScreenAndPointerLock.js:333:7
handleEvent@chrome://browser/content/browser-fullScreenAndPointerLock.js:349:9
EventListener.handleEvent*init@chrome://browser/content/browser-fullScreenAndPointerLock.js:255:5
_delayedStartup@chrome://browser/content/browser.js:1506:5
EventListener.handleEvent*onLoad@chrome://browser/content/browser.js:1239:5
onload@chrome://browser/content/browser.xul:1:1
Comment 3•8 years ago
|
||
I'm not convinced the stack in comment 2 is the same bug. Comment 0 was when resizing the browser window. Comment 2 seems to be when entering or leaving fullscreen. The code around http://searchfox.org/mozilla-central/rev/f225dbcb15ca2e38f7d434a9278a41d2340e7cf3/browser/base/content/browser-tabsintitlebar.js#156 does several calls that could trigger sync reflows.
Updated•8 years ago
|
Whiteboard: [ohnoreflow][qf][photon-performance] → [ohnoreflow][qf:p1][photon-performance]
Updated•8 years ago
|
Priority: P2 → P3
Whiteboard: [ohnoreflow][qf:p1][photon-performance] → [ohnoreflow][qf:p1][reserve-photon-performance]
Updated•8 years ago
|
Flags: qe-verify? → qe-verify-
Updated•8 years ago
|
Whiteboard: [ohnoreflow][qf:p1][reserve-photon-performance] → [ohnoreflow][qf:p2][reserve-photon-performance]
Updated•7 years ago
|
Priority: P3 → P4
Comment 4•7 years ago
|
||
This reflow no longer exists, since bug 1414252 landed.
Updated•3 years ago
|
Performance Impact: --- → P2
Whiteboard: [ohnoreflow][qf:p2][reserve-photon-performance] → [ohnoreflow][reserve-photon-performance]
You need to log in
before you can comment on or make changes to this bug.
Description
•