Title: [216943] trunk/Source/WebKit2
Revision
216943
Author
bfulg...@apple.com
Date
2017-05-16 12:54:45 -0700 (Tue, 16 May 2017)

Log Message

[WK2][macOS] Support Flash Player DRM features
https://bugs.webkit.org/show_bug.cgi?id=172157
<rdar://problem/31889297>

Reviewed by Dean Jackson.

Relax the IOKit whitelist to support DRM features needed by
some websites.

* PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (216942 => 216943)


--- trunk/Source/WebKit2/ChangeLog	2017-05-16 19:36:40 UTC (rev 216942)
+++ trunk/Source/WebKit2/ChangeLog	2017-05-16 19:54:45 UTC (rev 216943)
@@ -1,5 +1,18 @@
 2017-05-16  Brent Fulgham  <bfulg...@apple.com>
 
+        [WK2][macOS] Support Flash Player DRM features
+        https://bugs.webkit.org/show_bug.cgi?id=172157
+        <rdar://problem/31889297>
+
+        Reviewed by Dean Jackson.
+
+        Relax the IOKit whitelist to support DRM features needed by
+        some websites.
+
+        * PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in:
+
+2017-05-16  Brent Fulgham  <bfulg...@apple.com>
+
         [WK2][macOS] Adopt a whitelist for XPC services
         https://bugs.webkit.org/show_bug.cgi?id=172151
         <rdar://problem/31916325>

Modified: trunk/Source/WebKit2/PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in (216942 => 216943)


--- trunk/Source/WebKit2/PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in	2017-05-16 19:36:40 UTC (rev 216942)
+++ trunk/Source/WebKit2/PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in	2017-05-16 19:54:45 UTC (rev 216943)
@@ -63,6 +63,9 @@
     (iokit-property "IOGeneralInterest")
     (iokit-property "IOGLBundleName")
     (iokit-property "IOGVACodec")
+    (iokit-property-regex "^IOGVA[A-Z]+Decode")
+    (iokit-property "IOMACAddress") ;; For some Flash players
+    (iokit-property "IOPlatformSerialNumber") ;; Ditto
     (iokit-property "IOScreenRestoreState")
     (iokit-property "IOVARendererID")
     (iokit-property-regex #"^MetalPlugin(Name|ClassName)")
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to