Skip to content
  • jam@chromium.org's avatar
    2011-03-24 John Abd-El-Malek <jam@chromium.org> · c8a1446b
    jam@chromium.org authored
            Reviewed by Dimitri Glazkov.
    
            [chromium] Add setters for various client interfaces, and add WebSpellCheckClient
            https://bugs.webkit.org/show_bug.cgi?id=57070
    
            * public/WebSpellCheckClient.h: Added.
            (WebKit::WebSpellCheckClient::spellCheck):
            (WebKit::WebSpellCheckClient::requestCheckingOfText):
            (WebKit::WebSpellCheckClient::autoCorrectWord):
            (WebKit::WebSpellCheckClient::showSpellingUI):
            (WebKit::WebSpellCheckClient::isShowingSpellingUI):
            (WebKit::WebSpellCheckClient::updateSpellingUIWithMisspelledWord):
            (WebKit::WebSpellCheckClient::~WebSpellCheckClient):
            * public/WebView.h:
            * public/WebViewClient.h:
            * src/EditorClientImpl.cpp:
            (WebKit::EditorClientImpl::checkSpellingOfString):
            (WebKit::EditorClientImpl::requestCheckingOfString):
            (WebKit::EditorClientImpl::getAutoCorrectSuggestionForMisspelledWord):
            (WebKit::EditorClientImpl::updateSpellingUIWithMisspelledWord):
            (WebKit::EditorClientImpl::showSpellingUI):
            (WebKit::EditorClientImpl::spellingUIIsShowing):
            * src/WebViewImpl.cpp:
            (WebKit::WebViewImpl::setWebDevToolsAgentClient):
            (WebKit::WebViewImpl::setWebAutoFillClient):
            (WebKit::WebViewImpl::setWebSpellCheckClient):
            (WebKit::WebViewImpl::WebViewImpl):
            * src/WebViewImpl.h:
            (WebKit::WebViewImpl::spellCheckClient):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@81987 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    c8a1446b