summaryrefslogtreecommitdiffstats
path: root/WebKit/android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix WebCoreStringToJString() to not delete the local reference to the new jst...Steve Block2010-11-011-4/+4
* Update playback state after full screen video return.Shimeng (Simon) Wang2010-10-271-0/+1
* Only AV formats should be handled by MediaPlayer (C++ side)Iain Merrick2010-10-271-1/+1
* Fix naming for JNI registration methodsSteve Block2010-10-221-2/+2
* am 15643db2: am 77ab6dc8: Don\'t force video end event when full screen video...Shimeng (Simon) Wang2010-10-191-0/+17
|\
| * Don't force video end event when full screen video playing is returned.Shimeng (Simon) Wang2010-10-181-0/+17
| * fix the pause() problem...Nicolas Roard2010-10-181-0/+1
| * Implement the audio tag in webkit -- the corresponding java CL is https://and...Nicolas Roard2010-10-181-243/+295
| * DO NOT MERGEShimeng (Simon) Wang2010-10-151-0/+2
* | Implement supportsType in MediaPlayerPrivateAndroid.Shimeng (Simon) Wang2010-10-061-0/+7
* | fix the pause() problem...Nicolas Roard2010-05-111-0/+1
* | Implement the audio tag in webkit -- the corresponding java CL is https://and...Nicolas Roard2010-05-071-248/+295
|/
* Cherry-pick WebKit change 53497 to rename jni_utility and jni_utility_private...Steve Block2010-01-201-2/+2
* Implement timeupdate events for video tag.Andrei Popescu2010-01-121-1/+18
* Fixes license headers for all files in WebKit/android, other than those in stl/.Steve Block2009-11-131-1/+1
* Enable the dispatching of the 'ended' media event.Andrei Popescu2009-10-261-0/+2
* Merge webkit.org at R49305 : Stubs out new MediaPlayerPrivate::hasAudio method.Steve Block2009-10-201-0/+6
* Merge webkit.org at R49305 : MediaPlayerPrivate::maxTimeBuffered renamed to b...Steve Block2009-10-201-2/+3
* Update <video> implementation after new IRC discussion with Eric Carlsson.Andrei Popescu2009-09-301-47/+108
* Wire the rest of MediaPlayer to our implementation of WebCore::MediaPlayerPri...Andrei Popescu2009-09-171-11/+75
* Add poster support and other fixesAndrei Popescu2009-09-171-2/+13
* Add fullscreen support back in.Andrei Popescu2009-07-071-20/+12
* Added createView and attachView for playing embedded videos.Patrick Scott2009-07-061-8/+36
* Implement fullscreen video. Currently only load() and play() are supported. T...Andrei Popescu2009-06-251-0/+265