Title: [232055] branches/safari-606.1.17.40-branch/Source/WebKit
- Revision
- 232055
- Author
- bshaf...@apple.com
- Date
- 2018-05-22 00:04:54 -0700 (Tue, 22 May 2018)
Log Message
Cherry-pick r231653. rdar://problem/40093461
Drop-down Control borders missing.
https://bugs.webkit.org/show_bug.cgi?id=185500
<rdar://problem/40093461>
Reviewed by Brent Fulgham.
Open sandbox for reading of some files in temp folder.
* WebProcess/com.apple.WebProcess.sb.in:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@231653 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Modified Paths
Diff
Modified: branches/safari-606.1.17.40-branch/Source/WebKit/ChangeLog (232054 => 232055)
--- branches/safari-606.1.17.40-branch/Source/WebKit/ChangeLog 2018-05-22 07:04:51 UTC (rev 232054)
+++ branches/safari-606.1.17.40-branch/Source/WebKit/ChangeLog 2018-05-22 07:04:54 UTC (rev 232055)
@@ -1,5 +1,34 @@
2018-05-22 Babak Shafiei <bshaf...@apple.com>
+ Cherry-pick r231653. rdar://problem/40093461
+
+ Drop-down Control borders missing.
+ https://bugs.webkit.org/show_bug.cgi?id=185500
+ <rdar://problem/40093461>
+
+ Reviewed by Brent Fulgham.
+
+ Open sandbox for reading of some files in temp folder.
+
+ * WebProcess/com.apple.WebProcess.sb.in:
+
+
+ git-svn-id: https://svn.webkit.org/repository/webkit/trunk@231653 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+ 2018-05-10 Per Arne Vollan <pvol...@apple.com>
+
+ Drop-down Control borders missing.
+ https://bugs.webkit.org/show_bug.cgi?id=185500
+ <rdar://problem/40093461>
+
+ Reviewed by Brent Fulgham.
+
+ Open sandbox for reading of some files in temp folder.
+
+ * WebProcess/com.apple.WebProcess.sb.in:
+
+2018-05-22 Babak Shafiei <bshaf...@apple.com>
+
Revert r231641. rdar://problem/40093461
2018-05-18 Kocsen Chung <kocsen_ch...@apple.com>
Modified: branches/safari-606.1.17.40-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (232054 => 232055)
--- branches/safari-606.1.17.40-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2018-05-22 07:04:51 UTC (rev 232054)
+++ branches/safari-606.1.17.40-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2018-05-22 07:04:54 UTC (rev 232055)
@@ -107,6 +107,11 @@
;; CVMS
(allow mach-lookup
(global-name "com.apple.cvmsServ"))
+#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 101400
+ ;; Needed by <rdar://problem/40093461>, remove when <rdar://problem/39402555> is fixed.
+ (allow file-read* file-write-unlink
+ (prefix "/private/tmp/cvmsCodeSignObj"))
+#endif
;; OpenCL
(allow iokit-open
(iokit-connection "IOAccelerator")
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes