Title: [228142] tags/Safari-605.1.26.1/Source/WebKit
Revision
228142
Author
[email protected]
Date
2018-02-05 16:32:54 -0800 (Mon, 05 Feb 2018)

Log Message

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

Modified Paths

Diff

Modified: tags/Safari-605.1.26.1/Source/WebKit/ChangeLog (228141 => 228142)


--- tags/Safari-605.1.26.1/Source/WebKit/ChangeLog	2018-02-06 00:16:05 UTC (rev 228141)
+++ tags/Safari-605.1.26.1/Source/WebKit/ChangeLog	2018-02-06 00:32:54 UTC (rev 228142)
@@ -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.1/Source/WebKit/Configurations/Databases-iOS.entitlements (228141 => 228142)


--- tags/Safari-605.1.26.1/Source/WebKit/Configurations/Databases-iOS.entitlements	2018-02-06 00:16:05 UTC (rev 228141)
+++ tags/Safari-605.1.26.1/Source/WebKit/Configurations/Databases-iOS.entitlements	2018-02-06 00:32:54 UTC (rev 228142)
@@ -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