Title: [241097] branches/safari-607-branch/Source/WebKit
Revision
241097
Author
alanc...@apple.com
Date
2019-02-06 14:18:24 -0800 (Wed, 06 Feb 2019)

Log Message

Cherry-pick r239845. rdar://problem/47776472

    [macOS] Add name of IORegistry key in sandbox.
    https://bugs.webkit.org/show_bug.cgi?id=193335
    <rdar://problem/47184951>

    Reviewed by Alexey Proskuryakov.

    The property IOGVAHEVCDecodeCapabilities was added in https://bugs.webkit.org/show_bug.cgi?id=193324.
    Also, the property IOGVAHEVCEncodeCapabilities needs to be added.

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

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@239845 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-607-branch/Source/WebKit/ChangeLog (241096 => 241097)


--- branches/safari-607-branch/Source/WebKit/ChangeLog	2019-02-06 22:18:21 UTC (rev 241096)
+++ branches/safari-607-branch/Source/WebKit/ChangeLog	2019-02-06 22:18:24 UTC (rev 241097)
@@ -1,5 +1,36 @@
 2019-02-06  Alan Coon  <alanc...@apple.com>
 
+        Cherry-pick r239845. rdar://problem/47776472
+
+    [macOS] Add name of IORegistry key in sandbox.
+    https://bugs.webkit.org/show_bug.cgi?id=193335
+    <rdar://problem/47184951>
+    
+    Reviewed by Alexey Proskuryakov.
+    
+    The property IOGVAHEVCDecodeCapabilities was added in https://bugs.webkit.org/show_bug.cgi?id=193324.
+    Also, the property IOGVAHEVCEncodeCapabilities needs to be added.
+    
+    * WebProcess/com.apple.WebProcess.sb.in:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@239845 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2019-01-10  Per Arne Vollan  <pvol...@apple.com>
+
+            [macOS] Add name of IORegistry key in sandbox.
+            https://bugs.webkit.org/show_bug.cgi?id=193335
+            <rdar://problem/47184951>
+
+            Reviewed by Alexey Proskuryakov.
+
+            The property IOGVAHEVCDecodeCapabilities was added in https://bugs.webkit.org/show_bug.cgi?id=193324.
+            Also, the property IOGVAHEVCEncodeCapabilities needs to be added.
+
+            * WebProcess/com.apple.WebProcess.sb.in:
+
+2019-02-06  Alan Coon  <alanc...@apple.com>
+
         Cherry-pick r239834. rdar://problem/47776472
 
     [macOS] Add name of IORegistry key in sandbox.

Modified: branches/safari-607-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (241096 => 241097)


--- branches/safari-607-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2019-02-06 22:18:21 UTC (rev 241096)
+++ branches/safari-607-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2019-02-06 22:18:24 UTC (rev 241097)
@@ -248,7 +248,7 @@
     (iokit-property "IOFramebufferOpenGLIndex")
     (iokit-property "IOGeneralInterest")
     (iokit-property "IOGLBundleName")
-    (iokit-property-regex #"^IOGVA(BGRAEnc|Codec|EncoderRestricted|Scaler|VTCapabilities|HEVCDecodeCapabilities)")
+    (iokit-property-regex #"^IOGVA(BGRAEnc|Codec|EncoderRestricted|Scaler|VTCapabilities|HEVCDecodeCapabilities|HEVCEncodeCapabilities)")
     (iokit-property-regex #"^IOGVA(.*)(De|En)code$")
     (iokit-property "IOHibernateState")
     (iokit-property "IOI2CTransactionTypes")
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to