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
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
2022-11-19
headless-browser: Port screenshot output to Core::Stream
Sam Atkins
2022-11-19
Everywhere: Remove unnecessary mutable attributes from lambdas
MacDue
2022-10-15
headless-browser: Add ca-certs-path options
leeight
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-09-21
headless-browser: Install EventLoop and Font plugins so it doesn't crash
Sam Atkins
2022-09-16
LibWeb+LibWebView+WebContent: Add Web::Platform::ImageCodecPlugin
Andreas Kling
2022-08-05
LibWeb: Remove page_did_set_document_in_top_level_browsing_context()
Andreas Kling
2022-08-01
Userland+Base: Make the window titlebar font configurable separately
Andreas Kling
2022-07-19
headless-browser: Simplify the arguments used to select resources
DexesTTP
2022-07-19
headless-browser: Split the setters for the screen and the viewport rect
DexesTTP
2022-07-19
headless-browser: Use port 443 as default for HTTPS requests
DexesTTP
2022-06-27
Browser+LibWeb+WebContent: Allow Browser to load local files
Lucas CHOLLET
2022-05-29
Utilities: Add networking to headless-browser
DexesTTP
2022-05-29
Utilities: Add image decoding to headless-browser
DexesTTP
2022-05-29
Utilities: Add a simple headless-browser
DexesTTP