| Summary: | Do daily activity in AdAttributionDaemon based off of when the xpc activity happens | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Alex Christensen <achristensen> | ||||||
| Component: | New Bugs | Assignee: | Alex Christensen <achristensen> | ||||||
| Status: | RESOLVED FIXED | ||||||||
| Severity: | Normal | CC: | katherine_cheney, webkit-bug-importer | ||||||
| Priority: | P2 | Keywords: | InRadar | ||||||
| Version: | WebKit Nightly Build | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Attachments: |
|
||||||||
|
Description
Alex Christensen
2021-10-05 14:20:17 PDT
Created attachment 440267 [details]
Patch
Comment on attachment 440267 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=440267&action=review > Source/WebKit/NetworkProcess/PrivateClickMeasurement/PrivateClickMeasurementDaemonClient.h:41 > + bool runningInDaemon() const final { return false; } Shouldn't this be true? Comment on attachment 440267 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=440267&action=review >> Source/WebKit/NetworkProcess/PrivateClickMeasurement/PrivateClickMeasurementDaemonClient.h:41 >> + bool runningInDaemon() const final { return false; } > > Shouldn't this be true? yes Created attachment 440302 [details]
Patch
Comment on attachment 440302 [details]
Patch
r=me
Committed r283595 (242550@main): <https://commits.webkit.org/242550@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 440302 [details]. |