ladybird/Services
Andreas Kling 15e35b0d71 LibWeb: Layout viewport rect was lagging behind when resizing
Layout was using an outdated viewport rect that we set *after* doing
a layout due to resize. That meant that layout-in-response-to-resize
was always lagging behind the current size of the view.

The root of this problem was how Frame kept both a viewport rect
(with both scroll offset and size) and a frame size. To fix this,
only store the viewport scroll offset, and always use the frame size.
This way they can't get out of sync and the problem goes away. :^)

Fixes #4250.
2020-12-02 23:50:19 +01:00
..
AudioServer AudioServer: Mixer: limit max volume to 100 2020-11-29 10:15:36 +01:00
ChessEngine ChessEngine: Use pledge and unveil 2020-11-02 13:16:09 +01:00
Clipboard AK: Add trivial structure validation to SharedBuffer 2020-10-02 15:38:07 +02:00
DHCPClient DHCPClient: Remove unused UPDSocket.h include 2020-10-08 10:00:39 +02:00
ImageDecoder AK: Add trivial structure validation to SharedBuffer 2020-10-02 15:38:07 +02:00
LaunchServer LibIPC: Share most of the code between {Client,Server}Connection 2020-09-12 14:49:29 +02:00
LookupServer Everywhere: Add missing <AK/ByteBuffer.h> includes 2020-11-15 13:11:21 +01:00
NotificationServer Services: Remove unused includes of {LibCore,WindowServer}/EventLoop.h 2020-10-05 23:48:33 +02:00
ProtocolServer LibProtocol+LibGemini+LibHTTP: Provide root certificates to LibTLS 2020-10-30 23:42:03 +01:00
SystemMenu LibGUI: Add and use Window::center_on_screen() 2020-08-15 17:38:19 +02:00
SystemServer SystemServer: Wait on all waitable children in SIGCHLD handler 2020-12-02 12:57:15 +01:00
Taskbar Taskbar: Wait on all waitable children in SIGCHLD handler 2020-12-02 12:57:25 +01:00
TelnetServer AK: Don't add newline for outf/dbgf/warnf. 2020-10-04 17:04:55 +02:00
WebContent LibWeb: Layout viewport rect was lagging behind when resizing 2020-12-02 23:50:19 +01:00
WebServer LibCore+WebServer+LibWeb: Make MIME type guesser take a StringView 2020-10-21 21:16:20 +02:00
WindowServer WindowServer: Show modal window's cursor over blocked windows 2020-11-10 19:30:22 +01:00
CMakeLists.txt ChessEngine: Move from Applications to Services 2020-08-28 12:53:02 +02:00