Title: [259237] trunk/Source/WebKit
Revision
259237
Author
ryanhad...@apple.com
Date
2020-03-30 15:22:44 -0700 (Mon, 30 Mar 2020)

Log Message

Unreviewed, reverting r259211.

Caused API test assertion failures on iOS

Reverted changeset:

"WebKit should take a foreground assertion for offscreen loads
when the app is foreground"
https://bugs.webkit.org/show_bug.cgi?id=209748
https://trac.webkit.org/changeset/259211

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (259236 => 259237)


--- trunk/Source/WebKit/ChangeLog	2020-03-30 22:01:47 UTC (rev 259236)
+++ trunk/Source/WebKit/ChangeLog	2020-03-30 22:22:44 UTC (rev 259237)
@@ -1,3 +1,16 @@
+2020-03-30  Ryan Haddad  <ryanhad...@apple.com>
+
+        Unreviewed, reverting r259211.
+
+        Caused API test assertion failures on iOS
+
+        Reverted changeset:
+
+        "WebKit should take a foreground assertion for offscreen loads
+        when the app is foreground"
+        https://bugs.webkit.org/show_bug.cgi?id=209748
+        https://trac.webkit.org/changeset/259211
+
 2020-03-30  Devin Rousso  <drou...@apple.com>
 
         Web Inspector: provide a way to log messages from the network process

Modified: trunk/Source/WebKit/UIProcess/API/APIPageConfiguration.h (259236 => 259237)


--- trunk/Source/WebKit/UIProcess/API/APIPageConfiguration.h	2020-03-30 22:01:47 UTC (rev 259236)
+++ trunk/Source/WebKit/UIProcess/API/APIPageConfiguration.h	2020-03-30 22:22:44 UTC (rev 259237)
@@ -164,7 +164,7 @@
     RefPtr<WebsitePolicies> m_defaultWebsitePolicies;
 
 #if PLATFORM(IOS_FAMILY)
-    bool m_clientNavigationsRunAtForegroundPriority { true };
+    bool m_clientNavigationsRunAtForegroundPriority { false };
     bool m_alwaysRunsAtForegroundPriority { false };
     bool m_canShowWhileLocked { false };
     RetainPtr<_UIClickInteractionDriving> m_clickInteractionDriverForTesting;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to