Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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:


Canonical link: https://commits.webkit.org/201003@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@231653 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
pvollan committed May 10, 2018
1 parent 0fa5243 commit ff9ed5c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Source/WebKit/ChangeLog
@@ -1,3 +1,15 @@
2018-05-10 Per Arne Vollan <pvollan@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-10 Eric Carlson <eric.carlson@apple.com>

[MediaStream, iOS] Don't check authorizationStatusForMediaType when using mock capture devices
Expand Down
5 changes: 5 additions & 0 deletions Source/WebKit/WebProcess/com.apple.WebProcess.sb.in
Expand Up @@ -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")
Expand Down

0 comments on commit ff9ed5c

Please sign in to comment.