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-03-22
LibWeb+WebContent: Change the "noopener" storage type to a named enum
Timothy Flynn
2023-03-21
Everywhere: Use `LibFileSystem` where trivial
Cameron Youell
2023-03-21
WebDriver: Activate the browser tab during the Switch To Window command
Timothy Flynn
2023-03-21
WebContent+Everywhere: Add a WebContent IPC to activate a tab
Timothy Flynn
2023-03-21
WebDriver: Do not activate tabs created by the New Window endpoint
Timothy Flynn
2023-03-21
WebContent+Everywhere: Add an option to not activate new tabs over IPC
Timothy Flynn
2023-03-18
LibWeb+Browser+Ladybird: Add menu action to dump paint tree
Andreas Kling
2023-03-17
LibWeb: Move initialization of the MainThreadVM to WebContent's main()
Timothy Flynn
2023-03-16
WebContent: Allow pop-ups when WebDriver is connected
Aliaksandr Kalenik
2023-03-16
WebContent+WebDriver: Get window handle from WebContent process
Aliaksandr Kalenik
2023-03-16
LibWeb+WebContent+WebDriver: Add WebDriver endpoint to open new window
Aliaksandr Kalenik
2023-03-16
LibWeb+LibWebView+WebContent+Ladybird: Add IPC call that opens new tab
Aliaksandr Kalenik
2023-03-16
WebContent: Add IPC call to set window handle from WebContent client
Aliaksandr Kalenik
2023-03-16
WebContent: Add IPC call to get window handle from WebContent client
Aliaksandr Kalenik
2023-03-16
WebContent+LibWebView: Consolidate the way browsers connect to WebDriver
Timothy Flynn
2023-03-14
WebContent: Coalesce multiple sequential MouseMove events
Andreas Kling
2023-03-14
WebContent: Give paint requests a chance to happen between input events
Andreas Kling
2023-03-13
LibWeb+Ladybird+Userland: Port window.[alert,confirm,prompt] to String
Timothy Flynn
2023-03-11
LibWeb/HTML: Propagate OOM errors from Window::{local,session}_storage()
Linus Groh
2023-03-08
WebContent: Wait for navigation to complete in WebDriver
Aliaksandr Kalenik
2023-03-07
WebContent+WebDriver: Ensure Get Window Handle checks for closed BCs
Timothy Flynn
2023-03-07
WebContent+WebDriver: Move window commands handling back to WebDriver
Aliaksandr Kalenik
2023-03-07
LibWebView+WebContent: Propagate close from WebContent to LibWebView
Aliaksandr Kalenik
2023-03-06
WebContent: Add missing LibGfx include
Matthew Olsson
2023-03-05
LibWeb+WebContent+WebDriver: Port WebDriver parameters to String
Timothy Flynn
2023-02-28
LibWeb: Restore proper functionality of legacy platform objects
Luke Wilde
2023-02-28
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
Andreas Kling
2023-02-24
Browser+LibWeb+WebContent: Store cookie expiry times in UTC
Timothy Flynn
2023-02-21
LibWeb+LibJS: Format Console arguments with JS::Print
Andrew Kaster
2023-02-21
WebContent: Fix const-correctness issues
Andreas Kling
2023-02-19
WebDriver: Add computedlabel endpoint
Jonah
2023-02-18
LibWeb: Make factory methods of DOM::Event fallible
Kenneth Myhra
2023-02-13
LibCore: Remove `Stream.h`
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
LibJS+Userland: Port the JS Console object and direct callers to String
Timothy Flynn
2023-02-02
WebContent: Remove pending file requests before invoking their callbacks
Timothy Flynn
2023-02-02
LibWeb: Rename DOM::shadow_root() to shadow_root_internal()
Karol Kosek
2023-02-01
LibWeb+WebContent: Do not reference-count file request objects
Timothy Flynn
2023-01-29
LibWeb: Move ARIA-related code into the Web::ARIA namespace
Linus Groh
2023-01-29
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
Timothy Flynn
2023-01-29
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
Timothy Flynn
2023-01-28
LibWeb: Replace ARIA role static FlyStrings with an enum
MacDue
2023-01-27
WebContent: Implement more of WebDriver element-click algorithm
Sam Atkins
2023-01-27
WebContent: Bring existing WebDriver element-click code closer to spec
Sam Atkins
2023-01-27
WebDriver+LibWeb: Rename "click" to "element_click"
Sam Atkins
2023-01-27
Services: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-16
WebDriver: Add computedrole endpoint
Jonah
2023-01-15
LibJS+Everywhere: Rename Value::to_string to to_deprecated_string
Timothy Flynn
[next]