2010-12-29 Zhe Su <suzhe@chromium.org>
authorcommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 29 Dec 2010 09:22:19 +0000 (09:22 +0000)
committercommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 29 Dec 2010 09:22:19 +0000 (09:22 +0000)
commit6ea684c5434979890a5bab5f82f610288d4d2764
tree34ddac1d0cff1c60b642aa5ee17d39f37e208c20
parent761d5d0172b5948dd722a292ae8073293613f87c
2010-12-29  Zhe Su  <suzhe@chromium.org>

        Reviewed by Eric Seidel.

        Remove entry for editing/input/ime-composition-clearpreedit.html test.
        https://bugs.webkit.org/show_bug.cgi?id=51693

        * platform/chromium/test_expectations.txt:
2010-12-29  Zhe Su  <suzhe@chromium.org>

        Reviewed by Eric Seidel.

        Fix editing/input/ime-composition-clearpreedit.html test in chromium
        by removing the line "editor->confirmComposition(text);" from
        WebFrameImpl::setMarkedText() method, because that line will insert the
        text into the focused node, which is apparently wrong.

        https://bugs.webkit.org/show_bug.cgi?id=51693

        * src/WebFrameImpl.cpp:
        (WebKit::WebFrameImpl::setMarkedText):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74735 268f45cc-cd09-0410-ab3c-d52691b4dbfc
LayoutTests/ChangeLog
LayoutTests/platform/chromium/test_expectations.txt
WebKit/chromium/ChangeLog
WebKit/chromium/src/WebFrameImpl.cpp