[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

mihaip at chromium.org mihaip at chromium.org
Fri Jan 21 14:46:00 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 433ab49b2cfc02f431b156dce0a99c204e39e51c
Author: mihaip at chromium.org <mihaip at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 29 19:20:05 2010 +0000

    2010-12-29  Mihai Parparita  <mihaip at chromium.org>
    
            Unreviewed, rolling out r74748.
            http://trac.webkit.org/changeset/74748
    
            r74735 was rolled out with r74749, the expectations update
            should be rolled out too
    
            * platform/chromium-mac/fast/events/ime-composition-events-001-expected.txt: Added.
            * platform/chromium-win/fast/events/ime-composition-events-001-expected.txt: Added.
            * platform/chromium/fast/events/ime-composition-events-001-expected.txt: Removed.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74750 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 9e2f298..427c2e4 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,15 @@
+2010-12-29  Mihai Parparita  <mihaip at chromium.org>
+
+        Unreviewed, rolling out r74748.
+        http://trac.webkit.org/changeset/74748
+
+        r74735 was rolled out with r74749, the expectations update
+        should be rolled out too
+
+        * platform/chromium-mac/fast/events/ime-composition-events-001-expected.txt: Added.
+        * platform/chromium-win/fast/events/ime-composition-events-001-expected.txt: Added.
+        * platform/chromium/fast/events/ime-composition-events-001-expected.txt: Removed.
+
 2010-12-29  Sheriff Bot  <webkit.review.bot at gmail.com>
 
         Unreviewed, rolling out r74735.
diff --git a/LayoutTests/platform/chromium-mac/fast/events/ime-composition-events-001-expected.txt b/LayoutTests/platform/chromium-mac/fast/events/ime-composition-events-001-expected.txt
new file mode 100644
index 0000000..e0184cd
--- /dev/null
+++ b/LayoutTests/platform/chromium-mac/fast/events/ime-composition-events-001-expected.txt
@@ -0,0 +1,28 @@
+This tests that calling input-method functions sends Composition Events and Text Events introduced in DOM Level 3.
+
+To test manually, enable an IME, input CJK characters, and see this page doesn't show 'FAILED' lines.
+
+
+SUCCESS: INPUT - compositionend - "1"
+SUCCESS: INPUT - textInput - "1"
+SUCCESS: INPUT - compositionstart - "1"
+SUCCESS: INPUT - compositionend - "2"
+SUCCESS: INPUT - textInput - "2"
+SUCCESS: INPUT - compositionstart - "2"
+SUCCESS: INPUT - compositionend - "3"
+SUCCESS: INPUT - textInput - "3"
+SUCCESS: INPUT - compositionstart - "3"
+SUCCESS: INPUT - compositionend - "3"
+SUCCESS: INPUT - textInput - "3"
+SUCCESS: INPUT - textInput - "4"
+SUCCESS: INPUT - compositionend - "5"
+SUCCESS: INPUT - textInput - "5"
+SUCCESS: INPUT - compositionstart - "5"
+SUCCESS: INPUT - compositionend - "6"
+SUCCESS: INPUT - textInput - "6"
+SUCCESS: INPUT - compositionstart - "6"
+SUCCESS: INPUT - compositionend - "7"
+SUCCESS: INPUT - textInput - "7"
+SUCCESS: INPUT - compositionstart - "7"
+SUCCESS: INPUT - compositionend - ""
+SUCCESS: INPUT - textInput - ""
diff --git a/LayoutTests/platform/chromium-win/fast/events/ime-composition-events-001-expected.txt b/LayoutTests/platform/chromium-win/fast/events/ime-composition-events-001-expected.txt
new file mode 100644
index 0000000..e0184cd
--- /dev/null
+++ b/LayoutTests/platform/chromium-win/fast/events/ime-composition-events-001-expected.txt
@@ -0,0 +1,28 @@
+This tests that calling input-method functions sends Composition Events and Text Events introduced in DOM Level 3.
+
+To test manually, enable an IME, input CJK characters, and see this page doesn't show 'FAILED' lines.
+
+
+SUCCESS: INPUT - compositionend - "1"
+SUCCESS: INPUT - textInput - "1"
+SUCCESS: INPUT - compositionstart - "1"
+SUCCESS: INPUT - compositionend - "2"
+SUCCESS: INPUT - textInput - "2"
+SUCCESS: INPUT - compositionstart - "2"
+SUCCESS: INPUT - compositionend - "3"
+SUCCESS: INPUT - textInput - "3"
+SUCCESS: INPUT - compositionstart - "3"
+SUCCESS: INPUT - compositionend - "3"
+SUCCESS: INPUT - textInput - "3"
+SUCCESS: INPUT - textInput - "4"
+SUCCESS: INPUT - compositionend - "5"
+SUCCESS: INPUT - textInput - "5"
+SUCCESS: INPUT - compositionstart - "5"
+SUCCESS: INPUT - compositionend - "6"
+SUCCESS: INPUT - textInput - "6"
+SUCCESS: INPUT - compositionstart - "6"
+SUCCESS: INPUT - compositionend - "7"
+SUCCESS: INPUT - textInput - "7"
+SUCCESS: INPUT - compositionstart - "7"
+SUCCESS: INPUT - compositionend - ""
+SUCCESS: INPUT - textInput - ""
diff --git a/LayoutTests/platform/chromium/fast/events/ime-composition-events-001-expected.txt b/LayoutTests/platform/chromium/fast/events/ime-composition-events-001-expected.txt
deleted file mode 100644
index 7fe2156..0000000
--- a/LayoutTests/platform/chromium/fast/events/ime-composition-events-001-expected.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-This tests that calling input-method functions sends Composition Events and Text Events introduced in DOM Level 3.
-
-To test manually, enable an IME, input CJK characters, and see this page doesn't show 'FAILED' lines.
-
-
-SUCCESS: INPUT - compositionstart - "1"
-SUCCESS: INPUT - compositionupdate - "2"
-SUCCESS: INPUT - compositionupdate - "3"
-SUCCESS: INPUT - compositionend - "3"
-SUCCESS: INPUT - textInput - "3"
-SUCCESS: INPUT - textInput - "4"
-SUCCESS: INPUT - compositionstart - "5"
-SUCCESS: INPUT - compositionupdate - "6"
-SUCCESS: INPUT - compositionupdate - "7"
-SUCCESS: INPUT - compositionend - ""

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list