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

Log Message

[macOS] Add name of IORegistry key in sandbox.
https://bugs.webkit.org/show_bug.cgi?id=193324

Reviewed by Brent Fulgham.

IOGVAVTCapabilities key has been changed to IOGVAHEVCDecodeCapabilities.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (239833 => 239834)


--- trunk/Source/WebKit/ChangeLog	2019-01-10 18:08:23 UTC (rev 239833)
+++ trunk/Source/WebKit/ChangeLog	2019-01-10 18:47:39 UTC (rev 239834)
@@ -1,3 +1,14 @@
+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=193324
+
+        Reviewed by Brent Fulgham.
+
+        IOGVAVTCapabilities key has been changed to IOGVAHEVCDecodeCapabilities.
+
+        * WebProcess/com.apple.WebProcess.sb.in:
+
 2019-01-10  John Wilander  <wilan...@apple.com>
 
         Override the session configuration for cookieAcceptPolicy

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


--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2019-01-10 18:08:23 UTC (rev 239833)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2019-01-10 18:47:39 UTC (rev 239834)
@@ -248,7 +248,7 @@
     (iokit-property "IOFramebufferOpenGLIndex")
     (iokit-property "IOGeneralInterest")
     (iokit-property "IOGLBundleName")
-    (iokit-property-regex #"^IOGVA(BGRAEnc|Codec|EncoderRestricted|Scaler|VTCapabilities)")
+    (iokit-property-regex #"^IOGVA(BGRAEnc|Codec|EncoderRestricted|Scaler|VTCapabilities|HEVCDecodeCapabilities)")
     (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