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 17, 2021
Remove unnecessary ITP memory store code
Show description for 87e5dd9committed
Commits on Sep 15, 2021
Rename RESOURCE_LOAD_STATISTICS to INTELLIGENT_TRACKING_PREVENTION
Show description for 70eb0d4committed
Commits on Sep 9, 2021
Add PrivateClickMeasurement daemon
Show description for 46ab438authored andcommitted
Commits on Sep 3, 2021
Clean up PrivateClickMeasurementManager interface
Show description for f88fb04authored andcommitted
Commits on Sep 1, 2021
Move PCM::Store ownership from WebResourceLoadStatisticsStore to PrivateClickMeasurementManager
Show description for b50aaceauthored andcommitted
Remove _statisticsDatabaseColumnsForTable and related unused test functions
Show description for eed8bc4authored andcommitted
Non-unified build partial fixes, late late August 2021
Show description for 892294dcommitted
Commits on Aug 30, 2021
Migrate PrivateClickMeasurements from ResourceLoadStatistics database to new database
Show description for a6ac551authored andcommitted
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 24, 2021
Non-unified build fixes, late August 2021
Show description for 989ff51committedPCM: Support ephemeral measurement with non-persistent WebCore::PrivateClickMeasurement
Show description for ab8e49bcommitted
Commits on Aug 15, 2021
Bug 229112: ThreadSanitizer: data races of WTF::String in WebResourceLoadStatisticsStore
Show description for 18d3311committed
David Kilzer
Commits on Aug 11, 2021
Suspend WorkQueue of ResourceLoadStatistics and LocalStorage sooner
Show description for d90b20acommitted
Commits on Jul 21, 2021
REGRESSION (r278916): Hitting ASSERT(!m_db.m_transactionInProgress) in SQLiteTransaction::begin()
Show description for cd6cbb6committed
Commits on Jul 20, 2021
Completion handler of NetworkProcess::prepareToSuspend may not be invoked promptly
Show description for eaea528committed
Commits on Jul 10, 2021
Unreviewed follow-up to r279802 to address review feedback from Sam Weinig.
Show description for 5f217f0committed[ITP] Improve ResourceLoadStatisticsDatabaseStore's buildList() and use it in more places
Show description for 949f2e9committed
Commits on Jul 9, 2021
Validate keys in ResourceLoadStatisticsDatabaseStore::findNotVeryPrevalentResources() before using them with HashMap
Show description for 2d39e10committed
Commits on Jul 7, 2021
[ITP] Potential assertion hit in ResourceLoadStatisticsDatabaseStore::clearUserInteraction()
Show description for 9e030a7committed
Commits on Jul 6, 2021
Don't interrupt database for WebResourceLoadStatisticsStore if it will not be suspended
Show description for 0e80d01committed
Commits on Jun 29, 2021
Nullptr crash in ResourceLoadStatisticsDatabaseStore::allAttributedPrivateClickMeasurement
Show description for ccaa32ccommitted
Commits on Jun 17, 2021
Enable some more release logging in for ephemeral sessions
Show description for a1d39ddcommitted
Commits on Jun 16, 2021
Use more SQL transactions in ResourceLoadStatisticsDatabaseStore
Show description for 08475f2committed
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 21, 2021
Replace more static Locks with CheckedLocks in WebKit / WebKitLegacy
Show description for 40bcf64committed
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 5e60fadcommittedDelete WebSQL code from WebKit2
Show description for 0f56588committed
Commits on May 13, 2021
Rename FileSystem::directoryName() to FileSystem::parentPath()
Show description for 5036599committed