summaryrefslogtreecommitdiffstats
path: root/WebCore/plugins/android
Commit message (Expand)AuthorAgeFilesLines
* Merge WebKit at r75315: Move Android-specific WebCore files to SourceSteve Block2011-05-124-1266/+0
* Add support for plugins to use incognito mode.Derek Sollenberger2011-02-251-0/+2
* Add Plugin API for controling the device power statesDerek Sollenberger2011-01-271-0/+2
* Merge "Initial pass at a video API for plugins." into honeycombDerek Sollenberger2011-01-261-0/+3
|\
| * Initial pass at a video API for plugins.Derek Sollenberger2011-01-261-0/+3
* | Fix hit testing inside layers.Patrick Scott2011-01-261-15/+15
|/
* 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
* Merge WebKit at r61871: Refactoring of MimeClassInfo class.Kristian Monsen2010-07-021-10/+1
* Merge webkit.org at r60469 : Update our plugin code following refactor @60258Leon Clarke2010-06-081-13/+12
* 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-142-2/+2
* 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
* Merge webkit.org at r58033 : Update location of CString.hSteve Block2010-05-111-1/+1
* Merge webkit.org at r55033 : Implement PluginPackage::NPVersion for AndroidSteve Block2010-04-271-0/+5
* 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
* | resolved conflicts for merge of 98c97471 to masterGrace Kloba2010-01-251-2/+5
|\ \ | |/
| * Merge "Rearrange the include headers to enable logging." into eclair-mr2Grace Kloba2010-01-251-2/+4
| |\
| | * Rearrange the include headers to enable logging.Grace Kloba2010-01-251-2/+4
* | | 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
| |/
* | Removing reference to a java object that is no longer used.Derek Sollenberger2010-01-211-57/+1
* | 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
* | Cherry-pick WebKit change 53497 to rename jni_utility and jni_utility_private...Steve Block2010-01-201-8/+7
* | 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