Open
Bug 1482734
Opened 7 years ago
Updated 2 years ago
2.09ms uninterruptible reflow at onxbldragover@chrome://browser/content/tabbrowser.xml:1391:9
Categories
(Firefox :: Tabbed Browser, enhancement, P5)
Tracking
()
People
(Reporter: geeknik, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: perf:frontend, perf:responsiveness, Whiteboard: [ohnoreflow])
Here's the stack:
onxbldragover@chrome://browser/content/tabbrowser.xml:1391:9
Updated•7 years ago
|
Whiteboard: [ohnoreflow][qf][photon-performance] → [ohnoreflow][fxperf]
Comment 1•7 years ago
|
||
Without knowing which exact version of Firefox was used to report the bug, it's difficult to match the line number to a specific line in the code, but the "dragover" handler in tabbrowser.xml has several getBoundingClientRect calls so there are obvious issues... https://searchfox.org/mozilla-central/rev/2466b82b729765fb0a3ab62f812c1a96a7362478/browser/base/content/tabbrowser.xml#1358,1374,1380
Component: Untriaged → Tabbed Browser
Whiteboard: [ohnoreflow][fxperf] → [ohnoreflow][fxperf:p3]
Reporter | ||
Comment 2•7 years ago
|
||
I tagged Trunk under Version when I submitted this, so whatever version of Nightly was available on 12 August 2018.
(In reply to Florian Quèze [:florian] (PTO until August 27th) from comment #1)
> Without knowing which exact version of Firefox was used to report the bug,
Updated•7 years ago
|
Priority: -- → P5
Comment 3•7 years ago
|
||
STR:
Click and drag a tab from one window, and move it along the tab strip of another window.
Updated•3 years ago
|
Severity: normal → S3
Comment 4•2 years ago
|
||
The code linked in comment 1 still exists: https://searchfox.org/mozilla-central/rev/f63ca2952da98e0817bdae0ddf1314281a497106/browser/base/content/tabbrowser-tabs.js#661,683,690
Performance Impact: --- → low
Keywords: perf:frontend,
perf:responsiveness
Updated•2 years ago
|
Whiteboard: [ohnoreflow][fxperf:p3] → [ohnoreflow]
You need to log in
before you can comment on or make changes to this bug.
Description
•