Commits
User selector
Commit History
Commits on Apr 5, 2026
Drop WTF::Unexpected in favor of std::unexpected
Show description for 0655a1dcommitted
Commits on Mar 30, 2026
Enhance MarkedVector's interface to more closely match Vector's.
Show description for 4bd1aabauthored andcommitted

Commits on Feb 19, 2026
Adopt `NODELETE` annotation in more places in JavaScriptCore/
Show description for 55e71c0committed
Commits on Dec 20, 2025
Use WTF::move() instead of WTFMove() macro in Source/JavaScriptCore
Show description for f52b72fcommitted
Commits on Dec 12, 2025
Modernize WTF WARN_UNUSED_RETURN to use C++17 [[nodiscard]]
Show description for c739fc1committed
Commits on Dec 11, 2025
Unreviewed, reverting 304287@main.
Show description for f5a0bdaauthored andcommittedModernize WTF WARN_UNUSED_RETURN to use C++17 [[nodiscard]]
Show description for 8b9bc96committed
Commits on Oct 27, 2025
REGRESSION(Tahoe): CLoop build-and-test regressed
Show description for adc6cc4committed
Commits on Jul 11, 2025
CLoop::execute frame size is unreasonably large in debug builds, causing a testapi failure
Show description for a1bd6d0authored andcommitted
Commits on Mar 16, 2025
Add JSC API test it works to initialize JSC from a background thread.
Show description for 1b33107committed
Commits on Nov 1, 2024
v4 skip markers for JavaScriptCore and WebCore files that do not conform to -Wunsafe-buffer-usage
Show description for f8f9592committed
Commits on Aug 22, 2024
Disable use of JSC signal based options when mach exception handler use is not allowed.
Show description for 1add1ebcommitted
Mark Lam
Commits on Aug 6, 2024
[JSC] Make PNaN constexpr
Show description for bcfb526authored andcommitted
Commits on Jul 31, 2024
TZone update - Eliminate type registration, update seeding and add logging
Show description for 16f8990committed
Commits on Jul 2, 2024
Split makeString() and friends out into their own header
Show description for 632f103committed
Commits on May 22, 2024
Further remove MSVC code
Show description for adcd97ecommitted
Commits on May 9, 2024
[JSC] Reland JavaScript BigInt Public C API
Show description for e8e3440committed
Commits on May 3, 2024
Unreviewed, reverting 278275@main (c97a08d)
Show description for ff9b348committed
Commits on May 2, 2024
[WIP] Introduce BigInt Public C API in JavaScriptCore
Show description for c97a08dcommitted
Commits on Apr 20, 2024
Reduce use of `const char*`
Show description for d4169aacommitted
Commits on Feb 16, 2024
TZone: Use TZone Allocation in WebKit Processes
Show description for ef13ba1committed
Commits on Feb 14, 2024
TZone: Implement TZone Allocation on JavaScriptCore Types
Show description for 40f9622committed
Commits on Mar 8, 2023
Adopt ASCIILiterals in makeString, tryMakeString, operator+ calls inside JavaScriptCore
Show description for cb3a9dacommitted
Commits on May 25, 2022
[JSC] TestAPI::promiseUnhandledRejection() predominantly fails on MacOS 12.3 in --debug
Show description for d795d91committed
Commits on Apr 13, 2022
Adopt "version set"-based linked-on-or-after checks instead of platform-specific ones
Show description for 5b170d2committed
Commits on Jan 7, 2022
Adopt linkedOnOrAfter() in more places
Show description for 1dee75bcommitted
Commits on Jun 15, 2021
Shouldn't drain the micro task queue when calling out to ObjC
Show description for 67853a3committed
Commits on Jun 14, 2021
Unreviewed, reverting r278734.
Show description for 2733baccommitted
Commits on Jun 10, 2021
Shouldn't drain the micro task queue when calling out to ObjC
Show description for ad78c42committed
Commits on Jun 2, 2021
Add globalObject API set property test
Show description for 83ad392committed
Commits on May 22, 2021
Replace LockHolder with Locker in local variables
Show description for b46f54ecommittedUnreviewed, reverting r277913.
Show description for 0b6e751committedReplace LockHolder with Locker in local variables
Show description for db20ed5committed
Commits on Aug 27, 2020
JSClassRef should work with JS class syntax.
Show description for 68d0628committed
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01committed