History log of /frameworks/base/core/java/android/webkit/HTML5Audio.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
817d6d5e8efa30082ce4b31d7da73cee20fc664a 14-Oct-2011 Ben Murdoch <benm@google.com> Check MediaPlayer state, do not teardown() from UI thread.

The teardown() function should only be called from the native
thread when WebCore is happy for us to release the media player.

When we lose audio focus, simply stop playback. Also be careful
not to check the playing state of the MediaPlayer if we are in
the error state.

Bug: 5461143

Change-Id: Iba03bdad5c39b104b3071129430d7ef2177e9358
/frameworks/base/core/java/android/webkit/HTML5Audio.java
889453b892d46b8ba1a3714e3fb1a4d94c7ea6a4 07-Oct-2011 Michael Kolb <kolby@google.com> Handle audio focus in HTML5 audio

Bug: 5416191

Video will follow later

Change-Id: I51da05aa0e3c8c0f33151df84d84a65cb7003080
/frameworks/base/core/java/android/webkit/HTML5Audio.java
85aa944888089852cf144c18f8fb6869e1a39d32 28-Sep-2011 Steve Block <steveblock@google.com> Fix HTML5Audio to call WebView.isPrivateBrowsingEnabled() on the UI thread

Bug: 5384494
Change-Id: I2587cf0e898f67becb9dbc2067fb1b0a6a37e124
/frameworks/base/core/java/android/webkit/HTML5Audio.java
9a1b3c9c99e5853a655c88ea785e6cf00820bdd6 12-Aug-2011 Kristian Monsen <kristianm@google.com> Fix for bug 3429537 Google voice (web version) does not play messages on HC

Sending cookies to the MediaPlayer

Depends on external/webkit CL: https://android-git.corp.google.com/g/#/c/128457/

Change-Id: Ic4929a73eb6eb857a21fe7e745ae15e92420d3d8
/frameworks/base/core/java/android/webkit/HTML5Audio.java
35381518d0511d1860adea0183f425cdfb4245d4 28-Feb-2011 Ben Murdoch <benm@google.com> Don't try to output really long URLs HTML5Audio exception handler.

If we catch an IOException in HTML5Audio.setDataSource, do not try
and output the URL if it's really long as this will likely lead to
an OOM exception being thrown.

Bug: 3486963
Change-Id: If10a489b03ec215e078490a81910b02d68190612
/frameworks/base/core/java/android/webkit/HTML5Audio.java
9059f44feedbbde4f486c9448b4818ba54f50538 09-Dec-2010 Ben Murdoch <benm@google.com> Make audio tag cope with live streams

Live streams seem to take a little while to initialize, so it's feasible
that we might get a play request before transitioned to the PREPARED
state. In that case track that we should start playing when onPrepare
completes.

Change-Id: I66ed0ef3a0905a1c5d4206fb2e7bbcc05a593fc7
/frameworks/base/core/java/android/webkit/HTML5Audio.java
4b71913ea717da4cca55cc2f91a7c16491d7ff89 08-Feb-2010 Nicolas Roard <nicolas@android.com> Add the HTML5Audio class, to support the audio tag.
The corresponding webkit C++ CL is https://android-git.corp.google.com/g/#change,41405

Change-Id: Ia4169c353cde8cd8ee5786b874ff466897e3553e
/frameworks/base/core/java/android/webkit/HTML5Audio.java