Title: [277327] trunk/Source/WebKit
- Revision
- 277327
- Author
- [email protected]
- Date
- 2021-05-11 10:14:16 -0700 (Tue, 11 May 2021)
Log Message
[Cocoa] Add _STAttributionDisplayName to macOS and iOS GPUProcess Info.plist
https://bugs.webkit.org/show_bug.cgi?id=225626
rdar://77019240
Reviewed by Youenn Fablet.
* GPUProcess/EntryPoint/Cocoa/XPCService/GPUService/Info-OSX.plist:
* GPUProcess/EntryPoint/Cocoa/XPCService/GPUService/Info-iOS.plist:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (277326 => 277327)
--- trunk/Source/WebKit/ChangeLog 2021-05-11 15:52:17 UTC (rev 277326)
+++ trunk/Source/WebKit/ChangeLog 2021-05-11 17:14:16 UTC (rev 277327)
@@ -1,3 +1,14 @@
+2021-05-11 Eric Carlson <[email protected]>
+
+ [Cocoa] Add _STAttributionDisplayName to macOS and iOS GPUProcess Info.plist
+ https://bugs.webkit.org/show_bug.cgi?id=225626
+ rdar://77019240
+
+ Reviewed by Youenn Fablet.
+
+ * GPUProcess/EntryPoint/Cocoa/XPCService/GPUService/Info-OSX.plist:
+ * GPUProcess/EntryPoint/Cocoa/XPCService/GPUService/Info-iOS.plist:
+
2021-05-11 Ada Chan <[email protected]>
[WebXR] Return a default layer handle in XRDeviceProxy::createLayerProjection
Modified: trunk/Source/WebKit/GPUProcess/EntryPoint/Cocoa/XPCService/GPUService/Info-OSX.plist (277326 => 277327)
--- trunk/Source/WebKit/GPUProcess/EntryPoint/Cocoa/XPCService/GPUService/Info-OSX.plist 2021-05-11 15:52:17 UTC (rev 277326)
+++ trunk/Source/WebKit/GPUProcess/EntryPoint/Cocoa/XPCService/GPUService/Info-OSX.plist 2021-05-11 17:14:16 UTC (rev 277327)
@@ -28,6 +28,8 @@
<string>NSApplication</string>
<key>LSUIElement</key>
<true/>
+ <key>_STAttributionDisplayName</key>
+ <string>Website</string>
<key>XPCService</key>
<dict>
<key>ServiceType</key>
Modified: trunk/Source/WebKit/GPUProcess/EntryPoint/Cocoa/XPCService/GPUService/Info-iOS.plist (277326 => 277327)
--- trunk/Source/WebKit/GPUProcess/EntryPoint/Cocoa/XPCService/GPUService/Info-iOS.plist 2021-05-11 15:52:17 UTC (rev 277326)
+++ trunk/Source/WebKit/GPUProcess/EntryPoint/Cocoa/XPCService/GPUService/Info-iOS.plist 2021-05-11 17:14:16 UTC (rev 277327)
@@ -28,6 +28,8 @@
<string>NSApplication</string>
<key>LSUIElement</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