[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

abarth at webkit.org abarth at webkit.org
Wed Dec 22 11:57:09 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 3d3ef33c0e43fb90b11ea871cf2f1d529e69833b
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Aug 12 02:37:44 2010 +0000

    2010-08-11  Adam Barth  <abarth at webkit.org>
    
            Reviewed by Alexey Proskuryakov.
    
            fast/encoding/japanese-encoding-mix.html fails on Tiger after enabling HTML5 Lexer
            https://bugs.webkit.org/show_bug.cgi?id=40725
    
            Qt and Tiger seem to have encoding problems that swallow the --
            characters that terminate the comment.  We can avoid those problems by
            inserting a space before the -->.  We're losing coverage of these
            issues, but I'm not sure we should be in the business of debugging
            these encoders unless there's a security problem.
    
            Thanks to ap for investigating and finding this workaround.
    
            * fast/encoding/japanese-encoding-mix.html:
            * platform/mac-tiger/Skipped:
            * platform/qt/Skipped:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65211 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 57b598f..2256ba4 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,22 @@
+2010-08-11  Adam Barth  <abarth at webkit.org>
+
+        Reviewed by Alexey Proskuryakov.
+
+        fast/encoding/japanese-encoding-mix.html fails on Tiger after enabling HTML5 Lexer
+        https://bugs.webkit.org/show_bug.cgi?id=40725
+
+        Qt and Tiger seem to have encoding problems that swallow the --
+        characters that terminate the comment.  We can avoid those problems by
+        inserting a space before the -->.  We're losing coverage of these
+        issues, but I'm not sure we should be in the business of debugging
+        these encoders unless there's a security problem.
+
+        Thanks to ap for investigating and finding this workaround.
+
+        * fast/encoding/japanese-encoding-mix.html:
+        * platform/mac-tiger/Skipped:
+        * platform/qt/Skipped:
+
 2010-08-11  Ryosuke Niwa  <rniwa at webkit.org>
 
         Reviewed by Tony Chang.
diff --git a/LayoutTests/fast/encoding/japanese-encoding-mix.html b/LayoutTests/fast/encoding/japanese-encoding-mix.html
index c5e9ec6..7d9403b 100644
--- a/LayoutTests/fast/encoding/japanese-encoding-mix.html
+++ b/LayoutTests/fast/encoding/japanese-encoding-mix.html
@@ -2,7 +2,7 @@
 <html dir="LTR" lang="ja">
 <meta http-equiv="Content-Type" content="text/html; charset=EUC-JP">
 <p>Some text here is encoded as EUC-JP, and some (in comment) as Shift_JIS. Since there is an explicit encoding declaration, auto-detection shouldn't change the encoding.</p><p>¥Ë¥Ã¥Ý¥ó¥Æ¥ì¥Ó</p>
-<!--‰EƒJƒ‰ƒ€ƒRƒƒ“ƒgƒAƒEƒg ‚±‚±‚©‚ç-->
+<!--‰EƒJƒ‰ƒ€ƒRƒƒ“ƒgƒAƒEƒg ‚±‚±‚©‚ç -->
 <script>
 if (window.layoutTestController)
     layoutTestController.dumpAsText();
diff --git a/LayoutTests/platform/mac-tiger/Skipped b/LayoutTests/platform/mac-tiger/Skipped
index 6e0b4c8..04b8384 100644
--- a/LayoutTests/platform/mac-tiger/Skipped
+++ b/LayoutTests/platform/mac-tiger/Skipped
@@ -199,11 +199,6 @@ fast/css/custom-font-xheight.html
 # https://bugs.webkit.org/show_bug.cgi?id=40049
 http/tests/inspector/resource-parameters.html
 
-# Tiger's TextDecoder doesn't correctly pass --> to the HTML Parser
-# at the end of a Shift_JIS comment, causing this test to fail.
-# https://bugs.webkit.org/show_bug.cgi?id=40725
-fast/encoding/japanese-encoding-mix.html
-
 # New modal dialog tests fail on Tiger.
 # Tests introduced in http://trac.webkit.org/changeset/61599.
 fast/events/show-modal-dialog-onblur-onfocus.html
diff --git a/LayoutTests/platform/qt/Skipped b/LayoutTests/platform/qt/Skipped
index 5926dd6..178c973 100644
--- a/LayoutTests/platform/qt/Skipped
+++ b/LayoutTests/platform/qt/Skipped
@@ -5373,10 +5373,6 @@ fast/dom/Geolocation/callback-to-remote-context2.html
 # Link prefetch is disabled by default
 fast/dom/HTMLLinkElement/prefetch.html
 
-# Failing after enabling HTML5 parser in r61234
-# https://bugs.webkit.org/show_bug.cgi?id=40661
-fast/encoding/japanese-encoding-mix.html
-
 # https://bugs.webkit.org/show_bug.cgi?id=35350
 fast/events/show-modal-dialog-onblur-onfocus.html
 fast/harness/show-modal-dialog.html

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list