Open
Bug 1482654
Opened 6 years ago
Updated 8 months ago
1.43ms uninterruptible reflow at onxblunderflow@chrome://browser/content/tabbrowser.xml:47:11
Categories
(Firefox :: Tabbed Browser, enhancement, P3)
Firefox
Tabbed Browser
Tracking
()
People
(Reporter: geeknik, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: perf:frontend, Whiteboard: [ohnoreflow])
Here's the stack:
onxblunderflow@chrome://browser/content/tabbrowser.xml:47:11
Updated•6 years ago
|
Whiteboard: [ohnoreflow][qf][photon-performance] → [ohnoreflow][fxperf]
Updated•6 years ago
|
Whiteboard: [ohnoreflow][fxperf] → [ohnoreflow][fxperf:p3]
Updated•6 years ago
|
Component: Untriaged → Tabbed Browser
Comment 1•6 years ago
|
||
This is from:
if (tabs._lastTabClosedByMouse) {
tabs._expandSpacerBy(this._scrollButtonDown.clientWidth);
}
We could potentially build on this._pinnedTabsLayoutCache here which already has a scrollButtonWidth property.
OS: Linux → All
Priority: -- → P3
Hardware: x86 → All
Updated•2 years ago
|
Severity: normal → S3
Updated•8 months ago
|
Performance Impact: --- → low
Keywords: perf:frontend
Whiteboard: [ohnoreflow][fxperf:p3] → [ohnoreflow]
You need to log in
before you can comment on or make changes to this bug.
Description
•