Bug 276706
| Summary: | Use dirty bits to only traverse the unchanged subtrees with recursiveUpdateLayerPositions | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Matt Woodrow <mattwoodrow> |
| Component: | Layout and Rendering | Assignee: | Matt Woodrow <mattwoodrow> |
| 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 | ||
| See Also: |
https://bugs.webkit.org/show_bug.cgi?id=281046 https://bugs.webkit.org/show_bug.cgi?id=281041 |
||
Matt Woodrow
We currently recurse the entire tree under the layout root we start at.
Frequently large chunks of the tree are unchanged, and we should be able to avoid traversal if so.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/131903605>
Matt Woodrow
Pull request: https://github.com/WebKit/WebKit/pull/30898
EWS
Committed 284780@main (0ef1fec1cdce): <https://commits.webkit.org/284780@main>
Reviewed commits have been landed. Closing PR #30898 and removing active labels.