summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/HTML5VideoViewProxy.java
Commit message (Expand)AuthorAgeFilesLines
* Delete the old WebView.Torne (Richard Coles)2013-10-151-825/+0
* Add tracing to WebView API methods and callbacksJonathan Dixon2013-08-301-0/+5
* Back key to dismiss full screen videoTeng-Hui Zhu2012-09-061-5/+28
* Release the media player when trimming memoryTeng-Hui Zhu2012-07-101-2/+5
* Avoid redundant reload in inline mode after exit from full screen.Teng-Hui Zhu2012-06-271-18/+46
* Notify Java side to start when transition into full screen mode without a rel...Teng-Hui Zhu2012-06-151-1/+6
* Merge "Keep the controller when video ended." into jb-devTeng-Hui Zhu2012-05-111-0/+1
|\
| * Keep the controller when video ended.Teng-Hui Zhu2012-05-101-0/+1
* | Avoid inline->fullscreen reload for html5 video.Teng-Hui Zhu2012-05-101-8/+14
|/
* Rename getWebView() to getWebViewClassicJonathan Dixon2012-03-211-1/+1
* Don't allow enter full screen while still in full screen mode.Teng-Hui Zhu2012-03-191-0/+6
* Refactor WebView to be a thin proxy classJonathan Dixon2012-03-021-6/+6
* Support full screen back to back playing using javascriptTeng-Hui Zhu2012-01-181-0/+15
* Support javascript to exit full screen video.Teng-Hui Zhu2012-01-171-0/+14
* Query the native side to decide to play when going into full screen modeTeng-Hui Zhu2012-01-101-6/+13
* Correctly detect when switching back from full screenTeng-Hui Zhu2011-06-011-3/+1
* The screen shot support for inline video on Java sideTeng-Hui Zhu2011-06-011-5/+7
* Exit full screen support on java sideTeng-Hui Zhu2011-05-091-2/+12
* Don't send pause again when coming back from full screenTeng-Hui Zhu2011-04-071-1/+3
* am d4e8e4bb: am b3bb6fd5: am b25181aa: Merge "Fix the issue the video can\'t ...Teng-Hui Zhu2011-04-071-2/+3
|\
| * Fix the issue the video can't start to playTeng-Hui Zhu2011-04-061-2/+3
* | Buffering in full screen mode will show progressViewTeng-Hui Zhu2011-03-301-7/+7
* | Add the loading progress UI when bufferingTeng-Hui Zhu2011-03-291-1/+27
|/
* When the video is not on the front, it should be pausedTeng-Hui Zhu2011-03-231-1/+1
* fix for pause when loadingTeng-Hui Zhu2011-03-221-4/+2
* Support loading image and paused image for inline videoTeng-Hui Zhu2011-03-211-5/+8
* Support html5 video switching b/t full screen and inline modeTeng-Hui Zhu2011-03-161-77/+51
* Inline HTML5 Video supportTeng-Hui Zhu2011-03-101-99/+147
* Send correct cookies for HTML5 video when incognitoJohn Reck2011-03-011-2/+3
* Add x- header to prevent url logging in incognitoJohn Reck2011-02-231-2/+5
* Fix crash downloading posters for HTML5 video.Ben Murdoch2011-02-181-5/+27
* Maintain the seek position in HTML5 videoBen Murdoch2011-01-191-1/+7
* Hide plugin views when we start playing HTML5 videoBen Murdoch2010-11-111-0/+11
* Don't force ended when full screen video is returned manually.Shimeng (Simon) Wang2010-10-181-2/+20
* Make sure the onended event is dispatched even whenAndrei Popescu2010-04-141-5/+7
* Avoid calling proxy.playbackEnded() again in onCustomViewHidden().Andrei Popescu2010-04-081-2/+3
* VideoPlayer::onPrepared() can be called after the user pressed back in the Vi...Andrei Popescu2010-02-271-2/+2
* API Extension: Support for optionally specifying a map of extra request heade...Andreas Huber2010-01-281-1/+11
* Implement timeupdate events for video tag.Andrei Popescu2010-01-121-1/+60
* Allow a video to be correctly resumed programatically after being paused.Andrei Popescu2010-01-111-0/+8
* Make the VideoView go away automatically at the end of playback.Andrei Popescu2009-10-231-0/+3
* Update <video> implementation after new IRC discussion with Eric Carlsson.Andrei Popescu2009-09-301-65/+52
* Add progress view and default poster for the <video> implementationAndrei Popescu2009-09-181-1/+43
* Wire the rest of MediaPlayer to our implementation of WebCore::MediaPlayerPri...Andrei Popescu2009-09-171-15/+102
* Poster support on the Java sideAndrei Popescu2009-09-171-105/+263
* Add fullscreen support back in.Andrei Popescu2009-07-081-45/+140
* Basic changes to get embedded video working.Patrick Scott2009-07-061-25/+34
* Implement support for showing a VideoView.Andrei Popescu2009-06-261-0/+128