Commits
User selector
Commit History
Commits on Jun 8, 2021
Reduce use of reinterpret_cast<> in the codebase
Show description for e2db829committed
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 19, 2021
Update Base64 encoding/decoding to match more modern WebKit conventions
Show description for e3e9cf6committed
Sam Weinig
Commits on May 12, 2021
Remove the String::toInt family of functions
Show description for ec09c5ecommitted
Commits on May 9, 2021
REGRESSION (r276797?): [ macOS/iOS ] TestWebKitAPI.URLSchemeHandler.Exceptions is flakey crashing
Show description for 7105ddaauthored andcommitted
Commits on Mar 22, 2021
Web Inspector: rename WebInspectorProxy to WebInspectorUIProxy
Show description for 598cfeccommitted
Commits on Mar 9, 2021
Stop using callOnMainThread() / isMainThread() in WebKit2
Show description for 83ae5d0committed
Commits on Oct 27, 2020
[Cocoa] Introduce _WKInspectorConfiguration for customizing local and remote Web Inspectors
Show description for a5ca9decommitted
Commits on Oct 6, 2020
Use sendWithAsyncReply to evaluate JavaScript in a WebPage
Show description for a1d37e9committed
Commits on Sep 21, 2020
[WinCairo][PlayStation] Support different instances of listener client.
Show description for b884f26committed
Commits on Sep 10, 2020
Web Inspector: modernize generated backend protocol code
Show description for f6e8afacommitted
Commits on May 29, 2020
Web Inspector: add ITML debuggable/target type
Show description for 1b0dacacommitted
Commits on May 14, 2020
Add sourceURL to _evaluateJavaScript: so the scripts appear in Web Inspector.
Show description for 146a8e9committed
Commits on Apr 20, 2020
Add WKScriptMessageHandler API that asynchronously responds with a promise.
Show description for 6aad52acommitted
Commits on Feb 27, 2020
_WKUserContentWorld should be a wrapper around WKContentWorld
Show description for 46024ebcommitted
Commits on Jan 28, 2020
Web Inspector: consolidate UIProcess/WebProcess files into Inspector folders
Show description for 5747414committed
Loading