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 15, 2026
Make InspectorBackendCommands.js compiler independent
Show description for 2012029authored andcommitted
Commits on Apr 7, 2026
[Web Inspector] Add validation for optional enum parameters
Show description for 6a6a378authored andcommitted
Commits on Feb 13, 2026
[JSC] Add initial support for Windows ARM64
Show description for 2bff772committed
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 24, 2025
[Swift in WebKit] Work towards having a proper JSC module (part 2)
Show description for 67be849committed
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 25, 2025
Add WebAssembly debugging support via Remote Web Inspector
Show description for e116bf5committed
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 Sep 22, 2025
Web Inspector: Introduce the Frame target type to prep for site isolation
Show description for 06f8ad1committed
Commits on Aug 7, 2025
[Swift in WebKit] Work towards modularizing JSC private headers (Part 1)
Show description for a9d3d11committed
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 Apr 15, 2025
Drop remaining implicit conversions from WTF::String to NSString *
Show description for a739afecommitted
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 Feb 28, 2025
Web Automation: modernize callback thunks for async protocol commands
Show description for 9e1b4bccommitted
Commits on Feb 19, 2025
Web Automation: generate WebDriver BiDi protocol backend dispatchers from JSON input files
Show description for 5f0f237committed
Commits on Nov 26, 2024
Stop using WTF_ALLOW_UNSAFE_BUFFER_USAGE in WTF::SortedArrayMap
Show description for 14845fdcommitted
Commits on Oct 23, 2024
[WTF] Transition non JSC and WebCore code to use a checked HashMap (3/3)
Show description for bbf5bdacommitted
Commits on Oct 16, 2024
[WTF] Rename WTF::HashMap to WTF::UncheckedKeyHashMap (1/3)
Show description for 6cf3bfbcommitted
Commits on Oct 11, 2024
Enable -Wunsafe-buffer-usage in WebKit.framework
Show description for 8012a2ecommitted
Commits on Jul 2, 2024
Split makeString() and friends out into their own header
Show description for 632f103committed