Title: [287185] trunk/Source/WebKit
Revision
287185
Author
[email protected]
Date
2021-12-17 07:41:00 -0800 (Fri, 17 Dec 2021)

Log Message

Unreviewed, reverting r286850.

Put r282794 back in. It turns out it was an overall
progression after all

Reverted changeset:

"Unreviewed, reverting r282794."
https://bugs.webkit.org/show_bug.cgi?id=230517
https://commits.webkit.org/r286850

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (287184 => 287185)


--- trunk/Source/WebKit/ChangeLog	2021-12-17 15:17:56 UTC (rev 287184)
+++ trunk/Source/WebKit/ChangeLog	2021-12-17 15:41:00 UTC (rev 287185)
@@ -1,3 +1,16 @@
+2021-12-17  Chris Dumez  <[email protected]>
+
+        Unreviewed, reverting r286850.
+
+        Put r282794 back in. It turns out it was an overall
+        progression after all
+
+        Reverted changeset:
+
+        "Unreviewed, reverting r282794."
+        https://bugs.webkit.org/show_bug.cgi?id=230517
+        https://commits.webkit.org/r286850
+
 2021-12-16  Per Arne Vollan  <[email protected]>
 
         [macOS] Adjust syscall filter

Modified: trunk/Source/WebKit/UIProcess/WebPageProxy.cpp (287184 => 287185)


--- trunk/Source/WebKit/UIProcess/WebPageProxy.cpp	2021-12-17 15:17:56 UTC (rev 287184)
+++ trunk/Source/WebKit/UIProcess/WebPageProxy.cpp	2021-12-17 15:41:00 UTC (rev 287185)
@@ -1421,7 +1421,8 @@
 
     addPlatformLoadParameters(process, loadParameters);
 
-    preconnectTo(url);
+    if (shouldTreatAsContinuingLoad == ShouldTreatAsContinuingLoad::No)
+        preconnectTo(url);
 
     navigation.setIsLoadedWithNavigationShared(true);
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to