Closed
Bug 1890493
Opened 5 months ago
Closed 5 months ago
Use InspectorCSSParser in sanitizePropertyValue
Categories
(DevTools :: Inspector, task)
DevTools
Inspector
Tracking
(firefox127 fixed)
RESOLVED
FIXED
127 Branch
Tracking | Status | |
---|---|---|
firefox127 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
Details
Attachments
(1 file)
sanitizePropertyValue(text) {
...
const lexer = getCSSLexer(text);
Assignee | ||
Comment 1•5 months ago
|
||
Updated•5 months ago
|
Attachment #9396594 -
Attachment description: WIP: Bug 1890493 - [devtools] Use InspectorCSSParser in sanitizePropertyValue. → WIP: Bug 1890493 - [devtools] Use InspectorCSSParser in sanitizePropertyValue. r=#devtools-reviewers.
Updated•5 months ago
|
Assignee: nobody → nchevobbe
Attachment #9396594 -
Attachment description: WIP: Bug 1890493 - [devtools] Use InspectorCSSParser in sanitizePropertyValue. r=#devtools-reviewers. → Bug 1890493 - [devtools] Use InspectorCSSParser in sanitizePropertyValue. r=#devtools-reviewers.
Status: NEW → ASSIGNED
Pushed by nchevobbe@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/1c07d31bf881 [devtools] Use InspectorCSSParser in sanitizePropertyValue. r=devtools-reviewers,ochameau.
Comment 3•5 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 months ago
status-firefox127:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 127 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•