| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup unused import•••This change also gets rid of several compiler warnings.
Change-Id: I23962edaadad18a6e0395d528af17b909dcf5dad
|  Tadashi G. Takaoka | 2011-10-04 | 1 | -2/+1 |
* | Have the spell checker report IN_DICT correctly•••...even if the word is filtered out.
This also contains minor refactoring.
Bug: 5329658
Change-Id: I397a2a74f819a51df3bd07c6b94e8d29244389c4
|  Jean Chalard | 2011-09-16 | 1 | -0/+9 |
* | Close dictionary pools when they are not used any more.•••Bug: 5156851
Change-Id: Icaba54734eb790b40dc2012aac25df5b2af71dbb
|  Jean Chalard | 2011-08-16 | 1 | -1/+24 |
* | Have a pool of dictionaries to check spelling.•••The dictionaries and proximities are not thread-safe. In order to
be able to check spelling in parallel, make a dictionary pool to
call upon when a spelling check is necessary.
Bug: 5156851
Change-Id: Ie3796164187dd7b7abf5ccd5d014073d43d74408
|  Jean Chalard | 2011-08-16 | 1 | -0/+55 |