1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 09:48:11 +00:00
serenity/Demos/WebView
Andreas Kling 554b58d85f WebContent: Add double buffering to the WebContentView
This removes the remaining flicker in the WebContentView widget and
makes it feel pretty good to use it. :^)

The increase in memory use is something we'll have to address in the
future with more sophisticated solutions like tiling, etc.
2020-07-05 16:33:33 +02:00
..
CMakeLists.txt WebContent: Start work on browser process separation :^) 2020-06-17 20:09:44 +02:00
main.cpp WebContent: Plumb title changes over to the WebContentView 2020-07-04 23:40:17 +02:00
WebContentClient.cpp WebContent: Plumb scroll-into-view requests from server to client 2020-07-05 15:57:07 +02:00
WebContentClient.h WebContent: Plumb scroll-into-view requests from server to client 2020-07-05 15:57:07 +02:00
WebContentView.cpp WebContent: Add double buffering to the WebContentView 2020-07-05 16:33:33 +02:00
WebContentView.h WebContent: Add double buffering to the WebContentView 2020-07-05 16:33:33 +02:00