Title: [272657] trunk/Source/WebKit
Revision
272657
Author
mmaxfi...@apple.com
Date
2021-02-10 08:59:23 -0800 (Wed, 10 Feb 2021)

Log Message

Revert r272586 because we're not ready yet

We're still trying to figure out the right way to trigger this behavior.

Unreviewed.

* WebProcess/EntryPoint/Cocoa/XPCService/WebContentService/Info-OSX.plist:
* WebProcess/com.apple.WebProcess.sb.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (272656 => 272657)


--- trunk/Source/WebKit/ChangeLog	2021-02-10 16:53:11 UTC (rev 272656)
+++ trunk/Source/WebKit/ChangeLog	2021-02-10 16:59:23 UTC (rev 272657)
@@ -1,3 +1,14 @@
+2021-02-10  Myles C. Maxfield  <mmaxfi...@apple.com>
+
+        Revert r272586 because we're not ready yet
+
+        We're still trying to figure out the right way to trigger this behavior.
+
+        Unreviewed.
+
+        * WebProcess/EntryPoint/Cocoa/XPCService/WebContentService/Info-OSX.plist:
+        * WebProcess/com.apple.WebProcess.sb.in:
+
 2021-02-10  Brent Fulgham  <bfulg...@apple.com>
 
         Create stub methods to support finer-grained control over loading
@@ -840,22 +851,6 @@
 
 2021-02-09  Per Arne  <pvol...@apple.com>
 
-        [macOS] Deny mach-lookup to the fonts service
-        https://bugs.webkit.org/show_bug.cgi?id=221610
-        <rdar://problem/69168609>
-
-        Reviewed by Brent Fulgham.
-
-        By setting the Info.plist key CTIgnoreUserFonts to true, mach-lookup to the fonts service in the WebContent process can
-        be denied on macOS.
-
-        No new tests, covered by existing tests.
-
-        * WebProcess/EntryPoint/Cocoa/XPCService/WebContentService/Info-OSX.plist:
-        * WebProcess/com.apple.WebProcess.sb.in:
-
-2021-02-09  Per Arne  <pvol...@apple.com>
-
         [macOS] Deny mach-lookup to the service 'com.apple.trustd.agent'
         https://bugs.webkit.org/show_bug.cgi?id=221611
         <rdar://problem/68935818>

Modified: trunk/Source/WebKit/WebProcess/EntryPoint/Cocoa/XPCService/WebContentService/Info-OSX.plist (272656 => 272657)


--- trunk/Source/WebKit/WebProcess/EntryPoint/Cocoa/XPCService/WebContentService/Info-OSX.plist	2021-02-10 16:53:11 UTC (rev 272656)
+++ trunk/Source/WebKit/WebProcess/EntryPoint/Cocoa/XPCService/WebContentService/Info-OSX.plist	2021-02-10 16:59:23 UTC (rev 272657)
@@ -55,7 +55,5 @@
 	</dict>
 	<key>NSColorPreferLocalNotifications</key>
 	<integer>1</integer>
-	<key>CTIgnoreUserFonts</key>
-	<true/>
 </dict>
 </plist>

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


--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2021-02-10 16:53:11 UTC (rev 272656)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2021-02-10 16:59:23 UTC (rev 272657)
@@ -1108,19 +1108,15 @@
 #endif
 )
 
+(allow mach-lookup
+#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 110000
+    (with report) (with telemetry-backtrace)
+#endif
 #if __MAC_OS_X_VERSION_MIN_REQUIRED <= 110000
-(allow mach-lookup
     (global-name "com.apple.PowerManagement.control")
     (global-name "com.apple.SystemConfiguration.configd")
     (global-name "com.apple.assertiond.processassertionconnection")
-)
 #endif
-
-#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 120000
-(deny mach-lookup (with telemetry-backtrace)
-#else
-(allow mach-lookup
-#endif
     (global-name "com.apple.fonts")
 )
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to