summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/HTML5Audio.java
Commit message (Expand)AuthorAgeFilesLines
* Check MediaPlayer state, do not teardown() from UI thread.Ben Murdoch2011-10-141-14/+19
* Handle audio focus in HTML5 audioMichael Kolb2011-10-071-8/+46
* Fix HTML5Audio to call WebView.isPrivateBrowsingEnabled() on the UI threadSteve Block2011-09-281-5/+41
* Fix for bug 3429537 Google voice (web version) does not play messages on HCKristian Monsen2011-08-161-2/+20
* Don't try to output really long URLs HTML5Audio exception handler.Ben Murdoch2011-02-281-1/+2
* Make audio tag cope with live streamsBen Murdoch2010-12-091-1/+1
* Add the HTML5Audio class, to support the audio tag.Nicolas Roard2010-05-071-0/+224