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 14, 2021
Misc GCC warning cleanup
Show description for 5c0a5e5authored andcommitted
Commits on May 10, 2021
Remove all remaining uses of the String::toInt family of functions
Show description for e813601committed
Commits on Dec 13, 2019
[GTK] WebKitGTK build hangs on g-ir-scanner
Show description for ce6c883authored andcommitted
Commits on Nov 22, 2019
Unreviewed. Fix GTK/WPE debug build after r252770
Show description for fafa92dcommittedUnreviewed. Fix GTK/WPE debug build after r252770
Show description for 9f7e7d6committed[GTK][WPE] RemoteInspector: use sockets instead of DBus
Show description for 02ac040committed
Commits on Nov 11, 2019
WebDriver: implement proxy support
Show description for f81ba8fcommitted
Commits on Aug 19, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part
Show description for 8a462cbcommitted
Commits on Aug 16, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, WTF_MAKE_FAST_ALLOCATED annotation part
Show description for c2a4ea8committed
Commits on Jan 31, 2019
[GLIB] WebDriver: race condition when session starts
Show description for 2d7b7c1committed
Commits on Jan 4, 2019
[GLIB] WebDriver: browser close not correctly detected on session close in some cases
Show description for f3daf3acommitted
Commits on Dec 21, 2018
[GLIB] WebDriver: dbusConnectionClosedCallback can be called after SessionHost has been deleted
Show description for 3a71b35committed
Commits on Dec 20, 2018
wtf/Optional.h: move-constructor and move-assignment operator should disengage the value being moved from
Show description for 462a669committed
Commits on Aug 10, 2018
[GTK][WPE] WebDriver: do not use default browser arguments when browser binary has been provided
Show description for 3cea562committed
Commits on Jul 26, 2018
String(View) should have a splitAllowingEmptyEntries function instead of a flag parameter
Show description for 084b336committed
Commits on Jun 25, 2018
Unreviewed. Fix WebDriver tests after r233077.
Show description for 7b584cccommitted
Commits on Jun 23, 2018
[WTF] Add user-defined literal for ASCIILiteral
Show description for 4a804a8committed
Commits on Jun 22, 2018
[GTK] WebDriver: use a dictionary for session capabilities in StartAutomationSession message
Show description for 926bc67committed
Commits on Jun 21, 2018
[GTK] WebDriver: allow applying host-specific TLS certificates for automated sessions
Show description for 095c34bcommitted
Commits on Jun 14, 2018
[GTK][WPE] WebDriver: handle acceptInsecureCertificates capability
Show description for 88644afcommitted
Commits on May 23, 2018
[GTK] WebDriver: implement AutomationSessionClient::didDisconnectFromRemote
Show description for b4f5f39committed
Commits on Jan 26, 2018
WebDriver: service hangs after a browser crash
Show description for bb1ad8ecommitted
Commits on Jan 25, 2018
WebDriver: test imported/w3c/webdriver/tests/sessions/new_session/merge.py::test_merge_browserName fails
Show description for 7fe05a5committed
Commits on Jan 22, 2018
[GTK] WebDriver: test imported/w3c/webdriver/tests/sessions/new_session/response.py is crashing in the bots
Show description for 34882fccommitted
Commits on Nov 16, 2017
[WPE] Add initial support for WebDriver
Show description for 44b7b01committed
Commits on Aug 16, 2017
WebDriver: fix return value of close window command
Show description for 06c2c07committed
Commits on Aug 8, 2017
Unreviewed, fix Ubuntu LTS build
Show description for 5abcdfbcommitted[CMake] Properly test if compiler supports compiler flags
Show description for 34865cbcommitted
Commits on Aug 7, 2017
[GTK][WPE] Add API to provide browser information required by automation
Show description for ace570dcommitted
Commits on Aug 5, 2017
WebDriver: properly handle capabilities and process firstMatch too
Show description for 41b520fcommitted
Commits on Jul 18, 2017
[GTK] Fix build with Clang after r219605.
Show description for d6a0829committedAdd initial implementation of WebDriver process to run the HTTP server
Show description for 433ea8dcommitted
Loading