index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Ladybird
/
WebContent
Age
Commit message (
Expand
)
Author
2023-05-09
AK: Add the `Input` word to input-only buffered streams
Lucas CHOLLET
2023-05-08
LibWeb: Add `--layout-test-mode` flag to HeadlessBrowser
martinfalisse
2023-05-08
Ladybird: Move arguments parsing before FontPluginQt init
martinfalisse
2023-04-27
Ladybird: Prohibit GUI interaction of the WebContent process on macOS
Timothy Flynn
2023-04-25
LibCore+Ladybird: Add EventLoopManager interface for persistent state
Andreas Kling
2023-04-25
Ladybird: Remove Web::Platform plugins for Qt in favor of LibCore
Andreas Kling
2023-04-25
Ladybird: Run the Core::EventLoop with a Qt backend
Andreas Kling
2023-04-25
LibCore: Simplify Core::Notifier by only allowing one event type
Andreas Kling
2023-04-24
Ladybird: Define AK_DONT_REPLACE_STD via CMake rather than in every file
Timothy Flynn
2023-04-22
Browser+Ladybird+LibWeb: Port content filters to String
Timothy Flynn
2023-04-22
Browser+Ladybird+LibWeb: Prevent infinite growth of content filters
Timothy Flynn
2023-04-18
Ladybird: Propagate autoplay settings to the WebContent process
Timothy Flynn
2023-03-21
Everywhere: Use `LibFileSystem` where trivial
Cameron Youell
2023-03-17
LibWeb: Move initialization of the MainThreadVM to WebContent's main()
Timothy Flynn
2023-03-16
WebContent+LibWebView: Consolidate the way browsers connect to WebDriver
Timothy Flynn
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Move Stream-based sockets into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2022-12-25
Ladybird/WebDriver: Move to using local socket files for WebDriver IPC
Timothy Flynn
2022-12-25
Ladybird: Fix build after ConsoleGlobalEnvironmentExtensions rename
Andreas Kling
2022-12-25
Ladybird: Update for AK::{String => DeprecatedString} rename
Linus Groh
2022-12-25
Ladybird/WebDriver: Support running headless WebDriver sessions
Timothy Flynn
2022-12-25
Ladybird: Construct a WebDriverConnection when instructed to do so
Timothy Flynn
2022-12-25
Ladybird: Foward the WebContent passing socket FD by command line
Timothy Flynn
2022-12-25
Ladybird: Add new WebContent source file for WebDriver endpoints
Timothy Flynn
2022-12-25
Ladybird: Add subclass of WebSocket::WebSocketImpl using Qt networking
Andreas Kling
2022-12-25
Ladybird: Clean up linked libraries
Linus Groh
2022-12-25
Ladybird: Ensure that installed ladybird can launch WebContent process
Andrew Kaster
2022-12-25
Ladybird: Let Lagom build the IPC endpoints for WebContent
Andreas Kling
2022-12-25
Ladybird: Render web content in a separate process :^)
Andreas Kling