summaryrefslogtreecommitdiffstats
path: root/WebKit/android/plugins/PluginWidgetAndroid.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* add debugging, tweak data for flash work in progressCary Clark2009-10-121-7/+49
| | | | | | | | | Attempts to get the plugin to scroll when the ime appears. Add debugging strings to help track events to show plugin object. Add focusCandidate interfaces. Tweak rectangles from plugin so they don't disappear. Prefer found matches in nav cache that are later in the document.
* adding API to enable plugins to request full screen modeDerek Sollenberger2009-09-221-33/+21
| | | | Change-Id: Ib3373af6ff127399d1d0846ba30a4275da5b3133
* renaming setJavaClass_ANPSetValue and ensuring memory is freed on subsequent ↵Derek Sollenberger2009-09-211-1/+13
| | | | | | calls Change-Id: I7881e711af7ec905e5c120e8e2fd4b0b7ba5e840
* First pass at replacing native plugin views with java.Derek Sollenberger2009-09-151-15/+56
| | | | Change-Id: I637275c9766202a4358ef25af01ee92c85c48e7f
* modifying the android_npapi.h to accomodate surfaces with different pixel ↵Derek Sollenberger2009-08-101-3/+4
| | | | formats.
* enabling plugin surfaces to manually scale based on the zoom level.Derek Sollenberger2009-08-071-13/+3
|
* fixing the surface size if the plugin elects to not handle zoomEvents.Derek Sollenberger2009-08-061-1/+1
|
* first cut at adding zoom support for plugins.Derek Sollenberger2009-08-061-1/+12
|
* enhancing visibleRect tracking and making it work within iframes.Derek Sollenberger2009-08-041-11/+32
|
* Fixing mouse and touch coordinates inside iframes.Derek Sollenberger2009-08-031-4/+22
|
* Fix a crash in plugins.Patrick Scott2009-07-211-1/+1
|
* removing visibleRect event and tracking rectangles instead.Derek Sollenberger2009-07-201-11/+118
|
* Add Plugin APIs for creating and manipulating a Surface.Patrick Scott2009-07-201-4/+24
| | | | | | | | | | | | SurfaceCallback: An interface used to receive the surface change events. The PluginSurface then sends those events to the actual plugin. PluginSurface: A wrapper around the native Surface object obtained from the Java SurfaceView. This object can lock and unlock the surface and takes care of creating, positioning and destroying the Java SurfaceView. Changed PluginWidgetAndroid to not use SkFlipPixelRef when the drawing model is Surface.
* Adding plugin support for an RGBA surface view.Derek Sollenberger2009-07-171-1/+2
|
* Adding touch events for plugins.Derek Sollenberger2009-06-181-0/+25
|
* Reorganizing the drawContext for plugin events.Derek Sollenberger2009-06-091-8/+8
|
* Fix a crash on missing plugins.Leon Scroggins2009-06-041-4/+8
| | | | | Before accessing the plugin package, make sure it is not null, since missing plugins will not have one.
* add pause/resume events for pluginsMike Reed2009-05-281-0/+9
| | | | | add sendEvent() api to widget add jni pause/resume functions to be called from java
* share xfermode and color routines with chrome portMike Reed2009-04-291-2/+1
| | | | | | Besides sharing those routines in SkiaUtils.cpp, also remove our (now redundant) android_setrect, etc. calls, since the type-conversion extras we added earlier take care of this by using constructors.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+146
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-146/+0
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-11/+20
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+137