Title: [228158] branches/safari-605-branch/Source/WebKit
- Revision
- 228158
- Author
- [email protected]
- Date
- 2018-02-06 07:16:06 -0800 (Tue, 06 Feb 2018)
Log Message
Cherry-pick r228135. rdar://problem/37232614
Modified Paths
Diff
Modified: branches/safari-605-branch/Source/WebKit/ChangeLog (228157 => 228158)
--- branches/safari-605-branch/Source/WebKit/ChangeLog 2018-02-06 14:50:01 UTC (rev 228157)
+++ branches/safari-605-branch/Source/WebKit/ChangeLog 2018-02-06 15:16:06 UTC (rev 228158)
@@ -1,5 +1,22 @@
2018-02-05 Jason Marcell <[email protected]>
+ Cherry-pick r228135. rdar://problem/37232614
+
+ 2018-02-05 Brent Fulgham <[email protected]>
+
+ [iOS] Storage process is using the wrong sandbox profile filename
+ https://bugs.webkit.org/show_bug.cgi?id=182500
+ <rdar://problem/37232614>
+
+ Reviewed by David Kilzer.
+
+ The iOS entitlements file was still referencing the old Databases sandbox profile, even though the
+ process has been renamed 'Storage'.
+
+ * Configurations/Databases-iOS.entitlements:
+
+2018-02-05 Jason Marcell <[email protected]>
+
Cherry-pick r227989. rdar://problem/37145565
2018-02-01 Youenn Fablet <[email protected]>
Modified: branches/safari-605-branch/Source/WebKit/Configurations/Databases-iOS.entitlements (228157 => 228158)
--- branches/safari-605-branch/Source/WebKit/Configurations/Databases-iOS.entitlements 2018-02-06 14:50:01 UTC (rev 228157)
+++ branches/safari-605-branch/Source/WebKit/Configurations/Databases-iOS.entitlements 2018-02-06 15:16:06 UTC (rev 228158)
@@ -4,7 +4,7 @@
<dict>
<key>seatbelt-profiles</key>
<array>
- <string>com.apple.WebKit.Databases</string>
+ <string>com.apple.WebKit.Storage</string>
</array>
</dict>
</plist>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes