Changeset 277327 in webkit
- Timestamp:
- May 11, 2021, 10:14:16 AM (5 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
GPUProcess/EntryPoint/Cocoa/XPCService/GPUService/Info-OSX.plist (modified) (1 diff)
-
GPUProcess/EntryPoint/Cocoa/XPCService/GPUService/Info-iOS.plist (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r277324 r277327 1 2021-05-11 Eric Carlson <eric.carlson@apple.com> 2 3 [Cocoa] Add _STAttributionDisplayName to macOS and iOS GPUProcess Info.plist 4 https://bugs.webkit.org/show_bug.cgi?id=225626 5 rdar://77019240 6 7 Reviewed by Youenn Fablet. 8 9 * GPUProcess/EntryPoint/Cocoa/XPCService/GPUService/Info-OSX.plist: 10 * GPUProcess/EntryPoint/Cocoa/XPCService/GPUService/Info-iOS.plist: 11 1 12 2021-05-11 Ada Chan <ada.chan@apple.com> 2 13 -
trunk/Source/WebKit/GPUProcess/EntryPoint/Cocoa/XPCService/GPUService/Info-OSX.plist
r271131 r277327 29 29 <key>LSUIElement</key> 30 30 <true/> 31 <key>_STAttributionDisplayName</key> 32 <string>Website</string> 31 33 <key>XPCService</key> 32 34 <dict> -
trunk/Source/WebKit/GPUProcess/EntryPoint/Cocoa/XPCService/GPUService/Info-iOS.plist
r271189 r277327 29 29 <key>LSUIElement</key> 30 30 <true/> 31 <key>_STAttributionDisplayName</key> 32 <string>Website</string> 31 33 <key>XPCService</key> 32 34 <dict>
Note:
See TracChangeset
for help on using the changeset viewer.