ladybird/Services/WebContent
Jelle Raaijmakers d1abd11b78
Some checks are pending
CI / macOS, arm64, Sanitizer, Clang (push) Waiting to run
CI / Linux, x86_64, Fuzzers, Clang (push) Waiting to run
CI / Linux, x86_64, Sanitizer, GNU (push) Waiting to run
CI / Linux, x86_64, Sanitizer, Clang (push) Waiting to run
Package the js repl as a binary artifact / Linux, arm64 (push) Waiting to run
Package the js repl as a binary artifact / macOS, arm64 (push) Waiting to run
Package the js repl as a binary artifact / Linux, x86_64 (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run
WebContent: Do not crash on dumping unavailable localStorage
Be a bit more defensive about this so we don't crash when trying to dump
unavailable local storage, such as on about:newtab.
2025-07-17 23:40:08 +01:00
..
CMakeLists.txt CMake: Remove unconditional Qt linkage from WebContent and WebWorker 2025-07-07 15:53:15 -06:00
ConnectionFromClient.cpp WebContent: Do not crash on dumping unavailable localStorage 2025-07-17 23:40:08 +01:00
ConnectionFromClient.h WebContent: Delete unused get_local{session}_storage_entries() IPC calls 2025-06-12 17:04:35 +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 LibJS: Make Value() default-construct the undefined value 2025-04-05 11:20:26 +02: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 Everywhere: Rename serenity_main to ladybird_main 2025-07-08 09:17:16 -04:00
PageClient.cpp Tests: Replace load-reference-page debug action with internals method 2025-07-17 12:59:11 +01:00
PageClient.h Tests: Replace load-reference-page debug action with internals method 2025-07-17 12:59:11 +01: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 Tests: Replace load-reference-page debug action with internals method 2025-07-17 12:59:11 +01: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 WebContent: Delete unused get_local{session}_storage_entries() IPC calls 2025-06-12 17:04:35 +02:00
WebDriverClient.ipc LibWeb+WebContent+WebDriver: Allow specifying multiple prompt handlers 2025-02-06 09:01:16 -05:00
WebDriverConnection.cpp LibWeb+LibGfx: Apply editorial punctuation/whitespace/markup fixes 2025-06-25 03:12:19 +12:00
WebDriverConnection.h Everywhere: Make TransportSocket non-movable 2025-04-09 15:27:52 +02:00
WebDriverServer.ipc
WebUIClient.ipc LibWeb+LibWebView+WebContent: Introduce a WebUI framework 2025-03-28 07:31:10 -04:00
WebUIConnection.cpp Everywhere: Make TransportSocket non-movable 2025-04-09 15:27:52 +02:00
WebUIConnection.h Everywhere: Make TransportSocket non-movable 2025-04-09 15:27:52 +02:00
WebUIServer.ipc LibWeb+LibWebView+WebContent: Introduce a WebUI framework 2025-03-28 07:31:10 -04:00