Changeset 52186 in webkit


Ignore:
Timestamp:
Dec 15, 2009 7:12:36 PM (14 years ago)
Author:
mjs@apple.com
Message:

2009-12-15 Maciej Stachowiak <mjs@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:
Location:
trunk/SunSpider
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/SunSpider/ChangeLog

    r52185 r52186  
     12009-12-15  Maciej Stachowiak  <mjs@apple.com>
     2
     3        Reviewed by Adele Peterson.
     4
     5        Make SunSpider version more prominent in the title
     6        https://bugs.webkit.org/show_bug.cgi?id=32574
     7
     8        * hosted/sunspider.html:
     9        * hosted/versions.html:
     10        * resources/driver-TEMPLATE.html:
     11        * resources/results-TEMPLATE.html:
     12
    1132009-12-15  Maciej Stachowiak  <mjs@apple.com>
    214
  • trunk/SunSpider/hosted/sunspider.html

    r52139 r52186  
    2929 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    3030-->
    31 <title>SunSpider JavaScript Benchmark</title>
     31<title>SunSpider 0.9.1 JavaScript Benchmark</title>
    3232<link rel="stylesheet" href="sunspider.css">
    3333</head>
     
    3535<body>
    3636
    37 <h2><span id="logo">&#x2600;</span>SunSpider JavaScript Benchmark</h2>
     37<h2><span id="logo">&#x2600;</span>SunSpider 0.9.1 JavaScript Benchmark</h2>
    3838
    3939<p>This is SunSpider, a JavaScript benchmark. This benchmark tests the
  • trunk/SunSpider/hosted/versions.html

    r52139 r52186  
    3030-->
    3131
    32 <title>SunSpider JavaScript Benchmark</title>
     32<title>SunSpider 0.9.1 JavaScript Benchmark</title>
    3333<link rel="stylesheet" href="sunspider.css">
    3434</head>
     
    3636<body>
    3737
    38 <h2><span id="logo">&#x2600;</span>SunSpider JavaScript Benchmark</h2>
     38<h2><span id="logo">&#x2600;</span>SunSpider 0.9.1 JavaScript Benchmark</h2>
    3939
    4040<p>This is SunSpider, a JavaScript benchmark. This benchmark tests the
    4141core JavaScript language only, not the DOM or other browser APIs. It
    4242is designed to compare different versions of the same browser, and
    43 different browsers to each other. This page lists all versions:</p>
     43different browsers to each other.</p>
     44
     45<p>This version of the harness is 0.9.1. This page lists all versions
     46of the test content:</p>
    4447
    4548<ul>
  • trunk/SunSpider/resources/driver-TEMPLATE.html

    r52185 r52186  
    3030-->
    3131
    32 <title>SunSpider JavaScript Benchmark (In Progress...)</title>
     32<title>SunSpider 0.9.1 JavaScript Benchmark (@SUITE@ test suite - In Progress...)</title>
    3333<link rel="stylesheet" href="../sunspider.css">
    3434</head>
     
    3737
    3838<h2><span id="logo">&#x2600;</span>SunSpider JavaScript Benchmark <small>(In Progress...)</small></h2>
    39 <h4>Version: @SUITE@</h4>
     39<h3>Content Version: @SUITE@</h3>
    4040
    4141<script src="sunspider-test-prefix.js"></script>
  • trunk/SunSpider/resources/results-TEMPLATE.html

    r52185 r52186  
    3030-->
    3131
    32 <title>SunSpider JavaScript Benchmark Results</title>
     32<title>SunSpider 0.9.1 JavaScript Benchmark Results (@SUITE@ test suite)</title>
    3333<link rel="stylesheet" href="../sunspider.css">
    3434</head>
    3535
    3636<body>
    37 <h2><span id="logo">&#x2600;</span>SunSpider JavaScript Benchmark Results</h2>
     37<h2><span id="logo">&#x2600;</span>SunSpider 0.9.1 JavaScript Benchmark Results</h2>
    3838
    39 <h4>Version: @SUITE@</h4>
     39<h3>Content Version: @SUITE@</h3>
    4040
    4141<p><a href="driver.html">Run Again</a></p>
Note: See TracChangeset for help on using the changeset viewer.