-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert of Use the pinch viewport offset for tap disambiguation. (patc…
…hset #3 id:40001 of https://codereview.chromium.org/584893004/) Reason for revert: Makes webkit_unit_tests fail on Android: [ FAILED ] 1 test, listed below: [ FAILED ] WebFrameTest.DisambiguationPopupPinchViewport 1 FAILED TEST C 79.116s Main ******************************************************************************** C 79.116s Main Detailed Logs C 79.116s Main ******************************************************************************** C 79.119s Main [FAIL] WebFrameTest.DisambiguationPopupPinchViewport: C 79.119s Main ../../third_party/WebKit/Source/web/tests/WebFrameTest.cpp:4413: Failure C 79.119s Main Value of: (frame->view()->scrollPosition()).y() C 79.119s Main Actual: 0 C 79.119s Main Expected: (IntPoint(0, 400)).y() C 79.119s Main Which is: 400 C 79.119s Main ../../third_party/WebKit/Source/web/tests/WebFrameTest.cpp:4434: Failure C 79.119s Main Value of: client.triggered() C 79.119s Main Actual: false C 79.119s Main Expected: true C 79.120s Main ******************************************************************************** C 79.120s Main Summary C 79.120s Main ******************************************************************************** C 79.126s Main [==========] 1467 tests ran. C 79.126s Main [ PASSED ] 1466 tests. C 79.126s Main [ FAILED ] 1 test, listed below: C 79.126s Main [ FAILED ] WebFrameTest.DisambiguationPopupPinchViewport C 79.126s Main C 79.126s Main 1 FAILED TEST C 79.127s Main ******************************************************************************** Original issue's description: > Use the pinch viewport offset for tap disambiguation. > > Account for the pinch vieport offset in the touch rectangle calculation > and pass the offset to the client. The client needs the touch rectangle > relative to both the main frame and to the screen. > > This change is part 1 of 2 (part 2 is chromium side change https://codereview.chromium.org/595693002). > > BUG=370470 > > Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=182534 [email protected],[email protected],[email protected],[email protected],[email protected] NOTREECHECKS=true NOTRY=true BUG=370470 Review URL: https://codereview.chromium.org/602583003 git-svn-id: svn://svn.chromium.org/blink/trunk@182579 bbb929c8-8fbe-4397-9dbb-9b2b20218538
- Loading branch information
Showing
5 changed files
with
15 additions
and
136 deletions.
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
37 changes: 0 additions & 37 deletions
37
Source/web/tests/data/disambiguation_popup_200_by_800.html
This file was deleted.
Oops, something went wrong.
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