1. 4d3eb02 Sentinel commit pointing at new location in Chromium. by Aaron Gable · 8 years ago main
  2. b1d3a99 Set up a good codereview.settings file by Aaron Gable · 8 years ago
  3. c956c0e Update clang warnings after r287092. by thakis@chromium.org · 9 years ago
  4. 5a5e641 [hunspell] Script to automatically generate google.patch by groby@chromium.org · 9 years ago
  5. 865a804 Mark hunspell as not chromium code in the GN build. by brettw@chromium.org · 9 years ago
  6. bcb7f64 Fix for Android GN build. by tfarina@chromium.org · 9 years ago
  7. 1923248 Add GN build file for third_party hunspell library. by tfarina@chromium.org · 9 years ago
  8. 0df86cd [hunspell] Fix read from uninit memory. by groby@chromium.org · 9 years ago
  9. d9ea3fb Fix -Wbool-conversion warnings in hunspell: by glider@chromium.org · 10 years ago
  10. 3740397 Use a direct include of strings headers in hunspell. by avi@chromium.org · 10 years ago
  11. 3d24e78 Simplify `gcc_version' check. by raphael.kubo.da.costa@intel.com · 10 years ago
  12. 5180604 Guard gcc_version in a safe condition. by tfarina@chromium.org · 10 years ago
  13. ce1cb65 hunspell: Update the include path of base/string_piece.h to its new location. by tfarina@chromium.org · 10 years ago
  14. 070f8ca Ignore conversions to NULL in gcc too. by thakis@chromium.org · 10 years ago
  15. 5776f6b Use up to 8 affixes in Hunspell spellcheck suggestions by groby@chromium.org · 11 years ago
  16. 5524742 Remove <(library) usage from hunspell.gyp. by tfarina@chromium.org · 11 years ago
  17. ddc3f28 disable c4267 for hunspell for building on win x64 by scottmg@chromium.org · 11 years ago
  18. d5a21f0 [hunspell] Spellcheck 99-character words. by rlp@chromium.org · 11 years ago
  19. 61b053c Fix array-out-of-bounds error in hunspell by groby@chromium.org · 11 years ago
  20. af74047 Bring Hunspell google.patch up to date by groby@chromium.org · 11 years ago
  21. 02a7049 Fixes non-working secondary Hunspell suggestion mechanism as reported here: http://code.google.com/p/chromium/issues/detail?id=153249 by michel@weimerskirch.net · 11 years ago
  22. cb43409 Fix word removal in hunspell by rlp@google.com · 11 years ago
  23. 36ee406 Make 'License' field in third-party metadata required by steveblock@chromium.org · 11 years ago
  24. 2ced393 Re-add hardening to defend against OOB reads in NodeReader. by palmer@chromium.org · 11 years ago
  25. 0d7f4ca Update hunspell to 1.3.2. by hbono@chromium.org · 11 years ago
  26. b8dab93 Add -Wno-null-conversion to hunspell's warning flags. by thakis@chromium.org · 11 years ago
  27. 88790d8 Cleanup: Remove obsolete hunspell test. by thestig@chromium.org · 12 years ago
  28. fe943e4 clang: Add -Wno-empty-body to hunspell.gyp by thakis@chromium.org · 12 years ago
  29. 24c83a7 Merge http://hunspell.cvs.sourceforge.net/viewvc/hunspell/hunspell/src/hunspell/affixmgr.cxx?r1=1.40&r2=1.41 by thakis@chromium.org · 12 years ago
  30. b03d0fe Fix a clang warning. by thakis@chromium.org · 12 years ago
  31. 066e33f Use new os_posix define in gyp file by hbono@chromium.org · 12 years ago
  32. c5d90e7 Remove 1 exit time destructor from our local changes to hunspell. by thakis@chromium.org · 12 years ago
  33. 405f3f5 Fix license headers. by hbono@chromium.org · 12 years ago
  34. aa471f6 hunspell: Include stringprintf.h to get StringPrintf instead of including string_util.h by tfarina@chromium.org · 12 years ago
  35. 8302bf5 hunspell: Add base:: prefix to MD5 calls, so I can remove the hack in base/md5.h later. by tfarina@chromium.org · 12 years ago
  36. f0a92bf Followup for commit r93054 by dilmah@chromium.org · 12 years ago
  37. 415beb8 Prepare to moving base/stl_util-inl.h into base/stl_util.h by dilmah@chromium.org · 12 years ago
  38. 950e47a Formatting the readmes in deps to follow the proper format and making sure they contain Short Name and Version fields for version tracking. by cdn@chromium.org · 13 years ago
  39. 3539f44 Fix code that causes compile warning. by maf@chromium.org · 13 years ago
  40. e954919 Add a MD5 checksum to the BDIC header. by hbono@chromium.org · 13 years ago
  41. 2f37e5d A quick fix for Bug 60816. by hbono@chromium.org · 13 years ago
  42. 6916bac Added a URL to 'third_party/hunspell/README.chromium'. by hbono@chromium.org · 13 years ago
  43. 6b278a9 Small tweak to support building on FreeBSD. by hbono@chromium.org · 13 years ago
  44. 9dfe48e Upgrade hunspell to 1.2.12. by hbono@chromium.org · 13 years ago
  45. 0c27a09 Deletes obsolete dictionaries under "deps/third_party/hunspell". by hbono@chromium.org · 13 years ago
  46. 7f35b4a Removes the svn:executable properties. by hbono@chromium.org · 13 years ago
  47. 0ae7cec Update hunspell to 1.2.11. by hbono@chromium.org · 13 years ago
  48. 9140a89 Merges our hunspell change to hunspell 1.2.10. by hbono@chromium.org · 13 years ago
  49. c0d6dc0 Lands Hunspell 1.2.10. by hbono@chromium.org · 13 years ago
  50. f4f311e Replace icu38/icu38.gyp with icu/icu.gyp in hunspell.gyp in preparation by jshin@chromium.org · 14 years ago
  51. c1415ab Update hunspell imports to use deps location instead of previous location. by mhm@chromium.org · 14 years ago
  52. d504b36 Fix common and base gypi paths in hunspell by mhm@chromium.org · 14 years ago
  53. 9f29262 Change icu gyp path in hunspell in deps to point to the correct path by mhm@chromium.org · 14 years ago
  54. e9c5a80 Copy original hunspell to deps to begin with updating it to the newest version by mhm@chromium.org · 14 years ago