[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:36:24 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 7bb9c9ac3f2b74c03e988deea071aada8de39b5d
Author: mjs at apple.com <mjs at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Dec 15 06:44:34 2009 +0000

    2009-12-14  Maciej Stachowiak  <mjs at apple.com>
    
            Reviewed by Darin Adler.
    
            Some Browser-hosted SunSpider files are not valid HTML5
            https://bugs.webkit.org/show_bug.cgi?id=32536
    
            Made various fixes to validate as HTML5 with no warnings (mainly removing bogus
            close tags and adding a meta charset declaration).
    
            * hosted/sunspider.html:
            * hosted/versions.html:
            * resources/TEMPLATE.html:
            * resources/driver-TEMPLATE.html:
            * resources/results-TEMPLATE.html:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52139 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/SunSpider/ChangeLog b/SunSpider/ChangeLog
index f15b7e7..35de0dd 100644
--- a/SunSpider/ChangeLog
+++ b/SunSpider/ChangeLog
@@ -1,5 +1,21 @@
 2009-12-14  Maciej Stachowiak  <mjs at apple.com>
 
+        Reviewed by Darin Adler.
+
+        Some Browser-hosted SunSpider files are not valid HTML5
+        https://bugs.webkit.org/show_bug.cgi?id=32536
+        
+        Made various fixes to validate as HTML5 with no warnings (mainly removing bogus
+        close tags and adding a meta charset declaration).
+
+        * hosted/sunspider.html:
+        * hosted/versions.html:
+        * resources/TEMPLATE.html:
+        * resources/driver-TEMPLATE.html:
+        * resources/results-TEMPLATE.html:
+
+2009-12-14  Maciej Stachowiak  <mjs at apple.com>
+
         Reviewed by Eric Seidel.
 
         Make sunspider-0.9.1 the default content set (both command-line and hosted)
diff --git a/SunSpider/hosted/sunspider.html b/SunSpider/hosted/sunspider.html
index 3aee4d2..e298c17 100644
--- a/SunSpider/hosted/sunspider.html
+++ b/SunSpider/hosted/sunspider.html
@@ -2,6 +2,8 @@
 <html>
 <head>
 
+<meta charset=utf8>
+
 <!--
  Copyright (C) 2007 Apple Inc. All rights reserved.
 
@@ -26,9 +28,8 @@
  (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>
-<link rel="stylesheet" href="sunspider.css"></link>
+<link rel="stylesheet" href="sunspider.css">
 </head>
 
 <body>
diff --git a/SunSpider/hosted/versions.html b/SunSpider/hosted/versions.html
index f5a43bb..414a4cb 100644
--- a/SunSpider/hosted/versions.html
+++ b/SunSpider/hosted/versions.html
@@ -2,6 +2,8 @@
 <html>
 <head>
 
+<meta charset=utf8>
+
 <!--
  Copyright (C) 2007 Apple Inc. All rights reserved.
 
@@ -28,7 +30,7 @@
 -->
 
 <title>SunSpider JavaScript Benchmark</title>
-<link rel="stylesheet" href="sunspider.css"></link>
+<link rel="stylesheet" href="sunspider.css">
 </head>
 
 <body>
@@ -42,7 +44,8 @@ different browsers to each other. This page lists all versions:</p>
 
 <ul>
 <li><a href="sunspider-0.9/driver.html">Version 0.9</a></li>
-<ul><a href="sunspider-0.9.1/driver.html">Version 0.9.1</a></li>
+<li><a href="sunspider-0.9.1/driver.html">Version 0.9.1</a></li>
+</ul>
 
 </body>
 <html>
diff --git a/SunSpider/resources/TEMPLATE.html b/SunSpider/resources/TEMPLATE.html
index ae30db6..3dc3f2f 100644
--- a/SunSpider/resources/TEMPLATE.html
+++ b/SunSpider/resources/TEMPLATE.html
@@ -1,5 +1,8 @@
 <!DOCTYPE html>
 <head>
+
+<meta charset=utf8>
+
 <!--
  Copyright (C) 2007 Apple Inc.  All rights reserved.
 
diff --git a/SunSpider/resources/driver-TEMPLATE.html b/SunSpider/resources/driver-TEMPLATE.html
index 92ef0fb..2f85e59 100644
--- a/SunSpider/resources/driver-TEMPLATE.html
+++ b/SunSpider/resources/driver-TEMPLATE.html
@@ -1,6 +1,9 @@
 <!DOCTYPE html>
 <html>
 <head>
+
+<meta charset=utf8>
+
 <!--
  Copyright (C) 2007 Apple Inc.  All rights reserved.
 
diff --git a/SunSpider/resources/results-TEMPLATE.html b/SunSpider/resources/results-TEMPLATE.html
index 815c89a..d210a11 100644
--- a/SunSpider/resources/results-TEMPLATE.html
+++ b/SunSpider/resources/results-TEMPLATE.html
@@ -1,6 +1,9 @@
 <!DOCTYPE html>
 <html>
 <head>
+
+<meta charset=utf8>
+
 <!--
  Copyright (C) 2007 Apple Inc.  All rights reserved.
 
@@ -37,11 +40,11 @@
 
 <p><a href="driver.html">Run Again</a></p>
 
-<p><input style="width: 90%;" id="selfUrl" type="text" readonly="readonly"></input><br>
+<p><input style="width: 90%;" id="selfUrl" type="text" readonly="readonly"><br>
 <small>(You can bookmark this results URL for later comparison.)</small></p>
 
 <form onsubmit="event.preventDefault(); compare(other.value);">To compare to another run, paste a saved result URL in the text field below and press enter:<br>
-<input style="width: 90%;" name="other" type="text"></input><br>
+<input style="width: 90%;" name="other" type="text"><br>
 </form>
 
 <pre id="console">

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list