Commits
User selector
Commit History
Commits on Feb 28, 2026
Make assorted class members const Ref[Ptr] in JavaScriptCore
Show description for 125b0edcommitted
Commits on Aug 7, 2025
[Swift in WebKit] Work towards modularizing JSC private headers (Part 1)
Show description for a9d3d11committed
Commits on Jul 22, 2025
Putting HashMap in a heap block hurts memory use, speed, code size (part 1)
Show description for 0c95ee2committed
Commits on Jul 17, 2025
Deprecate FastMalloc macro for new types
Show description for 37d4a68committedUnreviewed, reverting 297491@main (d9db853f14ab)
Show description for 411f204authored andcommitted
Commits on Jul 16, 2025
Deprecate FastMalloc macro for new types
Show description for d9db853committed
Commits on Jun 12, 2025
Make copyright lines more consistent
Show description for 93fd99acommitted
Commits on Oct 16, 2024
[WTF] Rename WTF::HashMap to WTF::UncheckedKeyHashMap (1/3)
Show description for 6cf3bfbcommitted
Commits on Mar 31, 2023
Cherry-pick 252432.1045@safari-7614-branch (77446d5c727e). rdar://107473787
Show description for cf8b521authored andcommitted
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 Oct 22, 2019
[JSC] Thread JSGlobalObject* instead of ExecState*
Show description for cc5fb5ecommitted
Commits on Jun 17, 2019
Rename AtomicString to AtomString
Show description for 4da2beccommitted
Commits on Oct 10, 2018
[JSC] Rename createXXX to tryCreateXXX if it can return RefPtr
Show description for fe8ab64committed
Commits on Jun 13, 2015
Purge PassRefPtr in JavaScriptCore - 2
Show description for 6ada9d6committed
Commits on Jun 9, 2015
Purge PassRefPtr in JavaScriptCore
Show description for 4e48840committed
Commits on Nov 6, 2014
Use std::unique_ptr in JSClassRef and JSCallbackObject
Show description for 65b5765committed
Gyuyoung Kim
Commits on Mar 20, 2014
Source/JavaScriptCore: Crash beneath operationTearOffActivation running this JS compression demo
Show description for 4866792authored andcommitted

Commits on Mar 15, 2014
.: Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
Show description for d55388ccommitted
Commits on Sep 26, 2013
Change a couple of HashMap value types from OwnPtr to std::unique_ptr
Show description for bf5323fcommitted
Anders Carlsson
Commits on Jul 31, 2013
Reduce JSC API static value setter/getter overhead.
Show description for b61a64cauthored andcommitted
Commits on Apr 18, 2013
Renamed JSGlobalData to VM
Show description for 3692f88committed
Commits on Mar 22, 2013
opaqueJSClassData should be cached on JSGlobalObject, not the JSGlobalData
Show description for c1225a6committed
Mark Hahnenberg
Commits on Aug 30, 2012
Replace JSC::UString by WTF::String
Show description for 4965391authored andcommitted
Commits on Dec 6, 2011
Convert JSClassRef to use HashMap<OwnPtr>
Show description for 17d1b36committed
Commits on Apr 10, 2011
2011-04-08 Geoffrey Garen <ggaren@apple.com>
Show description for 61ba41ecommitted
Commits on Mar 20, 2011
2011-03-20 Bill Budge <bbudge@chromium.org>
Show description for 8ef3415committed
David Levin
Commits on Feb 15, 2011
2011-02-14 Oliver Hunt <oliver@apple.com>
Show description for b3617ffcommitted
Commits on Jan 20, 2011
Refactoring of the custom allocation framework
Show description for f03d5f0authored andcommitted
Commits on Jan 2, 2011
Move JavaScriptCore to Source
Show description for b8dde14committed
Adam Barth
Loading