summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/WebViewInputDispatcher.java
Commit message (Expand)AuthorAgeFilesLines
* Don't long press if preventDefault is calledJohn Reck2012-05-291-0/+1
* Support skipping a touch stream due to lack of handlersJohn Reck2012-05-241-2/+10
* Don't show the touch highlight for double tapsJohn Reck2012-05-171-1/+6
* Tweak show/hide of touch highlightJohn Reck2012-05-171-2/+16
* Don't send an ontouchmove until slop is exceededJohn Reck2012-05-161-3/+13
* Always do a HIT_TESTJohn Reck2012-05-141-3/+14
* Prevent updateStateTrackers from being affected by preventDefault()John Reck2012-05-111-1/+1
* Fix tap highlight annoyingnessJohn Reck2012-05-031-6/+84
* Add intercept path for UI touch handling.George Mount2012-05-031-6/+16
* Use the right timeoutJohn Reck2012-04-241-1/+1
* Remove an unnecessary sanity checkJohn Reck2012-04-131-3/+2
* Improve when highlight rects are shownJohn Reck2012-04-121-0/+6
* New WebView input dispatcher.Jeff Brown2012-04-111-0/+1151