summaryrefslogtreecommitdiffstats
path: root/chrome/browser/spellchecker
Commit message (Expand)AuthorAgeFilesLines
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-222-8/+9
* Update legacy Tuple-using code.Avi Drissman2014-12-222-8/+8
* pref_registry: remove RegisterLocalized*Pref().ellyjones2014-11-241-2/+3
* Cleanup: Remove unneeded ui_test_utils.h includes.thestig2014-10-312-2/+1
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-305-7/+5
* Cleanup: Remove unneeded chrome/common/pref_names.h includes.thestig2014-10-271-1/+0
* Standardize usage of virtual/override/final in chrome/browser/Daniel Cheng2014-10-2112-57/+54
* Convert ARRAYSIZE_UNSAFE -> arraysize in chrome/browser/.viettrungluu2014-10-162-5/+5
* Make ARRAYSIZE_UNSAFE() just use arraysize().viettrungluu2014-10-141-5/+3
* replace OVERRIDE and FINAL with override and final in chrome/browser/[r-z]*mostynb2014-10-0714-36/+36
* mac: Fix spellcheck test on OSX 10.10.erikchen2014-09-251-1/+4
* Finish converting chrome_strings target to use qualified paths.thestig2014-08-271-1/+1
* Change base/file_utils.h includes to base/files/file_utils.h in chrome/thestig2014-08-263-3/+3
* Add LOCAL_ prefix to non-UMA histogram macros.asvitkine2014-08-261-5/+0
* Rework UMAHistogramHelper and StatisticsDeltaReader into [Chrome]HistogramTes...mlerman@chromium.org2014-08-211-43/+23
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-071-1/+1
* Cleanup: remove unnecesary includesoshima@chromium.org2014-07-251-1/+0
* Fixes for re-enabling more MSVC level 4 warnings: chrome/browser/ editionpkasting@chromium.org2014-07-161-1/+1
* Remove base::kInvalidPlatformFileValue from Chromervargas@chromium.org2014-06-063-10/+7
* Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill th...jam@chromium.org2014-05-165-13/+8
* components: Extract pref_registry component out of user_prefs.tfarina@chromium.org2014-05-151-1/+1
* Add support for passing an arbitrary parameter to an IPC message handler. The...jam@chromium.org2014-05-132-21/+16
* Remove stray platform_file.h from chrome and componentsrvargas@chromium.org2014-05-131-1/+0
* Remove unnecessary #includes in SpellingServiceClient.sungmann.cho@navercorp.com2014-05-121-2/+0
* Move IsStringUTF8/ASCII to base namespacebrettw@chromium.org2014-05-071-1/+1
* Remove --use-spelling-suggestions flag.rouslan@chromium.org2014-05-011-6/+0
* Remove CreatePlatformFile from browser/spellcheckrvargas@chromium.org2014-04-052-111/+131
* Separate SyncData methods into three groups, local, remote, and common.maniscalco@chromium.org2014-04-031-1/+1
* [Spellcheck, OSX] Fix crashgroby@chromium.org2014-03-221-1/+4
* [OSX, Spellcheck] Document ownership.groby@chromium.org2014-03-221-1/+3
* Revert 257524 "Move IsStringASCII/UTF8 to base namespace."brettw@chromium.org2014-03-171-1/+1
* Move IsStringASCII/UTF8 to base namespace.brettw@chromium.org2014-03-171-1/+1
* Move clients of BrowserContextKeyedService to use KeyedService (#4)blundell@chromium.org2014-03-145-10/+8
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-063-8/+8
* Move TrimWhitespace to the base namespace.brettw@chromium.org2014-03-031-2/+2
* Allow MessageFilters to restrict listening to specific message classesjdduke@chromium.org2014-02-262-2/+4
* Revert "Allow MessageFilters to restrict listening to specific message classes"jdduke@chromium.org2014-02-212-4/+2
* Remove duplicated code from sync related unit tests.maniscalco@chromium.org2014-02-191-110/+144
* Allow MessageFilters to restrict listening to specific message classesjdduke@chromium.org2014-02-162-2/+4
* Removes MessageLoop::TYPE_XXX where possiblesky@chromium.org2014-01-151-1/+1
* [Spellcheck] Unify dictionary handling.groby@chromium.org2014-01-091-13/+2
* Add a StatisticsDeltaReader class and use caseslpromero@chromium.org2014-01-071-67/+30
* [spell] Remove unused spellcheck preference.rouslan@chromium.org2014-01-031-4/+0
* Update some uses of char16 to use the base:: namespace.avi@chromium.org2013-12-251-1/+1
* Update some uses of UTF conversions in chrome/browser to use the base:: names...avi@chromium.org2013-12-2415-59/+67
* Update some uses of Value in chrome/browser to use the base:: namespace.avi@chromium.org2013-12-232-8/+8
* Revert 242121 "Reland "Add a HistogramRecorder class and use cas..."groby@chromium.org2013-12-201-36/+68
* Reland "Add a HistogramRecorder class and use cases."lpromero@chromium.org2013-12-201-68/+36
* MessageLoop(TYPE_UI) -> MessageLoopForUIsky@chromium.org2013-12-191-3/+2
* Replace string16 with base::string16 in chrome/browserbrettw@chromium.org2013-12-133-5/+5