1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-12 23:01:01 +00:00
serenity/Userland
Andreas Kling 0f6e1f7a32 LibWeb: Make BrowsingContext ask PageClient when it wants to be scrolled
BrowsingContext shouldn't be scrolling itself, instead it has to update
the layout (to ensure that we have current document metrics, and then
ask the PageClient nicely to scroll it.

This fixes an issue where BrowsingContext sometimes believed itself to
be scrolled, but OOPWV had a different idea.
2022-04-06 19:35:08 +02:00
..
Applets AK+Userland: Rename Array::front/back to first/last 2022-04-06 14:31:52 +02:00
Applications LibWeb+Browser: Remove Web::WebViewHooks class 2022-04-06 19:35:08 +02:00
Demos Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
DevTools HackStudio: Remove "evaluate expression" dialog 2022-04-06 19:35:07 +02:00
DynamicLoader Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Games Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Libraries LibWeb: Make BrowsingContext ask PageClient when it wants to be scrolled 2022-04-06 19:35:08 +02:00
Services LibWeb: Remove the InProcessWebView widget 2022-04-06 19:35:07 +02:00
Shell Shell: Use default execpromises parameter to pledge(..) 2022-04-03 17:13:51 -07:00
Utilities Utilities: Update arp to use newer APIs 2022-04-05 12:43:18 +02:00
CMakeLists.txt