Bug 229623

Summary: Add UIEventAttribution SPI that uses PrivateClickMeasurementAttributionEphemeral::Yes
Product: WebKit Reporter: Alex Christensen <achristensen>
Component: New BugsAssignee: Alex Christensen <achristensen>
Status: RESOLVED FIXED    
Severity: Normal CC: wilander
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch wilander: review+

Description Alex Christensen 2021-08-27 12:46:00 PDT
Add UIEventAttribution SPI that uses PrivateClickMeasurementAttributionEphemeral::Yes
Comment 1 Alex Christensen 2021-08-27 12:47:20 PDT
Created attachment 436658 [details]
Patch
Comment 2 John Wilander 2021-08-27 13:21:21 PDT
r=me
Comment 3 Alex Christensen 2021-08-27 13:46:48 PDT
Comment on attachment 436658 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=436658&action=review

> Tools/TestWebKitAPI/Tests/WebKitCocoa/EventAttribution.mm:302
> +    runBasicEventAttributionTest([](WKWebView *webView, const HTTPServer& server) {

After https://bugs.webkit.org/show_bug.cgi?id=229527 this will need nil as a new first parameter.  I'll land that first, then this with nil.
Comment 4 Alex Christensen 2021-08-27 14:26:29 PDT
r281723