ladybird/Userland/Libraries/LibWebView
Timothy Flynn d8f03dda08 Browser+LibWeb+WebContent: Broadcast video element context menu requests
This just sets up the IPC to notify the browser process of context menu
requests on video elements. The IPC contains a few pieces of information
about the state of the video element.
2023-05-16 12:48:39 +02:00
..
DumpLayoutTree LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2023-01-06 13:36:02 -07:00
AccessibilityTreeModel.cpp LibWebView: Display Accessible Name and Description 2023-02-19 15:58:20 +01:00
AccessibilityTreeModel.h LibWebView: Replace uses of JsonObject::get_deprecated()/get_ptr() 2023-01-26 09:57:14 -05:00
CMakeLists.txt LibWebView+Ladybird: Begin de-duplicate WebView implementations 2023-01-12 23:39:36 +01:00
DOMTreeModel.cpp LibWeb+LibWebView: Show shadow roots in the DOM inspector 2023-03-18 20:14:52 +01:00
DOMTreeModel.h LibWebView: Replace uses of JsonObject::get_deprecated()/get_ptr() 2023-01-26 09:57:14 -05:00
Forward.h LibWebView: Add abstract virtual base for WebView implementations 2022-10-06 09:51:04 +02:00
OutOfProcessWebView.cpp Browser+LibWeb+WebContent: Broadcast video element context menu requests 2023-05-16 12:48:39 +02:00
OutOfProcessWebView.h Browser+LibWeb+WebContent: Broadcast video element context menu requests 2023-05-16 12:48:39 +02:00
RequestServerAdapter.cpp Everywhere: Remove the AK:: qualifier from Stream usages 2023-02-13 00:50:07 +00:00
RequestServerAdapter.h Everywhere: Remove the AK:: qualifier from Stream usages 2023-02-13 00:50:07 +00:00
StylePropertiesModel.cpp Userland: Port Model::column_name() to String 2023-05-15 06:42:10 +02:00
StylePropertiesModel.h Userland: Port Model::column_name() to String 2023-05-15 06:42:10 +02:00
ViewImplementation.cpp Ladybird+LibWebView: Move backing store management code to LibWebView 2023-05-15 12:13:34 +02:00
ViewImplementation.h Browser+LibWeb+WebContent: Broadcast video element context menu requests 2023-05-16 12:48:39 +02:00
WebContentClient.cpp Browser+LibWeb+WebContent: Broadcast video element context menu requests 2023-05-16 12:48:39 +02:00
WebContentClient.h Browser+LibWeb+WebContent: Broadcast video element context menu requests 2023-05-16 12:48:39 +02:00
WebSocketClientAdapter.cpp LibWeb+LibWebSocket: DOM WebSocket subprotocol support 2023-02-02 14:41:34 +01:00
WebSocketClientAdapter.h LibWeb+LibWebSocket: DOM WebSocket subprotocol support 2023-02-02 14:41:34 +01:00