[webkit-changes] [WebKit/WebKit] 4bc976: Remove IsDeprecatedWeakRefSmartPointerException fr...
Ryosuke Niwa
noreply at github.com
Wed Oct 9 13:30:11 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4bc97626a57c131706340100e784b3cce224aa16
https://github.com/WebKit/WebKit/commit/4bc97626a57c131706340100e784b3cce224aa16
Author: Ryosuke Niwa <rniwa at webkit.org>
Date: 2024-10-09 (Wed, 09 Oct 2024)
Changed paths:
M Source/WebKit/NetworkProcess/PrivateClickMeasurement/PrivateClickMeasurementDatabase.cpp
M Source/WebKit/NetworkProcess/PrivateClickMeasurement/PrivateClickMeasurementDatabase.h
M Source/WebKit/NetworkProcess/PrivateClickMeasurement/PrivateClickMeasurementPersistentStore.cpp
M Source/WebKit/NetworkProcess/PrivateClickMeasurement/PrivateClickMeasurementPersistentStore.h
Log Message:
-----------
Remove IsDeprecatedWeakRefSmartPointerException from PrivateClickMeasurementDatabase
https://bugs.webkit.org/show_bug.cgi?id=281125
Reviewed by Geoffrey Garen.
Made PrivateClickMeasurementDatabase refcounted.
* Source/WebKit/NetworkProcess/PrivateClickMeasurement/PrivateClickMeasurementDatabase.cpp:
(WebKit::PCM::Database::create):
* Source/WebKit/NetworkProcess/PrivateClickMeasurement/PrivateClickMeasurementDatabase.h:
* Source/WebKit/NetworkProcess/PrivateClickMeasurement/PrivateClickMeasurementPersistentStore.cpp:
(WebKit::PCM::PersistentStore::PersistentStore):
(WebKit::PCM::PersistentStore::insertPrivateClickMeasurement):
(WebKit::PCM::PersistentStore::markAllUnattributedPrivateClickMeasurementAsExpiredForTesting):
(WebKit::PCM::PersistentStore::privateClickMeasurementToStringForTesting const):
(WebKit::PCM::PersistentStore::allAttributedPrivateClickMeasurement):
(WebKit::PCM::PersistentStore::markAttributedPrivateClickMeasurementsAsExpiredForTesting):
(WebKit::PCM::PersistentStore::clearPrivateClickMeasurement):
(WebKit::PCM::PersistentStore::clearPrivateClickMeasurementForRegistrableDomain):
(WebKit::PCM::PersistentStore::clearExpiredPrivateClickMeasurement):
(WebKit::PCM::PersistentStore::clearSentAttribution):
* Source/WebKit/NetworkProcess/PrivateClickMeasurement/PrivateClickMeasurementPersistentStore.h:
Canonical link: https://commits.webkit.org/284918@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list