Changeset 246204 in webkit


Ignore:
Timestamp:
Jun 7, 2019 10:10:35 AM (5 years ago)
Author:
Brent Fulgham
Message:

[iOS] Update sandboxes to address iokit-get-property errors
https://bugs.webkit.org/show_bug.cgi?id=198494
<rdar://problem/51322072> and <rdar://problem/50602737>

Reviewed by Per Arne Vollan.

  • Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r246201 r246204  
     12019-06-07  Brent Fulgham  <bfulgham@apple.com>
     2
     3        [iOS] Update sandboxes to address iokit-get-property errors
     4        https://bugs.webkit.org/show_bug.cgi?id=198494
     5        <rdar://problem/51322072> and <rdar://problem/50602737>
     6
     7        Reviewed by Per Arne Vollan.
     8
     9        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
     10
    1112019-06-07  Andy Estes  <aestes@apple.com>
    212
  • trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb

    r246181 r246204  
    290290    (iokit-property "color-accuracy-index")
    291291    (iokit-property "compatible-device-fallback") ;; <rdar://problem/49497720>
     292    (iokit-property "device-colors") ;; <rdar://problem/51322072>
    292293    (iokit-property "device-id")
    293294    (iokit-property "device-perf-memory-class")
     295    (iokit-property "display-corner-radius") ;; <rdar://problem/50602737>
    294296    (iokit-property "emu")
    295297    (iokit-property "graphics-featureset-class") ;; <rdar://problem/49497720>
     298    (iokit-property "graphics-featureset-fallbacks") ;; <rdar://problem/51322072>
    296299    (iokit-property "hdcp-hoover-protocol")
    297300    (iokit-property "iommu-present")
     301    (iokit-property "oled-display") ;; <rdar://problem/51322072>
    298302    (iokit-property "product-description") ;; <rdar://problem/49497788>
    299303    (iokit-property "product-id")
Note: See TracChangeset for help on using the changeset viewer.