Commits
User selector
Commit History
Commits on May 18, 2026
[JSC] Shrink sizeof(JSGenerator)
Show description for e0704d3committed
Commits on May 4, 2026
[Build speed] Reduce the cost of Debugger.h
Show description for 8d5387ecommitted
Commits on Apr 21, 2026
[Build Speed] Minimize includes in CodeBlock.h, JSCJSValue.h, JSCJSValueInlines.h, and VM.h
Show description for 9f2eb90committed
Commits on Mar 30, 2026
Adopt NODELETE in more places in Source/**
Show description for 61dfe11committed
Commits on Dec 24, 2025
Unreviewed, reverting 304910@main.
Show description for 4d33d4fauthored andcommitted
Commits on Dec 23, 2025
Remove the need to explicitly pass a EXPORT macro to TZONE_ALLOCATED_EXPORT macros.
Show description for d65c13dcommitted
Mark Lam
Commits on Dec 20, 2025
Use WTF::move() instead of WTFMove() macro in Source/JavaScriptCore
Show description for f52b72fcommitted
Commits on Oct 6, 2025
[JSC] Move most of Promise operations to C++
Show description for 7598b7ecommitted
Commits on Aug 7, 2025
[Swift in WebKit] Work towards modularizing JSC private headers (Part 1)
Show description for a9d3d11committed
Commits on Apr 18, 2025
Web Inspector: Debugger: preserve the pause reason and data when stepping over `await`
Show description for f3095eccommitted
Commits on Apr 12, 2025
Web Inspector: Debugger: add a way to step over `await` as though it was sync code
Show description for 6eceba5committed
Commits on Feb 9, 2025
Mark more lambdas as `NOESCAPE` when possible to help static analysis
Show description for 1ba5c2dcommitted
Commits on Jan 6, 2025
Make HashSet validate its key by default in release builds
Show description for c9de3eacommitted
Commits on Oct 16, 2024
[WTF] Rename WTF::HashMap to WTF::UncheckedKeyHashMap (1/3)
Show description for 6cf3bfbcommitted
Commits on Jul 31, 2024
Web Inspector: Debugger: support blackboxing ranges within a file
Show description for cc3ce34committed
Commits on Dec 11, 2023
Implement and Apply TZone Allocation Macros
Show description for a968122committed
Commits on May 17, 2023
Web Inspector: Step Over behaves like resume when stepping over a function with a falsey conditional breakpoint
Show description for 5b12421committed
Commits on Oct 6, 2022
Revert clang-tidy change since it broke 32bit and watchOS
Show description for aabfacbcommitted
Commits on Sep 18, 2022
Ran clang-tidy on JSC, WTF and bmalloc
Show description for 700ac83committed
Commits on Aug 31, 2022
Web Inspector: Implement inline breakpoints.
Show description for 91f7b27committedWeb Inspector: Debugger: symbolic breakpoints should work with native functions
Show description for f0c85afcommitted
Commits on Aug 27, 2022
Unreviewed, reverting rbdc7d2c65ad3b0c0ada39a28e7121b2943a57931.
Show description for e5050c9authored andcommitted
Commits on Aug 25, 2022
Web Inspector: Debugger: symbolic breakpoints should work with native functions
Show description for bdc7d2ccommitted
Commits on Aug 22, 2022
[JSC] Optimize async/await and microtask queue part 1
Show description for ecb9f87committed
Commits on Aug 12, 2022
Web Inspector: Add Function Breakpoints/Tracepoints (like Symbolic Breakpoints)
Show description for 631ebd5committed
Commits on Jul 20, 2022
Web Inspector: should always send Console.StackTrace instead of an array of Console.CallFrame
Show description for 9b26fc6committed
Commits on Jul 16, 2022
Web Inspector: capture async stack traces for `queueMicrotask`
Show description for 6545a6fcommitted
Commits on Mar 19, 2022
Web Inspector: REGRESSION(?): Emulate User Gesture doesn't work
Show description for d454360committed
Commits on Mar 2, 2022
Commits on Jan 26, 2022
globalThis.queueMicrotask() should report thrown exceptions
Show description for ab8378acommitted
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on Jan 11, 2021
Web Inspector: Debugger: allow breakpoint actions to be evaluated as a user gesture
Show description for 7290e95committed
Commits on Oct 27, 2020
Web Inspector: console command line API should be exposed to breakpoint conditions/actions
Show description for 04af619committed
Commits on Sep 3, 2020
Web Inspector: allow special JavaScript breakpoints to be configured
Show description for 56a499acommitted
Commits on Aug 24, 2020
Web Inspector: allow event breakpoints to be configured
Show description for 3ef4c4dcommitted