1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 01:38:10 +00:00
serenity/Userland/Libraries/LibWeb/Loader
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
..
ContentFilter.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ContentFilter.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FrameLoader.cpp LibWeb: Make BrowsingContext ask PageClient when it wants to be scrolled 2022-04-06 19:35:08 +02:00
FrameLoader.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ImageLoader.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ImageLoader.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ImageResource.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ImageResource.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
LoadRequest.cpp Everywhere: Update copyrights with my new serenityos.org e-mail :^) 2022-01-31 18:23:22 +00:00
LoadRequest.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Resource.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Resource.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ResourceLoader.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ResourceLoader.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00