Commits
User selector
Commit History
Commits on Jun 5, 2021
Use Vector<uint8_t> instead of Vector<char> to store bytes in SharedBuffer
Show description for 3194bf4committed
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 b737296committed
Commits on Feb 17, 2021
Reduce explicit usage of [objC autorelease] in WebKit
Show description for 3fbf538committed
Commits on Jul 13, 2020
Clean up SourceProvider and add caller relative load script to jsc.cpp
Show description for bca2993committed
Commits on Apr 25, 2020
Prepare to remove automatic URL->String conversion operators
Show description for 4512220authored andcommitted
Commits on Feb 21, 2020
Make support for bytecode caching more robust against file corruption.
Show description for 1458a04committed
Mark Lam
Commits on Jan 7, 2020
[JSC] Remove vm accessor in JSVirtualMachine to reduce binary size
Show description for 74c44d7committed
Commits on Jul 17, 2019
Bytecode cache should use FileSystem
Show description for a344a2acommittedUnreviewed, rolling out r247505.
Show description for ec89803committedBytecode cache should use FileSystem
Show description for a9cbc97committed
Commits on Jun 5, 2019
Progress towards resurrecting Mac CMake build
Show description for 6733559authored andcommitted
Commits on Jun 4, 2019
JSScript should not keep bytecode cache in memory
Show description for 2083cfacommitted
Commits on May 27, 2019
Fix opensource build of testapi
Show description for 02f35bacommitted
Commits on May 21, 2019
Only cache bytecode for API clients in data vaults
Show description for e6e6106committed
Commits on Apr 17, 2019
Remove deprecated JSScript SPI
Show description for cb3ad42committed
Commits on Apr 10, 2019
Add support for incremental bytecode cache updates
Show description for 24bd1b2committed
Commits on Mar 15, 2019
JSScript should have an accessor saying if it's cached or not
Show description for ce38cfacommittedRemove retain cycle from JSScript and also don't keep the cache file descriptor open so many JSScripts can be cached in a loop
Show description for 15c1eeccommitted
Commits on Mar 7, 2019
JSScript should keep the cache file locked for the duration of its existence and should truncate the cache when it is out of date
Show description for 17695dbcommitted
Commits on Feb 28, 2019
Make JSScript:cacheBytecodeWithError update the cache when the script changes
Show description for 5feb2a9committed
Commits on Feb 22, 2019
Update JSScript SPI based on feedback
Show description for 23abfd6committed
Commits on Feb 13, 2019
JSScript needs to retain its cache path NSURL*
Show description for 767e031committed
Commits on Jan 25, 2019
Add API to generate and consume cached bytecode
Show description for 3088b8acommitted
Commits on Jan 19, 2019
JSScript API should only take ascii files.
Show description for 477f188committed
Commits on Jan 14, 2019
JSC should have a module loader API
Show description for 7119546committed
Loading