summaryrefslogtreecommitdiffstats
path: root/WebKit/android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge WebKit at r75993: Move WebKit/android files to SourceBen Murdoch2011-05-161-654/+0
* Better support for exiting full screenTeng-Hui Zhu2011-05-091-0/+18
* Show the fullscreen button all the timeTeng-Hui Zhu2011-04-071-5/+1
* Support drawing paused and loading image as GL textureTeng-Hui Zhu2011-03-211-3/+3
* Improving HTML5 video controlsNicolas Roard2011-03-141-6/+11
* Merge "Improve HTML5 audio/video controls" into honeycomb-mr1Nicolas Roard2011-03-111-0/+2
|\
| * Improve HTML5 audio/video controlsNicolas Roard2011-03-111-0/+2
* | Fix a crash caused by the wrong destruction handlingTeng-Hui Zhu2011-03-111-2/+5
|/
* HTML5 Video improvementsNicolas Roard2011-03-111-0/+1
* webkit support for inline videoTeng-Hui Zhu2011-03-101-39/+110
* Don't allow fullscreen video to play from the onload handler.Ben Murdoch2011-01-191-0/+9
* Maintain the seek position for HTML5 VideoBen Murdoch2011-01-191-4/+6
* Fake some media player state change in media load time.Shimeng (Simon) Wang2011-01-141-1/+12
* Fix naming of wtfStringToJstring()Steve Block2011-01-061-4/+4
* am 1e5798a4: am d436a8e4: Allow HTML5 video to seek.Ben Murdoch2010-12-221-0/+4
|\
| * Allow HTML5 video to seek.Ben Murdoch2010-12-221-0/+4
* | Only download the same poster URL once.Ben Murdoch2010-12-201-0/+3
* | Update Audio MediaPlayer to cope with a live streamBen Murdoch2010-12-091-1/+10
* | 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