Commits
User selector
Commit History
Commits on Feb 17, 2021
[JSC] Remove unnecessary hack for iOS7
Show description for ac0517fcommitted
Commits on Jan 17, 2021
Add JSC API configuring GC signals in Linux
Show description for aacd54fcommitted
Commits on Jul 13, 2020
Clean up SourceProvider and add caller relative load script to jsc.cpp
Show description for bca2993committed
Commits on May 19, 2020
REGRESSION(r261755): Win/Linux non-unified builds have hundreds of link failures
Show description for 1dc916acommitted
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01committed
Commits on May 11, 2020
[clang-tidy] Run modernize-use-nullptr over JSC
Show description for 82fa9aecommitted
Commits on Dec 21, 2019
[JSC] Memory usage statistics should be attainable without WebCore
Show description for a5454f4committed
Commits on Oct 22, 2019
[JSC] Thread JSGlobalObject* instead of ExecState*
Show description for cc5fb5ecommitted
Commits on Feb 22, 2019
Update JSScript SPI based on feedback
Show description for 23abfd6committed
Commits on Jan 2, 2019
SourceProviders should use an actual URL instead of a string
Show description for 7513ec9committed
Commits on Oct 18, 2018
Switch from PLATFORM(IOS) to PLATFORM(IOS_FAMILY)
Show description for 8132e32committed
Commits on Aug 23, 2018
Move vmEntryGlobalObject() to VM from CallFrame.
Show description for 66b87e9committed
Mark Lam
Commits on Sep 9, 2017
Avoid duplicate computations of ExecState::vm().
Show description for a88ab91committed
Mark Lam
Commits on Aug 17, 2017
[Cocoa] Older-iOS install name symbols are being exported on other platforms
Show description for e0dd89bcommitted
Dan Bernstein
Commits on May 4, 2017
JSC::Heap should expose a richer API for requesting GCs
Show description for 8c034adcommitted
Filip Pizlo
Commits on Dec 26, 2016
Propagate the source origin as much as possible
Show description for 5771dd4committed
Commits on Dec 9, 2016
TextPosition and OrdinalNumber should be more like idiomatic numbers
Show description for 530f805committed
Commits on Nov 2, 2016
The GC should be in a thread
Show description for c44250ecommitted
Filip Pizlo
Commits on Oct 21, 2016
The tracking of the coarse-grain Heap state (allocating or not, collector or not, eden vs full) should respect the orthogonality between allocating and collecting
Show description for a48746dcommitted
Filip Pizlo
Commits on Dec 17, 2015
Web Inspector: Add JSContext Script Profiling
Show description for 69b5a04committed
Commits on Jun 16, 2015
Use NakedPtr<Exception>& to return exception results.
Show description for 4b7614acommitted
Mark Lam
Commits on Jun 5, 2015
finally blocks should not set the exception stack trace when re-throwing the exception.
Show description for cc4c6bfcommitted
Mark Lam
Commits on Mar 11, 2015
Many users of Heap::reportExtraMemory* are wrong, causing lots of memory growth
Show description for e2fca18committedRefactored the JSC::Heap extra cost API for clarity and to make some known bugs more obvious
Show description for 7df1087committed
Commits on Mar 8, 2015
Use FastMalloc (bmalloc) instead of BlockAllocator for GC pages
Show description for 7c4ce0fcommitted
Commits on Jan 27, 2015
Unreviewed, rolling out r179192.
Show description for a81aa92committedUse FastMalloc (bmalloc) instead of BlockAllocator for GC pages
Show description for 24cdf99committed
Commits on Sep 5, 2014
JavaScriptCore should build with newer clang
Show description for a38cd41committed
Commits on Sep 4, 2014
Unreviewed, rolling out r173245.
Show description for ce7904ecommittedJavaScriptCore should build with newer clang
Show description for 5562b42committed
Commits on Apr 15, 2014
Objective-C API external object graphs don't handle generational collection properly
Show description for b217437committed
Mark Hahnenberg
Commits on Mar 15, 2014
.: Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
Show description for d55388ccommitted
Commits on Mar 4, 2014
Merge API shims and JSLock
Show description for 3c18fd5committed
Mark Hahnenberg
Commits on Feb 27, 2014
Web Inspector: JSContext inspection should report exceptions in the console
Show description for b2bda98committed
Commits on Feb 23, 2014
REGRESSION (r164507): Crash beneath JSGlobalObjectInspectorController::reportAPIException at facebook.com, twitter.com, youtube.com
Show description for 24c794acommitted
Dan Bernstein