Title: [237309] trunk/Source/WebKit
Revision
237309
Author
[email protected]
Date
2018-10-19 19:57:41 -0700 (Fri, 19 Oct 2018)

Log 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:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (237308 => 237309)


--- trunk/Source/WebKit/ChangeLog	2018-10-20 00:03:21 UTC (rev 237308)
+++ trunk/Source/WebKit/ChangeLog	2018-10-20 02:57:41 UTC (rev 237309)
@@ -1,3 +1,16 @@
+2018-10-19  Brent Fulgham  <[email protected]>
+
+        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:
+
 2018-10-19  Stephan Szabo  <[email protected]>
 
         [WinCairo] Search terms are not saved for <input type="search">

Modified: trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (237308 => 237309)


--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2018-10-20 00:03:21 UTC (rev 237308)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2018-10-20 02:57:41 UTC (rev 237309)
@@ -205,6 +205,7 @@
     (iokit-property-regex #"^CEA(ModeID|PixelRepetition)")
     (iokit-property "CFBundleIdentifier")
     (iokit-property "CapsLockDelay")
+    (iokit-property "CaseSensitive")
     (iokit-property "ConfigState")
     (iokit-property "Description")
     (iokit-property "Development")
@@ -211,7 +212,9 @@
     (iokit-property-regex #"^Device( Characteristics|EqID)")
     (iokit-property "DisplayRouting")
     (iokit-property "Driver is Ready")
+    (iokit-property "Ejectable")
     (iokit-property "EnableLPVP")
+    (iokit-property "Encrypted")
     (iokit-property "Endianness")
     (iokit-property "Family ID")
     (iokit-property "ForceSupported")
@@ -258,6 +261,7 @@
     (iokit-property-regex #"^IOInterrupt(Controllers|Specifiers)")
     (iokit-property "IOKitDebug")
     (iokit-property "IOMatchCategory")
+    (iokit-property "IOMediaIcon")
     (iokit-property "IONDRVFramebufferGeneration")
     (iokit-property "IONVRAMProperty")
     (iokit-property-regex #"^IOName(|Match(|ed))")
@@ -335,6 +339,7 @@
     (iokit-property "hda-gfx")
     (iokit-property-regex #"^id(Product|Vendor)")
     (iokit-property "iofb_version")
+    (iokit-property "image-encrypted")
     (iokit-property "model")
     (iokit-property "mt-device-id")
     (iokit-property "name")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to