summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/HTML5VideoView.java
Commit message (Expand)AuthorAgeFilesLines
* Refactor WebView to be a thin proxy classJonathan Dixon2012-03-021-1/+1
* Support full screen back to back playing using javascriptTeng-Hui Zhu2012-01-181-13/+31
* Query the native side to decide to play when going into full screen modeTeng-Hui Zhu2012-01-101-10/+1
* Release the media player when exiting the full screenTeng-Hui Zhu2011-06-301-4/+12
* Correctly detect when switching back from full screenTeng-Hui Zhu2011-06-011-0/+5
* The screen shot support for inline video on Java sideTeng-Hui Zhu2011-06-011-1/+6
* Fix the Uri parsing issueTeng-Hui Zhu2011-05-121-3/+4
* DO NOT MERGE : cherry pick of change Ieb7ae26b from masterTeng-Hui Zhu2011-04-071-0/+18
* DO NOT MERGE : cherry pick of change I0f9f2c65 from masterTeng-Hui Zhu2011-04-071-2/+6
* fix for pause when loadingTeng-Hui Zhu2011-03-221-6/+15
* Fix a crashTeng-Hui Zhu2011-03-211-6/+15
* Support loading image and paused image for inline videoTeng-Hui Zhu2011-03-211-4/+17
* Fix the aspect ratio for full screen playingTeng-Hui Zhu2011-03-171-7/+0
* Support html5 video switching b/t full screen and inline modeTeng-Hui Zhu2011-03-161-83/+143
* Inline HTML5 Video supportTeng-Hui Zhu2011-03-101-0/+211