Commits
User selector
Commit History
Commits on Sep 20, 2021
Stop using makeRef(*this) / makeRefPtr(this)
Show description for 54cb09dcommitted
Commits on Jul 19, 2021
Implement IDBTransaction.commit()
Show description for 50e5506committed
Commits on Jun 21, 2021
Make InProcessIDBServer use WorkQueue instead of Thread
Show description for adff2c2committed
Commits on Jun 14, 2021
Pass PAL::SessionID by value instead of reference
Show description for 13620e1authored andcommitted
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
Drop 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 StorageAreaSync
Show description for 2b13606committed
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 623a1f1committed
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
Rename 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 May 12, 2021
Port WTF::FileSystem::listDirectory to std::filesystem
Show description for 23c1806committed
Commits on May 4, 2021
Remove unused references to PageGroup from WebKitLegacy
Show description for 9b1a705authored andcommitted
Commits on Apr 27, 2021
Copy-on-write semantics should be an internal implementation detail of StorageMap
Show description for b91f5a4committedDon't keep local storage data in memory in the NetworkProcess
Show description for b20e624committed
Commits on Apr 13, 2021
Make WebIDBServer not block main thread during initialization
Show description for 4c683c8committed
Commits on Apr 8, 2021
Remove logging for investigating http/tests/IndexedDB/storage-limit-1.html failure
Show description for fee6a75committed
Commits on Mar 28, 2021
Remove ENABLE_INDEXED_DATABASE & ENABLE_INDEXED_DATABASE_IN_WORKERS, it seems like it is on for all ports
Show description for c19981bcommitted
Sam Weinig
Commits on Mar 12, 2021
Introduce ensureOnMainThread()
Show description for f54a332committedAdd some logging to help debug flaky quota tests
Show description for ea321f6authored andcommitted
Commits on Jun 17, 2020
IndexedDB: Support IDBFactory databases method
Show description for cc49ea1authored andcommitted
Commits on Jun 16, 2020
Unreviewed, reverting r263079.
Show description for 4c616a7committed
Truitt SavellIndexedDB: Support IDBFactory databases method
Show description for c84cd59authored andcommitted
Commits on Feb 12, 2020
Fix declarations marked by wrong export macros (WEBCORE_EXPORT and WTF_EXPORT)
Show description for f97366bcommitted
Commits on Feb 4, 2020
Crash in WebCore::IDBServer::IDBServer::createIndex
Show description for dd98f3ecommitted
Commits on Jan 8, 2020
REGRESSION (r248734): different threads write m_storageMap of StorageAreaImpl at the same time
Show description for 893d72acommitted
Commits on Dec 19, 2019
IndexedDB: perform IDBServer work only on background thread
Show description for d5defe9committed
Commits on Dec 11, 2019
IndexedDB: Introduce WebIDBServer class
Show description for dc9a385committedAdd type to StorageThread
Show description for 4e44cdbcommitted