ladybird/Userland/Libraries/LibWebView
Sergey Bugaev f0a5276063 LibWebView: Create BGRA bitmaps instead of BGRx
This helps the GTK version of Ladybird to import them into the GTK
rendering machinery, since GdkMemoryFormat supports BGRA and BGR, but
not BGRx.
2023-08-03 15:49:47 +01:00
..
AccessibilityTreeModel.cpp LibWeb: Prevent crash when inspecting SVG documents 2023-06-27 09:20:06 +01:00
AccessibilityTreeModel.h LibWebView: Replace uses of JsonObject::get_deprecated()/get_ptr() 2023-01-26 09:57:14 -05:00
AriaPropertiesStateModel.cpp Browser+LibWebView: Load and Display ARIA Properites and State 2023-07-06 11:21:36 +01:00
AriaPropertiesStateModel.h Browser+LibWebView: Load and Display ARIA Properites and State 2023-07-06 11:21:36 +01:00
CMakeLists.txt Browser+LibWebView: Load and Display ARIA Properites and State 2023-07-06 11:21: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+LibWebView: Run with the JavaScript bytecode VM by default 2023-07-25 20:00:46 +02:00
OutOfProcessWebView.h Ladybird+LibWebView: Respawn with same JS interpreter after crash 2023-07-22 08:49:59 -04:00
RequestServerAdapter.cpp LibProtocol+LibWebView: Allow callers provide their own RequestClient 2023-08-02 05:44:43 +02:00
RequestServerAdapter.h LibProtocol+LibWebView: Allow callers provide their own RequestClient 2023-08-02 05:44:43 +02:00
StylePropertiesModel.cpp LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
StylePropertiesModel.h LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
ViewImplementation.cpp LibWebView: Create BGRA bitmaps instead of BGRx 2023-08-03 15:49:47 +01:00
ViewImplementation.h Ladybird+LibWebView: Move Lagom code to Ladybird, Qt code to Utilities 2023-08-02 05:44:43 +02:00
WebContentClient.cpp Browser+LibWebView: Load and Display ARIA Properites and State 2023-07-06 11:21:36 +01:00
WebContentClient.h Browser+LibWebView: Load and Display ARIA Properites and State 2023-07-06 11:21:36 +01:00
WebSocketClientAdapter.cpp LibWebView+LibProtocol: Allow app to pass custom WebSocketClients 2023-08-03 09:55:20 +02:00
WebSocketClientAdapter.h LibWebView+LibProtocol: Allow app to pass custom WebSocketClients 2023-08-03 09:55:20 +02:00