Bug 292797
| Summary: | [Computed Style Gen] Autogenerate computed style extractor | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sam Weinig <sam> |
| Component: | CSS | Assignee: | Sam Weinig <sam> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | koivisto, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari 18 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=293157 | ||
Sam Weinig
Add support for autogenerated computed style extraction. Modeled on the Style::Builder, this will replace ComputedStyleExtractor with a Style::Extractor class that utilizes a Style::ExtractorGenerated helper to implement property dispatch and generated extracting. Additionally, Style::ExtractorCustom will be added for fully custom extracting, and Style::ExtractorConverter will be added to implement value type conversion from RenderStyle -> CSSValue.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Sam Weinig
Pull request: https://github.com/WebKit/WebKit/pull/45183
Sam Weinig
Pull request: https://github.com/WebKit/WebKit/pull/45315
Sam Weinig
Pull request: https://github.com/WebKit/WebKit/pull/45327
EWS
Committed 294902@main (e574cf07e45c): <https://commits.webkit.org/294902@main>
Reviewed commits have been landed. Closing PR #45327 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/151306028>