Bug 226007

Summary: Allow passing a VisibleRectContext when calculating the clipped overflow rect
Product: WebKit Reporter: Chris Lord <clord>
Component: WebCore Misc.Assignee: Chris Lord <clord>
Status: RESOLVED FIXED    
Severity: Normal CC: aboxhall, apinheiro, cdumez, cfleizach, changseok, dino, dmazzoni, esprehn+autocc, ews-watchlist, fmalita, glenn, graouts, gyuyoung.kim, hi, jcraig, jdiggs, kangil.han, kondapallykalyan, mmaxfield, pdr, sabouhallawa, samuel_white, schenney, sergio, simon.fraser, thorton, 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=199344
Bug Depends on:    
Bug Blocks: 225922    
Attachments:
Description Flags
Patch none

Description Chris Lord 2021-05-20 00:57:11 PDT
The clipped overflow rect changes depending on whether asynchronous compositing is being used. As this rect is used outside of rendering, it would be useful to be able to specify a VisibleRectContext in this function to control the behaviour with respect to compositing properties. This behaviour is currently breaking spatial navigation when asynchronous overflow scrolling is enabled.
Comment 1 Chris Lord 2021-05-20 01:35:49 PDT
Created attachment 429147 [details]
Patch
Comment 2 EWS 2021-05-20 11:08:44 PDT
Committed r277802 (237958@main): <https://commits.webkit.org/237958@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 429147 [details].
Comment 3 Radar WebKit Bug Importer 2021-05-20 11:09:21 PDT
<rdar://problem/78267386>