summaryrefslogtreecommitdiffstats
path: root/WebKit/android/plugins/PluginWidgetAndroid.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add logging for all plugin events and their return values.Derek Sollenberger2010-01-251-13/+19
* As we are sharing the view between embedded and fullGrace Kloba2010-01-211-11/+10
* Fix the crash of exiting full screen by checking null.Grace Kloba2010-01-201-1/+2
* Changing plugin setwindow() to use page coordinateGrace Kloba2010-01-201-61/+23
* Exit the fullscreen mode when the PluginWidget isGrace Kloba2010-01-191-1/+8
* adding event to notify the plugin when it is on/off screen.Derek Sollenberger2010-01-121-0/+13
* consolidating to only use one surface per plugin. give plugin access to java ...Derek Sollenberger2010-01-111-23/+41
* Implement the full screen WebView plugin.Grace Kloba2009-12-161-1/+8
* Notify native plugin code when the browser discards the customView.Derek Sollenberger2009-12-141-10/+28
* Cleanup how a plugin requests to go full-screen.Derek Sollenberger2009-12-011-10/+0
* Refactoring plugins to use new java interfaces.Derek Sollenberger2009-11-301-40/+32
* Fixes license headers for all files in WebKit/android, other than those in stl/.Steve Block2009-11-131-1/+1
* Enabling plugins to stay in sync with UI when the DOM changes.Derek Sollenberger2009-10-131-12/+27
* add debugging, tweak data for flash work in progressCary Clark2009-10-121-7/+49
* adding API to enable plugins to request full screen modeDerek Sollenberger2009-09-221-33/+21
* renaming setJavaClass_ANPSetValue and ensuring memory is freed on subsequent ...Derek Sollenberger2009-09-211-1/+13
* First pass at replacing native plugin views with java.Derek Sollenberger2009-09-151-15/+56
* modifying the android_npapi.h to accomodate surfaces with different pixel for...Derek Sollenberger2009-08-101-3/+4
* 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
* 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
* add pause/resume events for pluginsMike Reed2009-05-281-0/+9
* share xfermode and color routines with chrome portMike Reed2009-04-291-2/+1
* 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