Skip to content
  • justin.garcia@apple.com's avatar
    WebCore: · 2876864e
    justin.garcia@apple.com authored
    2008-10-28  Justin Garcia  <justin.garcia@apple.com>
    
            Reviewed by Darin Adler.
    
            <rdar://problem/5188560> REGRESSION: Spell checker doesn't clear spelling/grammar marker after error is marked as Ignored
    
            * editing/Editor.cpp:
            (WebCore::Editor::ignoreSpelling): Remove misspelling markers from the word.
            (WebCore::Editor::learnSpelling): Added a FIXME about <rdar://problem/5396072>, which 
            will probably require a change more complicated than just marking the learned word as 
            misspelled.  I'll address it with a separate patch.
            * editing/EditorCommand.cpp:
            (WebCore::executeIgnoreSpelling): Added.
            (WebCore::CommandEntry::): Added an entry for IgnoreSpelling.
    
    WebKit/mac:
    
    2008-10-28  Justin Garcia  <justin.garcia@apple.com>
    
            Reviewed by Darin Adler.
            
            <rdar://problem/5188560> REGRESSION: Spell checker doesn't clear spelling/grammar marker after error is marked as Ignored
    
            * WebView/WebHTMLView.mm: IgnoreSpelling is now a WebCore command.  That command handles
            calling back into WebKit to perform the cross platform work that was removed in this change.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@37957 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    2876864e