Commits
User selector
Commit History
Commits on Sep 20, 2021
Stop using makeRef(*this) / makeRefPtr(this)
Show description for 54cb09dcommitted
Commits on Jun 8, 2021
Reduce use of reinterpret_cast<> in the codebase
Show description for e2db829committed
Commits on Jun 2, 2021
Remove <wtf/Optional.h>
Show description for 786e703committed
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 29, 2021
Clients of optional should use has_value instead of relying on hasValue macro
Show description for ddf6645committed
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 13, 2021
Remove StringBuilder::appendNumber
Show description for e12a212committed
Commits on May 10, 2021
Remove all remaining uses of the String::toInt family of functions
Show description for e813601committed
Commits on Mar 25, 2021
[CMake] Use WebDriver_DERIVED_SOURCES value
Show description for 18a93f6committedAll string resources from UserAgentStyleSheets / UserAgentScripts should be used as non-copying StringImpl
Show description for 8929b67committed
Commits on Feb 22, 2021
[SOUP] Add support for libsoup3
Show description for 0d74a68committed
Commits on Dec 11, 2020
[CMake] Determine correct visibility for linked frameworks
Show description for ea62d72committed
Commits on Dec 10, 2020
[CMake] Determine when to use $<TARGET_OBJECTS> for executables
Show description for 15d8f25committed
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 28, 2020
[WinCairo][PlayStation] Add handling for accept failure case
Show description for 448065ecommitted
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 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
Unreviewed Debug build fix for WPE and WinCairo
Show description for c616e4fcommittedWeb Inspector: modernize generated backend protocol code
Show description for f6e8afacommitted
Commits on Jul 15, 2020
[CMake][WebDriver] Generating WebDriverAtoms.cpp is rarely failing as "ImportError: No module named jsmin"
Show description for 1f601a3committed
Commits on Jun 26, 2020
Initializing the main thread should initialize the main run loop
Show description for 79c1051committed
Commits on Jun 23, 2020
Remove a lot of unnecessary calls to Ref::copyRef()
Show description for c899399committed
Commits on Jun 11, 2020
Some style improvements to main thread code
Show description for cbb48f3committed
Commits on Mar 19, 2020
Fix many warnings with Clang 7.0 on GTK x86-64 in Debug.
Show description for 7425e6ccommitted
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