1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 06:18:12 +00:00
serenity/Userland/Services/WebContent
Andreas Kling 463dc91049 WebContent: Cancel pending paint requests when removing a backing store
If there are pending paint requests waiting to be processed when the
client asks us to remove a backing store, we now prune them from the
request queue.

This avoids doing completely wasted painting work while resizing the
browser window. :^)
2022-04-05 17:28:33 +02:00
..
CMakeLists.txt Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
ConnectionFromClient.cpp WebContent: Cancel pending paint requests when removing a backing store 2022-04-05 17:28:33 +02:00
ConnectionFromClient.h Browser+LibWeb+WebContent: Add ability to inspect local storage 2022-04-03 13:13:10 +01:00
ConsoleGlobalObject.cpp Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
ConsoleGlobalObject.h Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
Documentation.txt Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
Forward.h Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
main.cpp WebContent: Remove accidentally committed unveil() call 2022-03-24 23:17:49 +01:00
PageHost.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
PageHost.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
WebContentClient.ipc Browser: Show currently loading host and remaining resource count 2022-03-10 00:51:05 +01:00
WebContentConsoleClient.cpp WebContent: Use ConsoleGlobalObject for the console's global object :^) 2022-04-05 13:02:12 +01:00
WebContentConsoleClient.h WebContent: Use ConsoleGlobalObject for the console's global object :^) 2022-04-05 13:02:12 +01:00
WebContentServer.ipc Browser+LibWeb+WebContent: Add ability to inspect local storage 2022-04-03 13:13:10 +01:00