Title: [256545] branches/safari-609.1.17.0-branch/Source/WebKit
- Revision
- 256545
- Author
- [email protected]
- Date
- 2020-02-13 14:52:24 -0800 (Thu, 13 Feb 2020)
Log Message
Cherry-pick r255658. rdar://problem/59299333
Unreviewed, fix the internal build after <rdar://problem/59132944>
* UIProcess/ios/WKContentViewInteraction.h: Declare this helper in the header, now that it's consulted by some
WebKitAdditions code.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@255658 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Modified Paths
Diff
Modified: branches/safari-609.1.17.0-branch/Source/WebKit/ChangeLog (256544 => 256545)
--- branches/safari-609.1.17.0-branch/Source/WebKit/ChangeLog 2020-02-13 22:52:22 UTC (rev 256544)
+++ branches/safari-609.1.17.0-branch/Source/WebKit/ChangeLog 2020-02-13 22:52:24 UTC (rev 256545)
@@ -1,5 +1,23 @@
2020-02-13 Russell Epstein <[email protected]>
+ Cherry-pick r255658. rdar://problem/59299333
+
+ Unreviewed, fix the internal build after <rdar://problem/59132944>
+
+ * UIProcess/ios/WKContentViewInteraction.h: Declare this helper in the header, now that it's consulted by some
+ WebKitAdditions code.
+
+ git-svn-id: https://svn.webkit.org/repository/webkit/trunk@255658 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+ 2020-02-03 Wenson Hsieh <[email protected]>
+
+ Unreviewed, fix the internal build after <rdar://problem/59132944>
+
+ * UIProcess/ios/WKContentViewInteraction.h: Declare this helper in the header, now that it's consulted by some
+ WebKitAdditions code.
+
+2020-02-13 Russell Epstein <[email protected]>
+
Cherry-pick r255625. rdar://problem/59299317
Add a WebKitAdditions hook to override the behavior of -[WKContentView gestureRecognizer:shouldReceiveTouch:]
Modified: branches/safari-609.1.17.0-branch/Source/WebKit/UIProcess/ios/WKContentViewInteraction.h (256544 => 256545)
--- branches/safari-609.1.17.0-branch/Source/WebKit/UIProcess/ios/WKContentViewInteraction.h 2020-02-13 22:52:22 UTC (rev 256544)
+++ branches/safari-609.1.17.0-branch/Source/WebKit/UIProcess/ios/WKContentViewInteraction.h 2020-02-13 22:52:24 UTC (rev 256545)
@@ -487,6 +487,7 @@
- (void)_updateChangedSelection;
- (BOOL)_interpretKeyEvent:(::WebEvent *)theEvent isCharEvent:(BOOL)isCharEvent;
- (void)_positionInformationDidChange:(const WebKit::InteractionInformationAtPosition&)info;
+- (BOOL)_currentPositionInformationIsValidForRequest:(const WebKit::InteractionInformationRequest&)request;
- (void)_attemptClickAtLocation:(CGPoint)location modifierFlags:(UIKeyModifierFlags)modifierFlags;
- (void)_willStartScrollingOrZooming;
- (void)_didScroll;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes