Closed
Bug 1362604
Opened 8 years ago
Closed 8 years ago
1.58ms uninterruptible reflow at openModalWindow@jar:file:///C:/Program%20Files/Nightly/omni.ja!/components/nsPrompter.js:363:5
Categories
(Toolkit :: General, defect)
Toolkit
General
Tracking
()
RESOLVED
WONTFIX
Performance Impact | ? |
People
(Reporter: bugzilla, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [ohnoreflow])
Here's the stack:
openModalWindow@jar:file:///C:/Program%20Files/Nightly/omni.ja!/components/nsPrompter.js:363:5
openPrompt@jar:file:///C:/Program%20Files/Nightly/omni.ja!/components/nsPrompter.js:553:9
confirmCheck@jar:file:///C:/Program%20Files/Nightly/omni.ja!/components/nsPrompter.js:653:9
confirmLaunchExecutable@resource://gre/modules/DownloadUIHelper.jsm:161:26
openDownloadedFile@resource:///modules/DownloadsCommon.jsm:470:9
downloadsCmd_open@chrome://browser/content/downloads/allDownloadsViewOverlay.js:347:5
doCommand@chrome://browser/content/downloads/allDownloadsViewOverlay.js:341:7
doDefaultCommand@chrome://browser/content/downloads/allDownloadsViewOverlay.js:397:7
onKeyPress@chrome://browser/content/downloads/allDownloadsViewOverlay.js:1306:11
onkeypress@chrome://browser/content/places/places.xul:1:8
Updated•8 years ago
|
Component: Untriaged → General
Product: Firefox → Toolkit
Updated•8 years ago
|
Flags: qe-verify?
Priority: -- → P2
Comment 1•8 years ago
|
||
openModalWindow spins a nested event loop, and there's no JS on top of it, meaning that we're flushing layout "naturally" via the refresh driver.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Updated•8 years ago
|
Flags: qe-verify?
Priority: P2 → --
Whiteboard: [ohnoreflow][qf][photon-performance] → [ohnoreflow][qf]
Updated•3 years ago
|
Performance Impact: --- → ?
Whiteboard: [ohnoreflow][qf] → [ohnoreflow]
You need to log in
before you can comment on or make changes to this bug.
Description
•