summaryrefslogtreecommitdiffstats
path: root/WebKit/android/plugins
Commit message (Expand)AuthorAgeFilesLines
* update for new audio.h header locationDima Zavin2011-05-121-1/+1
* webkit: convert to use new audio.hDima Zavin2011-04-191-7/+9
* Prevent double deletion when timer callback causes plugin to be deleted.Derek Sollenberger2011-03-091-1/+6
* Add support for plugins to use incognito mode.Derek Sollenberger2011-02-254-5/+132
* Fix problem where plugins were not drawn due to an incorrect clip.Derek Sollenberger2011-02-241-2/+2
* Skia Merge (revision 808)Derek Sollenberger2011-02-222-4/+4
* Selectively enable and disable GL_BLEND for better performance.Derek Sollenberger2011-02-161-1/+3
* Consolidate scrolling methods.Patrick Scott2011-02-091-1/+1
* Only invalidate the webview when the plugin has new content.Derek Sollenberger2011-02-043-2/+19
* Ensure plugins receive an onScreen event even when the page reloadsDerek Sollenberger2011-02-011-1/+13
* Add Plugin API for controling the device power statesDerek Sollenberger2011-01-275-0/+57
* Merge "Initial pass at a video API for plugins." into honeycombDerek Sollenberger2011-01-263-0/+145
|\
| * Initial pass at a video API for plugins.Derek Sollenberger2011-01-263-0/+145
* | Merge "Fix hit testing inside layers." into honeycombPatrick Scott2011-01-261-0/+1
|\ \ | |/ |/|
| * Fix hit testing inside layers.Patrick Scott2011-01-261-0/+1
* | Merge "Plugin API to allow for y-axis inversion during rendering." into honey...Derek Sollenberger2011-01-262-0/+27
|\ \ | |/ |/|
| * Plugin API to allow for y-axis inversion during rendering.Derek Sollenberger2011-01-262-0/+27
* | Fix invalid draw events when the plugin is injected into a loaded pageDerek Sollenberger2011-01-252-7/+9
|/
* Prevent timer from deleting itself twice.Derek Sollenberger2011-01-252-5/+14
* 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