Title: [214295] trunk/Source/WebKit2
- Revision
- 214295
- Author
- [email protected]
- Date
- 2017-03-22 21:51:47 -0700 (Wed, 22 Mar 2017)
Log Message
WKScrollView should not require data interaction gestures to fail before panning
https://bugs.webkit.org/show_bug.cgi?id=169986
Reviewed by Tim Horton.
This workaround is no longer needed.
* UIProcess/ios/WKScrollView.mm:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (214294 => 214295)
--- trunk/Source/WebKit2/ChangeLog 2017-03-23 04:14:03 UTC (rev 214294)
+++ trunk/Source/WebKit2/ChangeLog 2017-03-23 04:51:47 UTC (rev 214295)
@@ -1,3 +1,14 @@
+2017-03-22 Wenson Hsieh <[email protected]>
+
+ WKScrollView should not require data interaction gestures to fail before panning
+ https://bugs.webkit.org/show_bug.cgi?id=169986
+
+ Reviewed by Tim Horton.
+
+ This workaround is no longer needed.
+
+ * UIProcess/ios/WKScrollView.mm:
+
2017-03-22 Andreas Kling <[email protected]>
Let MemoryPressureHandler track whether the process is active or inactive.
Modified: trunk/Source/WebKit2/UIProcess/ios/WKScrollView.mm (214294 => 214295)
--- trunk/Source/WebKit2/UIProcess/ios/WKScrollView.mm 2017-03-23 04:14:03 UTC (rev 214294)
+++ trunk/Source/WebKit2/UIProcess/ios/WKScrollView.mm 2017-03-23 04:51:47 UTC (rev 214295)
@@ -129,10 +129,6 @@
return self;
}
-#if USE(APPLE_INTERNAL_SDK) && __has_include(<WebKitAdditions/WKScrollViewAdditions.mm>)
-#import <WebKitAdditions/WKScrollViewAdditions.mm>
-#endif
-
- (void)setInternalDelegate:(WKWebView <UIScrollViewDelegate> *)internalDelegate
{
if (internalDelegate == _internalDelegate)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes