Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
com.apple.coremedia.videoencoder XPC service should be allowed by Web…
…Process sandbox

https://bugs.webkit.org/show_bug.cgi?id=172599

Patch by Youenn Fablet <youenn@apple.com> on 2017-05-25
Reviewed by Alex Christensen.

* WebProcess/com.apple.WebProcess.sb.in:

Canonical link: https://commits.webkit.org/189508@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@217444 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
youennf authored and webkit-commit-queue committed May 25, 2017
1 parent 7133b9a commit b249c9a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Source/WebKit2/ChangeLog
@@ -1,3 +1,12 @@
2017-05-25 Youenn Fablet <youenn@apple.com>

com.apple.coremedia.videoencoder XPC service should be allowed by WebProcess sandbox
https://bugs.webkit.org/show_bug.cgi?id=172599

Reviewed by Alex Christensen.

* WebProcess/com.apple.WebProcess.sb.in:

2017-05-25 Simon Fraser <simon.fraser@apple.com>

[iOS WK2] Avoid setting contentsScale and rasterizationScale on CATransformLayers
Expand Down
1 change: 1 addition & 0 deletions Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in
Expand Up @@ -135,6 +135,7 @@
(xpc-service-name "com.apple.accessibility.mediaaccessibilityd")
(xpc-service-name "com.apple.audio.SandboxHelper")
(xpc-service-name "com.apple.coremedia.videodecoder")
(xpc-service-name "com.apple.coremedia.videoencoder")
(xpc-service-name-regex #"\.apple-extension-service$")
)
#endif
Expand Down

0 comments on commit b249c9a

Please sign in to comment.