Comment #3 on issue 13206 by bugdro...@chromium.org: Spellchecking does not  
use the OS X dictionary
http://code.google.com/p/chromium/issues/detail?id=13206

The following revision refers to this bug:
     http://src.chromium.org/viewvc/chrome?view=rev&revision=19585

------------------------------------------------------------------------
r19585 | pinker...@chromium.org | 2009-06-30 08:09:05 -0700 (Tue, 30 Jun  
2009) | 16 lines
Changed paths:
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/spellcheck_unittest.cc?r1=19585&r2=19584
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/spellchecker.cc?r1=19585&r2=19584
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/spellchecker.h?r1=19585&r2=19584
    A  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/spellchecker_common.h
    A  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/spellchecker_linux.cc
    A  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/spellchecker_mac.mm
    A  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/spellchecker_platform_engine.h
    A  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/spellchecker_win.cc
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/chrome.gyp?r1=19585&r2=19584

Enable support for the Mac OS X spellchecking service in chromium.
spellchecker_platform_engine.h provides a basic interface for
platform specific spellcheckers to follow. spellchecker_mac.mm
implements these functions for the OS X spellchecking service.
spellchecker_win.cc and spellchecker_linux.cc provide a space for
future developments on these platforms. spellchecker_common.h
contains a few shared variables and typedefs that are useful across
all spellchecking code. spellchecker.cc has been modified to
call the SpellCheckerPlatform::SpellCheckerAvailable() and use
either hunspell or the platform spellchecker based on that
call. Many new test cases have been added to one of
the unit tests as well. chrome.gyp has been edited
to reflect the added files.
patch from pwick...@gmail.com (paul wicks)
BUG=13206
TEST=spellchecking works in web pages
------------------------------------------------------------------------


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to