Commits
User selector
Commit History
Commits on Sep 14, 2021
[Win] JSRemoteInspector.h missing stdint include
Show description for dc1733bcommitted
Commits on Aug 29, 2021
Miscellaneous typo fixes
Show description for 3d6d2adcommitted
Commits on Aug 23, 2021
[JSC] Remove already-shipped JS feature flags
Show description for bb751b0committed
Commits on Jun 23, 2021
add/removeManagedReference:withOwner: should have autoreleasepools
Show description for b74a894committed
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 9, 2021
Speculative build fix for Win32.
Show description for 9ced550committed
Mark Lam
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 5, 2021
Use Vector<uint8_t> instead of Vector<char> to store bytes in SharedBuffer
Show description for 3194bf4committed
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 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on May 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
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 4d78e56committedDrop CheckedLock / CheckedCondition aliases
Show description for 42ae9aacommitted
Commits on May 23, 2021
Use CheckedLock in even more places
Show description for ae0b81ccommitted
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 18, 2021
Temporarily revert r276592 as it breaks some native apps
Show description for 811aa6ecommitted
Commits on May 15, 2021
Drop FileSystem::fileMetadata() / fileMetadataFollowingSymlinks()
Show description for 72d1917committed
Commits on May 13, 2021
Rename FileSystem::directoryName() to FileSystem::parentPath()
Show description for 5036599committedRename FileSystem::fileIsDirectory(path, followSymlinks) to isDirectory(path) / isDirectoryFollowingSymlinks(path)
Show description for b737296committedRemove 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 13, 2021
Inspector code is wrongly including some private headers
Show description for b26773acommitted
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 Apr 1, 2021
Remove use of ENABLE from API header
Show description for b11ccd7committed
Commits on Mar 25, 2021
[GTK][WPE] JSC crashes if a function expects a parameter but doesn't receive any
Show description for 8e9eba0committed
Commits on Mar 22, 2021
[Cocoa] Make it possible to release a WKWebView on a non-main thread without a crash due to WKScriptMessage race
Show description for a08033dcommitted