summaryrefslogtreecommitdiffstats
path: root/WebKit/android/benchmark/MyJavaVM.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Cherry-pick WebKit change 53497 to rename jni_utility and ↵Steve Block2010-01-201-2/+1
| | | | | | | | | | | 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
* Fix the benchmark app yet again to work in mr2 (and master).Patrick Scott2009-12-151-0/+3
| | | | | | 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.
* Move the benchmark code inside libwebcore.soPatrick Scott2009-11-231-0/+128
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.