Title: [241185] branches/safari-607-branch/Source/WebKit
Revision
241185
Author
bshaf...@apple.com
Date
2019-02-07 21:36:16 -0800 (Thu, 07 Feb 2019)

Log Message

Cherry-pick r241143. rdar://problem/47908161

    Permit additional IOKit Properties needed by Media PlugIns on older Mac Hardware
    https://bugs.webkit.org/show_bug.cgi?id=194412
    <rdar://problem/47820615>

    Reviewed by Per Arne Vollan.

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

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

Modified Paths

Diff

Modified: branches/safari-607-branch/Source/WebKit/ChangeLog (241184 => 241185)


--- branches/safari-607-branch/Source/WebKit/ChangeLog	2019-02-08 05:36:13 UTC (rev 241184)
+++ branches/safari-607-branch/Source/WebKit/ChangeLog	2019-02-08 05:36:16 UTC (rev 241185)
@@ -1,5 +1,30 @@
 2019-02-07  Babak Shafiei  <bshaf...@apple.com>
 
+        Cherry-pick r241143. rdar://problem/47908161
+
+    Permit additional IOKit Properties needed by Media PlugIns on older Mac Hardware
+    https://bugs.webkit.org/show_bug.cgi?id=194412
+    <rdar://problem/47820615>
+    
+    Reviewed by Per Arne Vollan.
+    
+    * PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@241143 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2019-02-07  Brent Fulgham  <bfulg...@apple.com>
+
+            Permit additional IOKit Properties needed by Media PlugIns on older Mac Hardware
+            https://bugs.webkit.org/show_bug.cgi?id=194412
+            <rdar://problem/47820615>
+
+            Reviewed by Per Arne Vollan.
+
+            * PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in:
+
+2019-02-07  Babak Shafiei  <bshaf...@apple.com>
+
         Cherry-pick r241142. rdar://problem/47908158
 
     Permit additional IOKit Properties needed by older Mac Hardware

Modified: branches/safari-607-branch/Source/WebKit/PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in (241184 => 241185)


--- branches/safari-607-branch/Source/WebKit/PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in	2019-02-08 05:36:13 UTC (rev 241184)
+++ branches/safari-607-branch/Source/WebKit/PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in	2019-02-08 05:36:16 UTC (rev 241185)
@@ -66,11 +66,13 @@
     (iokit-property-regex #"^IOAV(.*)(De|En)code$")
     (iokit-property-regex #"^IOAccel(DisplayPipeCapabilities|Index|Revision|Types)")
     (iokit-property-regex #"^IOAudioControl(ChannelID|ID|SubType|Usage)")
+    (iokit-property "IOAudioControlValue")
     (iokit-property-regex #"^IOAudioDevice(CanBeDefaults|TransportType)")
     (iokit-property-regex #"^IOAudioEngine(ChannelNames|ClientDescription|CoreAudioPlugIn|(|Device)Description|Flavor|GlobalUniqueID|OutputChannelLayout|SampleOffset|State)")
     (iokit-property-regex #"^IOAudioEngineClock(Domain|IsStable)")
     (iokit-property "IOAudioEngineDisableClockBoundsCheck")
     (iokit-property-regex #"^IOAudioEngine(Input|Output)Sample(Latency|Offset)")
+    (iokit-property "IOAudioEngineIsHidden")
     (iokit-property-regex #"^IOAudioEngineNum(ActiveUserClients|SampleFramesPerBuffer)")
     (iokit-property "IOAudioSampleRate")
     (iokit-property "IOAudioStreamSampleFormatByteOrder")
@@ -104,7 +106,9 @@
     (iokit-property-regex #"^IOReport(Lures|Legend(|Public))")
     (iokit-property "IOScreenRestoreState")
     (iokit-property "IOSourceVersion")
+    (iokit-property "IOVABundleName")
     (iokit-property "IOVARendererID")
+    (iokit-property "IOVARendererSubID")
     (iokit-property-regex #"^InternalStatistics(|Accm)")
     (iokit-property-regex #"^MT( Built-In|HIDDevice)")
     (iokit-property "MaintainPowerInUILock")
@@ -112,6 +116,9 @@
     (iokit-property-regex #"^MetalPlugin(Name|ClassName)")
     (iokit-property "MetalStatisticsName")
     (iokit-property-regex #"^Multitouch (ID|Serial Number|Subdevice ID)")
+    (iokit-property "NVDA,mm-version")
+    (iokit-property "NVDA,NVPresentment-version")
+    (iokit-property "NVDA,Enable-A2R10G10B10Format")
     (iokit-property "NXSystemInfo")
     (iokit-property "NoAutoRoute")
     (iokit-property-regex #"^PerformanceStatistics(|Accum)")
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to