Closed
Bug 1423609
Opened 7 years ago
Closed 7 years ago
Long data-uri can break the rule inspector
Categories
(DevTools :: Inspector: Rules, defect)
DevTools
Inspector: Rules
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1414361
People
(Reporter: adrian17, Unassigned)
Details
STR:
- Open https://codepen.io/thebabydino/full/mVKayj
- open the inspector
- try inspecting the displayed <button> element
-> the rules inspector is blank.
Stack trace points here:
https://searchfox.org/mozilla-central/source/devtools/shared/css/lexer.js#691
Calling `stringToCodes(substr)` on a long data: string generates an array with 741262 elements; Trying to call `push.apply` fails, at it exceeds the limit of 500000 function arguments.
Comment 1•7 years ago
|
||
Thanks for filing. I'm fairly sure this is bug 1414361. So closing this one for now.
Status: UNCONFIRMED → RESOLVED
Closed: 7 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
•