Commits
User selector
Commit History
Commits on Apr 9, 2026
Unreviewed, reverting 310853@main (598cf71bca5d)
Show description for 385569bcommitted[JSC] Fix testwasmdebugger ATP build - Private headers and codesign failure for testapiScripts
Show description for 598cf71committed
Commits on Jan 14, 2026
[JSC] Loading from bytecode cache does not set threshold for jitting
Show description for e064403committed
Commits on Nov 20, 2025
Quality of life improvement to skip some bytecode cache tests in testapi.
Show description for 54d0ad5committed
Mark Lam
Commits on Oct 24, 2025
(Re-land) It should not be possible to make a WTF::Function or WTF::CompletionHandler from an Objective-C block in Objective-C++
Show description for 18ea4d1committed
Commits on Oct 20, 2025
Unreviewed, reverting 301813@main (fc7a43367612)
Show description for 1d9cc22committedIt should not be possible to make a WTF::Function or WTF::CompletionHandler from an Objective-C block in Objective-C++
Show description for fc7a433committed
Commits on Jul 18, 2025
add support for import.meta.url to jsc CLI
Show description for 6da719bcommitted
Commits on Jul 17, 2025
testJSScriptURL() should assert that script1 is not nil
Show description for 96b1923authored andcommitted
Commits on Jan 30, 2025
Fix the build for some internal configurations
Show description for db7f82fcommitted
Commits on Jan 19, 2025
Prepare for -Wunsafe-buffer-usage-in-libc-call
Show description for 9b61e37committed
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 Jun 7, 2023
Adopt PLATFORM(VISION) wherever PLATFORM(IOS) is used
Show description for b9744e3committed
Commits on Apr 10, 2023
wtf/Process.h is conflicting with process.h on Windows
Show description for f0c7ad4committed
Commits on Apr 9, 2023
Add WTF::exitProcess and WTF::terminateProcess
Show description for 009188ecommitted
Commits on Mar 30, 2023
Rewrite FIXME to note that only tvOS and watchOS fails to compile some API tests
Show description for 9e90cebauthored andcommitted
Commits on Aug 21, 2022
Reset state in testapi's testModuleBytecodeCache() before starting the test.
Show description for 92c64e3committed
Mark Lam
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 Feb 2, 2022
[JSC] Crash on several pages after r287986
Show description for 8626428committed
Commits on Jan 7, 2022
Adopt linkedOnOrAfter() in more places
Show description for 1dee75bcommitted
Commits on Dec 22, 2021
Fix compiling with pickier compiler
Show description for 0fccef9committed
Commits on Oct 20, 2021
Do not use strerror()
Show description for 6520ddaauthored andcommitted
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
Remove <wtf/Optional.h>
Show description for 786e703committed
Commits on May 26, 2021
Merge all the JIT worklists into a shared worklist
Show description for e42c8decommitted
Commits on Feb 27, 2021
Reduce explicit usage of [objC retain] in WebKit
Show description for e2cc440committed
Commits on Aug 27, 2020
JSClassRef should work with JS class syntax.
Show description for 68d0628committed
Commits on Aug 22, 2020
Console object's @@toStringTag should be "console" instead of "Console"
Show description for e3ea6cecommitted
Commits on Apr 10, 2020
[Cocoa] Simplify NSArray, NSDictionary, and NSNumber idioms throughout WebKit
Show description for 2a420c5committed
Commits on Sep 18, 2019
Use constexpr instead of const in symbol definitions that are obviously constexpr.
Show description for 4875082committed
Mark Lam