Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add debugging, tweak data for flash work in progress | Cary Clark | 2009-10-12 | 1 | -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 mode | Derek Sollenberger | 2009-09-22 | 1 | -33/+21 | |
| | | | | Change-Id: Ib3373af6ff127399d1d0846ba30a4275da5b3133 | |||||
* | renaming setJavaClass_ANPSetValue and ensuring memory is freed on subsequent ↵ | Derek Sollenberger | 2009-09-21 | 1 | -1/+13 | |
| | | | | | | calls Change-Id: I7881e711af7ec905e5c120e8e2fd4b0b7ba5e840 | |||||
* | First pass at replacing native plugin views with java. | Derek Sollenberger | 2009-09-15 | 1 | -15/+56 | |
| | | | | Change-Id: I637275c9766202a4358ef25af01ee92c85c48e7f | |||||
* | modifying the android_npapi.h to accomodate surfaces with different pixel ↵ | Derek Sollenberger | 2009-08-10 | 1 | -3/+4 | |
| | | | | formats. | |||||
* | enabling plugin surfaces to manually scale based on the zoom level. | Derek Sollenberger | 2009-08-07 | 1 | -13/+3 | |
| | ||||||
* | fixing the surface size if the plugin elects to not handle zoomEvents. | Derek Sollenberger | 2009-08-06 | 1 | -1/+1 | |
| | ||||||
* | first cut at adding zoom support for plugins. | Derek Sollenberger | 2009-08-06 | 1 | -1/+12 | |
| | ||||||
* | enhancing visibleRect tracking and making it work within iframes. | Derek Sollenberger | 2009-08-04 | 1 | -11/+32 | |
| | ||||||
* | Fixing mouse and touch coordinates inside iframes. | Derek Sollenberger | 2009-08-03 | 1 | -4/+22 | |
| | ||||||
* | Fix a crash in plugins. | Patrick Scott | 2009-07-21 | 1 | -1/+1 | |
| | ||||||
* | removing visibleRect event and tracking rectangles instead. | Derek Sollenberger | 2009-07-20 | 1 | -11/+118 | |
| | ||||||
* | Add Plugin APIs for creating and manipulating a Surface. | Patrick Scott | 2009-07-20 | 1 | -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 Sollenberger | 2009-07-17 | 1 | -1/+2 | |
| | ||||||
* | Adding touch events for plugins. | Derek Sollenberger | 2009-06-18 | 1 | -0/+25 | |
| | ||||||
* | Reorganizing the drawContext for plugin events. | Derek Sollenberger | 2009-06-09 | 1 | -8/+8 | |
| | ||||||
* | Fix a crash on missing plugins. | Leon Scroggins | 2009-06-04 | 1 | -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 plugins | Mike Reed | 2009-05-28 | 1 | -0/+9 | |
| | | | | | add sendEvent() api to widget add jni pause/resume functions to be called from java | |||||
* | share xfermode and color routines with chrome port | Mike Reed | 2009-04-29 | 1 | -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/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -0/+146 | |
| | ||||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -146/+0 | |
| | ||||||
* | auto import from //branches/cupcake/...@126645 | The Android Open Source Project | 2009-01-15 | 1 | -11/+20 | |
| | ||||||
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 1 | -0/+137 | |