Title: [272266] branches/safari-611-branch/Source/WebKit
Revision
272266
Author
[email protected]
Date
2021-02-02 17:40:27 -0800 (Tue, 02 Feb 2021)

Log Message

Cherry-pick r272072. rdar://problem/73890534

    [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]):

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

Modified Paths

Diff

Modified: branches/safari-611-branch/Source/WebKit/ChangeLog (272265 => 272266)


--- branches/safari-611-branch/Source/WebKit/ChangeLog	2021-02-03 01:40:24 UTC (rev 272265)
+++ branches/safari-611-branch/Source/WebKit/ChangeLog	2021-02-03 01:40:27 UTC (rev 272266)
@@ -1,5 +1,36 @@
 2021-02-02  Alan Coon  <[email protected]>
 
+        Cherry-pick r272072. rdar://problem/73890534
+
+    [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]):
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@272072 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    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-02-02  Alan Coon  <[email protected]>
+
         Cherry-pick r271895. rdar://problem/73890430
 
     REGRESSION(r261238): WKWebView crashes on launch inside a quicklook preview

Modified: branches/safari-611-branch/Source/WebKit/UIProcess/Cocoa/PreferenceObserver.mm (272265 => 272266)


--- branches/safari-611-branch/Source/WebKit/UIProcess/Cocoa/PreferenceObserver.mm	2021-02-03 01:40:24 UTC (rev 272265)
+++ branches/safari-611-branch/Source/WebKit/UIProcess/Cocoa/PreferenceObserver.mm	2021-02-03 01:40:27 UTC (rev 272266)
@@ -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