commit | d5a21f0b1ee6d131c51aa5fc4cb441dad02b4a3d | [log] [tgz] |
---|---|---|
author | rlp@chromium.org <rlp@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c> | Thu Jan 10 01:27:13 2013 |
committer | rlp@chromium.org <rlp@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c> | Thu Jan 10 01:27:13 2013 |
tree | 20ac5aec8721de099428588e42bc43d27a6aef25 | |
parent | 61b053c9d102442e72af854d9f0a28ce60d539f5 [diff] |
[hunspell] Spellcheck 99-character words. Because of regression in http://src.chromium.org/viewvc/chrome?view=rev&revision=174476, the browser does not check spelling in 99-character words. This CL makes sure that the browser checks the spelling of 99-character words by increasing one of the buffers by one character instead of reducing the number of characters checked. This approach is simpler than the one in revision 174476. Unit test: https://codereview.chromium.org/11776032/. Upstream bug report: https://sourceforge.net/tracker/?func=detail&aid=3595024&group_id=143754&atid=756395 BUG=130128 Review URL: https://codereview.chromium.org/11778031 git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/hunspell@175968 4ff67af0-8c30-449e-8e8b-ad334ec8d88c