Commits
User selector
Commit History
Commits on May 21, 2026
Replace all remaining uses of `std::to_array()` with `WTF::toArray()` in WebKit
Show description for f1df550committed
Commits on Apr 7, 2026
[Web Inspector] Add validation for optional enum parameters
Show description for 6a6a378authored andcommitted
Commits on Jan 5, 2026
Web Inspector: Remove the deprecated PageDebuggable
Show description for 7dcb5b6committed
Commits on Dec 30, 2025
Stop requiring a separate std::array static variable to use SortedArrayMap / SortedArraySet
Show description for ee22b7ccommitted
Commits on Dec 23, 2025
Reduce use of C arrays in the codebase
Show description for 93ac118committed
Commits on Dec 20, 2025
Use WTF::move() instead of WTFMove() macro in Source/JavaScriptCore
Show description for f52b72fcommitted
Commits on Nov 10, 2025
Address Safer CPP warnings in generated WebInspector code
Show description for 5381af5committed
Commits on Nov 7, 2025
Rename static_pointer_cast() / static_reference_cast() to unsafeRefPtrDowncast() / unsafeRefDowncast()
Show description for ee6d739committed
Commits on Nov 5, 2025
Web Inspector: use `UniqueRef` for `AgentRegistry`
Show description for 07e07d5committed
Commits on Oct 9, 2025
Address some SaferCPP issues in Source/WebKit automation and IPC
Show description for 2ad7f50committedFix UncountedCallArgs errors for code generated by generate-inspector-protocol-bindings.py
Show description for 1a60c58committed
Commits on Oct 8, 2025
Address Safer CPP warnings in AutomationFrontendDispatchers.h
Show description for 0b22793committed
Commits on Jul 17, 2025
Deprecate FastMalloc macro for new types
Show description for 37d4a68committedUnreviewed, reverting 297491@main (d9db853f14ab)
Show description for 411f204authored andcommitted
Commits on Jul 16, 2025
Deprecate FastMalloc macro for new types
Show description for d9db853committed
Commits on Jun 4, 2025
[WebDriver][BiDi] Implement the browsingContext.getTree method
Show description for 09e8854committed
Commits on May 24, 2025
Web Inspector: Rebaseline test results after 293715@main dropped implicit NSString conversion
Show description for c808d83committed
Commits on Mar 26, 2025
Web Inspector: allow protocol domains to be exposed with name that differs from filename
Show description for 389769acommitted
Commits on Mar 13, 2025
Web Inspector: improve error message when code generator is unable to parse JSON
Show description for 89f7b2acommittedREGRESSION(291284@main) WebAutomationSession needs to push a command failure as soon as it gets it
Show description for cc06097authored andcommitted
Commits on Mar 12, 2025
Web Inspector: rebaseline results for inspector protocol generator tests
Show description for eaf3aeecommitted
Commits on Oct 16, 2024
[WTF] Rename WTF::HashMap to WTF::UncheckedKeyHashMap (1/3)
Show description for 6cf3bfbcommitted
Commits on Jun 18, 2024
Web Inspector: remove unnecessary uses of open fields in protocol
Show description for 85caa2dcommitted
Commits on Jun 5, 2022
Drop operator==() overload for comparing a String to a const char*
Show description for dd956d5committed
Commits on Mar 26, 2022
Use static_assert instead of COMPILE_ASSERT
Show description for 86e8775committed
Commits on Oct 7, 2021
Python 3: run-inspector-generator-tests and generate-inspector-protocol-bindings.py
Show description for 64bb151committed
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 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 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 17, 2020
[WTF] Remove the unnecessary inner class DefaultHash<T>::Hash
Show description for 247ce69committed