summaryrefslogtreecommitdiff
path: root/Ladybird/WebContent
AgeCommit message (Expand)Author
2023-05-09AK: Add the `Input` word to input-only buffered streamsLucas CHOLLET
2023-05-08LibWeb: Add `--layout-test-mode` flag to HeadlessBrowsermartinfalisse
2023-05-08Ladybird: Move arguments parsing before FontPluginQt initmartinfalisse
2023-04-27Ladybird: Prohibit GUI interaction of the WebContent process on macOSTimothy Flynn
2023-04-25LibCore+Ladybird: Add EventLoopManager interface for persistent stateAndreas Kling
2023-04-25Ladybird: Remove Web::Platform plugins for Qt in favor of LibCoreAndreas Kling
2023-04-25Ladybird: Run the Core::EventLoop with a Qt backendAndreas Kling
2023-04-25LibCore: Simplify Core::Notifier by only allowing one event typeAndreas Kling
2023-04-24Ladybird: Define AK_DONT_REPLACE_STD via CMake rather than in every fileTimothy Flynn
2023-04-22Browser+Ladybird+LibWeb: Port content filters to StringTimothy Flynn
2023-04-22Browser+Ladybird+LibWeb: Prevent infinite growth of content filtersTimothy Flynn
2023-04-18Ladybird: Propagate autoplay settings to the WebContent processTimothy Flynn
2023-03-21Everywhere: Use `LibFileSystem` where trivialCameron Youell
2023-03-17LibWeb: Move initialization of the MainThreadVM to WebContent's main()Timothy Flynn
2023-03-16WebContent+LibWebView: Consolidate the way browsers connect to WebDriverTimothy Flynn
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Move Stream-based sockets into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2022-12-25Ladybird/WebDriver: Move to using local socket files for WebDriver IPCTimothy Flynn
2022-12-25Ladybird: Fix build after ConsoleGlobalEnvironmentExtensions renameAndreas Kling
2022-12-25Ladybird: Update for AK::{String => DeprecatedString} renameLinus Groh
2022-12-25Ladybird/WebDriver: Support running headless WebDriver sessionsTimothy Flynn
2022-12-25Ladybird: Construct a WebDriverConnection when instructed to do soTimothy Flynn
2022-12-25Ladybird: Foward the WebContent passing socket FD by command lineTimothy Flynn
2022-12-25Ladybird: Add new WebContent source file for WebDriver endpointsTimothy Flynn
2022-12-25Ladybird: Add subclass of WebSocket::WebSocketImpl using Qt networkingAndreas Kling
2022-12-25Ladybird: Clean up linked librariesLinus Groh
2022-12-25Ladybird: Ensure that installed ladybird can launch WebContent processAndrew Kaster
2022-12-25Ladybird: Let Lagom build the IPC endpoints for WebContentAndreas Kling
2022-12-25Ladybird: Render web content in a separate process :^)Andreas Kling