RESOLVED FIXED 282683
[CoordinatedGraphics] Remove coordinated graphics specific code for fixed layout
https://bugs.webkit.org/show_bug.cgi?id=282683
Summary [CoordinatedGraphics] Remove coordinated graphics specific code for fixed layout
Carlos Garcia Campos
Reported 2024-11-06 03:57:24 PST
None of the ports using coordinated graphics expose the fixed layout feature, so it's effectively dead code. Fixed layout was the only case in which scrolling delegate mode was different to None, so we can also remove all code related to delegated scrolling,
Attachments
Carlos Garcia Campos
Comment 1 2024-11-06 03:59:26 PST
EWS
Comment 2 2024-11-07 01:13:16 PST
Committed 286272@main (5b736ac3a9b7): <https://commits.webkit.org/286272@main> Reviewed commits have been landed. Closing PR #36257 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2024-11-07 01:14:16 PST
Yury Semikhatsky
Comment 4 2024-11-11 11:08:23 PST
Playwright relies on fixed layout feature for mobile testing and uses it in both GTK and WPE ports as well as on Windows. Can we keep this code around? We'd rather upstream the tweaks we had in our downstream patch which could help more of the fixed layout tests to pass.
Note You need to log in before you can comment on or make changes to this bug.