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

Log Message

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

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

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

Modified Paths

Diff

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


--- branches/safari-607-branch/Source/WebKit/ChangeLog	2019-02-06 22:18:19 UTC (rev 241095)
+++ branches/safari-607-branch/Source/WebKit/ChangeLog	2019-02-06 22:18:21 UTC (rev 241096)
@@ -1,5 +1,32 @@
 2019-02-06  Alan Coon  <alanc...@apple.com>
 
+        Cherry-pick r239834. rdar://problem/47776472
+
+    [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:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@239834 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=193324
+
+            Reviewed by Brent Fulgham.
+
+            IOGVAVTCapabilities key has been changed to IOGVAHEVCDecodeCapabilities.
+
+            * WebProcess/com.apple.WebProcess.sb.in:
+
+2019-02-06  Alan Coon  <alanc...@apple.com>
+
         Cherry-pick r240995. rdar://problem/47843415
 
     Reproducible crash under WKShareSheet presentWithParameters when cancelling a share

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


--- branches/safari-607-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2019-02-06 22:18:19 UTC (rev 241095)
+++ branches/safari-607-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2019-02-06 22:18:21 UTC (rev 241096)
@@ -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