1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 06:18:12 +00:00
serenity/Services/WebContent
Andreas Kling 58b1ba2545 WebContent: Plumb hovered links from WebContent process over to widget
Also add a little GUI::StatusBar to the demo app so we can see the
hovered link URL's live. :^)
2020-07-05 16:59:20 +02:00
..
ClientConnection.cpp WebContent: Put some debug spam behind an #ifdef 2020-07-05 16:49:40 +02:00
ClientConnection.h WebContent: Coalesce pending paint events to reduce overdraw 2020-07-05 16:26:15 +02:00
CMakeLists.txt WebContent: Start work on browser process separation :^) 2020-06-17 20:09:44 +02:00
Documentation.txt WebContent: Illustrate multi- vs single-process diffs in documentation 2020-07-04 23:34:12 +02:00
Forward.h WebContent: Start work on browser process separation :^) 2020-06-17 20:09:44 +02:00
main.cpp WebContent: Unveil access to the ImageDecoder service :^) 2020-06-23 14:28:45 +02:00
PageHost.cpp WebContent: Plumb hovered links from WebContent process over to widget 2020-07-05 16:59:20 +02:00
PageHost.h WebContent: Plumb hovered links from WebContent process over to widget 2020-07-05 16:59:20 +02:00
WebContentClient.ipc WebContent: Plumb hovered links from WebContent process over to widget 2020-07-05 16:59:20 +02:00
WebContentServer.ipc WebContent: Turn it into a MultiInstance service :^) 2020-06-21 21:54:30 +02:00