summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/MediaPlayerPrivateAndroid.h
Commit message (Expand)AuthorAgeFilesLines
* Merge WebKit at r75315: Move Android-specific WebCore files to SourceSteve Block2011-05-121-142/+0
* Better support for exiting full screenTeng-Hui Zhu2011-05-091-0/+1
* Show the fullscreen button all the timeTeng-Hui Zhu2011-04-071-1/+0
* Improving HTML5 video controlsNicolas Roard2011-03-141-2/+3
* Fix a crash caused by the wrong destruction handlingTeng-Hui Zhu2011-03-111-2/+2
* webkit support for inline videoTeng-Hui Zhu2011-03-101-0/+10
* 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