summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/WebDriver
AgeCommit message (Expand)Author
2023-05-09AK: Remove `must_set()` from `JsonArray`Kemal Zebari
2023-04-24AK: Add new failable `JsonArray::{append/set}` functionsCameron Youell
2023-04-20LibWeb/WebDriver: Handle WindowProxy in internal_json_clone_algorithm()Linus Groh
2023-04-13LibJS: Make intrinsics getters return NonnullGCPtrLinus Groh
2023-03-26LibWeb/WebDriver: Wait for more data to arrive if request is incompleteAliaksandr Kalenik
2023-03-26LibHTTP+WebDriver+WebServer: Return error from HTTP request parserAliaksandr Kalenik
2023-03-19LibWeb: Add keep-alive in response headers if it present in requestAliaksandr Kalenik
2023-03-16LibWeb+WebContent+WebDriver: Add WebDriver endpoint to open new windowAliaksandr Kalenik
2023-03-15LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtrMatthew Olsson
2023-03-13WebDriver: Fix typo in browser capabilities key parsingTimothy Flynn
2023-03-13Everywhere: Remove unintentional partial stream reads and writesTim Schumacher
2023-03-13AK: Rename Stream::{read,write} to Stream::{read_some,write_some}Tim Schumacher
2023-03-11WebDriver: Fix crash in async execute script endpointAliaksandr Kalenik
2023-03-10Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_caseAndreas Kling
2023-03-09AK: Remove infallible version of StringBuilder::to_byte_bufferLinus Groh
2023-03-09LibWeb: Use fallible version of StringBuilder::to_byte_bufferKarol Baraniecki
2023-03-07LibWeb: Mark Web::WebDriver::Response as [[nodiscard]]Timothy Flynn
2023-03-05LibWeb+WebContent+WebDriver: Port WebDriver parameters to StringTimothy Flynn
2023-03-05LibWeb: Allow constructing a WebDriver::Error from an OOM AK::ErrorTimothy Flynn
2023-02-22LibWeb: Make factory method of DOM::ElementFactory fallibleKenneth Myhra
2023-02-19WebDriver: Add computedlabel endpointJonah
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based sockets into the `Core` namespaceTim Schumacher
2023-02-10AK+Everywhere: Do not implicitly copy variables in TRY macrosTimothy Flynn
2023-02-08Everywhere: Use ReadonlySpan<T> instead of Span<T const>MacDue
2023-02-02LibWeb: Restore handling of the serenity:ladybird/headless capabilityTimothy Flynn
2023-01-27WebDriver+LibWeb: Rename "click" to "element_click"Sam Atkins
2023-01-26LibWeb: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-17AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()Sam Atkins
2023-01-16WebDriver: Add computedrole endpointJonah
2023-01-15Everywhere: Fully qualify IsLvalueReference in TRY() macrosAndrew Kaster
2023-01-13AK+Everywhere: Disallow returning a reference from a fallible expressionTimothy Flynn
2023-01-08LibJS+Everywhere: Make PrimitiveString and Utf16String fallibleTimothy Flynn
2023-01-05LibWeb+WebContent: Convert BrowsingContext to new pixel unitsSam Atkins
2023-01-04LibIPC+Everywhere: Change IPC::encode's return type to ErrorOrTimothy Flynn
2023-01-02Everywhere: Remove unused includes of AK/Array.hBen Wiederhake
2022-12-26LibIPC+Everywhere: Change IPC decoders to construct values in-placeTimothy Flynn
2022-12-25WebDriver: Implement stub for .../element/{element id}/clickBaitinq
2022-12-14LibJS: Convert Promise::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert ECMAScriptFunctionObject::create() to NonnullGCPtrLinus Groh
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-12-04WebContent+WebDriver: Implement `POST /session/{id}/window` endpointVictor Song
2022-11-27WebDriver: Implement stub for /session/{id}/printBaitinq
2022-11-24LibWeb+WebDriver: Support running headless WebDriver sessionsTimothy Flynn
2022-11-23LibJS+LibWeb: Make CyclicModule.h not include AST.hAndreas Kling
2022-11-18LibWeb: Implement most of WebDriver capability matchingTimothy Flynn
2022-11-18LibWeb+WebDriver: Begin processing and matching WebDriver capabilitiesTimothy Flynn
2022-11-18LibWeb: Do not reject valid WebDriver script timeoutsTimothy Flynn
2022-11-16LibWeb+LibWebView+WebContent+WebDriver: Implement Send Alert TextTimothy Flynn