Changeset 269777 in webkit


Ignore:
Timestamp:
Nov 13, 2020 8:01:05 AM (3 years ago)
Author:
eric.carlson@apple.com
Message:

Add _STAttributionDisplayName to macOS WebContent Info.plist
https://bugs.webkit.org/show_bug.cgi?id=218900

Reviewed by Youenn Fablet.

  • WebProcess/EntryPoint/Cocoa/XPCService/WebContentService/Info-OSX.plist:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r269772 r269777  
     12020-11-13  Eric Carlson  <eric.carlson@apple.com>
     2
     3        Add _STAttributionDisplayName to macOS WebContent Info.plist
     4        https://bugs.webkit.org/show_bug.cgi?id=218900
     5
     6        Reviewed by Youenn Fablet.
     7
     8        * WebProcess/EntryPoint/Cocoa/XPCService/WebContentService/Info-OSX.plist:
     9
    1102020-11-13  Miguel Gomez  <magomez@igalia.com>
    211
  • trunk/Source/WebKit/WebProcess/EntryPoint/Cocoa/XPCService/WebContentService/Info-OSX.plist

    r253968 r269777  
    3737        <key>NSMainNibFile</key>
    3838        <string>WebContentProcess</string>
     39        <key>_STAttributionDisplayName</key>
     40        <string>Website</string>
    3941        <key>XPCService</key>
    4042        <dict>
Note: See TracChangeset for help on using the changeset viewer.