Bug 173492 - [WK2][macOS] Expand sandbox to better support video playback on mac mini
Summary: [WK2][macOS] Expand sandbox to better support video playback on mac mini
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-06-16 13:19 PDT by Brent Fulgham
Modified: 2017-06-16 15:28 PDT (History)
2 users (show)

See Also:


Attachments
Patch (3.96 KB, patch)
2017-06-16 14:39 PDT, Brent Fulgham
achristensen: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2017-06-16 13:19:42 PDT
Codepaths used by MacMini for video playback require some additional IOKit properties to be accessed:

iokit-get-properties AAPL,slot-name
iokit-get-properties CapsLockDelay
iokit-get-properties ConfigState
iokit-get-properties HIDPointerAccelerationType
iokit-get-properties IODVDBundleName
iokit-get-properties Multitouch ID
iokit-get-properties NXSystemInfo
iokit-get-properties Serial Number
iokit-get-properties TimeStampFiltering
iokit-get-properties mt-device-id
Comment 1 Brent Fulgham 2017-06-16 14:38:04 PDT
<rdar://problem/32804073>
Comment 2 Brent Fulgham 2017-06-16 14:39:13 PDT
Created attachment 313141 [details]
Patch
Comment 3 Brent Fulgham 2017-06-16 14:42:40 PDT
I noticed a couple of more related to trackpads:

iokit-get-properties Device Characteristics
iokit-get-properties Multitouch Serial Number
iokit-get-properties Sensor Rows
iokit-get-properties Transport
Comment 4 Brent Fulgham 2017-06-16 15:28:59 PDT
Committed r218418: <http://trac.webkit.org/changeset/218418>