summaryrefslogtreecommitdiffstats
path: root/perf
Commit message (Collapse)AuthorAgeFilesLines
* Move the benchmark code inside libwebcore.soPatrick Scott2009-11-236-705/+0
| | | | | | | 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.
* Bring webcore_test up-to-date.Patrick Scott2009-11-134-11/+12
| | | | | | startLoadingResource changed its signature. Some reference stuff changed and SecurityOrigin got the local load policy stuff. Change the makefile to link against the shared lib instead of the static lib.
* Adds ScriptController::initializeThreading(), to allow initializeThreading() ↵Steve Block2009-10-271-10/+2
| | | | | | | | | | to be used with both JSC and V8 without the use of ifdefs. See https://bugs.webkit.org/show_bug.cgi?id=30678 This has now been upstreamed to webkit.org, so submitting to Android to avoid future merge conflicts. Change-Id: Ia17a9f02060f04b11a8bffa367164162775516ba
* Merge commit 'd768f1ca' into manualmergeSriram Raman2009-06-231-1/+1
|\ | | | | | | | | | | Conflicts: perf/Android.mk
| * Remove webcore-tests from test buildSriram Raman2009-06-221-0/+1
| |
* | Use LOCAL_ADDITIONAL_DEPENDENCIES to get the correct build order.Patrick Scott2009-05-201-4/+1
| | | | | | | | | | This change depends on a build system change that corrects the use of LOCAL_ADDITIONAL_DEPENDENCIES.
* | Shave ~60k off of libwebcore.so and make webcore_test always build.Patrick Scott2009-05-122-83/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build libwebcore as a static library first. Then build it as a shared library using the jni entry point as the single source file. This strips uneeded code out of the final library. Have webcore_test link against the static library so that the symbols are all visible. Update webcore_test to link against the new webkit drop as well. Rearrange the main makefile to create WEBKIT_* variables that a sub-makefile like webcore_test can use to define includes, cflags, and libraries. Manually add a dependency on the generated webkit source files. Verified that svg and v8 work as well as the simulator.
* | Automated import from //branches/master/...@141633,141633Patrick Scott2009-03-243-36/+60
|/
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-036-0/+748
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-036-748/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-0/+1
|
* auto import from //branches/cupcake/...@127101The Android Open Source Project2009-01-206-0/+747