History log of /external/chromium/android/jni/platform_file_jni.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
cecae02673edd6b4cee88a9b87a61055a91f70bb 20-Jul-2011 Kristian Monsen <kristianm@google.com> Part of fix for 5065047: build libchromium as a shared lib

Linking chromium_net as a static lib.

Needed to update the jni to be handled internally instead
of using the one from webkit it got linked with.

Change-Id: Ia717a29afa879be39835d22faacb6c4810728b53
/external/chromium/android/jni/platform_file_jni.cc
a01ff25d304217e7ef77ad2d83f48aca73be2c9d 14-Jan-2011 Kristian Monsen <kristianm@google.com> Renamed JavaInputStreamWrapper to JavaISWrapper

The linker confused this class with another class
in WebKit with the same name. This caused a crash
in the CTS tests.

Change-Id: I6fbdd105d24d27496ae8c26a7028c0f9e19bb485
/external/chromium/android/jni/platform_file_jni.cc
69dbe9fcda26341f31379053f8123d7f611c0be1 10-Jan-2011 Kristian Monsen <kristianm@google.com> Uploads for content uri's

Looking for content:// uri when doing file uploads. If it is a
content file, use the android jni methods instead of file
operations.

Fix for bug 2862096

Change-Id: Ice5047e85878aadc17c0994186dc7aa74ca63322
/external/chromium/android/jni/platform_file_jni.cc