Bug 313780
| Summary: | [LBSE] Introduce DOM-order paint infrastructure for non-layered SVG children | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Nikolas Zimmermann <zimmermann> |
| Component: | SVG | Assignee: | Nikolas Zimmermann <zimmermann> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | rbuis, sabouhallawa, webkit-bug-importer, zimmermann |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 308565, 313785, 313781 | ||
Nikolas Zimmermann
Preparatory refactor for making RenderLayer creation conditional on LBSE SVG renderers (bug 308565). Today every SVG renderer unconditionally owns a layer, so painting can rely on walking z-order layer lists. Once layer creation becomes conditional, SVG content will contain a mix of layered and non-layered renderers that must paint in strict DOM document order, interleaving both kinds. Let's introduce the infrastructure for that first.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Nikolas Zimmermann
Pull request: https://github.com/WebKit/WebKit/pull/64006
EWS
Committed 312729@main (657503c4ea11): <https://commits.webkit.org/312729@main>
Reviewed commits have been landed. Closing PR #64006 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/176388356>