Commits
User selector
Commit History
Commits on Jul 30, 2021
Stop building WebGPU and the WHLSL compiler to decrease binary size
Show description for f11022ecommitted
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 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on Mar 5, 2021
[Cocoa] REGRESSION(r272752): fix some internal builds that use WTFString::WTFString(NSString *)
Show description for 1ab7f21committed
Commits on Mar 4, 2021
Unreviewed, reverting r273906.
Show description for d1bed30committed[Cocoa] REGRESSION(r272752): fix some internal builds that use WTFString::WTFString(NSString *)
Show description for 548d97fcommitted
Commits on Mar 2, 2021
[Cocoa] REGRESSION(r272752): fix some internal builds that use WTFString::WTFString(NSString *)
Show description for 2355233authored andcommitted
Commits on Feb 17, 2021
Reduce explicit usage of [objC autorelease] in WebKit
Show description for 3fbf538committed
Commits on Feb 16, 2021
Reduce explicit usage of [objC release] in WebKit even more
Show description for 50da8ffcommitted
Commits on Nov 12, 2020
Web Inspector: ensure that `JSON::ArrayOf<T>` doesn't allow `addItem` to be called with a type other than `T`
Show description for cffbd3ccommitted
Commits on Sep 10, 2020
Web Inspector: modernize generated backend protocol code
Show description for f6e8afacommitted
Commits on Aug 24, 2020
Web Inspector: remove "extra domains" concept now that domains can be added based on the debuggable type
Show description for bbe490bcommitted
Commits on Jul 19, 2020
cpp_generator.py:134: SyntaxWarning: "is" with a literal. Did you mean "=="?
Show description for 3a6a8c9authored andcommitted
Commits on Jul 17, 2020
[WTF] Remove the unnecessary inner class DefaultHash<T>::Hash
Show description for 247ce69committed
Commits on Jul 5, 2020
Web Inspector: Fix python3 build warnings
Show description for d3ce609authored andcommitted
Commits on Jun 11, 2020
Replace uses of black/white list with block/allow list
Show description for f45ec36committed
Commits on Jun 3, 2020
Make generated C++ code use modern C++
Show description for fc950fdauthored andcommitted
Commits on Jun 2, 2020
Unreviewed, reverting r262424.
Show description for 9d6d9f4committedMake generated C++ code use modern C++
Show description for 836be83authored andcommitted
Commits on May 29, 2020
Web Inspector: add ITML debuggable/target type
Show description for 1b0dacacommitted
Commits on May 28, 2020
Web Inspector: add missing condition guards when generating objc protocol files
Show description for a5ce2bfcommittedWeb Inspector: generate_cpp_protocol_types_header.py:294: SyntaxWarning: "is" with a literal. Did you mean "=="?
Show description for 7e79ce9authored andcommitted
Commits on May 27, 2020
Web Inspector: replace `featureGuard` and `availability` with a combined `condition` that accepts any macro
Show description for cf46b41committed
Commits on May 12, 2020
Fix existing usage of final/override/virtual in JSC and WTF
Show description for 1c3329ccommitted
Commits on Mar 30, 2020
Web Inspector: provide a way to log messages from the network process
Show description for 86f03d6committed
Commits on Jan 15, 2020
webkitpy: Remove self assignments
Show description for c860d05committed
Commits on Dec 23, 2019
WebDriver: fix handling of session timeouts for values higher than MAX_INT
Show description for b5f1112committed
Commits on Oct 21, 2019
Commits on Oct 17, 2019
Web Inspector: rework frontend agent construction to allow commands/events to be controlled by the related target's type
Show description for 30ea9b4committed
Commits on Sep 18, 2019
Use constexpr instead of const in symbol definitions that are obviously constexpr.
Show description for 4875082committed
Mark Lam
Commits on Sep 4, 2019
Web Inspector: Local Overrides - Provide substitution content for resource loads (URL based)
Show description for b656fedcommitted
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