WebKit Bugzilla
Attachment 358778 Details for
Bug 193311
: Rename some entitlements files to be more clear about their target platform
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
a.diff (text/plain), 8.05 KB, created by
Tim Horton
on 2019-01-09 21:16:38 PST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Tim Horton
Created:
2019-01-09 21:16:38 PST
Size:
8.05 KB
patch
obsolete
>diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index b999447d61d..ad7a55fe593 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,16 @@ >+2019-01-09 Tim Horton <timothy_horton@apple.com> >+ >+ Rename some entitlements files to be more clear about their target platform >+ https://bugs.webkit.org/show_bug.cgi?id=193311 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * Configurations/Network-iOSMac.entitlements: Renamed from Source/WebKit/Configurations/Network-iOS-minimalsimulator.entitlements. >+ * Configurations/NetworkService.xcconfig: >+ * Configurations/WebContent-iOSMac.entitlements: Renamed from Source/WebKit/Configurations/WebContent-iOS-minimalsimulator.entitlements. >+ * Configurations/WebContentService.xcconfig: >+ * WebKit.xcodeproj/project.pbxproj: >+ > 2019-01-09 Alex Christensen <achristensen@webkit.org> > > Replace SessionTracker with HashMap member of NetworkProcess >diff --git a/Source/WebKit/Configurations/Network-iOS-minimalsimulator.entitlements b/Source/WebKit/Configurations/Network-iOSMac.entitlements >similarity index 100% >rename from Source/WebKit/Configurations/Network-iOS-minimalsimulator.entitlements >rename to Source/WebKit/Configurations/Network-iOSMac.entitlements >diff --git a/Source/WebKit/Configurations/NetworkService.xcconfig b/Source/WebKit/Configurations/NetworkService.xcconfig >index c186ee9c0ae..69bde3f4e82 100644 >--- a/Source/WebKit/Configurations/NetworkService.xcconfig >+++ b/Source/WebKit/Configurations/NetworkService.xcconfig >@@ -30,7 +30,7 @@ WK_XPC_SERVICE_IOS_ENTITLEMENTS_BASE_watchos = Network-iOS; > WK_XPC_SERVICE_IOS_ENTITLEMENTS_BASE_watchsimulator = Network-iOS; > WK_XPC_SERVICE_IOS_ENTITLEMENTS_BASE_appletvos = Network-iOS; > WK_XPC_SERVICE_IOS_ENTITLEMENTS_BASE_appletvsimulator = Network-iOS; >-WK_XPC_SERVICE_IOS_ENTITLEMENTS_BASE_iosmac = Network-iOS-minimalsimulator; >+WK_XPC_SERVICE_IOS_ENTITLEMENTS_BASE_iosmac = Network-iOSMac; > > CODE_SIGN_ENTITLEMENTS_COCOA_TOUCH_NO = Configurations/Network-OSX.entitlements; > OTHER_CODE_SIGN_FLAGS = $(WK_LIBRARY_VALIDATION_CODE_SIGN_FLAGS); >diff --git a/Source/WebKit/Configurations/WebContent-iOS-minimalsimulator.entitlements b/Source/WebKit/Configurations/WebContent-iOSMac.entitlements >similarity index 100% >rename from Source/WebKit/Configurations/WebContent-iOS-minimalsimulator.entitlements >rename to Source/WebKit/Configurations/WebContent-iOSMac.entitlements >diff --git a/Source/WebKit/Configurations/WebContentService.xcconfig b/Source/WebKit/Configurations/WebContentService.xcconfig >index 403814686f1..9bc3d79f18a 100644 >--- a/Source/WebKit/Configurations/WebContentService.xcconfig >+++ b/Source/WebKit/Configurations/WebContentService.xcconfig >@@ -30,7 +30,7 @@ WK_XPC_SERVICE_IOS_ENTITLEMENTS_BASE_watchos = WebContent-iOS; > WK_XPC_SERVICE_IOS_ENTITLEMENTS_BASE_watchsimulator = WebContent-iOS; > WK_XPC_SERVICE_IOS_ENTITLEMENTS_BASE_appletvos = WebContent-iOS; > WK_XPC_SERVICE_IOS_ENTITLEMENTS_BASE_appletvsimulator = WebContent-iOS; >-WK_XPC_SERVICE_IOS_ENTITLEMENTS_BASE_iosmac = WebContent-iOS-minimalsimulator; >+WK_XPC_SERVICE_IOS_ENTITLEMENTS_BASE_iosmac = WebContent-iOSMac; > > CODE_SIGN_ENTITLEMENTS_COCOA_TOUCH_NO = Configurations/WebContent-OSX.entitlements; > OTHER_CODE_SIGN_FLAGS = $(WK_LIBRARY_VALIDATION_CODE_SIGN_FLAGS); >diff --git a/Source/WebKit/WebKit.xcodeproj/project.pbxproj b/Source/WebKit/WebKit.xcodeproj/project.pbxproj >index e6ce2438523..507edb73e74 100644 >--- a/Source/WebKit/WebKit.xcodeproj/project.pbxproj >+++ b/Source/WebKit/WebKit.xcodeproj/project.pbxproj >@@ -2899,8 +2899,8 @@ > 370F34A41829BEA3009027C8 /* WKNavigationDataInternal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKNavigationDataInternal.h; sourceTree = "<group>"; }; > 370F34A61829CFF3009027C8 /* WKBrowsingContextHistoryDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKBrowsingContextHistoryDelegate.h; sourceTree = "<group>"; }; > 37119A7C20CCB64E002C6DC9 /* WebKitTargetConditionals.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = WebKitTargetConditionals.xcconfig; sourceTree = "<group>"; }; >- 37119A7D20CCB64E002C6DC9 /* Network-iOS-minimalsimulator.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "Network-iOS-minimalsimulator.entitlements"; sourceTree = "<group>"; }; >- 37119A7E20CCB64E002C6DC9 /* WebContent-iOS-minimalsimulator.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "WebContent-iOS-minimalsimulator.entitlements"; sourceTree = "<group>"; }; >+ 37119A7D20CCB64E002C6DC9 /* Network-iOSMac.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "Network-iOSMac.entitlements"; sourceTree = "<group>"; }; >+ 37119A7E20CCB64E002C6DC9 /* WebContent-iOSMac.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "WebContent-iOSMac.entitlements"; sourceTree = "<group>"; }; > 37183D54182F4E700080C811 /* WKNSURLExtras.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = WKNSURLExtras.mm; sourceTree = "<group>"; }; > 37183D55182F4E700080C811 /* WKNSURLExtras.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKNSURLExtras.h; sourceTree = "<group>"; }; > 371A193F1824D29300F32A5E /* WKNSDictionary.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = WKNSDictionary.mm; sourceTree = "<group>"; }; >@@ -4836,8 +4836,8 @@ > A7BD9863194653D400D35698 /* Databases-iOS.entitlements */, > 1A4F976B100E7B6600637A18 /* DebugRelease.xcconfig */, > 1A4F976C100E7B6600637A18 /* FeatureDefines.xcconfig */, >- 37119A7D20CCB64E002C6DC9 /* Network-iOS-minimalsimulator.entitlements */, > 7C0BB9A918DCDF5A0006C086 /* Network-iOS.entitlements */, >+ 37119A7D20CCB64E002C6DC9 /* Network-iOSMac.entitlements */, > 5C6F4EED21E5B11300BC8380 /* Network-OSX-restricted.entitlements */, > 41D0FC7D20E43A5100076AE8 /* Network-OSX-sandbox.entitlements */, > 5C7ACFD1218DD8BD004CBB59 /* Network-OSX.entitlements */, >@@ -4850,8 +4850,8 @@ > A1EDD2DC1884B9B500BBFE98 /* SecItemShim.xcconfig */, > 5183B3931379F85C00E8754E /* Shim.xcconfig */, > 1A4F976E100E7B6600637A18 /* Version.xcconfig */, >- 37119A7E20CCB64E002C6DC9 /* WebContent-iOS-minimalsimulator.entitlements */, > 7C0BB9A818DCDE890006C086 /* WebContent-iOS.entitlements */, >+ 37119A7E20CCB64E002C6DC9 /* WebContent-iOSMac.entitlements */, > 37B418EB1C9624F20031E63B /* WebContent-or-Plugin-OSX-restricted.entitlements */, > 4188C158211378520012ABCD /* WebContent-OSX-sandbox.entitlements */, > 7AF66E1120C07CB6007828EA /* WebContent-OSX.entitlements */, >@@ -10369,16 +10369,16 @@ > "$(SRCROOT)/Configurations/Databases-iOS.entitlements", > "$(SRCROOT)/Configurations/Network-iOS.entitlements", > "$(SRCROOT)/Configurations/WebContent-iOS.entitlements", >- "$(SRCROOT)/Configurations/Network-iOS-minimalsimulator.entitlements", >- "$(SRCROOT)/Configurations/WebContent-iOS-minimalsimulator.entitlements", >+ "$(SRCROOT)/Configurations/Network-iOSMac.entitlements", >+ "$(SRCROOT)/Configurations/WebContent-iOSMac.entitlements", > ); > name = "Derive Entitlements for Manual Sandboxing"; > outputPaths = ( > "$(BUILT_PRODUCTS_DIR)/DerivedSources/WebKit2/Databases-iOS-no-sandbox.entitlements", > "$(BUILT_PRODUCTS_DIR)/DerivedSources/WebKit2/Network-iOS-no-sandbox.entitlements", > "$(BUILT_PRODUCTS_DIR)/DerivedSources/WebKit2/WebContent-iOS-no-sandbox.entitlements", >- "$(BUILT_PRODUCTS_DIR)/DerivedSources/WebKit2/Network-iOS-minimalsimulator-no-sandbox.entitlements", >- "$(BUILT_PRODUCTS_DIR)/DerivedSources/WebKit2/WebContent-iOS-minimalsimulator-no-sandbox.entitlements", >+ "$(BUILT_PRODUCTS_DIR)/DerivedSources/WebKit2/Network-iOSMac-no-sandbox.entitlements", >+ "$(BUILT_PRODUCTS_DIR)/DerivedSources/WebKit2/WebContent-iOSMac-no-sandbox.entitlements", > ); > runOnlyForDeploymentPostprocessing = 0; > shellPath = /bin/sh;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 193311
: 358778