Closed
Bug 1888441
Opened 2 years ago
Closed 1 year ago
Use InspectorUtils CSS parser in CSSCompleter
Categories
(DevTools :: Source Editor, task)
DevTools
Source Editor
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•2 years ago
|
||
This requires some changes as the token type and text from the cssparser
differs from the JS-based CSS lexer.
We're exposing the parser current lineNumber and columnNumber in InspectorUtilsCSSParser
since they're required in cssTokenizerWithLineColumn.
Updated•2 years ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Updated•2 years ago
|
Attachment #9393795 -
Attachment description: Bug 1888441 - [devtools] Use InspectorUtils CSS parser in CSSCompleter. r=#devtools-reviewers. → Bug 1888441 - [devtools] Use InspectorCSSParser in CSSCompleter. r=#devtools-reviewers.
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/54882b6de6ac
[devtools] Use InspectorCSSParser in CSSCompleter. r=devtools-reviewers,bomsy.
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
•