[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:38:06 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit e68415f8f89e14e6f9ed305054bde0b4bfa1a635
Author: mjs at apple.com <mjs at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 16 03:12:36 2009 +0000

    2009-12-15  Maciej Stachowiak  <mjs at apple.com>
    
            Reviewed by Adele Peterson.
    
            Make SunSpider version more prominent in the title
            https://bugs.webkit.org/show_bug.cgi?id=32574
    
            * hosted/sunspider.html:
            * hosted/versions.html:
            * resources/driver-TEMPLATE.html:
            * resources/results-TEMPLATE.html:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52186 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/SunSpider/ChangeLog b/SunSpider/ChangeLog
index 5d1fcf9..e3dfe54 100644
--- a/SunSpider/ChangeLog
+++ b/SunSpider/ChangeLog
@@ -1,5 +1,17 @@
 2009-12-15  Maciej Stachowiak  <mjs at apple.com>
 
+        Reviewed by Adele Peterson.
+
+        Make SunSpider version more prominent in the title
+        https://bugs.webkit.org/show_bug.cgi?id=32574
+
+        * hosted/sunspider.html:
+        * hosted/versions.html:
+        * resources/driver-TEMPLATE.html:
+        * resources/results-TEMPLATE.html:
+
+2009-12-15  Maciej Stachowiak  <mjs at apple.com>
+
         Reviewed by Darin Adler.
 
         Make SunSpider refuse to compare results across content versions
diff --git a/SunSpider/hosted/sunspider.html b/SunSpider/hosted/sunspider.html
index e298c17..ac65970 100644
--- a/SunSpider/hosted/sunspider.html
+++ b/SunSpider/hosted/sunspider.html
@@ -28,13 +28,13 @@
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 -->
-<title>SunSpider JavaScript Benchmark</title>
+<title>SunSpider 0.9.1 JavaScript Benchmark</title>
 <link rel="stylesheet" href="sunspider.css">
 </head>
 
 <body>
 
-<h2><span id="logo">&#x2600;</span>SunSpider JavaScript Benchmark</h2>
+<h2><span id="logo">&#x2600;</span>SunSpider 0.9.1 JavaScript Benchmark</h2>
 
 <p>This is SunSpider, a JavaScript benchmark. This benchmark tests the
 core JavaScript language only, not the DOM or other browser APIs. It
diff --git a/SunSpider/hosted/versions.html b/SunSpider/hosted/versions.html
index 414a4cb..47741ce 100644
--- a/SunSpider/hosted/versions.html
+++ b/SunSpider/hosted/versions.html
@@ -29,18 +29,21 @@
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 -->
 
-<title>SunSpider JavaScript Benchmark</title>
+<title>SunSpider 0.9.1 JavaScript Benchmark</title>
 <link rel="stylesheet" href="sunspider.css">
 </head>
 
 <body>
 
-<h2><span id="logo">&#x2600;</span>SunSpider JavaScript Benchmark</h2>
+<h2><span id="logo">&#x2600;</span>SunSpider 0.9.1 JavaScript Benchmark</h2>
 
 <p>This is SunSpider, a JavaScript benchmark. This benchmark tests the
 core JavaScript language only, not the DOM or other browser APIs. It
 is designed to compare different versions of the same browser, and
-different browsers to each other. This page lists all versions:</p>
+different browsers to each other.</p>
+
+<p>This version of the harness is 0.9.1. This page lists all versions
+of the test content:</p>
 
 <ul>
 <li><a href="sunspider-0.9/driver.html">Version 0.9</a></li>
diff --git a/SunSpider/resources/driver-TEMPLATE.html b/SunSpider/resources/driver-TEMPLATE.html
index d8992ec..12d0952 100644
--- a/SunSpider/resources/driver-TEMPLATE.html
+++ b/SunSpider/resources/driver-TEMPLATE.html
@@ -29,14 +29,14 @@
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 -->
 
-<title>SunSpider JavaScript Benchmark (In Progress...)</title>
+<title>SunSpider 0.9.1 JavaScript Benchmark (@SUITE@ test suite - In Progress...)</title>
 <link rel="stylesheet" href="../sunspider.css">
 </head>
 
 <body onload="start()">
 
 <h2><span id="logo">&#x2600;</span>SunSpider JavaScript Benchmark <small>(In Progress...)</small></h2>
-<h4>Version: @SUITE@</h4>
+<h3>Content Version: @SUITE@</h3>
 
 <script src="sunspider-test-prefix.js"></script>
 <script src="sunspider-test-contents.js"></script>
diff --git a/SunSpider/resources/results-TEMPLATE.html b/SunSpider/resources/results-TEMPLATE.html
index e4d937e..d5007fd 100644
--- a/SunSpider/resources/results-TEMPLATE.html
+++ b/SunSpider/resources/results-TEMPLATE.html
@@ -29,14 +29,14 @@
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 -->
 
-<title>SunSpider JavaScript Benchmark Results</title>
+<title>SunSpider 0.9.1 JavaScript Benchmark Results (@SUITE@ test suite)</title>
 <link rel="stylesheet" href="../sunspider.css">
 </head>
 
 <body>
-<h2><span id="logo">&#x2600;</span>SunSpider JavaScript Benchmark Results</h2>
+<h2><span id="logo">&#x2600;</span>SunSpider 0.9.1 JavaScript Benchmark Results</h2>
 
-<h4>Version: @SUITE@</h4>
+<h3>Content Version: @SUITE@</h3>
 
 <p><a href="driver.html">Run Again</a></p>
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list