Title: [239845] trunk/Source/WebKit
Revision
239845
Author
pvol...@apple.com
Date
2019-01-10 14:31:10 -0800 (Thu, 10 Jan 2019)

Log Message

[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:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (239844 => 239845)


--- trunk/Source/WebKit/ChangeLog	2019-01-10 22:17:58 UTC (rev 239844)
+++ trunk/Source/WebKit/ChangeLog	2019-01-10 22:31:10 UTC (rev 239845)
@@ -1,3 +1,16 @@
+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-01-10  Zalan Bujtas  <za...@apple.com>
 
         REGRESSION (r237658): Tap highlight limits cause the highlight to no longer show with legitimate button sizes

Modified: trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (239844 => 239845)


--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2019-01-10 22:17:58 UTC (rev 239844)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2019-01-10 22:31:10 UTC (rev 239845)
@@ -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