History log of /frameworks/base/core/java/android/webkit/DataLoader.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
aaf0718c589b136aaf3d87f5944dd1028adaf8fd 15-May-2009 Grace Kloba <klobag@google.com> loadListener.transferEncoding() is null if it is not specified in data: schema when DataLoader is constructed. Reverse the checking order.
/frameworks/base/core/java/android/webkit/DataLoader.java
e82dc4205285a40d6c2227e362c30ce24c96a552 29-Apr-2009 Patrick Scott <phanna@android.com> Parse the base64 data before creating the data stream.

This will ensure that we do not parse the data in chunks when passing it to the
LoadListener. Decoding in chunks can lead to incomplete sequences which will
lead to a failed decode.

Check for a cancelled LoadListener in StreamLoader and stop the load. This is
just a shortcut for downloaded or failed resources.

Cleanup some of the LoadListener code around resetting a few member variables.
Reset them in the status callback since that indicates a new response from the
server (or StreamLoader).
/frameworks/base/core/java/android/webkit/DataLoader.java
9066cfe9886ac131c34d59ed0e2d287b0e3c0087 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/frameworks/base/core/java/android/webkit/DataLoader.java
d83a98f4ce9cfa908f5c54bbd70f03eec07e7553 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/frameworks/base/core/java/android/webkit/DataLoader.java
54b6cfa9a9e5b861a9930af873580d6dc20f773c 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/frameworks/base/core/java/android/webkit/DataLoader.java