Commits
User selector
Commit History
Commits on Sep 22, 2021
Reduce use of makeRef() and use Ref { } instead
Show description for 4f53761committed
Commits on Sep 20, 2021
Reduce use of makeRefPtr() and use RefPtr { } directly
Show description for 65b0916committedStop using makeRef(*this) / makeRefPtr(this)
Show description for 54cb09dcommitted
Commits on Jun 2, 2021
Remove <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 25, 2021
Stop using UncheckedLock in DatabaseTracker
Show description for 2df844ecommitted
Commits on May 24, 2021
Drop CheckedLock / CheckedCondition aliases
Show description for 42ae9aacommittedMake CheckedLock the default Lock
Show description for e801aaacommitted
Commits on May 22, 2021
Adopt CheckedLock in more places
Show description for 634e1cacommittedReplace 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 WebCore as it is not compatible with Clang thread safety analysis
Show description for 9252a1ccommittedUse CheckedCondition in more places
Show description for ac88fafcommitted
Commits on May 21, 2021
Replace more static Locks with CheckedLocks in WTF / WebCore
Show description for 3559a77committed
Commits on May 19, 2021
Drop "get" prefix from SQLiteStatement member functions as well as out-parameters
Show description for 545dca3committed
Commits on May 18, 2021
Make sure SQLiteStatement objects get destroyed before the database is closed
Show description for 623a1f1committedDrop unnecessary SQLiteDatabase::updateLastChangesCount()
Show description for ec62a0bcommitted
Commits on May 17, 2021
Avoid more String creations when preparing SQLite statements
Show description for 354a205committed
Commits on May 16, 2021
Modernize / Optimize SQLiteStatement creation and preparation
Show description for 5e60fadcommitted
Commits on May 14, 2021
Drop "get" prefix from WTF::FileSystem's getFileModificationTime() / getFileCreationTime()
Show description for c47a536committedRename FileSystem::getFileSize() to FileSystem::fileSize()
Show description for 7f42cb6committedRename FileSystem::pathGetFileName() to FileSystem::pathFileName()
Show description for 3cab8bccommitted
Commits on May 12, 2021
Port WTF::FileSystem::listDirectory to std::filesystem
Show description for 23c1806committed
Commits on Mar 23, 2021
[WebIDL] Remove the need to specify [MayThrowException]
Show description for c9d973bcommitted
Sam Weinig
Commits on Oct 1, 2020
[WebIDL] Make Exposed mandatory for IDL interfaces
Show description for 9940f5ccommitted
Sam Weinig
Commits on Sep 23, 2020
[WebIDL] Switch to new file name convention for partial interfaces
Show description for 50ca2ddcommitted
Sam Weinig
Commits on Sep 9, 2020
[WebIDL] Stop automatically applying the ImplementedBy extended attribute to all partial interfaces/dictionaries
Show description for 2c6c5c3committed
Sam Weinig
Commits on Aug 28, 2020
[WebIDL] 'void' type is changing to 'undefined'
Show description for 217b253committed
Sam Weinig
Commits on Jul 23, 2020
Allow IndexedDB in third-party frames
Show description for f8a0667authored andcommitted
Commits on Jun 28, 2020
Rename initializeThreading to initialize
Show description for e9d5a10committed
Commits on Jun 23, 2020
Remove a lot of unnecessary calls to Ref::copyRef()
Show description for c899399committed
Commits on Jun 11, 2020
Replace instances of whitelist in WebCore with allowlist
Show description for 81960d5committed
Commits on Mar 1, 2020
Remove std::lock_guard
Show description for f48db93committed