Open
Bug 1358734
Opened 8 years ago
Updated 3 years ago
0.93ms uninterruptible reflow at showNavToolbox@chrome://browser/content/browser-fullScreenAndPointerLock.js:576:18
Categories
(Firefox :: Toolbars and Customization, defect, P4)
Firefox
Toolbars and Customization
Tracking
()
NEW
Performance Impact | low |
People
(Reporter: bugzilla, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: perf, perf:frontend, perf:responsiveness, Whiteboard: [ohnoreflow])
Here's the stack:
showNavToolbox@chrome://browser/content/browser-fullScreenAndPointerLock.js:576:18
_expandCallback@chrome://browser/content/browser-fullScreenAndPointerLock.js:493:5
EventListener.handleEvent*toggle@chrome://browser/content/browser-fullScreenAndPointerLock.js:297: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 1•8 years ago
|
||
http://searchfox.org/mozilla-central/rev/6e1c138a06a80f2bb3167d9dac050cc0fd4fb39e/browser/base/content/browser-fullScreenAndPointerLock.js#576
let rect = gBrowser.mPanelContainer.getBoundingClientRect();
Yet another sync flush related to MousePosTracker.
Blocks: 515196
Component: Untriaged → Toolbars and Customization
Updated•8 years ago
|
Flags: qe-verify?
Priority: -- → P2
Updated•8 years ago
|
Whiteboard: [ohnoreflow][qf][photon-performance] → [ohnoreflow][qf:p1][photon-performance]
Updated•8 years ago
|
Blocks: photon-perf-jank
Updated•8 years ago
|
Blocks: photon-perf-upforgrabs
Updated•8 years ago
|
No longer blocks: photon-performance-triage
Updated•8 years ago
|
Flags: qe-verify? → qe-verify-
Updated•8 years ago
|
Priority: P2 → P3
Whiteboard: [ohnoreflow][qf:p1][photon-performance] → [ohnoreflow][qf:p1][reserve-photon-performance]
Updated•8 years ago
|
Whiteboard: [ohnoreflow][qf:p1][reserve-photon-performance] → [ohnoreflow][qf:p2][reserve-photon-performance]
Updated•8 years ago
|
Priority: P3 → P4
Comment 2•8 years ago
|
||
This appears to still happen, but only affects non-DOM fullscreen (toggled via the fullscreen button in the app menu).
Not great, but probably okay to make this a qf:p3 for now.
Whiteboard: [ohnoreflow][qf:p2][reserve-photon-performance] → [ohnoreflow][qf:p3][reserve-photon-performance]
Updated•8 years ago
|
Whiteboard: [ohnoreflow][qf:p3][reserve-photon-performance] → [ohnoreflow][qf:p3][reserve-photon-performance] [fxperf]
Updated•8 years ago
|
Whiteboard: [ohnoreflow][qf:p3][reserve-photon-performance] [fxperf] → [ohnoreflow][qf:p3][reserve-photon-performance] [fxperf:p3]
Updated•8 years ago
|
Whiteboard: [ohnoreflow][qf:p3][reserve-photon-performance] [fxperf:p3] → [ohnoreflow][qf:p3][fxperf:p3]
Updated•6 years ago
|
Whiteboard: [ohnoreflow][qf:p3][fxperf:p3] → [ohnoreflow][qf:p3:responsiveness][fxperf:p3]
Updated•6 years ago
|
No longer blocks: photon-perf-upforgrabs
Updated•4 years ago
|
Performance Impact: --- → P3
Keywords: perf:responsiveness
Whiteboard: [ohnoreflow][qf:p3:responsiveness][fxperf:p3] → [ohnoreflow][fxperf:p3]
Updated•3 years ago
|
Severity: normal → S3
Updated•3 years ago
|
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
•