[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.17-1283-gcf603cf
mjs at apple.com
mjs at apple.com
Tue Jan 5 23:48:34 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 8095f5bb027bc4c799c5d0eca77dbd76588171fe
Author: mjs at apple.com <mjs at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Sun Dec 13 23:53:34 2009 +0000
Fixing commit error...
I accidentally committed my last patch in a form that broke Web-hosted SunSpider. Fixing.
* resources/driver-TEMPLATE.html:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52072 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/SunSpider/ChangeLog b/SunSpider/ChangeLog
index 92fd0e4..be7c393 100644
--- a/SunSpider/ChangeLog
+++ b/SunSpider/ChangeLog
@@ -1,5 +1,13 @@
2009-12-13 Maciej Stachowiak <mjs at apple.com>
+ Fixing commit error...
+
+ I accidentally committed my last patch in a form that broke Web-hosted SunSpider. Fixing.
+
+ * resources/driver-TEMPLATE.html:
+
+2009-12-13 Maciej Stachowiak <mjs at apple.com>
+
Reviewed by Sam Weinig.
Use JSON.parse instead of eval for Web-hosted SunSpider results processing
diff --git a/SunSpider/resources/driver-TEMPLATE.html b/SunSpider/resources/driver-TEMPLATE.html
index 5ee54f1..c6a6f1e 100644
--- a/SunSpider/resources/driver-TEMPLATE.html
+++ b/SunSpider/resources/driver-TEMPLATE.html
@@ -30,7 +30,7 @@
<link rel="stylesheet" href="../sunspider.css">
</head>
-<body onload="start()">
+<body onload="next()">
<h2><span id="logo">☀</span>SunSpider JavaScript Benchmark <small>(In Progress...)</small></h2>
<h4>Version: @SUITE@</h4>
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list