summaryrefslogtreecommitdiffstats
path: root/WebKit/android/benchmark/Intercept.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge WebKit at r67908: ResourceHandleClient::didFinishLoading() now takes ↵Steve Block2010-09-291-2/+2
| | | | | | | | finish time See http://trac.webkit.org/changeset/67551 Change-Id: Ie8c470f86ee7919495ae24e460f81952f75a0f1f
* Merge WebKit at r65615 : Fix include paths for string headers.Iain Merrick2010-08-231-1/+2
| | | | | | These moved to <wtf/text> in http://trac.webkit.org/changeset/65077 Change-Id: Ie234f1a09013e48a5241d9e240c5b2e85ca75125
* Merge webkit.org at r58033 : Update location of CString.hSteve Block2010-05-111-1/+1
| | | | | | See http://trac.webkit.org/changeset/56825 Change-Id: I8ba6a9685dcd1d8c4dec3400fba81e19fcbfe74d
* Fix the benchmark app yet again to work in mr2 (and master).Patrick Scott2009-12-151-9/+13
| | | | | | 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.
* Break the WebCore -> WebKit dependency in ResourceHandleAndroid.cpp.Andrei Popescu2009-12-111-16/+25
|
* Fixes WTF include in WebCore/page/Geolocation.cpp to fix Mac build.Steve Block2009-11-241-1/+1
| | | | | | Also fixes include problems in files in WebKit/android. Change-Id: I6d6312e9753eb2bbf0b61f20a6ef0eb56f990991
* Move the benchmark code inside libwebcore.soPatrick Scott2009-11-231-0/+176
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.