Bug 260213
| Summary: | Remove InMemoryDisplayList | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Said Abou-Hallawa <sabouhallawa> |
| Component: | Layout and Rendering | Assignee: | Said Abou-Hallawa <sabouhallawa> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 260181 | ||
Said Abou-Hallawa
Make DisplayList holds a Vector of DisplayList items. There is no need for the read and write clients anymore. They were used in the past to share the recorded DisplayList items with GPU Process through a ring buffer. After introducing the StreamConnection, using the DisplayList became limited to the TextPainter recording. Simplifying this code will allow replaying back a whole DisplayList in GPU Process all at once.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/113921399>
Said Abou-Hallawa
Pull request: https://github.com/WebKit/WebKit/pull/16715
EWS
Committed 267213@main (2f7775558dc8): <https://commits.webkit.org/267213@main>
Reviewed commits have been landed. Closing PR #16715 and removing active labels.