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

tkent at chromium.org tkent at chromium.org
Wed Dec 22 14:54:59 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit e6c14d5c53c6c3e8695b62d8cc89a978ad7fa7bb
Author: tkent at chromium.org <tkent at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Oct 25 02:29:53 2010 +0000

    2010-10-24  Kent Tamura  <tkent at chromium.org>
    
            Reviewed by David Kilzer.
    
            Remove unnecessary test results.
            https://bugs.webkit.org/show_bug.cgi?id=47711
    
            The following tests were converted to dumpAsText() in
            http://trac.webkit.org/changeset/47608. So corresponding PNG files
            are unnecessary.
             - editing/execCommand/italicizeByCharacter.html
             - editing/execCommand/modifyForeColorByCharacter.html
             - editing/execCommand/strikethroughSelection.html
    
            The following tests were converted to dumpAsText() in
            http://trac.webkit.org/changeset/47543.
             - editing/style/remove-underline-across-paragraph.html
             - editing/style/remove-underline-across-paragraph-in-bold.html
    
            The following tests were converted to dumpAsText() in
            http://trac.webkit.org/changeset/47542.
             - editing/style/remove-underline-after-paragraph.html
             - editing/style/remove-underline-after-paragraph-in-bold.html
    
            * platform/mac/editing/execCommand/italicizeByCharacter-expected.png: Removed.
            * platform/mac/editing/execCommand/modifyForeColorByCharacter-expected.png: Removed.
            * platform/mac/editing/execCommand/strikethroughSelection-expected.png: Removed.
            * platform/mac/editing/style/remove-underline-across-paragraph-expected.png: Removed.
            * platform/mac/editing/style/remove-underline-across-paragraph-in-bold-expected.png: Removed.
            * platform/mac/editing/style/remove-underline-after-paragraph-expected.png: Removed.
            * platform/mac/editing/style/remove-underline-after-paragraph-in-bold-expected.png: Removed.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70431 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 8c132a2..a2fd94e 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,35 @@
+2010-10-24  Kent Tamura  <tkent at chromium.org>
+
+        Reviewed by David Kilzer.
+
+        Remove unnecessary test results.
+        https://bugs.webkit.org/show_bug.cgi?id=47711
+        
+        The following tests were converted to dumpAsText() in
+        http://trac.webkit.org/changeset/47608. So corresponding PNG files
+        are unnecessary.
+         - editing/execCommand/italicizeByCharacter.html
+         - editing/execCommand/modifyForeColorByCharacter.html
+         - editing/execCommand/strikethroughSelection.html
+
+        The following tests were converted to dumpAsText() in
+        http://trac.webkit.org/changeset/47543.
+         - editing/style/remove-underline-across-paragraph.html
+         - editing/style/remove-underline-across-paragraph-in-bold.html
+
+        The following tests were converted to dumpAsText() in
+        http://trac.webkit.org/changeset/47542.
+         - editing/style/remove-underline-after-paragraph.html
+         - editing/style/remove-underline-after-paragraph-in-bold.html
+
+        * platform/mac/editing/execCommand/italicizeByCharacter-expected.png: Removed.
+        * platform/mac/editing/execCommand/modifyForeColorByCharacter-expected.png: Removed.
+        * platform/mac/editing/execCommand/strikethroughSelection-expected.png: Removed.
+        * platform/mac/editing/style/remove-underline-across-paragraph-expected.png: Removed.
+        * platform/mac/editing/style/remove-underline-across-paragraph-in-bold-expected.png: Removed.
+        * platform/mac/editing/style/remove-underline-after-paragraph-expected.png: Removed.
+        * platform/mac/editing/style/remove-underline-after-paragraph-in-bold-expected.png: Removed.
+
 2010-10-22  MORITA Hajime  <morrita at google.com>
 
         Reviewed by Tony Chang.
diff --git a/LayoutTests/platform/mac/editing/execCommand/italicizeByCharacter-expected.png b/LayoutTests/platform/mac/editing/execCommand/italicizeByCharacter-expected.png
deleted file mode 100644
index 6af84dc..0000000
Binary files a/LayoutTests/platform/mac/editing/execCommand/italicizeByCharacter-expected.png and /dev/null differ
diff --git a/LayoutTests/platform/mac/editing/execCommand/modifyForeColorByCharacter-expected.png b/LayoutTests/platform/mac/editing/execCommand/modifyForeColorByCharacter-expected.png
deleted file mode 100644
index 17791cd..0000000
Binary files a/LayoutTests/platform/mac/editing/execCommand/modifyForeColorByCharacter-expected.png and /dev/null differ
diff --git a/LayoutTests/platform/mac/editing/execCommand/strikethroughSelection-expected.png b/LayoutTests/platform/mac/editing/execCommand/strikethroughSelection-expected.png
deleted file mode 100644
index 202cd1f..0000000
Binary files a/LayoutTests/platform/mac/editing/execCommand/strikethroughSelection-expected.png and /dev/null differ
diff --git a/LayoutTests/platform/mac/editing/style/remove-underline-across-paragraph-expected.png b/LayoutTests/platform/mac/editing/style/remove-underline-across-paragraph-expected.png
deleted file mode 100644
index 471154f..0000000
Binary files a/LayoutTests/platform/mac/editing/style/remove-underline-across-paragraph-expected.png and /dev/null differ
diff --git a/LayoutTests/platform/mac/editing/style/remove-underline-across-paragraph-in-bold-expected.png b/LayoutTests/platform/mac/editing/style/remove-underline-across-paragraph-in-bold-expected.png
deleted file mode 100644
index 2766776..0000000
Binary files a/LayoutTests/platform/mac/editing/style/remove-underline-across-paragraph-in-bold-expected.png and /dev/null differ
diff --git a/LayoutTests/platform/mac/editing/style/remove-underline-after-paragraph-expected.png b/LayoutTests/platform/mac/editing/style/remove-underline-after-paragraph-expected.png
deleted file mode 100644
index 8ad5d26..0000000
Binary files a/LayoutTests/platform/mac/editing/style/remove-underline-after-paragraph-expected.png and /dev/null differ
diff --git a/LayoutTests/platform/mac/editing/style/remove-underline-after-paragraph-in-bold-expected.png b/LayoutTests/platform/mac/editing/style/remove-underline-after-paragraph-in-bold-expected.png
deleted file mode 100644
index 375f7e2..0000000
Binary files a/LayoutTests/platform/mac/editing/style/remove-underline-after-paragraph-in-bold-expected.png and /dev/null differ

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list