Changeset 237309 in webkit


Ignore:
Timestamp:
Oct 19, 2018 7:57:41 PM (6 years ago)
Author:
Brent Fulgham
Message:

Allow WebContent process to check some file system features
https://bugs.webkit.org/show_bug.cgi?id=190768
<rdar://problem/45377609>

Reviewed by Alexey Proskuryakov.

This patch unblocks some IOKit properties that are needed by lower level frameworks to make decisions
about how to efficiently use the file system.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r237308 r237309  
     12018-10-19  Brent Fulgham  <bfulgham@apple.com>
     2
     3        Allow WebContent process to check some file system features
     4        https://bugs.webkit.org/show_bug.cgi?id=190768
     5        <rdar://problem/45377609>
     6
     7        Reviewed by Alexey Proskuryakov.
     8
     9        This patch unblocks some IOKit properties that are needed by lower level frameworks to make decisions
     10        about how to efficiently use the file system.
     11
     12        * WebProcess/com.apple.WebProcess.sb.in:
     13
    1142018-10-19  Stephan Szabo  <stephan.szabo@sony.com>
    215
  • trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in

    r235807 r237309  
    206206    (iokit-property "CFBundleIdentifier")
    207207    (iokit-property "CapsLockDelay")
     208    (iokit-property "CaseSensitive")
    208209    (iokit-property "ConfigState")
    209210    (iokit-property "Description")
     
    212213    (iokit-property "DisplayRouting")
    213214    (iokit-property "Driver is Ready")
     215    (iokit-property "Ejectable")
    214216    (iokit-property "EnableLPVP")
     217    (iokit-property "Encrypted")
    215218    (iokit-property "Endianness")
    216219    (iokit-property "Family ID")
     
    259262    (iokit-property "IOKitDebug")
    260263    (iokit-property "IOMatchCategory")
     264    (iokit-property "IOMediaIcon")
    261265    (iokit-property "IONDRVFramebufferGeneration")
    262266    (iokit-property "IONVRAMProperty")
     
    336340    (iokit-property-regex #"^id(Product|Vendor)")
    337341    (iokit-property "iofb_version")
     342    (iokit-property "image-encrypted")
    338343    (iokit-property "model")
    339344    (iokit-property "mt-device-id")
Note: See TracChangeset for help on using the changeset viewer.