ladybird/Userland/Services/WebContent
circl ceb9c3b797 LibWeb+UI: Add tooltip overriding and use it for <video> tags
This call is used to inform the chrome that it should display a tooltip
now and avoid any hovering timers. This is used by <video> tags to
display the volume percentage when it is changed.
2024-07-04 14:15:51 +02:00
..
BackingStoreManager.cpp Everywhere: Pass backing store into Navigable::paint() 2024-06-28 14:25:34 +02:00
BackingStoreManager.h Everywhere: Pass backing store into Navigable::paint() 2024-06-28 14:25:34 +02:00
CMakeLists.txt LibUnicode+Everywhere: Merge LibLocale back into LibUnicode 2024-06-23 19:52:45 +02:00
ConnectionFromClient.cpp WebContent: Add shutdown_server IPC call to request process exit 2024-07-01 18:10:56 +02:00
ConnectionFromClient.h WebContent: Add shutdown_server IPC call to request process exit 2024-07-01 18:10:56 +02:00
ConsoleGlobalEnvironmentExtensions.cpp WebContent+WebWorker: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 2024-04-09 09:13:06 +02:00
ConsoleGlobalEnvironmentExtensions.h WebContent+WebWorker: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 2024-04-09 09:13:06 +02:00
Forward.h LibWeb+WebContent: Plumb ability for WebContent process to hold N pages 2023-12-01 20:47:44 +01:00
ImageCodecPluginSerenity.cpp LibWeb+WebContent: Convert ImageCodecPlugin to use the promise-based API 2024-04-23 12:32:04 -06:00
ImageCodecPluginSerenity.h Userland: Add ESCAPING annotations to a bunch of places 2024-05-22 21:55:34 -06:00
main.cpp Everywhere: Merge the WebSocket service into RequestServer 2024-03-06 10:07:27 +01:00
PageClient.cpp LibWeb+UI: Add tooltip overriding and use it for <video> tags 2024-07-04 14:15:51 +02:00
PageClient.h LibWeb+UI: Add tooltip overriding and use it for <video> tags 2024-07-04 14:15:51 +02:00
PageHost.cpp AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
PageHost.h WebContent: Remove stale on_webcontent_connection hook 2024-06-26 16:09:33 -06:00
WebContentClient.ipc LibWeb+UI: Add tooltip overriding and use it for <video> tags 2024-07-04 14:15:51 +02:00
WebContentConsoleClient.cpp LibJS+LibWeb: Make Console, ConsoleClient & subclasses GC-allocated 2024-04-21 09:12:25 +02:00
WebContentConsoleClient.h LibJS: Make JS::Cell a Weakable 2024-05-04 21:42:59 +02:00
WebContentServer.ipc WebContent: Add shutdown_server IPC call to request process exit 2024-07-01 18:10:56 +02:00
WebDriverClient.ipc WebDriver+WebContent: Add /session/🆔/window/consume-user-activation 2024-05-29 21:30:15 +02:00
WebDriverConnection.cpp Everywhere: Pass backing store into Navigable::paint() 2024-06-28 14:25:34 +02:00
WebDriverConnection.h WebDriver+WebContent: Add /session/🆔/window/consume-user-activation 2024-05-29 21:30:15 +02:00
WebDriverServer.ipc WebContent: Add a very-empty WebDriver IPC class to WebContent 2022-11-08 19:58:34 -05:00