summaryrefslogtreecommitdiffstats
path: root/WebKit/android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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