summaryrefslogtreecommitdiffstats
path: root/WebKit/android/plugins
Commit message (Expand)AuthorAgeFilesLines
* am a82fdbb6: am 050a2ac7: Merge change Ifcce71fa into eclair-mr2Grace Kloba2009-12-163-1/+12
|\
| * Implement the full screen WebView plugin.Grace Kloba2009-12-163-1/+12
* | am 5a144aa0: am b13fe228: Notify native plugin code when the browser discards...Derek Sollenberger2009-12-143-15/+46
|\ \ | |/
| * Notify native plugin code when the browser discards the customView.Derek Sollenberger2009-12-143-15/+46
* | am 41527663: am 213584b6: Merge change I514e3218 into eclair-mr2Mike Reed2009-12-102-0/+110
|\ \ | |/
| * add event interface for plugins, so they can post an event to themselves (fro...Mike Reed2009-12-102-0/+110
| * Enable longpress and doubletap to WebKit as touchGrace Kloba2009-12-091-4/+20
* | am d24133a9: am dcab27c3: Switching from activity based full screen plugins t...Derek Sollenberger2009-12-102-1/+13
|\ \ | |/
| * Switching from activity based full screen plugins to a view system overlay.Derek Sollenberger2009-12-082-1/+13
* | am 3d0d3fda: Enable longpress and doubletap to WebKit as touch event if it is...Grace Kloba2009-12-101-4/+20
* | Use STLPort instead of our stripped version.Patrick Scott2009-12-021-0/+1
|/
* cleaning up local JNI references for plugins and caching appropriate JNI ids.Derek Sollenberger2009-12-011-9/+37
* Cleanup how a plugin requests to go full-screen.Derek Sollenberger2009-12-013-16/+7
* Cleaning up android_npapi by removing implemented functions and unused parame...Derek Sollenberger2009-11-303-44/+3
* Refactoring plugins to use new java interfaces.Derek Sollenberger2009-11-304-73/+43
* Fixes license headers for all files in WebKit/android, other than those in stl/.Steve Block2009-11-1325-52/+88
* Allow plugins to load java classes from their apk.Derek Sollenberger2009-11-094-11/+55
* Updating the documentation for plugins.Derek Sollenberger2009-10-191-36/+47
* Enabling plugins to stay in sync with UI when the DOM changes.Derek Sollenberger2009-10-132-12/+28
* 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-224-33/+38
* renaming setJavaClass_ANPSetValue and ensuring memory is freed on subsequent ...Derek Sollenberger2009-09-213-6/+25
* cleaning up old surface view API'sDerek Sollenberger2009-09-211-37/+0
* First pass at replacing native plugin views with java.Derek Sollenberger2009-09-157-373/+183
* update dox. no code changeMike Reed2009-08-281-1/+7
* adding additional documentation for the plugin apiDerek Sollenberger2009-08-111-3/+49
* cleaning up and adding more doxygen commentsDerek Sollenberger2009-08-111-41/+49
* modifying the android_npapi.h to accomodate surfaces with different pixel for...Derek Sollenberger2009-08-106-48/+49
* enabling plugin surfaces to manually scale based on the zoom level.Derek Sollenberger2009-08-074-25/+11
* fixing the surface size if the plugin elects to not handle zoomEvents.Derek Sollenberger2009-08-063-4/+4
* first cut at adding zoom support for plugins.Derek Sollenberger2009-08-063-7/+29
* Add SystemInterface to the android_npapi so that we can expose system relatedGrace Kloba2009-08-052-0/+83
* adding the first cut for the onLoad plugin event.Derek Sollenberger2009-08-041-0/+1
* Merge change 9656Android (Google) Code Review2009-08-042-14/+36
|\
| * enhancing visibleRect tracking and making it work within iframes.Derek Sollenberger2009-08-042-14/+36
* | Merge change 9526Android (Google) Code Review2009-08-032-4/+24
|\ \ | |/
| * Fixing mouse and touch coordinates inside iframes.Derek Sollenberger2009-08-032-4/+24
* | expose getFontPath to pluginsMike Reed2009-07-312-0/+37
|/
* Merge change 7734Android (Google) Code Review2009-07-231-2/+2
|\
| * Fix issue 1795088 Improve audio routing codeEric Laurent2009-07-221-2/+2
* | Fix a crash in plugins.Patrick Scott2009-07-211-1/+1
* | removing visibleRect event and tracking rectangles instead.Derek Sollenberger2009-07-204-32/+179
* | Remove format until plugins either need to know or ask to change it.Patrick Scott2009-07-202-3/+3
* | Add Plugin APIs for creating and manipulating a Surface.Patrick Scott2009-07-207-12/+420
* | add fontdir api for pluginsMike Reed2009-07-172-59/+22
|/
* Adding plugin support for an RGBA surface view.Derek Sollenberger2009-07-174-4/+105
* fixing a typo in the android plugin api.Derek Sollenberger2009-07-071-1/+1
* Adding support for plugins to request the keyboard.Derek Sollenberger2009-06-292-0/+13
* Adding mouse events to the plugin APIDerek Sollenberger2009-06-261-4/+16
* add zoom field to visibleRect eventMike Reed2009-06-241-4/+2