summaryrefslogtreecommitdiffstats
path: root/WebKit/android/plugins
Commit message (Expand)AuthorAgeFilesLines
* Send appropriate events when plugin is dynamically resized.Derek Sollenberger2011-01-202-31/+39
* Trigger OnScreen events when the page loads.Derek Sollenberger2011-01-191-1/+1
* Add multi-touch plugin API.Derek Sollenberger2011-01-071-1/+21
* Add additional debugging for plugins.Derek Sollenberger2011-01-073-1/+7
* Plugin API to report the onscreen visibility of the plugin.Derek Sollenberger2011-01-054-0/+47
* Add full-screen support for OpenGL based plugins.Derek Sollenberger2011-01-041-4/+28
* Add initial support for OpenGL plugins.Derek Sollenberger2010-12-205-0/+193
* Add app-switch keycode.Jeff Brown2010-12-071-0/+1
* Add new keycodes initially used for GoogleTV devices.Jason Bayer2010-11-091-0/+22
* Add volume mute key.Jeff Brown2010-11-011-1/+2
* Add new keycodes.Jeff Brown2010-10-141-0/+53
* Add new API for plugin audio track latency.Derek Sollenberger2010-10-122-0/+19
* Merge WebKit at r65072: String class has moved to the WTF namespace.Ben Murdoch2010-08-131-1/+1
* am b47b5d4a: am 652e9a01: Migrate to new keycode constants in keycodes.h.Jeff Brown2010-07-131-3/+31
|\
| * Migrate to new keycode constants in keycodes.h.Jeff Brown2010-07-131-3/+31
* | Merge Webkit at r58956: Update plugin code to use C99 types. See http://trac....Ben Murdoch2010-05-145-18/+18
* | Merge webkit.org at r58033 : Update location of CString.hSteve Block2010-05-111-3/+2
|/
* am 6452300d: am d294ab99: Update plugin\'s dirtyRect to match the dirtyRect r...Derek Sollenberger2010-05-031-0/+10
|\
| * Update plugin's dirtyRect to match the dirtyRect returned when locking a surf...Derek Sollenberger2010-05-031-0/+10
* | don't hardcode "mSurface" throughout our source codeMathias Agopian2010-04-121-1/+1
|/
* Fix for Bug:2579468Nicolas Roard2010-04-082-5/+17
* Allowing native code access to the application context as long asDerek Sollenberger2010-03-231-1/+8
* Pass selection data along with message to open the keyboard.Leon Scroggins2010-03-181-1/+1
* window may not be initialized when plugin is first calledCary Clark2010-03-181-1/+2
* To enable per file log, only need to define PLUGIN_DEBUG_LOCALGrace Kloba2010-03-162-2/+2
* Ensure a plugin is not shown if it is completely obscured by otherDerek Sollenberger2010-03-162-9/+37
* Putting Grace's change back in now that we have the new apk from Adobe.Bart Sears2010-03-152-2/+2
* If the plugin is in an IFrame we need to reposition the plugins surfaceDerek Sollenberger2010-03-151-0/+5
* Clean up full-screen mode plugins now that they handle touchDerek Sollenberger2010-03-151-3/+1
* Temporary revert the new android_npapi. Waiting forGrace Kloba2010-03-122-2/+2
* Add requestCenterFitZoom to android_npapi so thatGrace Kloba2010-03-124-0/+20
* Update android_npapi to remove the special codeGrace Kloba2010-03-091-14/+0
* Only call plugin touch code if it is in full screenLeon Scroggins2010-03-093-12/+2
* fix to ensure plugins are not shown when they are marked hidden by the DOM.Derek Sollenberger2010-03-093-33/+71
* disable visiblerect debugging printfsMike Reed2010-03-041-1/+1
* am 70a336f2: am da8d052d: Merge "adding logging to determine the delay betwee...Derek Sollenberger2010-02-231-3/+8
|\
| * adding logging to determine the delay between event origination and its arriv...Derek Sollenberger2010-02-231-3/+8
* | am 5bce6668: am 15027de7: Added new logging messages and updated event logs w...Derek Sollenberger2010-02-233-16/+36
|\ \ | |/
| * Added new logging messages and updated event logs with plugin execution timeDerek Sollenberger2010-02-233-16/+36
| * Pass touch event time from Java to WebKitGrace Kloba2010-02-023-0/+10
* | Use common version of PluginView::parentFrameSteve Block2010-02-151-1/+1
* | split libsurfaceflinger_client and libcamera_client out of libuiMathias Agopian2010-02-111-1/+1
* | Pass touch event time from Java to WebKitGrace Kloba2010-02-033-0/+10
* | Stop forwarding touch events from Java when the top level document is detache...Ben Murdoch2010-01-271-8/+2
* | am 562a8a46: am 53c84f3c: Do not allow the plugin to show or hide the keyboar...Derek Sollenberger2010-01-253-7/+22
|\ \ | |/
| * Do not allow the plugin to show or hide the keyboard unless it has focus.Derek Sollenberger2010-01-253-7/+22
* | am 71ce050b: am c45f962c: Merge "Correcting how the plugin\'s bounding coordi...Derek Sollenberger2010-01-253-73/+86
|\ \ | |/
| * Correcting how the plugin's bounding coordinates are computed.Derek Sollenberger2010-01-253-73/+86
* | am 53e1af87: am 2eb76d0b: Add logging for all plugin events and their return ...Derek Sollenberger2010-01-254-21/+161
|\ \ | |/
| * Add logging for all plugin events and their return values.Derek Sollenberger2010-01-254-21/+161