Open
Bug 1328625
Opened 9 years ago
Updated 3 years ago
don't check grid pref on the client
Categories
(DevTools :: Inspector, enhancement, P3)
DevTools
Inspector
Tracking
(Not tracked)
NEW
People
(Reporter: tromey, Unassigned)
References
Details
(Whiteboard: [reserve-html])
Currently output-parser checks the grid property on the client:
https://dxr.mozilla.org/mozilla-central/rev/57ac9f63fc6953f4efeb0cc84a60192d3721251f/devtools/client/shared/output-parser.js#208
This is incorrect and might even fail when the inspector is running in content.
Instead the pref should be checked on the server; this can be done by
attaching it to the css property database.
Updated•9 years ago
|
Flags: qe-verify?
Priority: -- → P3
Whiteboard: [reserve-html]
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•