ladybird/Userland/Libraries/LibWebView
Guilherme Gonçalves 230c0b34d4 LibWeb+LibWebSocket: DOM WebSocket subprotocol support
This adds support for WebSocket subprotocols to WebSocket DOM
objects, with some necessary plumbing to LibWebSocket and its
clients.

See the associated pull request for how this was tested.
2023-02-02 14:41:34 +01:00
..
DumpLayoutTree LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2023-01-06 13:36:02 -07:00
AccessibilityTreeModel.cpp LibWebView: Replace uses of JsonObject::get_deprecated()/get_ptr() 2023-01-26 09:57:14 -05: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 LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00: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 LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
OutOfProcessWebView.h LibWebView+Ladybird: Move preferred color scheme to ViewImplementation 2023-01-12 23:39:36 +01:00
RequestServerAdapter.cpp AK: Move Stream and SeekableStream from LibCore 2023-01-29 19:16:44 -07:00
RequestServerAdapter.h AK: Move Stream and SeekableStream from LibCore 2023-01-29 19:16:44 -07:00
StylePropertiesModel.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
StylePropertiesModel.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ViewImplementation.cpp LibWebView+Ladybird: Move preferred color scheme to ViewImplementation 2023-01-12 23:39:36 +01:00
ViewImplementation.h LibWebView+Ladybird: Move preferred color scheme to ViewImplementation 2023-01-12 23:39:36 +01:00
WebContentClient.cpp LibWebView+WebContent: Expose the Accessibility Tree to Other Processes 2023-01-07 10:51:53 +00:00
WebContentClient.h LibWebView+WebContent: Expose the Accessibility Tree to Other Processes 2023-01-07 10:51:53 +00: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