WebKit Bugzilla
Attachment 361437 Details for
Bug 194412
: Permit additional IOKit Properties needed by Media PlugIns on older Mac Hardware
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-194412-20190207133955.patch (text/plain), 2.80 KB, created by
Brent Fulgham
on 2019-02-07 13:39:56 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Brent Fulgham
Created:
2019-02-07 13:39:56 PST
Size:
2.80 KB
patch
obsolete
>Index: Source/WebKit/ChangeLog >=================================================================== >--- Source/WebKit/ChangeLog (revision 241141) >+++ Source/WebKit/ChangeLog (working copy) >@@ -1,3 +1,13 @@ >+2019-02-07 Brent Fulgham <bfulgham@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 NOBODY (OOPS!). >+ >+ * PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in: >+ > 2019-02-06 Alan Coon <alancoon@apple.com> > > Apply patch. rdar://problem/47822019 >Index: Source/WebKit/PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in >=================================================================== >--- Source/WebKit/PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in (revision 241043) >+++ Source/WebKit/PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in (working copy) >@@ -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)")
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 194412
: 361437