Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3fd9d7cbfc28f8a5cc0e7e311869f2e532972d21
      
https://github.com/WebKit/WebKit/commit/3fd9d7cbfc28f8a5cc0e7e311869f2e532972d21
  Author: Alex Christensen <achristen...@apple.com>
  Date:   2025-04-11 (Fri, 11 Apr 2025)

  Changed paths:
    M Source/WebKit/UIProcess/WebPageProxy.cpp
    M Tools/TestWebKitAPI/Tests/WebKitCocoa/EventAttribution.mm

  Log Message:
  -----------
  Skad network 4.0 web ad get-signed-payload request stopped working
https://bugs.webkit.org/show_bug.cgi?id=290833
rdar://148430376

Reviewed by John Wilander.

We already had infrastructure to transfer a PrivateClickMeasurement from an 
opener
to an opened page, but when the navigation happens in a new process without an 
opener
relationship, such as when target=_blank is used on an anchor tag, we weren't 
transferring
it.  This restores the transfer and verifies its success with a unit test.

* Source/WebKit/UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::createNewPage):
* Tools/TestWebKitAPI/Tests/WebKitCocoa/EventAttribution.mm:
(TestWebKitAPI::setupSKAdNetworkTest):
(TestWebKitAPI::TEST(PrivateClickMeasurement, SKAdNetwork)):
(TestWebKitAPI::TEST(PrivateClickMeasurement, SKAdNetworkAboutBlank)):
(TestWebKitAPI::TEST(PrivateClickMeasurement, 
SKAdNetworkWithoutNavigatingToAppStoreLink)):

Canonical link: https://commits.webkit.org/293594@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to