summaryrefslogtreecommitdiffstats
path: root/WebKit/android/plugins/PluginDebugAndroid.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Only call plugin touch code if it is in full screenLeon Scroggins2010-03-091-4/+2
| | | | | | | | | | | | | mode or it is the document focused node. Remove Android special code added to support prevent default for double tap and long press. Long press and double tap needs to call preventDefault if it is needed. Remove Android special code added to pass event time. Need a separate CL for android_npapi.
* adding logging to determine the delay between event origination and its ↵Derek Sollenberger2010-02-231-3/+8
| | | | arrival at the plugin.
* Added new logging messages and updated event logs with plugin execution timeDerek Sollenberger2010-02-231-11/+11
|
* Correcting how the plugin's bounding coordinates are computed.Derek Sollenberger2010-01-251-23/+23
|
* Add logging for all plugin events and their return values.Derek Sollenberger2010-01-251-0/+130