summaryrefslogtreecommitdiffstats
path: root/WebCore/page/EventHandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge WebKit at r73109: Initial merge by git.Shimeng (Simon) Wang2010-12-221-7/+4
* Merge WebKit at r72274: Initial merge by git.Russell Brenner2010-12-021-6/+4
* Merge WebKit at r71558: Initial merge by git.Teng-Hui Zhu2010-11-171-1/+1
* Merge Webkit at r70949: Initial merge by git.John Reck2010-11-091-7/+10
* Merge WebKit at r68651 : Initial merge by git.Kristian Monsen2010-10-071-3/+3
* Merge WebKit at r67908: Initial merge by GitSteve Block2010-09-291-47/+22
* Merge WebKit at r67178 : Initial merge by git.Iain Merrick2010-09-161-1/+1
* Merge WebKit at r66666 : Initial merge by git.Kristian Monsen2010-09-111-2/+6
* Merge WebKit at r65615 : Initial merge by git.Iain Merrick2010-08-231-3/+3
* Merge WebKit at r65072 : Initial merge by git.Ben Murdoch2010-08-121-13/+2
* Merge WebKit at r64523 : Fix conflicts due to ANDROID_HITTEST_WITHSIZESteve Block2010-08-091-22/+0
* Merge WebKit at r64523 : Initial merge by git.Steve Block2010-08-091-1/+11
* Merge Webkit at r64264 : Fix conflicts.Kristian Monsen2010-08-041-6/+2
* Merge WebKit at r64264 : Initial merge by git.Kristian Monsen2010-08-041-2/+8
* Enable navigation in scrollable layers.Patrick Scott2010-08-021-0/+14
* Merge WebKit at r63859: Fix conflicts.Ben Murdoch2010-07-271-6/+2
* Merge WebKit at r63859 : Initial merge by git.Ben Murdoch2010-07-271-6/+38
* Merge WebKit at r63173 : Initial merge by git.Leon Clarke2010-07-201-7/+7
* Merge WebKit at r62496: Initial merge by gitSteve Block2010-07-091-1/+75
* Merge WebKit at r61871: Initial merge by git.Kristian Monsen2010-07-021-0/+3
* Merge webkit.org at r61121: Initial merge by git.Ben Murdoch2010-06-161-5/+3
* Merge webkit.org at r60469 : Initial merge by git.Leon Clarke2010-06-081-154/+162
* Merge WebKit at r60074: Initial merge by gitSteve Block2010-05-271-1/+1
* First draft to add a fat point to WebKit hit test.Grace Kloba2010-05-241-0/+12
* Merge Webkit at r58956: Initial merge by Git.Ben Murdoch2010-05-141-21/+75
* Merge webkit.org at r58033 : Resolve merge conflictsSteve Block2010-05-111-34/+5
* Merge webkit.org at r58033 : Initial merge by gitSteve Block2010-05-111-53/+221
* am bf13d116: am ec366141: am 7f034a17: Fix a ref counting bug in touch event ...Ben Murdoch2010-05-061-5/+5
|\
| * Fix a ref counting bug in touch event handling. The RefPtr returned from m_or...Ben Murdoch2010-05-061-5/+5
* | am 4190ab28: am cc7f2722: am da713c02: Fix a crash caused by navigating away ...Ben Murdoch2010-05-051-0/+3
|\ \ | |/
| * Fix a crash caused by navigating away from a page with your finger still down...Ben Murdoch2010-05-051-0/+3
* | Cherry pick of WebKit.org revision r58323. Improves documentation for the Tou...Ben Murdoch2010-04-281-0/+7
|/
* Prepare touch key modifiers for upstreaming.Ben Murdoch2010-03-111-5/+2
* Only call plugin touch code if it is in full screenLeon Scroggins2010-03-091-41/+0
* The element that receives the touch event should be the target element of the...Ben Murdoch2010-03-011-89/+71
* Update touch handler in preparation for upstreaming of m_originatingTouchTarg...Ben Murdoch2010-03-011-8/+11
* Co-ordinates of a TouchEvent object should be 0,0 to match the behavior on iP...Ben Murdoch2010-02-231-20/+6
* Don't add something to a hash map and then get it out again immediately if we...Ben Murdoch2010-02-151-2/+5
* Fix the creation of the touchTargets list to match what the iPhone does and m...Ben Murdoch2010-02-151-18/+47
* Store the originating target for a touch (i.e. calculated in touchstart) in a...Ben Murdoch2010-02-151-7/+14
* Merge webkit.org at r54127 : Fix conflicts with Android addition of touch eve...Steve Block2010-02-041-10/+1
* Merge webkit.org at r54127 : Fix final trivial mergesSteve Block2010-02-041-6/+0
* Merge webkit.org at r54127 : Merge conflicts due to longpress and doubletap t...Steve Block2010-02-041-36/+2
* Merge webkit.org at r54127 : Resolve conflicts for handleTouchEventSteve Block2010-02-041-7/+1
* Merge webkit.org at r54127 : Initial merge by gitSteve Block2010-02-041-26/+74
* Pass touch event time from Java to WebKitGrace Kloba2010-02-031-1/+14
* Add ANDROID tags to some touchevents changes that have yet to be upstreamedSteve Block2010-02-011-1/+8
* Update Android to reflect final version submitted to webkit.org when changing...Steve Block2010-02-011-8/+4
* Update Android to reflect final version submitted to webkit.org when adding t...Steve Block2010-02-011-3/+3
* Stop forwarding touch events from Java when the top level document is detache...Ben Murdoch2010-01-271-8/+0