| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Move the benchmark code inside libwebcore.so | Patrick Scott | 2009-11-23 | 1 | -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 Sollenberger | 2009-09-15 | 1 | -1/+0 | |
| | | | | | Change-Id: I637275c9766202a4358ef25af01ee92c85c48e7f | |||||
| * | Adds ability to configure mock Geolocation service from DumpRenderTree on ↵ | Steve Block | 2009-08-14 | 1 | -0/+1 | |
| | | | | | Android. | |||||
| * | Add SystemInterface to the android_npapi so that we can expose system related | Grace Kloba | 2009-08-05 | 1 | -0/+1 | |
| | | | | | properties. Currently it only has getApplicationDataDirectory. | |||||
| * | Adds GeolocationPermissionsBridge. | Steve Block | 2009-07-29 | 1 | -0/+1 | |
| | | ||||||
| * | Adds a GeolocationPermissions class. | Steve Block | 2009-07-29 | 1 | -0/+1 | |
| | | ||||||
| * | Add Plugin APIs for creating and manipulating a Surface. | Patrick Scott | 2009-07-20 | 1 | -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 Sollenberger | 2009-07-17 | 1 | -1/+2 | |
| | | ||||||
| * | Implement fullscreen video. Currently only load() and play() are supported. ↵ | Andrei Popescu | 2009-06-25 | 1 | -0/+1 | |
| | | | | | The rest of the MediaPlayerPrivate functionality will be added in a later CL. | |||||
| * | add pixelpacking api | Mike Reed | 2009-06-10 | 1 | -0/+1 | |
| | | ||||||
| * | Add WebStorage C++ implementation needed for the Browser UI | Nicolas Roard | 2009-05-11 | 1 | -0/+1 | |
| | | ||||||
| * | add path apis for plugins. also add drawLine to canvas | Mike Reed | 2009-05-04 | 1 | -0/+1 | |
| | | ||||||
| * | Automated import from //branches/master/...@141965,141965 | Patrick Scott | 2009-03-24 | 1 | -0/+2 | |
| | | ||||||
| * | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -0/+67 | |
| | | ||||||
| * | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -67/+0 | |
| | | ||||||
| * | auto import from //branches/cupcake/...@130745 | The Android Open Source Project | 2009-02-10 | 1 | -5/+8 | |
| | | ||||||
| * | auto import from //branches/cupcake/...@126645 | The Android Open Source Project | 2009-01-15 | 1 | -3/+1 | |
| | | ||||||
| * | auto import from //branches/cupcake/...@125939 | The Android Open Source Project | 2009-01-09 | 1 | -1/+5 | |
| | | ||||||
| * | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 1 | -0/+62 | |
