Update Hunspell to the latest stable version to use the latest bdict format.
Updated Hunspell to version 1.2.8 which properly deals with UTF8 and fixes many bugs. This CL will use the BDict format and remove the usage of FileMgr. Removed the unwanted "key" parameter constructors from hunspell since we are managing them through bdict. Removed all line numbers from the errors since we don't support that. BUG= 14756 (http://crbug.com/14756) TEST= Compiled Hunspell, Compiled Chromium, Ran Chromium, Fixed some of my spelling mistakes. Ran unit tests for SpellCheckTest.* Review URL: http://codereview.chromium.org/155841 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22243 0039d316-1c4b-4281-b951-d872f2087c98
Showing
- chrome/browser/spellcheck_unittest.cc 3 additions, 3 deletionschrome/browser/spellcheck_unittest.cc
- chrome/browser/spellchecker.cc 2 additions, 2 deletionschrome/browser/spellchecker.cc
- chrome/third_party/hunspell/README.chromium 4 additions, 15 deletionschrome/third_party/hunspell/README.chromium
- chrome/third_party/hunspell/google.patch 0 additions, 212 deletionschrome/third_party/hunspell/google.patch
- chrome/third_party/hunspell/hunspell.gyp 11 additions, 0 deletionschrome/third_party/hunspell/hunspell.gyp
- chrome/third_party/hunspell/src/hunspell/affentry.cxx 276 additions, 171 deletionschrome/third_party/hunspell/src/hunspell/affentry.cxx
- chrome/third_party/hunspell/src/hunspell/affentry.hxx 3 additions, 0 deletionschrome/third_party/hunspell/src/hunspell/affentry.hxx
- chrome/third_party/hunspell/src/hunspell/affixmgr.cxx 1243 additions, 748 deletionschrome/third_party/hunspell/src/hunspell/affixmgr.cxx
- chrome/third_party/hunspell/src/hunspell/affixmgr.hxx 84 additions, 51 deletionschrome/third_party/hunspell/src/hunspell/affixmgr.hxx
- chrome/third_party/hunspell/src/hunspell/atypes.hxx 26 additions, 29 deletionschrome/third_party/hunspell/src/hunspell/atypes.hxx
- chrome/third_party/hunspell/src/hunspell/baseaffix.hxx 17 additions, 20 deletionschrome/third_party/hunspell/src/hunspell/baseaffix.hxx
- chrome/third_party/hunspell/src/hunspell/csutil.cxx 418 additions, 130 deletionschrome/third_party/hunspell/src/hunspell/csutil.cxx
- chrome/third_party/hunspell/src/hunspell/csutil.hxx 90 additions, 14 deletionschrome/third_party/hunspell/src/hunspell/csutil.hxx
- chrome/third_party/hunspell/src/hunspell/dictmgr.cxx 11 additions, 7 deletionschrome/third_party/hunspell/src/hunspell/dictmgr.cxx
- chrome/third_party/hunspell/src/hunspell/filemgr.cxx 54 additions, 0 deletionschrome/third_party/hunspell/src/hunspell/filemgr.cxx
- chrome/third_party/hunspell/src/hunspell/filemgr.hxx 21 additions, 0 deletionschrome/third_party/hunspell/src/hunspell/filemgr.hxx
- chrome/third_party/hunspell/src/hunspell/hashmgr.cxx 391 additions, 204 deletionschrome/third_party/hunspell/src/hunspell/hashmgr.cxx
- chrome/third_party/hunspell/src/hunspell/hashmgr.hxx 38 additions, 26 deletionschrome/third_party/hunspell/src/hunspell/hashmgr.hxx
- chrome/third_party/hunspell/src/hunspell/htypes.hxx 17 additions, 14 deletionschrome/third_party/hunspell/src/hunspell/htypes.hxx
- chrome/third_party/hunspell/src/hunspell/hunspell.cxx 904 additions, 671 deletionschrome/third_party/hunspell/src/hunspell/hunspell.cxx
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment