ladybird/Services/WebContent
Andreas Kling de424d6879 LibJS: Make Completion.[[Value]] non-optional
Instead, just use js_undefined() whenever the [[Value]] field is unused.
This avoids a whole bunch of presence checks.
2025-04-05 11:20:26 +02:00
..
BackingStoreManager.cpp LibWeb: Make BackingStore atomic ref-counted 2025-04-01 03:05:21 +02:00
BackingStoreManager.h LibWeb: Allow working on N+1 frame while N is rasterizing 2025-04-01 12:17:52 +02:00
CMakeLists.txt LibWeb+LibWebView+WebContent: Introduce a WebUI framework 2025-03-28 07:31:10 -04:00
ConnectionFromClient.cpp WebContent: Remove unused private member 2025-04-04 10:09:37 +02:00
ConnectionFromClient.h WebContent: Remove unused private member 2025-04-04 10:09:37 +02:00
ConsoleGlobalEnvironmentExtensions.cpp LibJS: Use Value::to_byte_string() in fewer places 2025-03-28 12:31:40 -04:00
ConsoleGlobalEnvironmentExtensions.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
DevToolsConsoleClient.cpp LibDevTools+LibWebView+WebContent: Report exceptions to DevTools 2025-03-27 14:14:02 +00:00
DevToolsConsoleClient.h LibWebView+WebContent: Implement basic DevTools console support 2025-03-04 15:33:39 -05:00
Forward.h LibWeb+LibWebView+WebContent: Introduce a WebUI framework 2025-03-28 07:31:10 -04:00
main.cpp WebContent: Remove unused private member 2025-04-04 10:09:37 +02:00
PageClient.cpp LibWeb: Move painting surface allocation into rendering thread 2025-04-03 22:01:43 +02:00
PageClient.h LibWeb: Allow working on N+1 frame while N is rasterizing 2025-04-01 12:17:52 +02:00
PageHost.cpp Everywhere: Use URL::about_XXX factory functions 2025-02-15 17:05:55 +00:00
PageHost.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
WebContentClient.ipc LibWeb+LibWebView+WebContent: Convert about:settings to a WebUI 2025-03-28 07:31:10 -04:00
WebContentConsoleClient.cpp LibJS: Make Completion.[[Value]] non-optional 2025-04-05 11:20:26 +02:00
WebContentConsoleClient.h Everywhere: Mark GC::Cell derived classes as Weakable explicitly 2025-03-29 17:36:33 -05:00
WebContentServer.ipc LibWeb+LibWebView+WebContent: Introduce a WebUI framework 2025-03-28 07:31:10 -04:00
WebDriverClient.ipc LibWeb+WebContent+WebDriver: Allow specifying multiple prompt handlers 2025-02-06 09:01:16 -05:00
WebDriverConnection.cpp LibJS: Change PropertyKey(ByteString) to PropertyKey(String) 2025-03-24 22:27:17 +00:00
WebDriverConnection.h LibWeb: Avoid allocating DOMRect objects for internal engine use 2025-03-22 14:33:59 -05:00
WebDriverServer.ipc Everywhere: Hoist the Services folder to the top-level 2024-11-10 12:50:45 +01:00
WebUIClient.ipc LibWeb+LibWebView+WebContent: Introduce a WebUI framework 2025-03-28 07:31:10 -04:00
WebUIConnection.cpp LibWeb+LibWebView+WebContent: Introduce a WebUI framework 2025-03-28 07:31:10 -04:00
WebUIConnection.h LibWeb+LibWebView+WebContent: Introduce a WebUI framework 2025-03-28 07:31:10 -04:00
WebUIServer.ipc LibWeb+LibWebView+WebContent: Introduce a WebUI framework 2025-03-28 07:31:10 -04:00