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
/
Services
/
WebContent
Age
Commit message (
Expand
)
Author
2023-01-16
WebDriver: Add computedrole endpoint
Jonah
2023-01-15
LibJS+Everywhere: Rename Value::to_string to to_deprecated_string
Timothy Flynn
2023-01-13
Userland: Remove a bunch of unveil calls on /sys/kernel/processes
Liav A
2023-01-12
LibWeb: Fix ignored .to_string() errors in Web::dump_sheet()
MacDue
2023-01-12
WebContent: Add IPC for setting 'device pixels per CSS pixel'
Linus Groh
2023-01-12
LibWeb: Rename PageHost::m_screen_display_scale to match the getter name
Linus Groh
2023-01-09
LibWeb+WebContent: Use new String class in CSS::StyleValue
martinfalisse
2023-01-07
LibWebView+WebContent: Expose the Accessibility Tree to Other Processes
Jonah
2023-01-05
LibWeb+Browser+WebContent: Convert BoxModelMetrics to new pixel units
Sam Atkins
2023-01-05
LibWeb+WebContent: Convert BrowsingContext to new pixel units
Sam Atkins
2022-12-25
WebDriver: Implement stub for .../element/{element id}/click
Baitinq
2022-12-25
LibWeb: Propagate errors in Element::scroll_into_view()
Baitinq
2022-12-19
Browser+WebContent: Fixup some DOM inspector weirdness
MacDue
2022-12-16
LibJS: Convert new_object_environment() to NonnullGCPtr
Linus Groh
2022-12-15
WebContent: Disallow creating WebDriverConnections with existing sockets
Timothy Flynn
2022-12-15
WebContent+WebDriver: Move WebDriver socket to the standard runtime path
Timothy Flynn
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-12-14
LibWeb: Convert Paintable coordinates to new pixel units
Sam Atkins
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-14
LibJS: Convert Array::create{,_from}() to NonnullGCPtr
Linus Groh
2022-12-10
LibWeb: Use HashMap::try_ensure_capacity in StyleComputer
Thomas Queiroz
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-09
WebContent+LibWeb+LibJS: Simplify injection of JS console globals
Andreas Kling
2022-12-08
Browser+LibWebView+WebContent: Do not domain match on cookie updates
Timothy Flynn
2022-12-08
LibCore: Move `Core::Stream::File::exists()` to `Core::File`
Tim Schumacher
2022-12-07
Meta+Userland: Pass Gfx::IntSize by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-12-07
LibJS: Convert MarkupGenerator to the new String
Linus Groh
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-04
WebContent+WebDriver: Implement `POST /session/{id}/window` endpoint
Victor Song
2022-12-04
WebContent: Unveil /usr/lib as readable
MacDue
2022-11-27
WebDriver: Implement stub for /session/{id}/print
Baitinq
2022-11-26
LibWeb+WebContent: Label redirects with new FrameLoader::Type::Redirect
Baitinq
2022-11-26
LibWebView+WebContent: Propagate unconsumed input events out of OOPWV
Sam Atkins
2022-11-24
WebContent: Remove WebContent::ConnectionFromClient from WebDriver
Timothy Flynn
2022-11-24
LibWeb+WebContent: Virtualize methods needed for WebDriver in PageClient
Timothy Flynn
2022-11-24
WebContent: Store a base PageClient in the WebDriverConnection
Timothy Flynn
2022-11-24
WebContent: Set the WebDriver active flag directly on the Page
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-23
Userland+Tests: Remove a few more LibJS/{AST.h,Parser.h} includes
Andreas Kling
2022-11-21
WebContent: Implement WebDriver's implicit timeout for finding elements
Timothy Flynn
2022-11-21
WebContent: Don't assume start nodes for finding elements remain valid
Timothy Flynn
2022-11-19
WebContent: Add `$()` and `$$()` functions to browser console
Sam Atkins
2022-11-19
WebContent: Add `$_` variable to browser console
Sam Atkins
2022-11-19
WebContent: Rename $0 getter and use global object instead of `this`
Sam Atkins
[next]