Commits
User selector
Commit History
Commits on Sep 20, 2021
Stop using makeRef(*this) / makeRefPtr(this)
Show description for 54cb09dcommitted
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 Mar 25, 2021
All string resources from UserAgentStyleSheets / UserAgentScripts should be used as non-copying StringImpl
Show description for 8929b67committed
Commits on Dec 9, 2020
WebDriver: add support for pen pointer events
Show description for 8f4478fauthored andcommitted
Commits on Dec 3, 2020
[WTF] Avoid JSONValue::create with raw string falling to bool overload
Show description for b39be57committed
Commits on Nov 5, 2020
WebDriver: session can have more than one active input source of the same type
Show description for 9791afecommitted
Commits on Oct 22, 2020
Elements in Shadow DOM are wrongly marked as stale by the WebDriver
Show description for b8915b8authored andcommitted
Commits on Oct 21, 2020
WebDriver: add support for wheel actions
Show description for c22de89committed
Commits on Oct 20, 2020
WebDriver: add support for right variations of virtual keys
Show description for b2b1496committed
Commits on Oct 3, 2020
WebDriver: add support for same site cookies
Show description for 2c96a9fcommittedWebDriver: several issues when switching to new browser context
Show description for debf6b7committed
Commits on Oct 2, 2020
WebDriver: check the right browser context is open in all commands
Show description for a25c530committed
Commits on Sep 15, 2020
REGRESSION(r266885): WebDriver is broken since r266885
Show description for b4ba931committed
Commits on Sep 10, 2020
Unreviewed Debug build fix for WPE and WinCairo
Show description for c616e4fcommittedWeb Inspector: modernize generated backend protocol code
Show description for f6e8afacommitted
Commits on Jun 23, 2020
Remove a lot of unnecessary calls to Ref::copyRef()
Show description for c899399committed
Commits on Mar 19, 2020
Fix many warnings with Clang 7.0 on GTK x86-64 in Debug.
Show description for 7425e6ccommitted
Commits on Jan 29, 2020
[GTK] WebDriver: screenshot ignores CSS transformations or WebGL content.
Show description for e4f4318committed
Commits on Jan 13, 2020
WebDriver: pressed virtual keys not correctly handled in action sequences
Show description for 7303b1ecommitted
Commits on Jan 10, 2020
Automation: evaluateJavaScriptFunction should use Promises
Show description for 3df0073committed
Commits on Dec 23, 2019
WebDriver: fix handling of session timeouts for values higher than MAX_INT
Show description for b5f1112committed
Commits on Dec 12, 2019
WebDriver: tests is_element_enabled/enabled.py::test_fieldset_disabled_descendant are failing
Show description for 47c9b1fcommitted
Commits on Dec 11, 2019
[Win] Fix MSVC warning C4701: potentially uninitialized local variable 'x' used
Show description for ff036bdcommitted
Commits on Dec 3, 2019
WebDriver: handle elements of type file in send keys command
Show description for e273d50committedWebDriver: most of the clear tests are failing
Show description for fe1e23ecommitted
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 8, 2019
WebDriver: implement get page source command
Show description for 2a98e47committed
Commits on Nov 7, 2019
WebDriver: correctly handle errors when focusing element before sending key events
Show description for 3dc658bcommitted
Commits on May 21, 2019
[WinCairo] Build WebDriver
Show description for 8166226committed
Commits on Mar 4, 2019
WebDriver: fix String not terminated with null caracter
Show description for a31b6f4authored andcommitted
Commits on Jan 4, 2019
WebDriver: element click command should handle user prompts
Show description for 40d47a9committed
Commits on Dec 20, 2018
Use Optional::valueOr() instead of Optional::value_or()
Show description for 5369d4dcommitted