Title: [272072] trunk/Source/WebKit
Revision
272072
Author
[email protected]
Date
2021-01-29 11:31:47 -0800 (Fri, 29 Jan 2021)

Log Message

[iOS] Stop observing changes in one preference domain
https://bugs.webkit.org/show_bug.cgi?id=221130
<rdar://problem/70729182>

Reviewed by Brent Fulgham.

It has been determined that there is no need to observe preference changes in the domain 'com.apple.Preferences'.

* UIProcess/Cocoa/PreferenceObserver.mm:
(-[WKPreferenceObserver init]):

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (272071 => 272072)


--- trunk/Source/WebKit/ChangeLog	2021-01-29 19:26:36 UTC (rev 272071)
+++ trunk/Source/WebKit/ChangeLog	2021-01-29 19:31:47 UTC (rev 272072)
@@ -1,5 +1,18 @@
 2021-01-29  Per Arne  <[email protected]>
 
+        [iOS] Stop observing changes in one preference domain
+        https://bugs.webkit.org/show_bug.cgi?id=221130
+        <rdar://problem/70729182>
+
+        Reviewed by Brent Fulgham.
+
+        It has been determined that there is no need to observe preference changes in the domain 'com.apple.Preferences'.
+
+        * UIProcess/Cocoa/PreferenceObserver.mm:
+        (-[WKPreferenceObserver init]):
+
+2021-01-29  Per Arne  <[email protected]>
+
         [macOS] Add audio related shm write reporting
         https://bugs.webkit.org/show_bug.cgi?id=221136
         <rdar://problem/73510094>

Modified: trunk/Source/WebKit/UIProcess/Cocoa/PreferenceObserver.mm (272071 => 272072)


--- trunk/Source/WebKit/UIProcess/Cocoa/PreferenceObserver.mm	2021-01-29 19:26:36 UTC (rev 272071)
+++ trunk/Source/WebKit/UIProcess/Cocoa/PreferenceObserver.mm	2021-01-29 19:31:47 UTC (rev 272072)
@@ -135,7 +135,6 @@
 #if PLATFORM(IOS_FAMILY)
         @"com.apple.Accessibility",
         @"com.apple.AdLib",
-        @"com.apple.Preferences",
         @"com.apple.SpeakSelection",
         @"com.apple.UIKit",
         @"com.apple.WebUI",
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to