| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| |
| |
| |
| |
| | |
extension.
Merge commit 'e4771f1b95589eff8479702dfbf5ef03c267c5c3'
* commit 'e4771f1b95589eff8479702dfbf5ef03c267c5c3':
Call into MimeTypeMap to get the mime type for an extension.
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
Use the default method to obtain the content type of a plugin. Implement
extension to mime type by calling into the java map.
Requires a small change to the webkit package.
Bug: 2368893
|
| |\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
ResourceHandleAndroid.cpp.
Merge commit 'da8d42def98a28bfef84ce5809d13ae1710a342c'
* commit 'da8d42def98a28bfef84ce5809d13ae1710a342c':
Break the WebCore -> WebKit dependency in ResourceHandleAndroid.cpp.
|
| | | |
|
| |\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '415276639e9cc2b78eaf9edab9de55a3e2ff975d'
* commit '415276639e9cc2b78eaf9edab9de55a3e2ff975d':
add event interface for plugins, so they can post an event to themselves (from any thread)
|
| | |
| |
| |
| | |
(from any thread)
|
| |\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
to a view system overlay.
Merge commit 'd24133a9678b18bf5e1e9c0edd14fc8e9d2a1d45'
* commit 'd24133a9678b18bf5e1e9c0edd14fc8e9d2a1d45':
Switching from activity based full screen plugins to a view system overlay.
|
| | | |
|
| |\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '021228f27b1399df5a45f3f1e7f1f12126e86e3c'
* commit '021228f27b1399df5a45f3f1e7f1f12126e86e3c':
move input-related fields out of CachedNode to expand
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '1573e25e3a50d588fb83b3e4be6fb8bf5dc7ec65'
* commit '1573e25e3a50d588fb83b3e4be6fb8bf5dc7ec65':
Enable WebKit page cache through WebSettings.
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Add setXX() for the meta data in Settings.
Add CachedFramePlatformDataAndroid to preserve the
state for the cachedFrame.
http://b/issue?id=2284168
|
| |/
|
|
|
|
|
| |
This fixes the simulator build and allows us to get closer to sharing code with
chromium.
STLPort was copied with minor edits from the Android port of gears.
|
| | |
|
| |
|
|
|
| |
https://bugs.webkit.org/show_bug.cgi?id=31825
https://bugs.webkit.org/show_bug.cgi?id=31831
|
| |
|
|
|
|
|
| |
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.
|
| |
|
|
| |
Change-Id: I637275c9766202a4358ef25af01ee92c85c48e7f
|
| |
|
|
| |
Android.
|
| |
|
|
| |
properties. Currently it only has getApplicationDataDirectory.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
| |
The rest of the MediaPlayerPrivate functionality will be added in a later CL.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|