Changeset 88706 in webkit


Ignore:
Timestamp:
Jun 13, 2011 3:14:48 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-06-13 Eunmi Lee <eunmi15.lee@samsung.com>

Reviewed by Eric Seidel.

[EFL][WK2] Add initial TextCheckerEfl.cpp for webkit2 efl port
https://bugs.webkit.org/show_bug.cgi?id=62438

  • UIProcess/efl/TextCheckerEfl.cpp: Added. (WebKit::TextChecker::state): (WebKit::TextChecker::isContinuousSpellCheckingAllowed): (WebKit::TextChecker::setContinuousSpellCheckingEnabled): (WebKit::TextChecker::setGrammarCheckingEnabled): (WebKit::TextChecker::uniqueSpellDocumentTag): (WebKit::TextChecker::closeSpellDocumentWithTag): (WebKit::TextChecker::checkSpellingOfString): (WebKit::TextChecker::checkGrammarOfString): (WebKit::TextChecker::spellingUIIsShowing): (WebKit::TextChecker::toggleSpellingUIIsShowing): (WebKit::TextChecker::updateSpellingUIWithMisspelledWord): (WebKit::TextChecker::updateSpellingUIWithGrammarString): (WebKit::TextChecker::getGuessesForWord): (WebKit::TextChecker::learnWord): (WebKit::TextChecker::ignoreWord):
Location:
trunk/Source/WebKit2
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r88702 r88706  
     12011-06-13  Eunmi Lee  <eunmi15.lee@samsung.com>
     2
     3        Reviewed by Eric Seidel.
     4
     5        [EFL][WK2] Add initial TextCheckerEfl.cpp for webkit2 efl port
     6        https://bugs.webkit.org/show_bug.cgi?id=62438
     7
     8        * UIProcess/efl/TextCheckerEfl.cpp: Added.
     9        (WebKit::TextChecker::state):
     10        (WebKit::TextChecker::isContinuousSpellCheckingAllowed):
     11        (WebKit::TextChecker::setContinuousSpellCheckingEnabled):
     12        (WebKit::TextChecker::setGrammarCheckingEnabled):
     13        (WebKit::TextChecker::uniqueSpellDocumentTag):
     14        (WebKit::TextChecker::closeSpellDocumentWithTag):
     15        (WebKit::TextChecker::checkSpellingOfString):
     16        (WebKit::TextChecker::checkGrammarOfString):
     17        (WebKit::TextChecker::spellingUIIsShowing):
     18        (WebKit::TextChecker::toggleSpellingUIIsShowing):
     19        (WebKit::TextChecker::updateSpellingUIWithMisspelledWord):
     20        (WebKit::TextChecker::updateSpellingUIWithGrammarString):
     21        (WebKit::TextChecker::getGuessesForWord):
     22        (WebKit::TextChecker::learnWord):
     23        (WebKit::TextChecker::ignoreWord):
     24
    1252011-06-13  Sangyong Park  <sy302.park@gmail.com>
    226
Note: See TracChangeset for help on using the changeset viewer.