Closed
Bug 760144
Opened 14 years ago
Closed 10 years ago
Console API silently swallows unknown function calls
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: bzbarsky, Unassigned)
Details
Attachments
(1 file)
|
191 bytes,
text/html
|
Details |
Attached testcase should say PASS. It says FAIL.
When fixing, we have to be careful about possibly-missing APIs (e.g. should we have a console.assert?)
Updated•14 years ago
|
Component: Developer Tools: Console → DOM
Product: Firefox → Core
QA Contact: developer.tools.console → general
Comment 1•14 years ago
|
||
I think this is because of bug 614350. We now have enough of the console API that it's probably okay to remove that behavior.
I've filed bug 760193 for console.assert.
| Reporter | ||
Comment 2•14 years ago
|
||
Er.. is consoleapi under dom for some reason?
| Reporter | ||
Comment 3•14 years ago
|
||
I meant in Bugzilla terms.
Comment 4•14 years ago
|
||
Yes, it's entirely DOM code...
Comment 5•14 years ago
|
||
I can reproduce it on Fx ESR 38, but not on Fx40+.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•