DescriptionAllow JNI registration to be performed eagerly.
Add a content API function which allows JNI registration to
be performed immediately during JNI_OnLoad, instead of always
being deferred until LibraryLoaded.
Add a call to this new API in android_webview's entry point,
since it benefits from the eager registration by allowing
more pages to be shared, and for certain JNI functions to
be called without starting all of Chromium (e.g. to enable
AwCookieManager).
BUG=304813
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=232696
Patch Set 1 #
Total comments: 1
Patch Set 2 : Simpler approach #
Messages
Total messages: 11 (0 generated)
|