History log of /external/webkit/WebKit/android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d436a8e4bf9a2c6eab6a09513ce13340c84ef10c 22-Dec-2010 Ben Murdoch <benm@google.com> Allow HTML5 video to seek.

Need to return the duration of the currently playing video to WebCore
to allow the video to seek correctly.

Bug: 3303699
Change-Id: I79f6a7e7217cf987d35b5b1a9313a918630be7a0
/external/webkit/WebKit/android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp
77ab6dc8b75bf7684366ba6e154ed3f95a125a55 18-Oct-2010 Shimeng (Simon) Wang <swang@google.com> Don't force video end event when full screen video playing is returned.

Use pause instead.

issue: 3102273
Change-Id: Ic4ba84a5d9f7976abbb8ff0443f1d00f4a8390f8
/external/webkit/WebKit/android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp
7d095dd5f96c8f68593ba0e848e5e26bb3785e5d 12-May-2010 Nicolas Roard <nicolas@android.com> fix the pause() problem...

DO NOT MERGE, cherry pick to Gingerbread from master.

Bug: 3101402
Change-Id: Ifbdab630badfffa12bc166ac20e804efba16436a
/external/webkit/WebKit/android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp
3d57c253bfa22c17c5f38a70e162a6115a1809b6 02-Feb-2010 Nicolas Roard <nicolas@android.com> 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
/external/webkit/WebKit/android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp
f6b396da7ac510af40b99ef1f2b0d9063cb8577c 17-Sep-2010 Shimeng (Simon) Wang <swang@google.com> DO NOT MERGE

For cherry-picking to GB.

Implement supportsType in MediaPlayerPrivateAndroid.

Use Java API to obtain this info.

issue: 3101402
Change-Id: I2baaf8ad861bec9b9b6f92fe753cbd879b33497c
/external/webkit/WebKit/android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp
20ab751acc0d49d74648373f701f3d0c4ff187c0 20-Jan-2010 Steve Block <steveblock@google.com> Cherry-pick WebKit change 53497 to rename jni_utility and jni_utility_private to JNIUtility and JNIUtilityPrivate

See http://trac.webkit.org/changeset/53497
This is required to sync the Android tree with webkit.org to allow unforking in WebCore/bridge.

This change required updating headers in Android-specific files in WebCore and WebKit.

Change-Id: I4b80eb3eadcff66cbd261aa6ccef0f37927250b1
/external/webkit/WebKit/android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp
e83d054d07e84938705c758f55ef5ac701b3acce 11-Jan-2010 Andrei Popescu <andreip@google.com> Implement timeupdate events for video tag.

Fix http://b/issue?id=2210105
/external/webkit/WebKit/android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp
3298a7d84b96ade73c6b170671711a8f2792ae59 13-Nov-2009 Steve Block <steveblock@google.com> Fixes license headers for all files in WebKit/android, other than those in stl/.

These files have not yet been upstreamed to webkit.org.
WebKit requires either a BSD-style or LGPL 2.1 license for all code.
We use a BSD-style 2-clause license for Android-specific files that will be upstreamed to webkit.org.

This change adds licenses where absent or simply fixes the names of copyright holders in the license
text to 'THE COPYRIGHT OWNER' and cleans up formatting.

Files in stl/ currently use licenses other than BSD-style and will require more careful treatment.

Change-Id: I67ad4b8932e432d3eaaeecdfeb0d09418496228d
/external/webkit/WebKit/android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp
3a8abed5e539483f33e78a8be2e2dbbba3c4f664 26-Oct-2009 Andrei Popescu <andreip@google.com> Enable the dispatching of the 'ended' media event.

Partial fix for http://b/issue?id=2210105
/external/webkit/WebKit/android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp
52fc9e2feca3d1509acadbb04272896814078e22 12-Oct-2009 Steve Block <steveblock@google.com> Merge webkit.org at R49305 : Stubs out new MediaPlayerPrivate::hasAudio method.

See http://trac.webkit.org/changeset/47515

Change-Id: I18d3991e84c1a5760f736d04e16e1a195d5de283
/external/webkit/WebKit/android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp
10170b704c29772ec6c3fd4d7d19bdbae694dd4f 12-Oct-2009 Steve Block <steveblock@google.com> Merge webkit.org at R49305 : MediaPlayerPrivate::maxTimeBuffered renamed to buffered.

See http://trac.webkit.org/changeset/48267

Change-Id: I29156a62ece53de135a730a21e0337e4e4b57bed
/external/webkit/WebKit/android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp
2b3d345465fdf225609499ffc5b1732157cafa22 28-Sep-2009 Andrei Popescu <andreip@google.com> Update <video> implementation after new IRC discussion with Eric Carlsson.

- move poster drawing on the WebKit side
- get rid of the child views
- add prepareToPlay method to the MediaPlayer iface.

Fixes http://b/issue?id=2156592
/external/webkit/WebKit/android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp
8b6fb26a615e54190d2d9d653ee4a57750f06d5e 17-Sep-2009 Andrei Popescu <andreip@google.com> Wire the rest of MediaPlayer to our implementation of WebCore::MediaPlayerPrivate
/external/webkit/WebKit/android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp
2471bb64fd133cc64b2048b1fb90c84e08c24a16 15-Sep-2009 Andrei Popescu <andreip@google.com> Add poster support and other fixes
/external/webkit/WebKit/android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp
df3ab7f9f53c31e752bbae79fdf32877c3f98f87 03-Jul-2009 Andrei Popescu <andreip@google.com> Add fullscreen support back in.
/external/webkit/WebKit/android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp
c8b2c05e39d8120ad1b25f65265b7b464c57a307 02-Jul-2009 Patrick Scott <phanna@android.com> Added createView and attachView for playing embedded videos.

Use a larger naturalSize (same as RenderReplaced intrinsic size). The real code
should report the size from the video once decoded.

Still need to implement setVisible to not show the VideoView when it isn't
actually visible. That would probably be a better spot to attach it to the view
system.
/external/webkit/WebKit/android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp
3c5348b2ac92d2472149fad08c81c09fa6f43824 22-Jun-2009 Andrei Popescu <andreip@google.com> Implement fullscreen video. Currently only load() and play() are supported. The rest of the MediaPlayerPrivate functionality will be added in a later CL.
/external/webkit/WebKit/android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp