Commits
User selector
Commit History
Commits on Sep 3, 2021
Regression(r277571) Call to SQLiteDatabase::turnOnIncrementalAutoVacuum() from ITP fails
Show description for af1cdf4committed
Commits on Aug 2, 2021
Assertion is not acquired in network process when opening a SQLite database
Show description for dfa8568committed
Commits on Jul 29, 2021
-Wreturn-type warning in SQLiteDatabase.cpp
Show description for a2895dcauthored andcommittedImplement IDBTransaction.durability
Show description for 73adacdcommitted
Commits on Jul 23, 2021
The network process fails to take a locked file assertion when executing a SQLiteStatement outside a transaction
Show description for 442c8d8committed
Commits on Jun 9, 2021
Rely on SQLiteDatabase::setMaximumSize() for quota management in LocalStorageDatabase
Show description for 6a98bf0committedAdopt WTF::Span in SQLiteStatement
Show description for 90cf43dcommitted
Sam Weinig
Commits on Jun 8, 2021
Reduce use of reinterpret_cast<> in the codebase
Show description for e2db829committed
Commits on Jun 6, 2021
Fix repeated call to String::utf8() in SQLiteFileSystem::computeHashForFileName()
Show description for 7d75866committed
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 27, 2021
Add logging for when SQLiteDatabase fails to close
Show description for 23bc6eecommitted
Commits on May 25, 2021
Make error returned by SQLiteIDBBackingStore::getOrEstablishDatabaseInfo more detailed
Show description for cb2ad42committed
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 db20ed5committed
Commits on May 21, 2021
Replace more static Locks with CheckedLocks in WTF / WebCore
Show description for 3559a77committed
Commits on May 20, 2021
Introduce SQLiteStatement::columnBlobView()
Show description for 251620acommitted
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
Use UTF-8 internally from Strings inside SQLiteStatement
Show description for 419462ecommittedMake sure SQLiteStatement objects get destroyed before the database is closed
Show description for 623a1f1committedDrop unused SQLiteStatement::returnsAtLeastOneResult()
Show description for 1be5987committedDrop SQLiteStatement::return*Results() functions
Show description for 0795565committedRemove SQLiteStatement::isColumnNull and its use
Show description for 8d800e6committedDrop 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 7f42cb6committed
Commits on May 13, 2021
Rename FileSystem::directoryName() to FileSystem::parentPath()
Show description for 5036599committed
Commits on Apr 27, 2021
Don't keep local storage data in memory in the NetworkProcess
Show description for b20e624committedAsk LocalStorage database to free as much memory as possible on memory pressure
Show description for 4b1a68ccommitted
Commits on Jun 5, 2020
ITP SQLite Database should only vacuum once per day
Show description for 1ccb0a2committed