index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Utilities
/
headless-browser.cpp
Age
Commit message (
Expand
)
Author
2023-05-08
LibWeb: Add `--layout-test-mode` flag to HeadlessBrowser
martinfalisse
2023-04-24
Ladybird: Define AK_DONT_REPLACE_STD via CMake rather than in every file
Timothy Flynn
2023-04-15
Ladybird+LibWebView: Add -P/--enable-callgrind-profiling option
MacDue
2023-03-25
headless-browser: Don't print extra newline after layout tree dumps
Andreas Kling
2023-03-21
LibGfx: Move all image loaders and writers to a subdirectory
Lucas CHOLLET
2023-03-21
Everywhere: Use `LibFileSystem` where trivial
Cameron Youell
2023-03-21
WebContent+Everywhere: Add a WebContent IPC to activate a tab
Timothy Flynn
2023-03-21
WebContent+Everywhere: Add an option to not activate new tabs over IPC
Timothy Flynn
2023-03-16
LibWeb+LibWebView+WebContent+Ladybird: Add IPC call that opens new tab
Aliaksandr Kalenik
2023-03-16
WebContent+LibWebView: Consolidate the way browsers connect to WebDriver
Timothy Flynn
2023-03-13
LibWeb+Ladybird+Userland: Port window.[alert,confirm,prompt] to String
Timothy Flynn
2023-03-13
Everywhere: Remove unintentional partial stream reads and writes
Tim Schumacher
2023-03-13
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
Tim Schumacher
2023-03-13
headless-browser: Add a mode to dump the layout tree after load finish
Timothy Flynn
2023-03-13
headless-browser: Support loading local file:// URLs
Timothy Flynn
2023-03-13
headless-browser: Massage URLs a bit before loading
Timothy Flynn
2023-03-13
headless-browser: Re-implement headless-browser using an OOPWV
Timothy Flynn
2023-03-10
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
Andreas Kling
2023-02-28
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
Andreas Kling
2023-02-13
Everywhere: Remove the `AK::` qualifier from Stream usages
Tim Schumacher
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
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
2023-02-10
Everywhere: Remove needless copies of Error / ErrorOr instances
Timothy Flynn
2023-02-08
AK: Remove the fallible constructor from `FixedMemoryStream`
Tim Schumacher
2023-02-02
LibWeb+LibWebSocket: DOM WebSocket subprotocol support
Guilherme Gonçalves
2023-02-01
LibWeb+WebContent: Do not reference-count file request objects
Timothy Flynn
2023-01-29
AK: Move memory streams from `LibCore`
Tim Schumacher
2023-01-29
AK: Move `Stream` and `SeekableStream` from `LibCore`
Tim Schumacher
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-18
LibGfx+Ladybird+Userland: Don't sniff for TGA images with only raw bytes
Liav A
2023-01-12
LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr
Sam Atkins
2023-01-05
LibWeb+WebContent: Convert BrowsingContext to new pixel units
Sam Atkins
2022-12-23
LibCore: Remove the `force` parameter from File::remove
Tim Schumacher
2022-12-15
headless-browser: Remove option to specify a WebDriver FD-passing socket
Timothy Flynn
2022-12-15
LibCore: Rename `MemoryStream` to `FixedMemoryStream`
Tim Schumacher
2022-12-14
LibGfx+Userland: Make Gfx::SystemTheme propagate errors
Cygnix Proto
2022-12-14
LibWeb: Split PaintContext::viewport_rect() into device/css variants
Sam Atkins
2022-12-14
LibWeb: Make PaintContext aware of CSS and DevicePixels
Sam Atkins
2022-12-10
LibWeb+WebContent+headless-browser: Remove PaintContext::scroll_offset()
Sam Atkins
2022-12-10
LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events
Sam Atkins
2022-12-10
LibWeb+WebContent+headless-browser: Make Page aware of the display scale
Sam Atkins
2022-12-08
LibGfx+Userland: Make PNGWriter::encode() return ErrorOr<ByteBuffer>
Andreas Kling
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-26
LibWeb+WebContent: Label redirects with new FrameLoader::Type::Redirect
Baitinq
2022-11-24
headless-browser: Add a mode for being controlled by WebDriver
Timothy Flynn
2022-11-24
LibWeb+WebContent: Virtualize PageClient methods needed for all clients
Timothy Flynn
2022-11-24
LibWeb+WebContent: Move pending dialog handling from PageHost to Page
Timothy Flynn
[next]