[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

mjs at apple.com mjs at apple.com
Thu Apr 8 00:34:46 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit b75f9beec330227fc5518b3672dc0491a9daef12
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">&#x2600;</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