summaryrefslogtreecommitdiffstats
path: root/WebCore/plugins/android/PluginViewAndroid.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add logging for all plugin events and their return values.Derek Sollenberger2010-01-251-3/+3
* Changing plugin setwindow() to use page coordinateGrace Kloba2010-01-201-25/+44
* 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
* fixing plugin event handling for touch to return the correct value.Derek Sollenberger2009-07-281-1/+1
* removing visibleRect event and tracking rectangles instead.Derek Sollenberger2009-07-201-2/+1
* Adding plugin support for an RGBA surface view.Derek Sollenberger2009-07-171-8/+4
* Ensuring the plugin maintains control of the nav keys until it explicity rele...Derek Sollenberger2009-07-081-3/+20
* plugins are now sent the correct coordinates even when the page is scrolled.Derek Sollenberger2009-07-071-6/+16
* added gain/loose focus support for plugins. (focus = eligible to receive user...Derek Sollenberger2009-07-021-6/+1
* Adding support for plugins to request the keyboard.Derek Sollenberger2009-06-291-2/+3
* Adding mouse events to the plugin APIDerek Sollenberger2009-06-261-3/+10
* Adding touch events for plugins.Derek Sollenberger2009-06-181-11/+44
* add pixelpacking apiMike Reed2009-06-101-1/+3
* Added support for plugins receiving lifecycle events such as gain/lose focus.Derek Sollenberger2009-06-081-33/+42
* add test for plugin api for paths (and some fixes)Mike Reed2009-05-131-0/+2
* Make WebCore built with V8.Feng Qian2009-04-241-12/+10
* auto import from //branches/cupcake/...@137197The Android Open Source Project2009-03-091-1/+15
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-051-27/+7
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+572
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-572/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-1/+4
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-0/+569
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-567/+0
* Initial ContributionThe Android Open Source Project2008-10-211-0/+567