Bug 269986
Summary: | Back identifier tokens in custom properties with string literals | ||
---|---|---|---|
Product: | WebKit | Reporter: | Antti Koivisto <koivisto> |
Component: | CSS | Assignee: | Antti Koivisto <koivisto> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Antti Koivisto
Tokens don't own the underlying string so we construct a separate backing string for tokens that need it. Identifier tokens can in mosts cases be backed by their string literals, saving memory and work.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/123506269>
Antti Koivisto
Pull request: https://github.com/WebKit/WebKit/pull/25011
EWS
Committed 275375@main (a24a25b87e86): <https://commits.webkit.org/275375@main>
Reviewed commits have been landed. Closing PR #25011 and removing active labels.