summaryrefslogtreecommitdiffstats
path: root/WebCore/plugins/android/PluginViewAndroid.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add Plugin API for controling the device power statesDerek Sollenberger2011-01-271-0/+2
* Initial pass at a video API for plugins.Derek Sollenberger2011-01-261-0/+3
* Second try to send multi-touch events to FlashHuahui Wu2011-01-131-15/+31
* Revert "Cherrypick of https://android-git.corp.google.com/g/#change,88039"Huahui Wu2011-01-131-29/+13
* Cherrypick of https://android-git.corp.google.com/g/#change,88039Derek Sollenberger2011-01-101-13/+29
* Plugin API to report the onscreen visibility of the plugin.Derek Sollenberger2011-01-051-0/+2
* Add initial support for OpenGL plugins.Derek Sollenberger2010-12-201-0/+8
* Add new API for plugin audio track latency.Derek Sollenberger2010-10-121-0/+2
* Adds missing ENABLE(TOUCH_EVENTS) guards to Android-specific codeSteve Block2010-05-181-0/+2
* Merge Webkit at r58956: Update plugin code to use C99 types. See http://trac....Ben Murdoch2010-05-141-1/+1
* Merge Webkit at r58956: Add bool parameter to Widget::setFocus. See http://tr...Ben Murdoch2010-05-141-2/+2
* Merge webkit.org at r58033 : Use new PluginView::platformGetValue() and platf...Steve Block2010-05-111-15/+25
* suppress compiler warnings in plugin codeCary Clark2010-04-061-0/+3
* Make sure html plugin element supports focus so thatGrace Kloba2010-03-311-5/+3
* cherry-pick 74f79778892548221468d075f949acb3d4064368 to froyoGrace Kloba2010-03-301-17/+18
* Allowing native code access to the application context as long asDerek Sollenberger2010-03-231-4/+15
* 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-3/+4
* If the plugin is in an IFrame we need to reposition the plugins surfaceDerek Sollenberger2010-03-151-5/+18
* If we do change to document focus in mouse down,Grace Kloba2010-03-091-3/+4
* Only call plugin touch code if it is in full screenLeon Scroggins2010-03-091-25/+10
* fix to ensure plugins are not shown when they are marked hidden by the DOM.Derek Sollenberger2010-03-091-5/+19
* fixing problem were plugin surfaces are not created.Derek Sollenberger2010-03-021-0/+8
* am 4e409302: am a506357e: Adding logging to android\'s plugin view.Derek Sollenberger2010-03-021-6/+17
|\
| * Adding logging to android's plugin view.Derek Sollenberger2010-03-021-6/+17
| * Pass touch event time from Java to WebKitGrace Kloba2010-02-021-1/+1
* | Pass touch event time from Java to WebKitGrace Kloba2010-02-031-3/+3
* | absoluteToLocal works with a page co-ordinate that is relative to the top le...Ben Murdoch2010-01-261-3/+3
* | am 53e1af87: am 2eb76d0b: Add logging for all plugin events and their return ...Derek Sollenberger2010-01-251-3/+3
|\ \ | |/
| * Add logging for all plugin events and their return values.Derek Sollenberger2010-01-251-3/+3
* | resolved conflicts for merge of 9dabd572 to masterGrace Kloba2010-01-201-15/+34
|\ \ | |/
| * Changing plugin setwindow() to use page coordinateGrace Kloba2010-01-201-25/+44
* | Refactor our touch event code to use the version submitted to webkit.org by t...Ben Murdoch2010-01-201-10/+17
|/
* consolidating to only use one surface per plugin. give plugin access to java ...Derek Sollenberger2010-01-111-1/+7
* register the eventinterface with our dispatcher listMike Reed2009-12-171-0/+2
* Implement the full screen WebView plugin.Grace Kloba2009-12-161-0/+4
* Enable longpress and doubletap to WebKit as touchGrace Kloba2009-12-091-3/+18
* Refactoring plugins to use new java interfaces.Derek Sollenberger2009-11-301-6/+0
* Fixes license headers for all Android-specific JavaScriptCore and WebCore fil...Steve Block2009-11-131-4/+5
* Allow plugins to load java classes from their apk.Derek Sollenberger2009-11-091-3/+9
* changing how plugins gain/lose focus.Derek Sollenberger2009-10-271-1/+17
* Merge webkit.org at R49305 : Stub out PluginView::halt and PluginView::restart.Steve Block2009-10-201-0/+8
* Merge webkit.org at R49305 : PluginView::init and destructor have been moved ...Steve Block2009-10-201-45/+5
* When mouse down or plugin handles touch down, set the pluginGrace Kloba2009-09-231-0/+13
* renaming setJavaClass_ANPSetValue and ensuring memory is freed on subsequent ...Derek Sollenberger2009-09-211-2/+2
* First pass at replacing native plugin views with java.Derek Sollenberger2009-09-151-0/+7
* Fix the last of the linker errors !Ben Murdoch2009-08-171-0/+5
* Fix first set of linker errors.Ben Murdoch2009-08-171-49/+0
* Add SystemInterface to the android_npapi so that we can expose system relatedGrace Kloba2009-08-051-0/+2
* Fixing mouse and touch coordinates inside iframes.Derek Sollenberger2009-08-031-26/+17