Unconverted Ad Click Attributions should be aged out after a week.
<rdar://problem/50177349>
Created attachment 368158 [details] Patch
Comment on attachment 368158 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=368158&action=review > Source/WebCore/loader/AdClickAttribution.cpp:99 > + m_timeOfAdClick = m_timeOfAdClick - maxAge - 1_s; cannot we use m_timeOfAdClick = {} ? Then the time would be epoch, which I bet would be considered as expired.
(In reply to Chris Dumez from comment #3) > Comment on attachment 368158 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=368158&action=review > > > Source/WebCore/loader/AdClickAttribution.cpp:99 > > + m_timeOfAdClick = m_timeOfAdClick - maxAge - 1_s; > > cannot we use m_timeOfAdClick = {} ? Then the time would be epoch, which I > bet would be considered as expired. Oh, I'll try that. Thanks for the review!
Created attachment 368171 [details] Patch for landing
Comment on attachment 368171 [details] Patch for landing Clearing flags on attachment: 368171 Committed r244614: <https://trac.webkit.org/changeset/244614>
All reviewed patches have been landed. Closing bug.