summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/MediaPlayerPrivateAndroid.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanup pass to make files compliant with webkit styleNicolas Roard2010-12-161-2/+2
* Don't force video end event when full screen video playing is returned.Shimeng (Simon) Wang2010-10-181-0/+1
* Implement the audio tag in webkit -- the corresponding java CL is https://and...Nicolas Roard2010-10-181-31/+33
* Implement timeupdate events for video tag.Andrei Popescu2010-01-121-0/+2
* Fixes license headers for all Android-specific JavaScriptCore and WebCore fil...Steve Block2009-11-131-1/+1
* Merge webkit.org at R49305 : Stubs out new MediaPlayerPrivate::hasAudio method.Steve Block2009-10-201-0/+1
* Merge webkit.org at R49305 : MediaPlayerPrivate::maxTimeBuffered renamed to b...Steve Block2009-10-201-1/+1
* Update <video> implementation after new IRC discussion with Eric Carlsson.Andrei Popescu2009-09-301-1/+16
* Wire the rest of MediaPlayer to our implementation of WebCore::MediaPlayerPri...Andrei Popescu2009-09-171-0/+7
* Add poster support and other fixesAndrei Popescu2009-09-171-0/+3
* Implement fullscreen video. Currently only load() and play() are supported. T...Andrei Popescu2009-06-251-0/+11
* Enable video and audio elements in WebCoreAndrei Popescu2009-06-191-0/+89