Title: [237362] tags/Safari-607.1.10.4/Source/WebKit
Revision
237362
Author
[email protected]
Date
2018-10-23 12:29:54 -0700 (Tue, 23 Oct 2018)

Log Message

Cherry-pick r237309. rdar://problem/45377609

    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:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@237309 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: tags/Safari-607.1.10.4/Source/WebKit/ChangeLog (237361 => 237362)


--- tags/Safari-607.1.10.4/Source/WebKit/ChangeLog	2018-10-23 18:30:40 UTC (rev 237361)
+++ tags/Safari-607.1.10.4/Source/WebKit/ChangeLog	2018-10-23 19:29:54 UTC (rev 237362)
@@ -1,3 +1,34 @@
+2018-10-23  Alan Coon  <[email protected]>
+
+        Cherry-pick r237309. rdar://problem/45377609
+
+    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:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@237309 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    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-11  Kocsen Chung  <[email protected]>
 
         Cherry-pick r236989. rdar://problem/43391014

Modified: tags/Safari-607.1.10.4/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (237361 => 237362)


--- tags/Safari-607.1.10.4/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2018-10-23 18:30:40 UTC (rev 237361)
+++ tags/Safari-607.1.10.4/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2018-10-23 19:29:54 UTC (rev 237362)
@@ -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