summaryrefslogtreecommitdiffstats
path: root/WebKit/android/plugins/PluginWidgetAndroid.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge Webkit at r58956: Update plugin code to use C99 types. See http://trac....Ben Murdoch2010-05-141-2/+2
* 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-161-1/+1
* Ensure a plugin is not shown if it is completely obscured by otherDerek Sollenberger2010-03-161-8/+29
* Clean up full-screen mode plugins now that they handle touchDerek Sollenberger2010-03-151-3/+1
* Add requestCenterFitZoom to android_npapi so thatGrace Kloba2010-03-121-0/+6
* fix to ensure plugins are not shown when they are marked hidden by the DOM.Derek Sollenberger2010-03-091-32/+62
* disable visiblerect debugging printfsMike Reed2010-03-041-1/+1
* am 5bce6668: am 15027de7: Added new logging messages and updated event logs w...Derek Sollenberger2010-02-231-1/+13
|\
| * Added new logging messages and updated event logs with plugin execution timeDerek Sollenberger2010-02-231-1/+13
* | Use common version of PluginView::parentFrameSteve Block2010-02-151-1/+1
* | 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-251-6/+14
|\ \ | |/
| * Do not allow the plugin to show or hide the keyboard unless it has focus.Derek Sollenberger2010-01-251-6/+14
* | am 71ce050b: am c45f962c: Merge "Correcting how the plugin\'s bounding coordi...Derek Sollenberger2010-01-251-46/+59
|\ \ | |/
| * Correcting how the plugin's bounding coordinates are computed.Derek Sollenberger2010-01-251-46/+59
* | am 53e1af87: am 2eb76d0b: Add logging for all plugin events and their return ...Derek Sollenberger2010-01-251-13/+19
|\ \ | |/
| * Add logging for all plugin events and their return values.Derek Sollenberger2010-01-251-13/+19
* | am de7e9124: am ec4b5ee4: As we are sharing the view between embedded and ful...Grace Kloba2010-01-211-11/+10
|\ \ | |/
| * As we are sharing the view between embedded and fullGrace Kloba2010-01-211-11/+10
* | am 67c90537: am 72acb46d: Fix the crash of exiting full screen by checking null.Grace Kloba2010-01-201-1/+2
|\ \ | |/
| * Fix the crash of exiting full screen by checking null.Grace Kloba2010-01-201-1/+2
* | resolved conflicts for merge of 9dabd572 to masterGrace Kloba2010-01-201-61/+23
|\ \ | |/
| * Changing plugin setwindow() to use page coordinateGrace Kloba2010-01-201-61/+23
* | Cherry-pick WebKit change 53497 to rename jni_utility and jni_utility_private...Steve Block2010-01-201-6/+7
* | Refactor our touch event code to use the version submitted to webkit.org by t...Ben Murdoch2010-01-201-4/+15
|/
* 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