Closed
Bug 1888363
Opened 1 year ago
Closed 1 year ago
Use InspectorUtils CSS parser in tokenizeFilterValue
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)
No description provided.
Assignee | ||
Comment 1•1 year ago
|
||
Thanks to the way cssparser handle tokens, we can get rid of the quote handling
that was done in CSSFilterEditorWidget
Updated•1 year ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Updated•1 year ago
|
Attachment #9393734 -
Attachment description: Bug 1888363 - [devtools] Use InspectorUtils CSS parser in `tokenizeFilterValue`. r=#devtools-reviewers. → Bug 1888363 - [devtools] Use InspectorCSSParser in `tokenizeFilterValue`. r=#devtools-reviewers.
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/62333a10235e
[devtools] Use InspectorCSSParser in `tokenizeFilterValue`. r=devtools-reviewers,bomsy.
Flags: needinfo?(nchevobbe)
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/dae104b4cd6e
[devtools] Use InspectorCSSParser in `tokenizeFilterValue`. r=devtools-reviewers,bomsy.
Assignee | ||
Updated•1 year ago
|
Flags: needinfo?(nchevobbe)
Comment 5•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year 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
•