Bug 282683
| Summary: | [CoordinatedGraphics] Remove coordinated graphics specific code for fixed layout | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
| Component: | Platform | Assignee: | Carlos Garcia Campos <cgarcia> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply, max, webkit-bug-importer, yurys |
| Priority: | P2 | Keywords: | Gtk, InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=288015 | ||
Carlos Garcia Campos
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
Pull request: https://github.com/WebKit/WebKit/pull/36257
EWS
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
<rdar://problem/139417434>
Yury Semikhatsky
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.