Open
Bug 1359259
Opened 6 years ago
Updated 8 months ago
0.92ms uninterruptible reflow at PopupNotifications_showPanel@resource://gre/modules/PopupNotifications.jsm:932:9
Categories
(Toolkit :: Notifications and Alerts, defect, P4)
Toolkit
Notifications and Alerts
Tracking
()
NEW
Performance Impact | low |
People
(Reporter: rjward0, Unassigned)
References
Details
(Keywords: perf, perf:responsiveness, Whiteboard: [ohnoreflow][fxperf:p3])
Here's the stack: PopupNotifications_showPanel@resource://gre/modules/PopupNotifications.jsm:932:9 PopupNotifications_update@resource://gre/modules/PopupNotifications.jsm:1097:9 anchorVisibilityChange@resource://gre/modules/PopupNotifications.jsm:579:7 PopupNotifications_locationChange@resource://gre/modules/PopupNotifications.jsm:560:7 onLocationChange@chrome://browser/content/browser.js:5084:7 callListeners@chrome://browser/content/tabbrowser.xml:492:24 _callProgressListeners@chrome://browser/content/tabbrowser.xml:513:13 _callProgressListeners@chrome://browser/content/tabbrowser.xml:563:22 onLocationChange@chrome://browser/content/tabbrowser.xml:845:17 _callProgressListeners@resource://gre/modules/RemoteWebProgress.jsm:179:11 receiveMessage@resource://gre/modules/RemoteWebProgress.jsm:265:7
Updated•6 years ago
|
Flags: qe-verify?
Priority: -- → P2
Comment 1•6 years ago
|
||
http://searchfox.org/mozilla-central/rev/baf47b352e873d4516d7656186d6d7c7447d3873/toolkit/modules/PopupNotifications.jsm#931 // If the anchor element is hidden or null, fall back to the identity icon. if (!anchorElement || (anchorElement.boxObject.height == 0 && anchorElement.boxObject.width == 0)) { I hope this test would still work with a getBoundsWithoutFlushing call instead, but I'm not sure how to verify that there's no edge case this would break.
Updated•6 years ago
|
Component: Untriaged → Notifications and Alerts
Product: Firefox → Toolkit
Updated•6 years ago
|
Whiteboard: [ohnoreflow][qf][photon-performance] → [ohnoreflow][qf:p1][photon-performance]
Updated•6 years ago
|
Blocks: photon-perf-upforgrabs
Updated•6 years ago
|
No longer blocks: photon-performance-triage
Comment 3•6 years ago
|
||
(In reply to Florian Quèze [:florian] [:flo] from comment #1) > http://searchfox.org/mozilla-central/rev/ > baf47b352e873d4516d7656186d6d7c7447d3873/toolkit/modules/PopupNotifications. > jsm#931 > > // If the anchor element is hidden or null, fall back to the identity > icon. > if (!anchorElement || (anchorElement.boxObject.height == 0 && > anchorElement.boxObject.width == 0)) { > > I hope this test would still work with a getBoundsWithoutFlushing call > instead, but I'm not sure how to verify that there's no edge case this would > break. FWIW I think this needs the flushing to check if the anchor elements are visible. Maybe there's another way to do it but I don't think we can simply substitute with getBoundsWithoutFlushing here.
Updated•6 years ago
|
Flags: qe-verify? → qe-verify-
Updated•6 years ago
|
Priority: P2 → P3
Whiteboard: [ohnoreflow][qf:p1][photon-performance] → [ohnoreflow][qf:p1][reserve-photon-performance]
Updated•6 years ago
|
Whiteboard: [ohnoreflow][qf:p1][reserve-photon-performance] → [ohnoreflow][qf:p2][reserve-photon-performance]
Updated•6 years ago
|
Priority: P3 → P4
Comment 5•6 years ago
|
||
I can still reproduce this by visiting a page that opens up a permission panel - example, GeoLocation.
Whiteboard: [ohnoreflow][qf:p2][reserve-photon-performance] → [ohnoreflow][qf:p1][reserve-photon-performance]
Updated•6 years ago
|
Whiteboard: [ohnoreflow][qf:p1][reserve-photon-performance] → [ohnoreflow][qf:i60][qf:p1][reserve-photon-performance]
Updated•6 years ago
|
Whiteboard: [ohnoreflow][qf:i60][qf:p1][reserve-photon-performance] → [ohnoreflow][qf:f60][qf:p1][reserve-photon-performance]
Updated•5 years ago
|
Whiteboard: [ohnoreflow][qf:f60][qf:p1][reserve-photon-performance] → [ohnoreflow][qf:f61][qf:p1][reserve-photon-performance]
Updated•5 years ago
|
Whiteboard: [ohnoreflow][qf:f61][qf:p1][reserve-photon-performance] → [ohnoreflow][qf:f61][qf:p1][reserve-photon-performance] [fxperf]
Updated•5 years ago
|
Whiteboard: [ohnoreflow][qf:f61][qf:p1][reserve-photon-performance] [fxperf] → [ohnoreflow][qf:f61][qf:p1][fxperf]
Updated•5 years ago
|
Whiteboard: [ohnoreflow][qf:f61][qf:p1][fxperf] → [ohnoreflow][qf:f61][qf:p1][fxperf:p2]
Updated•5 years ago
|
Whiteboard: [ohnoreflow][qf:f61][qf:p1][fxperf:p2] → [ohnoreflow][qf:f64][qf:p3][fxperf:p2]
Updated•5 years ago
|
Whiteboard: [ohnoreflow][qf:f64][qf:p3][fxperf:p2] → [ohnoreflow][qf:p3:f64][fxperf:p2]
Updated•5 years ago
|
Whiteboard: [ohnoreflow][qf:p3:f64][fxperf:p2] → [ohnoreflow][qf:p3][fxperf:p2]
Comment 6•5 years ago
|
||
(not startup related: fxperf:p2 -> fxperf:p3)
Whiteboard: [ohnoreflow][qf:p3][fxperf:p2] → [ohnoreflow][qf:p3][fxperf:p3]
Updated•4 years ago
|
Whiteboard: [ohnoreflow][qf:p3][fxperf:p3] → [ohnoreflow][qf:p3:responsiveness][fxperf:p3]
Updated•4 years ago
|
No longer blocks: photon-perf-upforgrabs
Updated•1 year ago
|
Performance Impact: --- → P3
Keywords: perf:responsiveness
Whiteboard: [ohnoreflow][qf:p3:responsiveness][fxperf:p3] → [ohnoreflow][fxperf:p3]
Updated•8 months ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•