Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Refactoring plugins to use new java interfaces. | Derek Sollenberger | 2009-11-30 | 4 | -73/+43 | |
| | | | | | | | This change contains extensive cleanup as we now keep track of a pointer to the plugin's java entry point (WebkitPlugin.class). Also given that we track this object and changes to plugin packaging we nolonger need to pass additional parameters in quite a few methods. | |||||
* | Fixes license headers for all files in WebKit/android, other than those in stl/. | Steve Block | 2009-11-13 | 25 | -52/+88 | |
| | | | | | | | | | | | | | These files have not yet been upstreamed to webkit.org. WebKit requires either a BSD-style or LGPL 2.1 license for all code. We use a BSD-style 2-clause license for Android-specific files that will be upstreamed to webkit.org. This change adds licenses where absent or simply fixes the names of copyright holders in the license text to 'THE COPYRIGHT OWNER' and cleans up formatting. Files in stl/ currently use licenses other than BSD-style and will require more careful treatment. Change-Id: I67ad4b8932e432d3eaaeecdfeb0d09418496228d | |||||
* | Allow plugins to load java classes from their apk. | Derek Sollenberger | 2009-11-09 | 4 | -11/+55 | |
| | | | | | | | | Relocate ANPSystemInterface into its own file and provide the ability to call into java and load a plugin's java class from their apk. see http://b/2215696 | |||||
* | Updating the documentation for plugins. | Derek Sollenberger | 2009-10-19 | 1 | -36/+47 | |
| | ||||||
* | Enabling plugins to stay in sync with UI when the DOM changes. | Derek Sollenberger | 2009-10-13 | 2 | -12/+28 | |
| | ||||||
* | add debugging, tweak data for flash work in progress | Cary Clark | 2009-10-12 | 1 | -7/+49 | |
| | | | | | | | | | Attempts to get the plugin to scroll when the ime appears. Add debugging strings to help track events to show plugin object. Add focusCandidate interfaces. Tweak rectangles from plugin so they don't disappear. Prefer found matches in nav cache that are later in the document. | |||||
* | adding API to enable plugins to request full screen mode | Derek Sollenberger | 2009-09-22 | 4 | -33/+38 | |
| | | | | Change-Id: Ib3373af6ff127399d1d0846ba30a4275da5b3133 | |||||
* | renaming setJavaClass_ANPSetValue and ensuring memory is freed on subsequent ↵ | Derek Sollenberger | 2009-09-21 | 3 | -6/+25 | |
| | | | | | | calls Change-Id: I7881e711af7ec905e5c120e8e2fd4b0b7ba5e840 | |||||
* | cleaning up old surface view API's | Derek Sollenberger | 2009-09-21 | 1 | -37/+0 | |
| | | | | Change-Id: I333c2eebff22df1a56099fad7d8ec366627f4e22 | |||||
* | First pass at replacing native plugin views with java. | Derek Sollenberger | 2009-09-15 | 7 | -373/+183 | |
| | | | | Change-Id: I637275c9766202a4358ef25af01ee92c85c48e7f | |||||
* | update dox. no code change | Mike Reed | 2009-08-28 | 1 | -1/+7 | |
| | ||||||
* | adding additional documentation for the plugin api | Derek Sollenberger | 2009-08-11 | 1 | -3/+49 | |
| | ||||||
* | cleaning up and adding more doxygen comments | Derek Sollenberger | 2009-08-11 | 1 | -41/+49 | |
| | ||||||
* | modifying the android_npapi.h to accomodate surfaces with different pixel ↵ | Derek Sollenberger | 2009-08-10 | 6 | -48/+49 | |
| | | | | formats. | |||||
* | enabling plugin surfaces to manually scale based on the zoom level. | Derek Sollenberger | 2009-08-07 | 4 | -25/+11 | |
| | ||||||
* | fixing the surface size if the plugin elects to not handle zoomEvents. | Derek Sollenberger | 2009-08-06 | 3 | -4/+4 | |
| | ||||||
* | first cut at adding zoom support for plugins. | Derek Sollenberger | 2009-08-06 | 3 | -7/+29 | |
| | ||||||
* | Add SystemInterface to the android_npapi so that we can expose system related | Grace Kloba | 2009-08-05 | 2 | -0/+83 | |
| | | | | properties. Currently it only has getApplicationDataDirectory. | |||||
* | adding the first cut for the onLoad plugin event. | Derek Sollenberger | 2009-08-04 | 1 | -0/+1 | |
| | ||||||
* | Merge change 9656 | Android (Google) Code Review | 2009-08-04 | 2 | -14/+36 | |
|\ | | | | | | | | | * changes: enhancing visibleRect tracking and making it work within iframes. | |||||
| * | enhancing visibleRect tracking and making it work within iframes. | Derek Sollenberger | 2009-08-04 | 2 | -14/+36 | |
| | | ||||||
* | | Merge change 9526 | Android (Google) Code Review | 2009-08-03 | 2 | -4/+24 | |
|\ \ | |/ | | | | | | | * changes: Fixing mouse and touch coordinates inside iframes. | |||||
| * | Fixing mouse and touch coordinates inside iframes. | Derek Sollenberger | 2009-08-03 | 2 | -4/+24 | |
| | | ||||||
* | | expose getFontPath to plugins | Mike Reed | 2009-07-31 | 2 | -0/+37 | |
|/ | ||||||
* | Merge change 7734 | Android (Google) Code Review | 2009-07-23 | 1 | -2/+2 | |
|\ | | | | | | | | | * changes: Fix issue 1795088 Improve audio routing code | |||||
| * | Fix issue 1795088 Improve audio routing code | Eric Laurent | 2009-07-22 | 1 | -2/+2 | |
| | | | | | | | | Integrated comments after patch set 1 review. | |||||
* | | Fix a crash in plugins. | Patrick Scott | 2009-07-21 | 1 | -1/+1 | |
| | | ||||||
* | | removing visibleRect event and tracking rectangles instead. | Derek Sollenberger | 2009-07-20 | 4 | -32/+179 | |
| | | ||||||
* | | Remove format until plugins either need to know or ask to change it. | Patrick Scott | 2009-07-20 | 2 | -3/+3 | |
| | | ||||||
* | | Add Plugin APIs for creating and manipulating a Surface. | Patrick Scott | 2009-07-20 | 7 | -12/+420 | |
| | | | | | | | | | | | | | | | | | | | | | | | | SurfaceCallback: An interface used to receive the surface change events. The PluginSurface then sends those events to the actual plugin. PluginSurface: A wrapper around the native Surface object obtained from the Java SurfaceView. This object can lock and unlock the surface and takes care of creating, positioning and destroying the Java SurfaceView. Changed PluginWidgetAndroid to not use SkFlipPixelRef when the drawing model is Surface. | |||||
* | | add fontdir api for plugins | Mike Reed | 2009-07-17 | 2 | -59/+22 | |
|/ | | | | remove unneeded fonttable apis | |||||
* | Adding plugin support for an RGBA surface view. | Derek Sollenberger | 2009-07-17 | 4 | -4/+105 | |
| | ||||||
* | fixing a typo in the android plugin api. | Derek Sollenberger | 2009-07-07 | 1 | -1/+1 | |
| | ||||||
* | Adding support for plugins to request the keyboard. | Derek Sollenberger | 2009-06-29 | 2 | -0/+13 | |
| | ||||||
* | Adding mouse events to the plugin API | Derek Sollenberger | 2009-06-26 | 1 | -4/+16 | |
| | ||||||
* | add zoom field to visibleRect event | Mike Reed | 2009-06-24 | 1 | -4/+2 | |
| | ||||||
* | Providing plugins with scrolling ability as well as an event informing the ↵ | Derek Sollenberger | 2009-06-22 | 2 | -8/+37 | |
| | | | | plugin of the document's visibleRect. | |||||
* | Adding touch events for plugins. | Derek Sollenberger | 2009-06-18 | 3 | -7/+63 | |
| | ||||||
* | add font table getters for plugins | Mike Reed | 2009-06-17 | 2 | -0/+66 | |
| | ||||||
* | Added event to notify plugins when the app is running low on memory. | Derek Sollenberger | 2009-06-10 | 1 | -1/+2 | |
| | ||||||
* | add pixelpacking api | Mike Reed | 2009-06-10 | 2 | -1/+106 | |
| | ||||||
* | added missing function pointers in the plugin canvas interface | Derek Sollenberger | 2009-06-09 | 1 | -2/+7 | |
| | ||||||
* | Reorganizing the drawContext for plugin events. | Derek Sollenberger | 2009-06-09 | 2 | -19/+17 | |
| | ||||||
* | Added support for plugins receiving lifecycle events such as gain/lose focus. | Derek Sollenberger | 2009-06-08 | 1 | -23/+33 | |
| | ||||||
* | Fix a crash on missing plugins. | Leon Scroggins | 2009-06-04 | 1 | -4/+8 | |
| | | | | | Before accessing the plugin package, make sure it is not null, since missing plugins will not have one. | |||||
* | hack to set focus for plugins | Mike Reed | 2009-05-28 | 1 | -1/+3 | |
| | | | | expose pluginview from pluginwidget | |||||
* | add pause/resume events for plugins | Mike Reed | 2009-05-28 | 3 | -4/+20 | |
| | | | | | add sendEvent() api to widget add jni pause/resume functions to be called from java | |||||
* | Move Browser test plugin from webkit project to development project. | Grace Kloba | 2009-05-14 | 7 | -1013/+0 | |
| | | | | Change how we set plugin path as we can support more than one path now. | |||||
* | add test for plugin api for paths (and some fixes) | Mike Reed | 2009-05-13 | 3 | -10/+40 | |
| | ||||||
* | add path apis for plugins. also add drawLine to canvas | Mike Reed | 2009-05-04 | 3 | -1/+169 | |
| |