OSDN Git Service

Add an API on the Java side to allow WebKit to pause the current load. This is used...
authorBen Murdoch <benm@google.com>
Fri, 12 Mar 2010 20:45:32 +0000 (20:45 +0000)
committerBen Murdoch <benm@google.com>
Mon, 22 Mar 2010 20:50:16 +0000 (20:50 +0000)
commit5b494c1ca4c3cf0e0992c59fe34ae66c81e6dcce
tree48e8da71a10055a64c50282883964f9a98b83921
parent0fc140431d620cc7d9f68f43ab3b3a0e36adf224
Add an API on the Java side to allow WebKit to pause the current load. This is used when the plugin is streaming data but it's
buffer is full. In that case, WebCore instructs the laoder to pause loading to give the plugin a chance to clear it's buffer and
continue.

Requires an external/webkit change.

Change-Id: Iec96a6325d92e979cbdc53289c2a20cad940ded2
core/java/android/net/http/Request.java
core/java/android/net/http/RequestHandle.java
core/java/android/webkit/LoadListener.java