Commits
User selector
Commit History
Commits on May 13, 2021
Remove StringBuilder::appendNumber
Show description for e12a212committed
Commits on Oct 14, 2020
Non-unified build fixes, mid October 2020
Show description for 67246f3committed
Commits on Jun 28, 2020
Rename initializeThreading to initialize
Show description for e9d5a10committed
Commits on May 22, 2020
Fix non-unified builds for i386 build
Show description for 7309635committed
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 Apr 28, 2020
[JSC] Align upon the name isCallable instead of isFunction
Show description for 34fc2c3committed
Commits on Apr 7, 2020
Not using strict mode within ClassDeclaration statement
Show description for 7b11165committed
Commits on Oct 22, 2019
[JSC] Remove non-LargeAllocation restriction for JSCallee
Show description for 734cd5dcommitted[JSC] Thread JSGlobalObject* instead of ExecState*
Show description for cc5fb5ecommitted
Commits on Sep 18, 2019
Stop calling WTF::initializeMainThread() in JSGlobalContextCreate*()
Show description for cf29bd8committedUse constexpr instead of const in symbol definitions that are obviously constexpr.
Show description for 4875082committed
Mark Lam
Commits on Aug 23, 2019
JSC should have public API for unhandled promise rejections
Show description for 3056a68committed
Commits on Aug 12, 2019
Add threading assertions to RefCounted
Show description for db296adcommitted
Commits on Jan 14, 2019
JSC should have a module loader API
Show description for 7119546committed
Commits on Oct 10, 2018
[JSC] Rename createXXX to tryCreateXXX if it can return RefPtr
Show description for fe8ab64committed
Commits on Aug 23, 2018
Move vmEntryGlobalObject() to VM from CallFrame.
Show description for 66b87e9committed
Mark Lam
Commits on Dec 27, 2017
[JSC] Remove std::chrono completely
Show description for 59173cecommitted
Commits on Sep 9, 2017
Avoid duplicate computations of ExecState::vm().
Show description for a88ab91committed
Mark Lam
Commits on Apr 4, 2017
WebAssembly: JSWebAssemblyCallee should not be a JSCell
Show description for a36e243committed
Commits on Feb 15, 2017
[JSC] Drop PassRefPtr
Show description for 72d2501committed
Commits on Dec 12, 2016
We should be able to throw exceptions from Wasm code and when Wasm frames are on the stack
Show description for 1e66efccommitted
Commits on Apr 5, 2016
JSC should use a shadow stack version of CHICKEN so that debuggers have the option of retrieving tail-deleted frames
Show description for da35b6ecommitted
Filip Pizlo
Commits on Dec 7, 2015
Add op_watchdog opcode that is generated when VM has a watchdog
Show description for 614fab8committed
Commits on Nov 23, 2015
Web Inspector: RemoteInspector should track targets and connections for remote automation
Show description for ca24d15committed
Commits on Aug 27, 2015
watchdog m_didFire state erroneously retained.
Show description for dd6f884committed
Mark Lam
Commits on Aug 12, 2015
Add a JSC option to enable the watchdog for testing.
Show description for b788ac0committed
Mark LamImplementation JavaScript watchdog using WTF::WorkQueue.
Show description for 6c3aaa4committed
Mark Lam
Commits on Jul 24, 2015
Remove compile and runtime flags for promises.
Show description for 29b0926committed
Commits on Jul 17, 2015
Integrate automatic microtask draining into JSC framework and re-enable Promise
Show description for ea3ab72committed
Commits on Jun 9, 2015
Purge PassRefPtr in JavaScriptCore
Show description for 4e48840committed
Commits on Apr 15, 2015
Provide SPI to allow changing whether JSContexts are remote debuggable by default
Show description for d30c8a1committed
Commits on Mar 25, 2015
REGRESSION(169139): LLINT intermittently fails JSC testapi tests.
Show description for 24b132ecommitted
Mark Lam
Commits on Mar 5, 2015
Hide Promise with runtime flags under Cocoa JSContext API
Show description for e622b27committed
Commits on Feb 4, 2015
Remove concept of makeUsableFromMultipleThreads().
Show description for 1ab712ccommitted
Mark Lam