1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-25 20:55:07 +00:00
serenity/Userland/Services/WebContent
Linus Groh e8739ddab7 LibWeb+WebContent: Keep track of screen rect
It is now possible to get the up-to-date screen rect from a Web::Page.
2021-04-04 00:37:54 +02:00
..
ClientConnection.cpp LibWeb+WebContent: Keep track of screen rect 2021-04-04 00:37:54 +02:00
ClientConnection.h LibWeb+WebContent: Keep track of screen rect 2021-04-04 00:37:54 +02:00
CMakeLists.txt WebContent: Added IPC calls for initializing JS console and sending input 2021-02-28 15:30:17 +01:00
Documentation.txt Everywhere: Remove unnecessary whitespace at the end of some lines. 2021-03-08 09:20:53 +01:00
Forward.h WebContent: Added IPC calls for initializing JS console and sending input 2021-02-28 15:30:17 +01:00
main.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
PageHost.cpp LibWeb+WebContent: Support displaying tooltips in OOPWV 2021-03-30 21:21:17 +02:00
PageHost.h LibWeb+WebContent: Keep track of screen rect 2021-04-04 00:37:54 +02:00
WebContentClient.ipc LibWeb+WebContent: Support displaying tooltips in OOPWV 2021-03-30 21:21:17 +02:00
WebContentConsoleClient.cpp WebContent: Added IPC calls for initializing JS console and sending input 2021-02-28 15:30:17 +01:00
WebContentConsoleClient.h WebContent: Added IPC calls for initializing JS console and sending input 2021-02-28 15:30:17 +01:00
WebContentServer.ipc LibWeb+WebContent: Keep track of screen rect 2021-04-04 00:37:54 +02:00