Title: [231641] branches/safari-606.1.17-branch/Source/WebKit
Revision
231641
Author
[email protected]
Date
2018-05-10 09:16:11 -0700 (Thu, 10 May 2018)

Log Message

Apply patch. rdar://problem/40093461

Modified Paths


Diff

Modified: branches/safari-606.1.17-branch/Source/WebKit/ChangeLog (231640 => 231641)


--- branches/safari-606.1.17-branch/Source/WebKit/ChangeLog	2018-05-10 15:21:08 UTC (rev 231640)
+++ branches/safari-606.1.17-branch/Source/WebKit/ChangeLog	2018-05-10 16:16:11 UTC (rev 231641)
@@ -1,3 +1,16 @@
+2018-05-10  Jason Marcell  <[email protected]>
+
+        Apply patch. rdar://problem/40093461
+
+    2018-05-10  Per Arne Vollan  <[email protected]>
+
+            Drop-down Control borders missing.
+            https://bugs.webkit.org/show_bug.cgi?id=185500
+
+            Reviewed by Brent Fulgham.
+
+            * WebProcess/com.apple.WebProcess.sb.in:
+
 2018-05-08  Sihui Liu  <[email protected]>
 
         Adopt new async _savecookies SPI for keeping networking process active during flushing cookies

Modified: branches/safari-606.1.17-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (231640 => 231641)


--- branches/safari-606.1.17-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2018-05-10 15:21:08 UTC (rev 231640)
+++ branches/safari-606.1.17-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2018-05-10 16:16:11 UTC (rev 231641)
@@ -638,6 +638,7 @@
 ;; CFNetwork
 (allow file-read-data (path "/private/var/db/nsurlstoraged/dafsaData.bin"))
 #endif
+(allow file-read-data (path-regex #"^/private/tmp/cvmsCodeSignObj"))
 
 ;; Network Extensions / VPN helper.
 (allow mach-lookup
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to