Title: [260925] branches/safari-610.1.11-branch/Source/WebKit
- Revision
- 260925
- Author
- [email protected]
- Date
- 2020-04-29 16:37:44 -0700 (Wed, 29 Apr 2020)
Log Message
Cherry-pick r260904. rdar://problem/62622460
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:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@260904 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Modified Paths
Diff
Modified: branches/safari-610.1.11-branch/Source/WebKit/ChangeLog (260924 => 260925)
--- branches/safari-610.1.11-branch/Source/WebKit/ChangeLog 2020-04-29 23:37:40 UTC (rev 260924)
+++ branches/safari-610.1.11-branch/Source/WebKit/ChangeLog 2020-04-29 23:37:44 UTC (rev 260925)
@@ -1,5 +1,34 @@
2020-04-29 Alan Coon <[email protected]>
+ Cherry-pick r260904. rdar://problem/62622460
+
+ 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:
+
+
+ git-svn-id: https://svn.webkit.org/repository/webkit/trunk@260904 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+ 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 Alan Coon <[email protected]>
+
Cherry-pick r260650. rdar://problem/62622460
Call STDynamicActivityAttributionPublisher in the WebProcess
Modified: branches/safari-610.1.11-branch/Source/WebKit/WebProcess/EntryPoint/Cocoa/XPCService/WebContentService/Info-iOS.plist (260924 => 260925)
--- branches/safari-610.1.11-branch/Source/WebKit/WebProcess/EntryPoint/Cocoa/XPCService/WebContentService/Info-iOS.plist 2020-04-29 23:37:40 UTC (rev 260924)
+++ branches/safari-610.1.11-branch/Source/WebKit/WebProcess/EntryPoint/Cocoa/XPCService/WebContentService/Info-iOS.plist 2020-04-29 23:37:44 UTC (rev 260925)
@@ -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