| Commit message (Expand) | Author | Age | Files | Lines |
* | Spellchecker: | estade@chromium.org | 2009-10-09 | 1 | -94/+209 |
* | Adds support for the os x spelling panel to chromium. Users can | pinkerton@chromium.org | 2009-09-09 | 1 | -8/+9 |
* | Update hunspell DEPS to 1.2.8 | mhm@chromium.org | 2009-09-01 | 1 | -2/+2 |
* | Revert "Fix a ton of compiler warnings." | tony@chromium.org | 2009-08-28 | 1 | -1/+1 |
* | Fix a ton of compiler warnings. | estade@chromium.org | 2009-08-28 | 1 | -1/+1 |
* | Pull the entire hunspell tree and place it in depsBUG=14756TEST=Compiled Chro... | mhm@chromium.org | 2009-08-21 | 1 | -2/+2 |
* | Reverting 23946. | mhm@chromium.org | 2009-08-21 | 1 | -2/+2 |
* | Pull the entire hunspell tree and place it in deps | mhm@chromium.org | 2009-08-21 | 1 | -2/+2 |
* | Another attempt at tree fix. | sidchat@google.com | 2009-08-14 | 1 | -2/+2 |
* | Fix build. | sidchat@google.com | 2009-08-14 | 1 | -1/+1 |
* | Make Spellchecker save the dictionary file in the file thread. | sidchat@google.com | 2009-08-14 | 1 | -33/+137 |
* | Fix a spell check dictionary download bug, where killing the spell checker wh... | sidchat@google.com | 2009-08-11 | 1 | -171/+51 |
* | Reverting hunspell upgrade 22263,22257,22252,22243. Causing many valgrind war... | mhm@chromium.org | 2009-08-03 | 1 | -2/+2 |
* | Update Hunspell to the latest stable version to use the latest bdict format. | mhm@chromium.org | 2009-08-01 | 1 | -2/+2 |
* | For system-level installs, if the spellcheck dictionary fails to get download... | sidchat@google.com | 2009-07-17 | 1 | -26/+81 |
* | Adds languages supported by the platform spellchecker to the right | pinkerton@chromium.org | 2009-07-17 | 1 | -2/+7 |
* | Change the use of typedef Language in Spell Check files back to std::string. ... | sidchat@google.com | 2009-07-07 | 1 | -21/+24 |
* | Enable support for the Mac OS X spellchecking service in chromium. | pinkerton@chromium.org | 2009-06-30 | 1 | -32/+76 |
* | UI Support for Auto Spell Correct. Currently, it is still under the command l... | sidchat@google.com | 2009-06-03 | 1 | -1/+9 |
* | Revert Changes to stop tests breaking. | sidchat@google.com | 2009-05-30 | 1 | -4/+0 |
* | Possible fix for UnitTestFailure | sidchat@google.com | 2009-05-30 | 1 | -1/+1 |
* | Do not autocorrect words in capital letters, or having capital letters in bet... | sidchat@google.com | 2009-05-29 | 1 | -0/+4 |
* | Update French spellcheck dictionary to 1.4. | jungshik@google.com | 2009-05-15 | 1 | -1/+1 |
* | Add Automatic spell correction support in Chrome. | sidchat@google.com | 2009-05-12 | 1 | -0/+44 |
* | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Upadte version for the Lithuanian spell check dictionary. | mal@chromium.org | 2009-04-30 | 1 | -0/+1 |
* | Add Australian English spell check support. | sidchat@google.com | 2009-04-22 | 1 | -1/+4 |
* | Remove histogram connection to base classes in stats_counter | jar@chromium.org | 2009-04-10 | 1 | -0/+1 |
* | Switch some more ASCII locale code wstrings to strings. | estade@chromium.org | 2009-03-24 | 1 | -20/+12 |
* | Remove extra language under "Spell-checker options" context menu | sidchat@google.com | 2009-03-19 | 1 | -1/+8 |
* | Change SpellChecker::Language to be an ASCII string. | estade@chromium.org | 2009-03-11 | 1 | -57/+59 |
* | NO CODE CHANGE. | maruel@google.com | 2009-03-05 | 1 | -1/+2 |
* | Update version number for the upgraded French and Polish dictionaries. | sidchat@google.com | 2009-02-27 | 1 | -11/+8 |
* | Avoid race crash: Don't drop reference to URL fetcher until data is extracted | jar@chromium.org | 2009-02-25 | 1 | -4/+3 |
* | Ports SpellChecker to use FilePaths instead of wstring. | estade@chromium.org | 2009-02-25 | 1 | -33/+24 |
* | Use string for Histogram names since these are all ASCII anyway. | dsh@google.com | 2009-02-24 | 1 | -3/+3 |
* | Bring download_file, download_manager into POSIX build. | estade@chromium.org | 2009-02-22 | 1 | -3/+0 |
* | Add UI support for the newly added Turkish and Estonian spellcheckers. | sidchat@google.com | 2009-02-20 | 1 | -1/+5 |
* | We will sort the encoding menu items according to current used UI language ex... | jnd@chromium.org | 2009-02-20 | 1 | -6/+7 |
* | Add locale_settings.grd to the build. This generates | tc@google.com | 2009-02-18 | 1 | -3/+2 |
* | Remember change in Spell Check language by putting it in the list of accept l... | sidchat@google.com | 2009-02-03 | 1 | -0/+13 |
* | Get rid of unnecessary region code from spellcheck language/locale codes. Fix... | sidchat@google.com | 2009-01-28 | 1 | -42/+65 |
* | Roll forward 8722,8721 | jeremy@chromium.org | 2009-01-27 | 1 | -0/+3 |
* | Reverting 8722,8721. | maruel@chromium.org | 2009-01-27 | 1 | -3/+0 |
* | First step of porting VisitedLinkMaster to POSIX: | jeremy@chromium.org | 2009-01-27 | 1 | -0/+3 |
* | Reverting 8565. | brettw@chromium.org | 2009-01-23 | 1 | -54/+32 |
* | Get rid of unnecessary region code from spellcheck language/locale codes | sidchat@google.com | 2009-01-23 | 1 | -32/+54 |
* | Change spell check dictionary download URL to now include edgedl | sidchat@google.com | 2009-01-22 | 1 | -1/+1 |
* | Move url_* to net subdir | ben@chromium.org | 2009-01-16 | 1 | -1/+1 |
* | Part 3 of 'Add common words for each language, and remove forbidden words' | sidchat@google.com | 2009-01-12 | 1 | -7/+14 |