From: mjs Date: Sat, 20 Oct 2007 08:11:55 +0000 (+0000) Subject: Reviewed by Oliver. X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=a1fbb4bdfb7b6be00de8b61e4dbd225d68252a22 Reviewed by Oliver. - Fix the browser-hosted driver to be compatible with Safari 2 * hosted/sunspider-driver.html: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@26813 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/SunSpider/ChangeLog b/SunSpider/ChangeLog index ab8bb02..4504758 100644 --- a/SunSpider/ChangeLog +++ b/SunSpider/ChangeLog @@ -1,5 +1,13 @@ 2007-10-20 Maciej Stachowiak + Reviewed by Oliver. + + - Fix the browser-hosted driver to be compatible with Safari 2 + + * hosted/sunspider-driver.html: + +2007-10-20 Maciej Stachowiak + Rubber stamped by Hyatt. - Add BSD license notice to cordic test, the original author said to do so. diff --git a/SunSpider/hosted/sunspider-driver.html b/SunSpider/hosted/sunspider-driver.html index c6eb0ec..1ec0c0d 100644 --- a/SunSpider/hosted/sunspider-driver.html +++ b/SunSpider/hosted/sunspider-driver.html @@ -28,7 +28,7 @@ SunSpider JavaScript Benchmark In Progress... - +

SunSpider JavaScript Benchmark In Progress...

@@ -46,7 +46,7 @@ for (var i = 0; i < output.length; i++) { function next() { - window.setTimeout(reallyNext, 200); + window.setTimeout(reallyNext, 500); } function reallyNext() @@ -65,6 +65,7 @@ function reallyNext() function recordResult(time) { output[currentRepeat][tests[testIndex]] = time; + next(); } function finish() @@ -86,7 +87,7 @@ function finish() -