History log of /external/webkit/WebKit/android/benchmark/MyJavaVM.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
20ab751acc0d49d74648373f701f3d0c4ff187c0 20-Jan-2010 Steve Block <steveblock@google.com> Cherry-pick WebKit change 53497 to rename jni_utility and jni_utility_private to JNIUtility and JNIUtilityPrivate

See http://trac.webkit.org/changeset/53497
This is required to sync the Android tree with webkit.org to allow unforking in WebCore/bridge.

This change required updating headers in Android-specific files in WebCore and WebKit.

Change-Id: I4b80eb3eadcff66cbd261aa6ccef0f37927250b1
/external/webkit/WebKit/android/benchmark/MyJavaVM.cpp
802287c282ab2d325404825796b77d0e15a6b053 15-Dec-2009 Patrick Scott <phanna@android.com> Fix the benchmark app yet again to work in mr2 (and master).

The signature of startLoadingResource changed. The PageCache can change the
FrameView so don't use the local one. Add a few more function intercepts in the
fake vm.
/external/webkit/WebKit/android/benchmark/MyJavaVM.cpp
4ceb72860b5e5d1431e3a528e70b49d4358fecdb 23-Nov-2009 Patrick Scott <phanna@android.com> Move the benchmark code inside libwebcore.so

This adds about 8k of code to the library but it allows the benchmark to run
without modifying the library. This makes it ideal when testing libwebcore.so
since it is the exact same as our running library. It also makes it possible to
always build the benchmark app.
/external/webkit/WebKit/android/benchmark/MyJavaVM.cpp