Closed
Bug 1356687
Opened 8 years ago
Closed 8 years ago
6.3ms uninterruptible reflow at _updateTabsVisibilityStatus@chrome://browser/content/tabbrowser.xml:7516:1
Categories
(Firefox :: Tabbed Browser, enhancement, P2)
Firefox
Tabbed Browser
Tracking
()
RESOLVED
WONTFIX
Performance Impact | high |
People
(Reporter: mconley, Unassigned)
References
Details
(Whiteboard: [ohnoreflow])
Here's the stack:
_updateTabsVisibilityStatus@chrome://browser/content/tabbrowser.xml:7516:1
onxblpopupshowing@chrome://browser/content/tabbrowser.xml:7626:11
Reporter | ||
Comment 1•8 years ago
|
||
Looks like this is because the "List all tabs" popup wants to decorate the tabs that are actually visible in the tab strip in a particular way in the popup, so it does a layout flush to see if the tabs are within the visible region of the tab strip.
Comment 2•8 years ago
|
||
(In reply to Mike Conley (:mconley) from comment #1)
> Looks like this is because the "List all tabs" popup wants to decorate the
> tabs that are actually visible in the tab strip in a particular way in the
> popup, so it does a layout flush to see if the tabs are within the visible
> region of the tab strip.
Correct.
Component: Untriaged → Tabbed Browser
Updated•8 years ago
|
Flags: qe-verify?
Priority: -- → P2
Reporter | ||
Updated•8 years ago
|
Whiteboard: [ohnoreflow][qf][photon-performance] → [ohnoreflow][qf:p1][photon-performance]
Comment 4•8 years ago
|
||
For me the reflow time is around 15 ms.
Comment 5•8 years ago
|
||
I don't think there's a way around this, and it won't affect animations or other actions that the user may be paying attention to since it only occurs while opening the all-tabs popup. Marking wontfix.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Updated•8 years ago
|
No longer blocks: photon-performance-triage
Whiteboard: [ohnoreflow][qf:p1][photon-performance] → [ohnoreflow][qf:p1]
Updated•3 years ago
|
Performance Impact: --- → P1
Whiteboard: [ohnoreflow][qf:p1] → [ohnoreflow]
You need to log in
before you can comment on or make changes to this bug.
Description
•