Closed
Bug 1378140
Opened 7 years ago
Closed 7 years ago
New console does not display revoked proxy in iframe
Categories
(DevTools :: Console, defect)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1389787
People
(Reporter: Oriol, Unassigned)
References
Details
Open web console and run
document.body.appendChild(document.createElement('iframe'))
.contentWindow.eval('var r = Proxy.revocable({},{}); r.revoke(); r.proxy')
The new console just shows an empty red line. The old console at least said [object Object].
Updated•7 years ago
|
Updated•7 years ago
|
QA Contact: iulia.cristescu
Whiteboard: [console-html] → [reserve-console-html]
Reporter | ||
Comment 1•7 years ago
|
||
I think object.js should attempt to unwrap() the debugger object in order to detect a proxy coming from an iframe as a proxy.
But still, the new console should not produce empty lines when it finds an error.
Updated•7 years ago
|
Priority: P3 → P4
Reporter | ||
Comment 2•7 years ago
|
||
The empty red line has been fixed in some bug. The object is going to be displayed as a proxy in bug 1389787.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Flags: qe-verify+
Priority: P4 → --
QA Contact: iulia.cristescu
Whiteboard: [reserve-console-html]
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•