summaryrefslogtreecommitdiffstats
path: root/WebKit/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
...
* Move the benchmark code inside libwebcore.soPatrick Scott2009-11-231-0/+3
| | | | | | | This adds about 8k of code to the library but it allows the benchmark to run without modifying the library. This makes it ideal when testing libwebcore.so since it is the exact same as our running library. It also makes it possible to always build the benchmark app.
* First pass at replacing native plugin views with java.Derek Sollenberger2009-09-151-1/+0
| | | | Change-Id: I637275c9766202a4358ef25af01ee92c85c48e7f
* Adds ability to configure mock Geolocation service from DumpRenderTree on ↵Steve Block2009-08-141-0/+1
| | | | Android.
* Add SystemInterface to the android_npapi so that we can expose system relatedGrace Kloba2009-08-051-0/+1
| | | | properties. Currently it only has getApplicationDataDirectory.
* Adds GeolocationPermissionsBridge.Steve Block2009-07-291-0/+1
|
* Adds a GeolocationPermissions class.Steve Block2009-07-291-0/+1
|
* Add Plugin APIs for creating and manipulating a Surface.Patrick Scott2009-07-201-1/+2
| | | | | | | | | | | | 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.
* Adding plugin support for an RGBA surface view.Derek Sollenberger2009-07-171-1/+2
|
* Implement fullscreen video. Currently only load() and play() are supported. ↵Andrei Popescu2009-06-251-0/+1
| | | | The rest of the MediaPlayerPrivate functionality will be added in a later CL.
* add pixelpacking apiMike Reed2009-06-101-0/+1
|
* Add WebStorage C++ implementation needed for the Browser UINicolas Roard2009-05-111-0/+1
|
* add path apis for plugins. also add drawLine to canvasMike Reed2009-05-041-0/+1
|
* Automated import from //branches/master/...@141965,141965Patrick Scott2009-03-241-0/+2
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+67
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-67/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-5/+8
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-3/+1
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-1/+5
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+62