Changeset 270061 in webkit


Ignore:
Timestamp:
Nov 19, 2020 5:11:40 PM (3 years ago)
Author:
Brent Fulgham
Message:

Unreviewed rollout of r269890 and r269911 due to EME issues on Mac Mini.

  • GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in:
  • WebProcess/com.apple.WebProcess.sb.in:
Location:
trunk/Source/WebKit
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r270060 r270061  
     12020-11-19  Brent Fulgham  <bfulgham@apple.com>
     2
     3        Unreviewed rollout of r269890 and r269911 due to EME issues on Mac Mini.
     4
     5        * GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in:
     6        * WebProcess/com.apple.WebProcess.sb.in:
     7
    182020-11-19  Chris Dumez  <cdumez@apple.com>
    29
  • trunk/Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in

    r269911 r270061  
    118118    (allow iokit-open
    119119        (iokit-registry-entry-class "IOFramebufferSharedUserClient"))
    120 #if __MAC_OS_X_VERSION_MIN_REQUIRED < 101500
    121     ;; H.264 Acceleration
     120
     121    ;; These are needed for Encrypted Media on some hardware (MacMini8,1 for example)
    122122    (allow iokit-open
    123123        (iokit-registry-entry-class "AppleIntelMEUserClient")
    124         (iokit-registry-entry-class "AppleSNBFBUserClient"))
    125 #endif
     124        (iokit-registry-entry-class "AppleSNBFBUserClient")
     125    )
     126
    126127    ;; QuartzCore
    127128    (allow iokit-open
  • trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in

    r270028 r270061  
    172172        (iokit-registry-entry-class "IOFramebufferSharedUserClient"))
    173173#endif
    174 #if __MAC_OS_X_VERSION_MIN_REQUIRED < 101500
    175     ;; H.264 Acceleration
     174
     175    ;; This is needed for Encrypted Media on some hardware (MacMini8,1 for example)
    176176    (allow iokit-open
    177177        (iokit-registry-entry-class "AppleIntelMEUserClient")
     
    189189#endif
    190190    )
     191   
     192    ;; This is needed for Encrypted Media on some hardware (MacMini8,1 for example)
    191193    (allow iokit-open
    192194        (iokit-registry-entry-class "AppleSNBFBUserClient")
     
    204206#endif
    205207    )
    206 #endif
     208
    207209    ;; QuartzCore
    208210    (allow iokit-open
Note: See TracChangeset for help on using the changeset viewer.