Title: [228138] tags/Safari-605.1.26.0.1/Source/WebKit
Revision
228138
Author
[email protected]
Date
2018-02-05 15:38:47 -0800 (Mon, 05 Feb 2018)

Log Message

Cherry-pick r228135. rdar://problem/37232614

Modified Paths

Diff

Modified: tags/Safari-605.1.26.0.1/Source/WebKit/ChangeLog (228137 => 228138)


--- tags/Safari-605.1.26.0.1/Source/WebKit/ChangeLog	2018-02-05 23:36:51 UTC (rev 228137)
+++ tags/Safari-605.1.26.0.1/Source/WebKit/ChangeLog	2018-02-05 23:38:47 UTC (rev 228138)
@@ -1,3 +1,20 @@
+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-01-31  Jason Marcell  <[email protected]>
 
         Cherry-pick r227941. rdar://problem/37092137

Modified: tags/Safari-605.1.26.0.1/Source/WebKit/Configurations/Databases-iOS.entitlements (228137 => 228138)


--- tags/Safari-605.1.26.0.1/Source/WebKit/Configurations/Databases-iOS.entitlements	2018-02-05 23:36:51 UTC (rev 228137)
+++ tags/Safari-605.1.26.0.1/Source/WebKit/Configurations/Databases-iOS.entitlements	2018-02-05 23:38:47 UTC (rev 228138)
@@ -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

Reply via email to