Closed
Bug 1843980
Opened 2 years ago
Closed 2 years ago
Consider supporting parsing <color> or <image> with null UrlExtraData
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
INVALID
People
(Reporter: zrhoffman, Assigned: zrhoffman)
References
Details
Attachments
(1 obsolete file)
Currently, parsing <color> or <image> with null UrlExtraData will cause a panic.
Assignee | ||
Comment 1•2 years ago
|
||
Without these null checks, parsing <color> and <image> with null
UrlExtraData, or dropping null UrlExtraData, will panic.
Updated•2 years ago
|
Assignee: nobody → zach
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•2 years ago
|
||
No longer needed, since non-null UrlExtraData will be provided in bug 1840477.
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → INVALID
Updated•2 years ago
|
Attachment #9344297 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•