Closed
Bug 1068306
Opened 11 years ago
Closed 8 years ago
Fix warnings in web audio editor
Categories
(DevTools Graveyard :: Web Audio Editor, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jsantell, Unassigned)
Details
314 INFO Console message: [JavaScript Warning: "Error in parsing value for 'text-anchor'. Declaration dropped." {file: "chrome://browser/content/devtools/webaudioeditor.xul" line: 0 column: 0 source: "left"}]
315 INFO Console message: [JavaScript Warning: "Unexpected value strokewidth parsing markerUnits attribute." {file: "chrome://browser/content/devtools/d3.js" line: 589}]
| Reporter | ||
Comment 1•11 years ago
|
||
mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create d3.js:479
Unexpected value strokewidth parsing markerUnits attribute.
Comment 2•8 years ago
|
||
I don't see any of these errors in a recent build with logging enabled. I'll assume they were fixed, and close the bug.
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•7 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•