ladybird/Userland/Libraries/LibWebView
Andreas Kling df1748e1d1 LibWebView: Unbreak spawning WebContent process with valgrind
We now check if the WebContent is executable before passing it to
the valgrind wrapper. We can't rely on exec() to fail here, since it
will always succeed even when passing a bad WebContent path to valgrind.
2023-06-10 07:05:09 +02:00
..
AccessibilityTreeModel.cpp LibWebView: Display Accessible Name and Description 2023-02-19 15:58:20 +01:00
AccessibilityTreeModel.h
CMakeLists.txt LibWebView: Remove the DumpLayoutTree program 2023-05-16 13:22:23 -07:00
DOMTreeModel.cpp LibWeb+LibWebView: Show shadow roots in the DOM inspector 2023-03-18 20:14:52 +01:00
DOMTreeModel.h
Forward.h
OutOfProcessWebView.cpp LibWebView: Unbreak content-scales-to-viewport mode for Presenter 2023-06-01 12:23:12 +02:00
OutOfProcessWebView.h Browser+Ladybird+LibWebView: Handle trivial content APIs in LibWebView 2023-05-17 19:47:05 +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 LibWebView: Unbreak spawning WebContent process with valgrind 2023-06-10 07:05:09 +02:00
ViewImplementation.h LibWebView: Don't re-create WebContent proceses when repeatedly crashing 2023-05-27 20:09:50 +02:00
WebContentClient.cpp Browser+Ladybird+LibWebView: Consolidate title handling in LibWebView 2023-06-08 07:21:08 +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