index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-11-03
WebDriver+Browser: Implement `GET /session/{id}/element/{id}/selected`
Timothy Flynn
2022-11-03
LibWebView+WebConent: Add an IPC to get an element's selected state
Timothy Flynn
2022-11-03
WebDriver: Pass StringView by value
Timothy Flynn
2022-11-03
WebDriver: Consolidate getting a known connected element to a helper
Timothy Flynn
2022-11-03
LibJS: Fix length of PlainDateTime.withPlainTime
Luke Wilde
2022-11-03
LibJS: Add timeZoneName: "critical" option to ZonedDateTime.toString()
Luke Wilde
2022-11-03
LibJS: Add calendarName: "critical" option to toString() methods
Luke Wilde
2022-11-03
LibJS: Align ISO 8601 grammar with annotations from IXDTF
Luke Wilde
2022-11-03
WebDriver+Browser: Implement `GET /session/{id}/element/{id}/enabled`
Timothy Flynn
2022-11-03
LibWebView+WebConent: Add an IPC to get an element's enabled state
Timothy Flynn
2022-11-03
Base: Add a disabled button to the button.html test page
Timothy Flynn
2022-11-03
WebDriver+Browser: Implement `GET /session/{id}/element/{id}/rect`
Timothy Flynn
2022-11-03
WebDriver: Rename serialize_window_rect to serialize_rect
Timothy Flynn
2022-11-03
LibWebView+WebConent: Add an IPC to get an element's absolute rect
Timothy Flynn
2022-11-03
WebContent: Add a static helper to find an element by its remote ID
Timothy Flynn
2022-11-03
LibJS: Delegate to NumberFormat for DurationFormat unit formatting
Timothy Flynn
2022-11-03
LibJS+LibUnicode: Add "microsecond" and "nanosecond" as sanctioned units
Timothy Flynn
2022-11-03
LibJS: Format sanctioned units such that there is one unit per line
Timothy Flynn
2022-11-03
LibWeb: Treat unresolvable percentage sizes as auto on replaced elements
Andreas Kling
2022-11-03
LibWeb: Move should_treat_{width,height}_as_auto() to FormattingContext
Andreas Kling
2022-11-03
LibWeb: Don't include object addresses in layout tree dumps
Andreas Kling
2022-11-03
Ports: Update serenity-theming use latest commit 490a15a
Xexxa
2022-11-03
Everywhere: Clean up "the the" comment typos
Nico Weber
2022-11-03
LibUnicode: Make the generated .h and .cpp paths for emoji data optional
Timothy Flynn
2022-11-03
LibJS: Rename the Intl Enumeration Available* AOs to AvailableCanonical*
Timothy Flynn
2022-11-03
LibXML+LibWeb: Store the XML document's original source
Timothy Flynn
2022-11-03
LibWeb: Make it obvious that DOM::Document makes a copy of its source
Timothy Flynn
2022-11-03
LibXML: Convert some tab characters to spaces
Timothy Flynn
2022-11-03
WebDriver+Browser: Implement `GET /session/{id}/source`
Timothy Flynn
2022-11-03
LibWebView+WebContent: Add IPC to run the fragment serialization steps
Timothy Flynn
2022-11-03
LibWeb: Fully implement the fragment serializing algorithm
Timothy Flynn
2022-11-03
CI: Also update the main workflow to use actions/checkout version 3
Timothy Flynn
2022-11-03
CI: Upgrade `actions/setup-python` to v4
Filiph Sandström
2022-11-03
CI: Upgrade `actions/checkout` to v3
Filiph Sandström
2022-11-03
Flood: Link against all required libraries privately
Andrew Kaster
2022-11-03
Games: Add Flood
implicitfield
2022-11-03
Documentation: Give collapsed sections consistent headers
Filiph Sandström
2022-11-02
AK: Add support for mlibc in URL
Dennis Bonke
2022-11-02
AK: Add support for mlibc in LexicalPath
Dennis Bonke
2022-11-02
LibJS: Use the UnsignedBigInteger compare_to_double algorithm
Moustafa Raafat
2022-11-02
LibCrypto: Add a way to compare UnsignedBigInteger with double
Moustafa Raafat
2022-11-02
Base: Update tail(1) man page
demostanis
2022-11-02
tail: Port to Core::Stream, use Core::FileWatcher
demostanis
2022-11-02
WebDriver: Implement `POST /session/{session id}/execute/async` endpoint
Linus Groh
2022-11-02
WebDriver: Implement `POST /session/{session id}/execute/sync` endpoint
Linus Groh
2022-11-02
WebDriver: Support "data" field in error responses
Linus Groh
2022-11-02
Browser+LibWebView: Add WebDriver IPC plumbing for executing scripts
Linus Groh
2022-11-02
LibWeb+WebContent: Add WebDriver infrastructure for executing scripts
Linus Groh
2022-11-02
Browser: Add a context menu item to take a screenshot of the current tab
Timothy Flynn
2022-11-02
LibWeb: Resolve unresolved CSS calc() values in StyleComputer
Andreas Kling
[next]