1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 05:48:12 +00:00
serenity/Userland/Libraries/LibWebView
Timothy Flynn 3f122b7335 LibWebView: Allow using native/user style sheets on Lagom
Move the methods to set the native/user style sheets to the base
ViewImplementation class. We must also generate the native style sheet
explicitly for now, as LibWebView on Lagom isn't able to include the
main LibWebView CMakeLists.txt file yet.
2023-08-26 15:32:36 -04: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 Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
AriaPropertiesStateModel.h Browser+LibWebView: Load and Display ARIA Properites and State 2023-07-06 11:21:36 +01:00
CMakeLists.txt LibWebView: Add a standard "look like the OS" style sheet 2023-08-25 20:30:20 +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
Native.css LibWebView: Add a standard "look like the OS" style sheet 2023-08-25 20:30:20 +01:00
OutOfProcessWebView.cpp LibWebView: Allow using native/user style sheets on Lagom 2023-08-26 15:32:36 -04:00
OutOfProcessWebView.h LibWebView: Allow using native/user style sheets on Lagom 2023-08-26 15:32:36 -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 Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
StylePropertiesModel.h LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
ViewImplementation.cpp LibWebView: Allow using native/user style sheets on Lagom 2023-08-26 15:32:36 -04:00
ViewImplementation.h LibWebView: Allow using native/user style sheets on Lagom 2023-08-26 15:32:36 -04:00
WebContentClient.cpp Ladybird+LibWebView: Rename some "on get" notifications to "on received" 2023-08-23 12:07:02 -04: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