Closed
Bug 1146839
Opened 10 years ago
Closed 9 years ago
[e10s] browser_responsiveui.js causes unsafe CPOW usage warnings
Categories
(DevTools :: Responsive Design Mode, defect)
DevTools
Responsive Design Mode
Tracking
(e10s+)
RESOLVED
DUPLICATE
of bug 1235953
Tracking | Status | |
---|---|---|
e10s | + | --- |
People
(Reporter: Kwan, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [unsafe-cpow-usage])
Mined from test logs
In browser/devtools/responsivedesign/test/browser_responsiveui.js:
34 instances of content.inner(Width|Height) causing CPOW warnings plus:
let documentLoaded = waitForDocLoadComplete();
content.location = "data:text/html;charset=utf-8,mop<div style%3D'height%3A5000px'><%2Fdiv>"; <- Causes CPOW warning
yield documentLoaded;
Updated•10 years ago
|
Blocks: e10s-tests
Updated•9 years ago
|
tracking-e10s:
m8+ → ---
Whiteboard: [unsafe-cpow-usage]
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•