History log of /external/chromium/android/jni/jni_utils.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a3fef89eb00853adb6524ab3d11c60f754f08b09 13-Oct-2011 Kristian Monsen <kristianm@google.com> Part of fix for bug 5455901 Export symbols in android/

Exporting needed symbols from Android specific code.

Used NET_EXPORT for net code and BASE_API for other code.

Change-Id: Ief7426180eec993bbe894e7231b224dcac657c7b
/external/chromium/android/jni/jni_utils.h
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/jni_utils.h
76a88e2c298122bfdfc498a5df61aab702184639 19-Nov-2010 Ben Murdoch <benm@google.com> Merge Chromium at r65505: OpenSSL support

Import OpenSSL support and tweak for our Chromium port (JNI functions).

See https://chromereview.prom.corp.google.com/2010002/

Change-Id: Ia081dd3b1eae5ec05ebb96b66b682f039bfa1b81
/external/chromium/android/jni/jni_utils.h
0c1d1cdabd0d3bb762788ac04f9d6784c0b3f848 19-Oct-2010 Ben Murdoch <benm@google.com> Implement l10n_util functions needed for AutoFill previews.

Generating an autofill preview uses localisation strings to
work out how the preview should be formatted appropriate for
the current users locale. On Android, call through JNI and
look up the relevant string from the resources file.

Change-Id: I74158278757d88cfeab407c13e69e6f4cf138630
/external/chromium/android/jni/jni_utils.h
28d70d1c88bc8a94e9a6608d68678895e6ea483b 21-Oct-2010 Iain Merrick <husky@google.com> Add Android MIME types to Chrome HTTP stack.

This is needed for loading webarchive files, because Android needs
to have the MIME type set correctly. I've uncommented the calls to
PlatformMimeUtil, and implemented this class by calling through to
libcore.net.MimeUtils.

To test, save google.com as a web archive. This should be saved as
/sdcard/Download/index.webarchivexml. Then run this command:

adb shell am start \
-d file:///sdcard/Download/index.webarchivexml \
-n com.android.browser/.BrowserActivity \
-a android.intent.action.VIEW

The browser should load the archived google.com.

Change-Id: I26b3700eb3ec793d8c0602feeb36aea2be9cd23e
/external/chromium/android/jni/jni_utils.h