Bug 253690 - [UI-side compositing] Scrolling triggers more layouts via updating the layout viewport
Summary: [UI-side compositing] Scrolling triggers more layouts via updating the layout...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Scrolling (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-03-09 20:47 PST by Simon Fraser (smfr)
Modified: 2023-03-10 09:21 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2023-03-09 20:47:58 PST
With UI-side compositing, we see more layouts happening while scrolling than without. These layouts are triggered by frameview::updateLayoutViewport() when it computes a new layout viewport origin.
Comment 1 Radar WebKit Bug Importer 2023-03-09 20:48:19 PST
<rdar://problem/106535756>
Comment 2 Simon Fraser (smfr) 2023-03-09 22:38:35 PST
Pull request: https://github.com/WebKit/WebKit/pull/11346
Comment 3 EWS 2023-03-10 09:21:46 PST
Committed 261504@main (7fe0d61af392): <https://commits.webkit.org/261504@main>

Reviewed commits have been landed. Closing PR #11346 and removing active labels.