Title: [260904] trunk/Source/WebKit
Revision
260904
Author
[email protected]
Date
2020-04-29 10:20:27 -0700 (Wed, 29 Apr 2020)

Log Message

Set _STAttributionDisplayName to iOS WebContent Info plist
https://bugs.webkit.org/show_bug.cgi?id=210772
<rdar://problem/62075201>

Reviewed by Eric Carlson.

Set _STAttributionDisplayName to 'Website' value.

* WebProcess/EntryPoint/Cocoa/XPCService/WebContentService/Info-iOS.plist:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (260903 => 260904)


--- trunk/Source/WebKit/ChangeLog	2020-04-29 17:20:17 UTC (rev 260903)
+++ trunk/Source/WebKit/ChangeLog	2020-04-29 17:20:27 UTC (rev 260904)
@@ -1,3 +1,15 @@
+2020-04-29  Youenn Fablet  <[email protected]>
+
+        Set _STAttributionDisplayName to iOS WebContent Info plist
+        https://bugs.webkit.org/show_bug.cgi?id=210772
+        <rdar://problem/62075201>
+
+        Reviewed by Eric Carlson.
+
+        Set _STAttributionDisplayName to 'Website' value.
+
+        * WebProcess/EntryPoint/Cocoa/XPCService/WebContentService/Info-iOS.plist:
+
 2020-04-29  Kate Cheney  <[email protected]>
 
         Refactor layout tests after updates to In-App Browser Privacy

Modified: trunk/Source/WebKit/WebProcess/EntryPoint/Cocoa/XPCService/WebContentService/Info-iOS.plist (260903 => 260904)


--- trunk/Source/WebKit/WebProcess/EntryPoint/Cocoa/XPCService/WebContentService/Info-iOS.plist	2020-04-29 17:20:17 UTC (rev 260903)
+++ trunk/Source/WebKit/WebProcess/EntryPoint/Cocoa/XPCService/WebContentService/Info-iOS.plist	2020-04-29 17:20:27 UTC (rev 260904)
@@ -26,6 +26,8 @@
 	<string>${BUNDLE_VERSION}</string>
 	<key>LSFileQuarantineEnabled</key>
 	<true/>
+	<key>_STAttributionDisplayName</key>
+	<string>Website</string>
 	<key>XPCService</key>
 	<dict>
 		<key>ServiceType</key>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to