Open
Bug 1362529
Opened 8 years ago
Updated 2 years ago
0.97ms uninterruptible reflow at @chrome://browser/content/tab-content.js:85:43
Categories
(Firefox :: Tabbed Browser, defect, P4)
Firefox
Tabbed Browser
Tracking
()
NEW
Performance Impact | low |
People
(Reporter: bugzilla, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: perf, perf:frontend, Whiteboard: [ohnoreflow])
Here's the stack:
@chrome://browser/content/tab-content.js:85:43
wrapHandlingUserInput@resource:///modules/E10SUtils.jsm:244:7
@chrome://browser/content/tab-content.js:84:5
tab-content.js:85:43:
webNav.reload(reloadFlags)
E10SUtil.jsm:240-245
try {
handlingUserInput = aWindow.QueryInterface(Ci.nsIInterfaceRequestor)
.getInterface(Ci.nsIDOMWindowUtils)
.setHandlingUserInput(aIsHandling);
aCallback();
}
Updated•8 years ago
|
Component: Untriaged → Tabbed Browser
Updated•8 years ago
|
Flags: qe-verify?
Priority: -- → P2
Updated•8 years ago
|
Whiteboard: [ohnoreflow][qf][photon-performance] → [ohnoreflow][qf-][photon-performance]
Updated•8 years ago
|
Priority: P2 → P3
Whiteboard: [ohnoreflow][qf-][photon-performance] → [ohnoreflow][qf-][reserve-photon-performance]
Updated•8 years ago
|
Flags: qe-verify? → qe-verify-
Updated•8 years ago
|
Priority: P3 → P4
Updated•8 years ago
|
Whiteboard: [ohnoreflow][qf-][reserve-photon-performance] → [ohnoreflow][qf-][fxperf]
Updated•8 years ago
|
Whiteboard: [ohnoreflow][qf-][fxperf] → [ohnoreflow][qf-][fxperf:p3]
Updated•4 years ago
|
Performance Impact: --- → -
Whiteboard: [ohnoreflow][qf-][fxperf:p3] → [ohnoreflow][fxperf:p3]
Updated•3 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Performance Impact: none → 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
•