Commits
User selector
Commit History
Commits on Jun 4, 2026
[JSC] Promise jobs must not run with the realm of a cross-realm settle site
Show description for 51cc3fecommitted
Commits on May 31, 2026
[macOS] imported/w3c/web-platform-tests/hr-time/timeOrigin.html is a flaky text failure.
Show description for 086636acommitted
Commits on May 17, 2026
[JSC] Implement dynamic `import.defer()` semantics
Show description for 7f06296committed
Commits on May 7, 2026
[JSC] testLoopCounts should account for no-cjit
Show description for e1b66b4committed
Commits on Apr 28, 2026
[JSC] More aligning module loader to the spec
Show description for 8af021fcommitted
Commits on Apr 21, 2026
Refactor wasm implementation after multimemory support was added
Show description for 98a27e9authored andcommitted
Commits on Apr 20, 2026
[JSC][WASM][Debugger] Remove DebugServer::stop() and State enum
Show description for 13c5aedcommittedRemove JSScriptFetcher and JSScriptFetchParameters
Show description for 407d0fecommittedFurther reduce use of jsCast<>()
Show description for e602202committed
Commits on Apr 19, 2026
Drop jsDynamicCast<>() in favor of dynamicDowncast<>()
Show description for a6df288authored andcommitted
Commits on Apr 17, 2026
[Build Speed] Reduce the cost of StructureInlines.h
Show description for 5ff0c08committed
Commits on Apr 14, 2026
[JSC] Rewrite module loader
Show description for 4a63810authored andcommitted
Commits on Mar 30, 2026
Adopt NODELETE in more places in Source/**
Show description for 61dfe11committed
Commits on Mar 27, 2026
[JSC] Introduce Realm-less Objects
Show description for 7d45839committed
Commits on Mar 14, 2026
[JSC][WASM][Debugger] ENABLE(WEBASSEMBLY_DEBUGGER) must not be architecture-dependent to keep IPC MessageNames consistent
Show description for 5f233abcommitted
Commits on Mar 5, 2026
Adopt NODELETE in more places in Source/JavaScriptCore
Show description for b9a7c91committed
Commits on Mar 2, 2026
[JSC] Move MicrotaskQueue enqueue code from WebCore to JSC
Show description for fa403f3committed[JSC] JSNativeStdFunction should be able to safely capture
Show description for 8ed6b76authored andcommittedAddress unnecessary copy initialization in JavaScriptCore
Show description for 558a3f1committed
Commits on Feb 28, 2026
Bounds checking does not work in Memory64 in BBQ and introduce AddressType
Show description for 6532497committed
Commits on Feb 23, 2026
[JSC] CLI should dump disassembly when `-d` option is passed
Show description for e5cc0aacommitted
Commits on Feb 19, 2026
Adopt `NODELETE` annotation in more places in JavaScriptCore/
Show description for 55e71c0committed
Commits on Jan 29, 2026
[JSC][WASM][Debugger] Restrict WebAssembly debugger to macOS ARM64 only
Show description for 4d96269committed
Commits on Jan 22, 2026
Rename CatchScope to TopExceptionScope
Show description for 5715596committed
Commits on Jan 6, 2026
[JSC][Wasm][Debugger] Implement multi-VM stop-the-world debugging
Show description for e51159ccommitted
Commits on Dec 20, 2025
Use WTF::move() instead of WTFMove() macro in Source/JavaScriptCore
Show description for f52b72fcommitted
Commits on Dec 10, 2025
REGRESSION (299880@main): WASM memory size cache makes bulk memory operations across threads fail
Show description for 597e008committed
Commits on Nov 14, 2025
HeapSnapshotBuilder should support printing directly to a PrintStream
Show description for 1e0aabfcommitted
Commits on Nov 12, 2025
[JSC] Handle termination exception after draining microtasks in jsc shell
Show description for c4b1c58committed
Commits on Nov 10, 2025
[JSC] describe function attempts to create a WTF::String larger than WTF::String::MaxLength
Show description for 11dd0ceauthored andcommitted
Commits on Nov 4, 2025
[JSC] Rename Classes in `PropertyNameArray.h` to Address FIXME
Show description for 00991afauthored andcommitted[JSC] Add WebAssembly debugger step-into support for calls and exception handling
Show description for 7bf4dbacommitted
Commits on Oct 25, 2025
Add WebAssembly debugging support via Remote Web Inspector
Show description for e116bf5committed
Commits on Oct 23, 2025
JSON.stringify should handle 16-bit characters that can be 8-bit better
Show description for 26ddd28authored andcommitted
Commits on Oct 16, 2025
[JSC] use __asm__ consistently
Show description for 3f5a9c6committed