summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-03WebDriver+Browser: Implement `GET /session/{id}/element/{id}/selected`Timothy Flynn
2022-11-03LibWebView+WebConent: Add an IPC to get an element's selected stateTimothy Flynn
2022-11-03WebDriver: Pass StringView by valueTimothy Flynn
2022-11-03WebDriver: Consolidate getting a known connected element to a helperTimothy Flynn
2022-11-03LibJS: Fix length of PlainDateTime.withPlainTimeLuke Wilde
2022-11-03LibJS: Add timeZoneName: "critical" option to ZonedDateTime.toString()Luke Wilde
2022-11-03LibJS: Add calendarName: "critical" option to toString() methods Luke Wilde
2022-11-03LibJS: Align ISO 8601 grammar with annotations from IXDTFLuke Wilde
2022-11-03WebDriver+Browser: Implement `GET /session/{id}/element/{id}/enabled`Timothy Flynn
2022-11-03LibWebView+WebConent: Add an IPC to get an element's enabled stateTimothy Flynn
2022-11-03Base: Add a disabled button to the button.html test pageTimothy Flynn
2022-11-03WebDriver+Browser: Implement `GET /session/{id}/element/{id}/rect`Timothy Flynn
2022-11-03WebDriver: Rename serialize_window_rect to serialize_rectTimothy Flynn
2022-11-03LibWebView+WebConent: Add an IPC to get an element's absolute rectTimothy Flynn
2022-11-03WebContent: Add a static helper to find an element by its remote IDTimothy Flynn
2022-11-03LibJS: Delegate to NumberFormat for DurationFormat unit formattingTimothy Flynn
2022-11-03LibJS+LibUnicode: Add "microsecond" and "nanosecond" as sanctioned unitsTimothy Flynn
2022-11-03LibJS: Format sanctioned units such that there is one unit per lineTimothy Flynn
2022-11-03LibWeb: Treat unresolvable percentage sizes as auto on replaced elementsAndreas Kling
2022-11-03LibWeb: Move should_treat_{width,height}_as_auto() to FormattingContextAndreas Kling
2022-11-03LibWeb: Don't include object addresses in layout tree dumpsAndreas Kling
2022-11-03Ports: Update serenity-theming use latest commit 490a15aXexxa
2022-11-03Everywhere: Clean up "the the" comment typosNico Weber
2022-11-03LibUnicode: Make the generated .h and .cpp paths for emoji data optionalTimothy Flynn
2022-11-03LibJS: Rename the Intl Enumeration Available* AOs to AvailableCanonical*Timothy Flynn
2022-11-03LibXML+LibWeb: Store the XML document's original sourceTimothy Flynn
2022-11-03LibWeb: Make it obvious that DOM::Document makes a copy of its sourceTimothy Flynn
2022-11-03LibXML: Convert some tab characters to spacesTimothy Flynn
2022-11-03WebDriver+Browser: Implement `GET /session/{id}/source`Timothy Flynn
2022-11-03LibWebView+WebContent: Add IPC to run the fragment serialization stepsTimothy Flynn
2022-11-03LibWeb: Fully implement the fragment serializing algorithmTimothy Flynn
2022-11-03CI: Also update the main workflow to use actions/checkout version 3Timothy Flynn
2022-11-03CI: Upgrade `actions/setup-python` to v4Filiph Sandström
2022-11-03CI: Upgrade `actions/checkout` to v3Filiph Sandström
2022-11-03Flood: Link against all required libraries privatelyAndrew Kaster
2022-11-03Games: Add Floodimplicitfield
2022-11-03Documentation: Give collapsed sections consistent headersFiliph Sandström
2022-11-02AK: Add support for mlibc in URLDennis Bonke
2022-11-02AK: Add support for mlibc in LexicalPathDennis Bonke
2022-11-02LibJS: Use the UnsignedBigInteger compare_to_double algorithmMoustafa Raafat
2022-11-02LibCrypto: Add a way to compare UnsignedBigInteger with doubleMoustafa Raafat
2022-11-02Base: Update tail(1) man pagedemostanis
2022-11-02tail: Port to Core::Stream, use Core::FileWatcherdemostanis
2022-11-02WebDriver: Implement `POST /session/{session id}/execute/async` endpointLinus Groh
2022-11-02WebDriver: Implement `POST /session/{session id}/execute/sync` endpointLinus Groh
2022-11-02WebDriver: Support "data" field in error responsesLinus Groh
2022-11-02Browser+LibWebView: Add WebDriver IPC plumbing for executing scriptsLinus Groh
2022-11-02LibWeb+WebContent: Add WebDriver infrastructure for executing scriptsLinus Groh
2022-11-02Browser: Add a context menu item to take a screenshot of the current tabTimothy Flynn
2022-11-02LibWeb: Resolve unresolved CSS calc() values in StyleComputerAndreas Kling