Commits
User selector
Commit History
Commits on Jan 12, 2026
Apply LIFETIME_BOUND attribute consistently on both declaration and definition of methods
Show description for a92bc6cauthored andcommitted
Commits on Dec 20, 2025
Use WTF::move() instead of WTFMove() macro in Source/JavaScriptCore
Show description for f52b72fcommitted
Commits on Nov 4, 2024
Replace more use of MallocPtr with MallocSpan
Show description for 419636ccommitted
Commits on Oct 30, 2024
Added skip markers for JavaScriptCore and WebCore files that do not conform to -Wunsafe-buffer-usage
Show description for b942617committed
Commits on Sep 28, 2024
Use span for MappedFileData and DataSegment
Show description for 6646f05committed
Commits on Jul 1, 2024
Drop MappedFileData::data() in favor of span()
Show description for 3e03e5bcommitted
Commits on Oct 13, 2021
Use std::variant instead of WTF::Variant
Show description for edb309eauthored andcommitted
Commits on Oct 11, 2021
Prepare to switch from WTF::Variant to std::variant
Show description for 8037f06authored andcommitted
Commits on Jun 17, 2021
Reimplement JSC::CachePayload without FileSystem::unmapViewOfFile and FileSystem::MappedFileData::leakHandle
Show description for 0b65f03committed
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01committed
Commits on Jan 3, 2020
Experiment: create lots of different malloc zones for easier accounting of memory use
Show description for bc771eccommitted
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 Apr 10, 2019
Add support for incremental bytecode cache updates
Show description for 24bd1b2committed
Loading