Commits
User selector
Commit History
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 8, 2021
Unreviewed, reland r276592 with a fix for put() override in prototype chain of a JSProxy
Show description for cf4239fcommitted
Commits on Jun 2, 2021
Add globalObject API set property test
Show description for 83ad392committedRemove <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 May 24, 2021
Remove StringBuilder::appendLiteral
Show description for 4d78e56committed
Commits on May 22, 2021
Replace LockHolder with Locker in local variables
Show description for b46f54ecommittedUnreviewed, reverting r277913.
Show description for 0b6e751committedReplace LockHolder with Locker in local variables
Show description for db20ed5committedStop using holdLock() in JSC as it is not compatible with Clang thread safety analysis
Show description for 83f518bcommitted
Commits on May 13, 2021
Remove StringBuilder::appendNumber
Show description for e12a212committed
Commits on Apr 27, 2021
[JSC] Remove defaultValue() from the method table
Show description for 32e5915committed
Commits on Apr 26, 2021
[JSC] OrdinarySet should invoke custom [[Set]] methods
Show description for a5cadcacommitted
Commits on Apr 10, 2021
Remove className() and toStringName() from the method table
Show description for 22a1e11committed
Commits on Apr 8, 2021
Rename and make the TerminationException a singleton.
Show description for c803659committed
Mark Lam
Commits on Mar 3, 2021
[JSC] Remove ImpureProxyType
Show description for 2db8314committed
Commits on Feb 27, 2021
Reduce explicit usage of [objC retain] in WebKit
Show description for e2cc440committed
Commits on Feb 1, 2021
[JSC] Implement BigInt64Array and BigUint64Array
Show description for 5a13e56committed
Commits on Jan 26, 2021
REGRESSION (r270874): Some React Native apps are reported broken on iOS
Show description for 20838e9committed
Commits on Dec 16, 2020
Non-enumerable property fails to shadow inherited enumerable property from for-in
Show description for 55e3813committed
Commits on Aug 27, 2020
structureOrNull should take VM instead of getting it from the marked block
Show description for 23822a2committedJSClassRef 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 Jun 28, 2020
Rename initializeThreading to initialize
Show description for e9d5a10committed
Commits on Jun 16, 2020
Make Options::useJIT() be the canonical source of truth on whether we should use the JIT.
Show description for d6ca69fcommitted
Mark Lam
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 20, 2020
Use #import instead of #include in Objective-C and don't use #pragma once
Show description for 10a179ecommitted
Commits on Apr 10, 2020
[Cocoa] Simplify NSArray, NSDictionary, and NSNumber idioms throughout WebKit
Show description for 2a420c5committed
Commits on Mar 15, 2020
Should not use variable-length-array (VLA)
Show description for 003d037committed
Commits on Jan 15, 2020
Unreviewed, rolling out r254480, r254496, and r254517.
Show description for 5e3fff6committed
Commits on Jan 14, 2020
Use even more "shortest form" formatting, and less "fixed precision" and "fixed width"
Show description for 47778c9committedThrow away baseline code if there is an optimized replacement
Show description for edf9ca9committed