Commits
User selector
Commit History
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on May 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on May 10, 2021
Remove all remaining uses of the String::toInt family of functions
Show description for e813601committed
Commits on Oct 21, 2020
WebDriver: add support for wheel actions
Show description for c22de89committed
Commits on Oct 3, 2020
WebDriver: add support for same site cookies
Show description for 2c96a9fcommitted
Commits on Sep 30, 2020
[PlayStation][WinCairo] Enable WebDriver target on PlayStation and client for WinCairo
Show description for 687d6eecommitted
Commits on Sep 15, 2020
REGRESSION(r266885): WebDriver is broken since r266885
Show description for b4ba931committed
Commits on Sep 10, 2020
Web Inspector: modernize generated backend protocol code
Show description for f6e8afacommitted
Commits on Jun 26, 2020
Initializing the main thread should initialize the main run loop
Show description for 79c1051committed
Commits on Jun 11, 2020
Some style improvements to main thread code
Show description for cbb48f3committed
Commits on Feb 12, 2020
WebDriver: return invalidSessionID exception if the WebProcess doesn't respond (crashes)
Show description for be0ab7fcommitted
Commits on Jan 29, 2020
[GTK] WebDriver: screenshot ignores CSS transformations or WebGL content.
Show description for e4f4318committed
Commits on Dec 23, 2019
WebDriver: fix handling of session timeouts for values higher than MAX_INT
Show description for b5f1112committed
Commits on Dec 3, 2019
WebDriver: handle elements of type file in send keys command
Show description for e273d50committed
Commits on Nov 13, 2019
WebDriver: duration can be undefined in pause actions
Show description for 90d07cdcommittedWebDriver: check the frameID parameter before running switch to frame command
Show description for fdf0873committed
Commits on Nov 12, 2019
[GTK] WebDriver: implement new window command
Show description for 0127094committed
Commits on Nov 11, 2019
WebDriver: implement proxy support
Show description for f81ba8fcommitted
Commits on Nov 8, 2019
WebDriver: implement get page source command
Show description for 2a98e47committed
Commits on Aug 19, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part
Show description for 8a462cbcommitted
Commits on Jan 29, 2019
WebDriver: POST commands require a valid parameters object
Show description for 6f195b3committed
Commits on Dec 20, 2018
Use Optional::valueOr() instead of Optional::value_or()
Show description for 5369d4dcommittedwtf/Optional.h: move-constructor and move-assignment operator should disengage the value being moved from
Show description for 462a669committed
Commits on Nov 29, 2018
[WebDriver] Fix clang warnings in Session.cpp
Show description for eb53ba8committed
Commits on Aug 14, 2018
WebDriver: include all capabilities in the new session response
Show description for b1b04b1committedWebDriver: several element_send_keys tests are failing since added
Show description for 7a820bfcommitted
Commits on Jul 26, 2018
String(View) should have a splitAllowingEmptyEntries function instead of a flag parameter
Show description for 084b336committed
Commits on Jul 5, 2018
[GTK][WPE] Add --host option to WebDriver process
Show description for 817cc20committed
Commits on Jun 23, 2018
[WTF] Add user-defined literal for ASCIILiteral
Show description for 4a804a8committed
Commits on May 24, 2018
WebDriver: implement maximize, minimize and fullscreen window commands
Show description for f029a66committed
Commits on May 10, 2018
WebDriver: implement advance user interactions
Show description for 417852ecommitted
Commits on Jan 26, 2018
WebDriver: service hangs after a browser crash
Show description for bb1ad8ecommittedWebDriver: timeouts value and cookie expiry should be limited to max safe integer
Show description for da0546ecommitted
Commits on Jan 25, 2018
WebDriver: test imported/w3c/webdriver/tests/sessions/new_session/merge.py::test_merge_browserName fails
Show description for 7fe05a5committedWebDriver: test imported/w3c/webdriver/tests/sessions/new_session/merge.py::test_merge_platformName fails
Show description for 7f4f6dacommitted