Changeset 228964 in webkit


Ignore:
Timestamp:
Feb 23, 2018 2:19:37 PM (6 years ago)
Author:
Brent Fulgham
Message:

[macOS] Correct sandbox violation during media playback
https://bugs.webkit.org/show_bug.cgi?id=183092
<rdar://problem/37718495>

Reviewed by Eric Carlson.

  • WebProcess/com.apple.WebProcess.sb.in:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r228951 r228964  
     12018-02-23  Brent Fulgham  <bfulgham@apple.com>
     2
     3        [macOS] Correct sandbox violation during media playback
     4        https://bugs.webkit.org/show_bug.cgi?id=183092
     5        <rdar://problem/37718495>
     6
     7        Reviewed by Eric Carlson.
     8
     9        * WebProcess/com.apple.WebProcess.sb.in:
     10
    1112018-02-23  Yousuke Kimoto  <yousuke.kimoto@sony.com>
    212
  • trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in

    r228341 r228964  
    240240    (iokit-property "IOAudioStreamSampleFormatByteOrder")
    241241    (iokit-property-regex #"^IOAV(.*)(De|En)code$")
     242    (iokit-property "IOBacklightHandlerID")
    242243    (iokit-property "IOBusyInterest")
    243244    (iokit-property "IOCFPlugInTypes")
Note: See TracChangeset for help on using the changeset viewer.