Closed
Bug 1889920
Opened 1 year ago
Closed 1 year ago
Use InspectorCSSParser in CubicBezierWidget.js parseTimingFunction
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)
function parseTimingFunction(value) {
...
const tokenStream = getCSSLexer(value);
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/51d7d8582b7e
[devtools] Use InspectorCSSParser in CubicBezierWidget.js parseTimingFunction. r=devtools-reviewers,ochameau.
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
•