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 23, 2026
Drop remaining `checked*()` member functions in the codebase
Show description for 0ad46eacommitted
Commits on Jan 15, 2026
Fixed unretained local variable warnings in JavaScriptCore/API
Show description for bd87f5dcommitted
Commits on Dec 5, 2025
Reland: Inspector agents should use CheckedRef for InspectorEnvironment references.
Show description for 0f0653dcommitted
Commits on Nov 25, 2025
Streamline handling of null-terminated strings to improve clarity and safety
Show description for 26dd620committed
Commits on Nov 15, 2025
Unreviewed, reverting 303022@main (3db54ba8bc59)
Show description for f84db56authored andcommitted
Commits on Nov 14, 2025
Inspector agents should use CheckedRef for InspectorEnvironment references.
Show description for 3db54bacommitted
Commits on Oct 13, 2025
Rename WTF::adoptSystem() to WTF::adoptSystemMalloc() for clarity
Show description for 3c707c7committed
Commits on Oct 11, 2025
Reduce of `free()` in the project
Show description for 59ab652committed
Commits on Oct 4, 2025
WebContent logs during launch are not emitted
Show description for 5ad01e3committed
Commits on Oct 3, 2025
Unreviewed, reverting 300971@main.
Show description for 62cdccfauthored andcommittedWebContent logs during launch are not emitted
Show description for 2bf1c74committed
Commits on Apr 9, 2025
Reduce use of (NSString *) casting in the codebase
Show description for 7748698committedUnreviewed, reverting 293429@main (4142580276a3)
Show description for 272fa09committed
Commits on Apr 8, 2025
Reduce use of (NSString *) casting in the codebase
Show description for 4142580committed
Commits on Mar 14, 2025
Commits on Mar 10, 2025
Re-land 291425@main
Show description for 5b0f914committed
Commits on Feb 28, 2025
Replace JavaScriptEvaluationResult's IPC format with a structured map
Show description for 83c2523committed
Commits on Jan 25, 2025
Rename `span(const char*)` to `unsafeSpan(const char*)`
Show description for 54a453dcommitted
Commits on Jan 6, 2025
Make HashSet validate its key by default in release builds
Show description for c9de3eacommitted
Commits on Dec 22, 2024
Further reduce use of memcmp()
Show description for e3bc809committed
Commits on Oct 30, 2024
Added skip markers for JavaScriptCore and WebCore files that do not conform to -Wunsafe-buffer-usage
Show description for b942617committed
Commits on Oct 16, 2024
[WTF] Rename WTF::HashMap to WTF::UncheckedKeyHashMap (1/3)
Show description for 6cf3bfbcommitted
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 May 10, 2022
Add optional Integrity checks at JSC API boundaries.
Show description for 850fdaacommitted
Mark Lam
Commits on May 3, 2022
Drop some unused StringImpl / AtomStringImpl / AtomString API
Show description for d7f9f8bcommitted
Commits on Apr 16, 2022
[JSC] Remove VM& parameter from structure related code including jsDyamicCast
Show description for a6d202ccommitted
Commits on Apr 6, 2022
Start replacing String(const char*) constructor with a String::fromLatin1(const char*) function
Show description for 5b961e7committed
Commits on Mar 25, 2022
Start preparing WebCore for making the String(const char*) constructor explicit
Show description for 1f51daecommitted
Commits on Mar 24, 2022
String's find() / reverseFind() / replace() should take in a StringView instead of a String
Show description for 9999adecommittedPrepare JSC for making the String(const char*) constructor explicit
Show description for cccb58dcommitted
Commits on Feb 2, 2022
[JSC] Crash on several pages after r287986
Show description for 8626428committed