Bug 265761
| Summary: | When repainting after layout, compute the outline bounds in the same pass as the clipped overflow rect | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
| Component: | Layout and Rendering | Assignee: | Simon Fraser (smfr) <simon.fraser> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bfulgham, hyatt, simon.fraser, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Simon Fraser (smfr)
Currently repaints originating in RenderElement::repaintAfterLayoutIfNeeded() are computing using two rectangles: the clippedOverflowRect, and the outlineBoundsForRepaint. These are computed in two separate ancestor traversals, but we can make things more efficient by computing them at the same time.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/119101912>
Simon Fraser (smfr)
Pull request: https://github.com/WebKit/WebKit/pull/21241
EWS
Committed 271495@main (b088578e1f36): <https://commits.webkit.org/271495@main>
Reviewed commits have been landed. Closing PR #21241 and removing active labels.
Simon Fraser (smfr)
*** Bug 261439 has been marked as a duplicate of this bug. ***
Simon Fraser (smfr)
*** Bug 175070 has been marked as a duplicate of this bug. ***