1. 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
  2. 3e26719 Move spellcheck messages into their own file, and dispatch them all in SpellCheckMessageFilter. The next step would be to make WebView have a setter for a WebSpellCheckClient that SpellCheckProvider implements so that spelling can be taken out of RenderView completely. by [email protected] · 14 years ago
  3. 6d972cc Adds a unit test for the Serbian (Latin) dictionary. by [email protected] · 14 years ago
  4. 5a5af3f Update code to always use a struct for WebTextCheckingResult. by [email protected] · 14 years ago
  5. a6a0a45 Don't forward declare WebKit::WebTextCheckingResult temporarily in order to convert it to a struct. by [email protected] · 14 years ago
  6. 6091604 Move a bunch of remaining files from chrome\renderer to content\renderer. by [email protected] · 14 years ago
  7. 23a460a Use new en-US and en-CA dictionaries. by [email protected] · 14 years ago
  8. 5efcef6 Integrating Mac OS Grammar checker into Chromium. by [email protected] · 15 years ago
  9. 42815290 retry r72606: Pull down new GB/AU dictionaries. by [email protected] · 15 years ago
  10. 2b4b527 Revert r72606, except for the DEPS roll. It's redding the tree. by [email protected] · 15 years ago
  11. 9727a10 Pull down new GB/AU dictionaries. by [email protected] · 15 years ago
  12. 515f2492 Clang: enable -Wbool-conversions and -Wunused-variables on Linux. by [email protected] · 15 years ago
  13. 835d7c8 Move Stats, histograms, and field trial into a metrics subdirectory of base and by [email protected] · 15 years ago
  14. 76eb024 base: Move SplitString functions into the base namespace and update the callers. by [email protected] · 15 years ago
  15. e3a8a92 clang/mac: Fix most easy problems in chrome.xcodeproj (all targets) by [email protected] · 15 years ago
  16. 4e5ae20f base: Finish moving the SplitString functions from string_util.h to string_split.h by [email protected] · 15 years ago
  17. ed65fec Add an optional parameter to CreatePlatformFile() to report the type by [email protected] · 15 years ago
  18. 5b51bb2f Bump ICU to 57283 by [email protected] · 15 years ago
  19. 1f9d881 Customize Hebrew spellcheck word break iterator by [email protected] · 15 years ago
  20. 252cad6 Remove all wstrings from the IPC logging subsystem. by [email protected] · 15 years ago
  21. b88056ae Include ICU headers in a way that will also work with use_system_icu=1 by [email protected] · 15 years ago
  22. 2449241 FBTF: Remove "obviously" unneeded standard C++ library #includes. by [email protected] · 15 years ago
  23. 3849848a A fix for Issue 46278. by [email protected] · 15 years ago
  24. 33b9df4 Cleanup: Remove unneeded headers from app/ by [email protected] · 15 years ago
  25. b7dac71 Adds unit tests for Serbian and Ukranian dictionaries. by [email protected] · 15 years ago
  26. 32b76ef `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by [email protected] · 15 years ago
  27. 2264d904d C++ readability for hbono. by [email protected] · 15 years ago
  28. a0c30347 Pulls the hunspell dictionaries to "third_party/hunspell_dictionaries". by [email protected] · 15 years ago
  29. 6a32946 Fix NULL vs 0 problems which break the build with -Werror using GCC 4.5 by [email protected] · 15 years ago
  30. 06f9a83 Add Bulgarian spellchecker. Hunspell change will be committed separately. by [email protected] · 15 years ago
  31. 12339e98 Uses the new spellchecker dictionaries on Chromium. by [email protected] · 15 years ago
  32. 64048bd chrome 6: string_util.h -> utf_string_conversions.h fix. by [email protected] · 15 years ago
  33. 4bf4135 chrome 1: string_util.h -> utf_string_conversions.h fix. by [email protected] · 15 years ago
  34. 62e419a Adds a regression test for Issue 36523. by [email protected] · 16 years ago
  35. 59e2c39 Re-implement SpellcheckWordIterator with ICU. by [email protected] · 16 years ago
  36. a784b84 Win: Fix an invalid handle initialization in the spellchecker. by [email protected] · 16 years ago
  37. c27324b Move Mac to using renderer spellchecker. by [email protected] · 16 years ago
  38. cb6037d reland 31875. Revert was: by [email protected] · 16 years ago
  39. 7075b06 Revert 31875 to see whether it fixes reliability bot. by [email protected] · 16 years ago
  40. 11f485728 Fixes almost all of the rest of lint errors in the chrome/ directory (minus the really hard ones which will need actual review instead of rubber-stamping.) by [email protected] · 16 years ago
  41. 4e1c76f Use renderer spellchecker for windows. by [email protected] · 16 years ago
  42. 85c55dc Move the spellchecker to the renderer. by [email protected] · 16 years ago