Title: [242350] trunk/Source/WebKit
Revision
242350
Author
[email protected]
Date
2019-03-04 04:03:26 -0800 (Mon, 04 Mar 2019)

Log Message

Unreviewed, rolling out r242045.
https://bugs.webkit.org/show_bug.cgi?id=195273

WE not ready to enable PSON yet (Requested by KaL on #webkit).

Reverted changeset:

"[GTK] Enable PSON"
https://bugs.webkit.org/show_bug.cgi?id=194979
https://trac.webkit.org/changeset/242045

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (242349 => 242350)


--- trunk/Source/WebKit/ChangeLog	2019-03-04 10:34:04 UTC (rev 242349)
+++ trunk/Source/WebKit/ChangeLog	2019-03-04 12:03:26 UTC (rev 242350)
@@ -1,3 +1,16 @@
+2019-03-04  Commit Queue  <[email protected]>
+
+        Unreviewed, rolling out r242045.
+        https://bugs.webkit.org/show_bug.cgi?id=195273
+
+        WE not ready to enable PSON yet (Requested by KaL on #webkit).
+
+        Reverted changeset:
+
+        "[GTK] Enable PSON"
+        https://bugs.webkit.org/show_bug.cgi?id=194979
+        https://trac.webkit.org/changeset/242045
+
 2019-03-04  Carlos Garcia Campos  <[email protected]>
 
         [CoordinatedGraphics] Unify DrawingArea classes

Modified: trunk/Source/WebKit/Shared/WebPreferencesDefaultValues.h (242349 => 242350)


--- trunk/Source/WebKit/Shared/WebPreferencesDefaultValues.h	2019-03-04 10:34:04 UTC (rev 242349)
+++ trunk/Source/WebKit/Shared/WebPreferencesDefaultValues.h	2019-03-04 12:03:26 UTC (rev 242350)
@@ -214,7 +214,7 @@
 #define DEFAULT_POINTER_EVENTS_ENABLED false
 #endif
 
-#if PLATFORM(MAC) || PLATFORM(IOS) || PLATFORM(GTK)
+#if PLATFORM(MAC) || PLATFORM(IOS)
 #define DEFAULT_PROCESS_SWAP_ON_CROSS_SITE_NAVIGATION_ENABLED true
 #else
 #define DEFAULT_PROCESS_SWAP_ON_CROSS_SITE_NAVIGATION_ENABLED false
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to