Title: [290316] trunk/Source/WebKit
Revision
290316
Author
[email protected]
Date
2022-02-22 09:55:54 -0800 (Tue, 22 Feb 2022)

Log Message

Remove an unneeded IOKit property
https://bugs.webkit.org/show_bug.cgi?id=236867
<rdar://47695155>

Reviewed by Per Arne Vollan.

The relevant frameworks that used the IOPlatformUUID IOKit
property have been updated to no longer refer to it. We can
now safely remove it.

* Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:
* WebProcess/com.apple.WebProcess.sb.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (290315 => 290316)


--- trunk/Source/WebKit/ChangeLog	2022-02-22 17:53:03 UTC (rev 290315)
+++ trunk/Source/WebKit/ChangeLog	2022-02-22 17:55:54 UTC (rev 290316)
@@ -1,3 +1,18 @@
+2022-02-22  Brent Fulgham  <[email protected]>
+
+        Remove an unneeded IOKit property
+        https://bugs.webkit.org/show_bug.cgi?id=236867
+        <rdar://47695155>
+
+        Reviewed by Per Arne Vollan.
+
+        The relevant frameworks that used the IOPlatformUUID IOKit
+        property have been updated to no longer refer to it. We can
+        now safely remove it.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:
+        * WebProcess/com.apple.WebProcess.sb.in:
+
 2022-02-22  Aditya Keerthi  <[email protected]>
 
         [iOS] Adopt new _UITextSearching method for range comparison

Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in (290315 => 290316)


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in	2022-02-22 17:53:03 UTC (rev 290315)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in	2022-02-22 17:55:54 UTC (rev 290316)
@@ -920,7 +920,6 @@
     (iokit-property "IOGVAEncoderRestricted")
     (iokit-property "IOGVAScaler")
     (iokit-property "IOClassNameOverride")
-    (iokit-property "IOPlatformUUID")
     (iokit-property "IOSurfaceAcceleratorCapabilitiesDict")
     (iokit-property "LGHSupported")
     (iokit-property "Protocol Characteristics")

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


--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2022-02-22 17:53:03 UTC (rev 290315)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2022-02-22 17:55:54 UTC (rev 290316)
@@ -766,7 +766,6 @@
     (iokit-property "IOPMIsPowerManaged")
     (iokit-property "IOPersonalityPublisher")
     (iokit-property "IOPlatformSerialNumber")
-    (iokit-property "IOPlatformUUID")
     (iokit-property "IOPowerManagement")
     (iokit-property "IOProbeScore")
     (iokit-property "IOPropertyMatch")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to