Title: [280752] trunk/Source/WebKit
Revision
280752
Author
timothy_hor...@apple.com
Date
2021-08-06 19:04:18 -0700 (Fri, 06 Aug 2021)

Log Message

Disable WKHoverPlatter for now
https://bugs.webkit.org/show_bug.cgi?id=228880

Reviewed by Wenson Hsieh.

* UIProcess/ios/WKHoverPlatterParameters.mm:
(-[WKHoverPlatterParameters setDefaultValues]):
Flip the switch.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (280751 => 280752)


--- trunk/Source/WebKit/ChangeLog	2021-08-07 01:39:53 UTC (rev 280751)
+++ trunk/Source/WebKit/ChangeLog	2021-08-07 02:04:18 UTC (rev 280752)
@@ -1,5 +1,16 @@
 2021-08-06  Tim Horton  <timothy_hor...@apple.com>
 
+        Disable WKHoverPlatter for now
+        https://bugs.webkit.org/show_bug.cgi?id=228880
+
+        Reviewed by Wenson Hsieh.
+
+        * UIProcess/ios/WKHoverPlatterParameters.mm:
+        (-[WKHoverPlatterParameters setDefaultValues]):
+        Flip the switch.
+
+2021-08-06  Tim Horton  <timothy_hor...@apple.com>
+
         REGRESSION (r185111): Links to App Store doesn't work when opening a PDF in Safari on iOS and iPadOS
         https://bugs.webkit.org/show_bug.cgi?id=228881
         rdar://81294035

Modified: trunk/Source/WebKit/UIProcess/ios/WKHoverPlatterParameters.mm (280751 => 280752)


--- trunk/Source/WebKit/UIProcess/ios/WKHoverPlatterParameters.mm	2021-08-07 01:39:53 UTC (rev 280751)
+++ trunk/Source/WebKit/UIProcess/ios/WKHoverPlatterParameters.mm	2021-08-07 02:04:18 UTC (rev 280752)
@@ -61,7 +61,7 @@
     [super setDefaultValues];
 
     _platterEnabledForMouse = NO;
-    _platterEnabledForHover = YES;
+    _platterEnabledForHover = NO;
 
     _platterCornerRadius = 6;
     _platterPadding = 5;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to