summaryrefslogtreecommitdiffstats
path: root/tests/DumpRenderTree/src/com/android/dumprendertree/WebViewEventSender.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove WebViewClassic specific test codeJonathan Dixon2013-08-251-413/+0
| | | | | | | | | Bug: 10427705 These tested internals of WebViewClassic and will no longer build when that is removed Change-Id: I42af538dcb0343e9eff0b3fa85d7ff39f19c7c61
* b/3369602 Using Math.round() to convert float coordinates to integers.Huahui Wu2011-01-211-2/+2
| | | | Change-Id: If4da01046c909667ce57a849569ae6b1acefb939
* Bug 2372180: pass multi-touch events from browser to webkit.Huahui Wu2010-09-261-38/+105
| | | | | | | | | | | Since the UI uses multi-touch for zooming, the event is passed to webkit only when the webpage doesn't allow zooming. 1. Updated the data structure TouchEventData in WebViewCore.java to take multiple points and used it everywhere. 2. Added a passMultiTouchToWebkit() function to do what its name means. 3. Added the multi-point touch support to dumprendertree. Change-Id: Iafc1aa7b21a587ad26efd2f124b9a66316297ab8
* add mouse up/down/click support in DumpRenderTreeGuang Zhu2010-08-251-42/+16
| | | | | | | use touchStart/End when mouseDown/Up is called in current EventSender implmentation. Change-Id: Iff3e7f45b6a7170d9be1c7ec9b12a74a74737732
* Pass key modifier state to webcore for touch events and update DRT so it can ↵Ben Murdoch2010-02-191-6/+23
| | | | | | simulate them. Change-Id: Ic5aa8cb0376f6a3eecaa6340d57f28fa97f016bd
* Add support for sending touch events in DRT.Ben Murdoch2010-02-031-6/+167
| | | | | | | | As part of this, make it possible for DRT to configure the timeout threshold between sending touch events to WebCore as the Layout Tests only synthesize single events, not a stream. Because of this, they often get dropped by the WebView for coming too quickly. Skip the multi touch test as we don't support multi touch in the Browser. Change-Id: I7b9830f43181fea33206825b49ef2e294269b4dd
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+194
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-194/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+194