Commits
User selector
Commit History
Commits on Sep 22, 2021
Drop makeRef() and use Ref { } instead
Show description for fee7a1ccommitted
Commits on Sep 20, 2021
Stop using makeRef(*this) / makeRefPtr(this)
Show description for 54cb09dcommitted
Commits on Sep 15, 2021
Rename RESOURCE_LOAD_STATISTICS to INTELLIGENT_TRACKING_PREVENTION
Show description for 70eb0d4committed
Commits on Aug 27, 2021
Separate PrivateClickMeasurement database from ResourceLoadStatistics database and add SPI to set its location
Show description for 2cdef64committed
Commits on Aug 12, 2021
Add initial support for Cross-Origin-Embedder-Policy (COEP)
Show description for e6c7e17committed
Commits on Aug 11, 2021
ThreadSanitizer: data race in WTF::StringImpl::deref() under WebKit::NetworkCache::IOChannel::~IOChannel()
Show description for 82c768dcommitted
David Kilzer
Commits on Jul 8, 2021
Clean up App Privacy Report code
Show description for 9b8c5e9committed
Commits on Jul 7, 2021
[PlayStation] Don't assume 4KB block size when estimating Network Cache disk usage
Show description for d301cfdcommittedUse more Span
Show description for 9acc512committed
Commits on Jul 6, 2021
Make Caches::writeRecord and Caches::readRecord more robust
Show description for 9703ea5authored andcommitted
Unreviewed, reverting r279597.
Show description for 51b6ac2committedMake Caches::writeRecord and Caches::readRecord more robust
Show description for 6c34e57committed
Commits on Jun 22, 2021
[GLib] Rewrite NetworkCache::Data::adoptMap without FileSystem::MappedFileData::leakHandle and munmap
Show description for 9b01d94committed
Commits on Jun 21, 2021
[WinCairo] Turn ENABLE_SHAREABLE_RESOURCE on
Show description for 9482aabcommitted
Commits on Jun 16, 2021
Enable release logging in the network process for ephemeral sessions
Show description for 7994607committed
Commits on Jun 15, 2021
Caches::removeCacheEntry should check for m_storage
Show description for c4f2b3dcommitted
Commits on Jun 14, 2021
Pass PAL::SessionID by value instead of reference
Show description for 13620e1authored andcommitted
Commits on Jun 8, 2021
Reduce use of reinterpret_cast<> in the codebase
Show description for e2db829committed
Commits on Jun 5, 2021
FileSystem::readFromFile() should return data as `void*`
Show description for e711459committedUse Vector<uint8_t> instead of Vector<char> to store bytes in SharedBuffer
Show description for 3194bf4committed
Commits on Jun 2, 2021
Remove <wtf/Optional.h>
Show description for 786e703committedRename Checked::unsafeGet() to Checked::value()
Show description for 2283824committed
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 24, 2021
Remove StringBuilder::appendLiteral
Show description for 4d78e56committedDrop CheckedLock / CheckedCondition aliases
Show description for 42ae9aacommitted
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 db20ed5committed
Commits on May 21, 2021
Adopt CheckedLock in NetworkCache::Storage::TraverseOperation
Show description for 8d71ad4committed
Commits on May 15, 2021
Drop FileSystem::fileMetadata() / fileMetadataFollowingSymlinks()
Show description for 72d1917committed
Commits on May 14, 2021
Drop "get" prefix from WTF::FileSystem's getFileModificationTime() / getFileCreationTime()
Show description for c47a536committedRename FileSystem::getVolumeFreeSpace() to FileSystem::volumeFreeSpace()
Show description for fa51362committedIntroduce FileSystem::updateFileModificationTime()
Show description for 945197bcommittedRename FileSystem::getFileSize() to FileSystem::fileSize()
Show description for 7f42cb6committed