History log of /frameworks/webview/chromium/loader/loader.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ad75a55a161c28a96c3cf1a2ad6bda28ea5e9799 14-Mar-2016 Torne (Richard Coles) <torne@google.com> Load the library using classloader's namespace.

Use the namespace corresponding to a given classloader to load the
native library. This allows the calling code in WebViewFactory to
associate the library with the WebView APK's classloader, preventing it
from being loaded twice in some situations.

Bug: 27189432
Change-Id: I89b21b28ebba4dbb817e519d349a4bb021cc6b10
/frameworks/webview/chromium/loader/loader.cpp
31af3be67f7db61f6da97457e4a198e3aa8d1576 17-Apr-2015 Gustav Sennton <gsennton@google.com> Return error code when failing to load webview relro file.

Instead of just returning a boolean representing whether the webview
relro file loads successfully, return an integer representing either
success or the reason for failure.

Change-Id: Iade4044d130f0ac6b777f4e5d82f78b3cb977739
/frameworks/webview/chromium/loader/loader.cpp
768b60a6cf57b57389fc045351becf05e2ebb3ec 28-Jul-2014 Ben Murdoch <benm@google.com> Use size for address space reservation.

Rather than stat'ing the native library from native code,
use a size passed in from Java.

Bug: 16403706

Change-Id: I07ad5a774623c1899eb50474d999a2b1447783f0
/frameworks/webview/chromium/loader/loader.cpp
bf558c3c576bc709b38886e986010df3b61291bd 16-May-2014 Torne (Richard Coles) <torne@google.com> Add loader library to handle relro sharing.

Create a small native library that just contains the JNI code for
WebViewFactory, to enable loading of the full WebView native library
using android_dlopen_ext.

Bug: 13005501
Change-Id: I9608431a66868124f1c1ac618b2c24e2f2608631
/frameworks/webview/chromium/loader/loader.cpp