Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Unreviewed, rolling out r206950.
https://bugs.webkit.org/show_bug.cgi?id=163169 broke an API test (Requested by thorton on #webkit). Reverted changeset: "Share more code between iOS and macOS ViewGestureController" https://bugs.webkit.org/show_bug.cgi?id=163158 http://trac.webkit.org/changeset/206950 Canonical link: https://commits.webkit.org/181007@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@206959 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
55 additions
and 51 deletions.
- +13 −0 Source/WebKit2/ChangeLog
- +1 −1 Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm
- +1 −20 Source/WebKit2/UIProcess/Cocoa/ViewGestureController.cpp
- +10 −10 Source/WebKit2/UIProcess/Cocoa/ViewGestureController.h
- +0 −1 Source/WebKit2/UIProcess/WebPageProxy.cpp
- +0 −4 Source/WebKit2/UIProcess/WebPageProxy.h
- +14 −4 Source/WebKit2/UIProcess/ios/ViewGestureControllerIOS.mm
- +16 −11 Source/WebKit2/UIProcess/mac/ViewGestureControllerMac.mm
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters