ladybird/Services/WebContent
Andreas Kling 8c82d26668 LibWeb: Rename LayoutNode::render() to paint()
"Paint" matches what we call this in the rest of the system. Let's not
confuse things by mixing paint/render/draw all the time. I'm guilty of
this in more places..

Also rename RenderingContext => PaintContext.
2020-06-18 21:37:20 +02:00
..
ClientConnection.cpp WebContent: Allow the WebContent process to trigger repaints 2020-06-17 20:09:44 +02:00
ClientConnection.h WebContent: Start work on browser process separation :^) 2020-06-17 20:09:44 +02:00
CMakeLists.txt WebContent: Start work on browser process separation :^) 2020-06-17 20:09:44 +02:00
Forward.h WebContent: Start work on browser process separation :^) 2020-06-17 20:09:44 +02:00
main.cpp WebContent: Start work on browser process separation :^) 2020-06-17 20:09:44 +02:00
PageHost.cpp LibWeb: Rename LayoutNode::render() to paint() 2020-06-18 21:37:20 +02:00
PageHost.h LibWeb: Add PageClient::palette() for view-agnostic palette access 2020-06-17 20:26:59 +02:00
WebContentClient.ipc WebContent: Allow the WebContent process to trigger repaints 2020-06-17 20:09:44 +02:00
WebContentServer.ipc WebContent: Start work on browser process separation :^) 2020-06-17 20:09:44 +02:00