summaryrefslogtreecommitdiffstats
path: root/WebKit/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Switching from activity based full screen plugins to a view system overlay.Derek Sollenberger2009-12-081-1/+0
|
* move input-related fields out of CachedNode to expandCary Clark2009-12-041-0/+1
| | | | | | | | | | | | | Some of the fields in CachedNode are relevant only to input fields and text areas. Move these into their own vector so that we can add more data without making all CacheNodes bigger. Remove CacheNode entries that are no longer used, or can be consolidated into the node type. Alphabetize some interfaces and implementations. Update the debugging output. part of http://b/2299660
* Enable WebKit page cache through WebSettings.Grace Kloba2009-12-021-0/+1
| | | | | | | | Add setXX() for the meta data in Settings. Add CachedFramePlatformDataAndroid to preserve the state for the cachedFrame. http://b/issue?id=2284168
* Cleanup how a plugin requests to go full-screen.Derek Sollenberger2009-12-011-0/+1
|
* Update files in platform/android to match what was upstreamed inAndrei Popescu2009-11-251-1/+2
| | | | | https://bugs.webkit.org/show_bug.cgi?id=31825 https://bugs.webkit.org/show_bug.cgi?id=31831
* 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