OSDN Git Service

Implement the audio tag in webkit -- the corresponding java CL is https://android...
authorNicolas Roard <nicolas@android.com>
Tue, 2 Feb 2010 13:11:32 +0000 (13:11 +0000)
committerBen Murdoch <benm@google.com>
Mon, 18 Oct 2010 12:07:05 +0000 (13:07 +0100)
commit3d57c253bfa22c17c5f38a70e162a6115a1809b6
treeb17bd2355f8f57bd81cdac419a2c362194fd9ab1
parent5013a3fb99f9ca1c7be4319cdebc7cddcaa56d7c
Implement the audio tag in webkit -- the corresponding java CL is https://android-git.corp.google.com/g/#change,41406

Cherry pick to Gingerbread, DO NOT MERGE!

Bug:3101402
Change-Id: Idbfb0efcc777f9354fcf88df32105ca9e50a24cd
15 files changed:
CleanSpec.mk
WebCore/Android.derived.mk
WebCore/css/mediaControlsAndroid.css [new file with mode: 0644]
WebCore/html/HTMLMediaElement.cpp
WebCore/platform/android/RenderThemeAndroid.cpp
WebCore/platform/android/RenderThemeAndroid.h
WebCore/platform/graphics/MediaPlayer.cpp
WebCore/platform/graphics/MediaPlayer.h
WebCore/platform/graphics/android/MediaPlayerPrivateAndroid.h
WebKit/Android.mk
WebKit/android/RenderSkinAndroid.cpp
WebKit/android/RenderSkinMediaButton.cpp [new file with mode: 0644]
WebKit/android/RenderSkinMediaButton.h [new file with mode: 0644]
WebKit/android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp
WebKit/android/jni/WebCoreJniOnLoad.cpp