ladybird/Services
Andreas Kling 0bac2ad3b3 WebContent: Allow the WebContent process to trigger repaints
After layout, we may want to repaint the page, so we now listen for the
PageClient::page_did_invalidate() notification and use it to drive a
client-side repaint.

Note that an invalidation request from LibWeb makes a full roundtrip
to the WebContent client and back since the client drives painting.
2020-06-17 20:09:44 +02:00
..
AudioServer AudioServer: removed AS prefix from class and file names 2020-06-12 20:42:22 +02:00
Clipboard LibIPC: Allow opt-in UTF-8 validation on message parameters 2020-05-16 14:13:09 +02:00
DHCPClient AK: JsonParser improvements 2020-06-13 12:43:22 +02:00
LaunchServer LibIPC+Services: Support URL as a native IPC type 2020-06-07 22:55:33 +02:00
LookupServer Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
NotificationServer LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
ProtocolServer ProtocolServer+LibProtocol: Propagate HTTP status codes to clients 2020-06-13 22:20:37 +02:00
SystemMenu LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
SystemServer SystemServer: Add support for accepting socket connections :^) 2020-06-09 21:12:34 +02:00
Taskbar LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
TelnetServer Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
WebContent WebContent: Allow the WebContent process to trigger repaints 2020-06-17 20:09:44 +02:00
WebServer Meta: Scale back overly informal user-facing strings 2020-06-17 18:35:49 +02:00
WindowServer WindowServer: Replace character with code point 2020-06-16 13:15:17 +02:00
CMakeLists.txt WebContent: Start work on browser process separation :^) 2020-06-17 20:09:44 +02:00