Title: [288586] trunk/Source/WebKit
- Revision
- 288586
- Author
- [email protected]
- Date
- 2022-01-25 15:46:27 -0800 (Tue, 25 Jan 2022)
Log Message
[macOS] Observe CFNetwork preference domain
https://bugs.webkit.org/show_bug.cgi?id=235603
<rdar://87994712>
Reviewed by Darin Adler.
Since the Networking process is now using CF prefs direct mode, the CFNetwork preference domain should be observed for changes.
* UIProcess/Cocoa/PreferenceObserver.mm:
(-[WKPreferenceObserver init]):
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (288585 => 288586)
--- trunk/Source/WebKit/ChangeLog 2022-01-25 22:10:54 UTC (rev 288585)
+++ trunk/Source/WebKit/ChangeLog 2022-01-25 23:46:27 UTC (rev 288586)
@@ -1,3 +1,16 @@
+2022-01-25 Per Arne Vollan <[email protected]>
+
+ [macOS] Observe CFNetwork preference domain
+ https://bugs.webkit.org/show_bug.cgi?id=235603
+ <rdar://87994712>
+
+ Reviewed by Darin Adler.
+
+ Since the Networking process is now using CF prefs direct mode, the CFNetwork preference domain should be observed for changes.
+
+ * UIProcess/Cocoa/PreferenceObserver.mm:
+ (-[WKPreferenceObserver init]):
+
2022-01-25 Wenson Hsieh <[email protected]>
UIWKDocumentRequestSpatialAndCurrentSelection should limit context to the editable root of the current selection
Modified: trunk/Source/WebKit/UIProcess/Cocoa/PreferenceObserver.mm (288585 => 288586)
--- trunk/Source/WebKit/UIProcess/Cocoa/PreferenceObserver.mm 2022-01-25 22:10:54 UTC (rev 288585)
+++ trunk/Source/WebKit/UIProcess/Cocoa/PreferenceObserver.mm 2022-01-25 23:46:27 UTC (rev 288586)
@@ -142,6 +142,7 @@
@"com.apple.preferences.sounds",
@"com.apple.voiceservices",
#else
+ @"com.apple.CFNetwork",
@"com.apple.CoreGraphics",
@"com.apple.HIToolbox",
@"com.apple.ServicesMenu.Services",
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes