Commits
User selector
Commit History
Commits on Sep 20, 2021
Stop using makeRef(*this) / makeRefPtr(this)
Show description for 54cb09dcommitted
Commits on Sep 9, 2021
Add PrivateClickMeasurement daemon
Show description for 46ab438authored andcommitted
Commits on Aug 11, 2021
Suspend WorkQueue of ResourceLoadStatistics and LocalStorage sooner
Show description for d90b20acommitted
Commits on Jul 20, 2021
Completion handler of NetworkProcess::prepareToSuspend may not be invoked promptly
Show description for eaea528committed
Commits on Jul 2, 2021
Regression(r278786) LocalStorageDatabase's transaction may be remain active when process gets suspended
Show description for ebc46f5committed
Commits on Jun 11, 2021
[WK2] Batch local storage database writes using transactions
Show description for e3fff83committedRegression(r276653) We're going to disk more often for local storage operations
Show description for 62c279dcommitted
Commits on Jun 9, 2021
Rely on SQLiteDatabase::setMaximumSize() for quota management in LocalStorageDatabase
Show description for 6a98bf0committed
Commits on Jun 3, 2021
StorageArea should be able to send its IPC directly from the background thread
Show description for 8758f45committed
Commits on Jun 2, 2021
Rename 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
Drop CheckedLock / CheckedCondition aliases
Show description for 42ae9aacommitted
Commits on May 21, 2021
Non-unified build fixes, late-ish May 2021 edition
Show description for 4121488committed
Commits on May 20, 2021
Use CheckedLock more in WebKit2 code
Show description for 2d56d83committed
Commits on May 19, 2021
Drop "get" prefix from SQLiteStatement member functions as well as out-parameters
Show description for 545dca3committed
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 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 May 6, 2021
Drop some unnecessary code in LocalStorageDatabase
Show description for 3471160committed
Commits on Apr 29, 2021
Improve local storage size estimation for quota limitation
Show description for 03b3efacommittedUnreviewed, reverting r276689, r276736, and r276737.
Show description for c313264committed
Commits on Apr 28, 2021
Improve local storage size estimation for quota limitation
Show description for ee1d6f8committed
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 b20e624committedAsk LocalStorage database to free as much memory as possible on memory pressure
Show description for 4b1a68ccommitted
Commits on Apr 13, 2021
StorageArea in LocalStorageNamespace can be abandoned
Show description for 393b8f6committed
Commits on Mar 12, 2021
Unreviewed, partial revert of r274286 because this introduced an assertion failure.
Show description for 7201f15committed
Commits on Mar 11, 2021
Use CallOnMainThreadAndWait() instead of CallAndMainThread() + BinarySemaphore
Show description for 9c9753bcommittedIntroduce WorkQueue::dispatchSync()
Show description for 8bdcd07committed
Commits on Mar 10, 2021
Use UniqueRef<> instead of std::unique_ptr<> when passing IPC::Encoder to sendMessage()
Show description for 72e8be0committed
Commits on Feb 11, 2021
Remove unused WebKit::LocalStorageDatabaseTracker::deleteAllDatabases()
Show description for 5033a06committed
David Kilzer
Commits on Oct 5, 2020
Unify linkedOnOrAfter duplicate code and use SPI/WebCoreTestSupport instead of NSUserDefaults
Show description for 3119e36committed