summaryrefslogtreecommitdiffstats
path: root/chrome/tools/convert_dict
Commit message (Expand)AuthorAgeFilesLines
* base: Minor cleanups in icu_util.htfarina@chromium.org2013-08-231-1/+1
* Update include paths in chrome et al. for base/process changes.rsesek@chromium.org2013-07-251-1/+1
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-161-2/+2
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-011-2/+2
* Use a direct include of strings headers in chrome/tools/.avi@chromium.org2013-06-115-5/+5
* Use a direct include of utf_string_conversions.h in chrome/renderer/, chrome/...avi@chromium.org2013-06-072-2/+2
* [cleanup, tools, spellcheck] Added Panic() call for all aborts.groby@chromium.org2013-03-241-27/+26
* chrome: Update include paths of string_split.h to its new location.tfarina@chromium.org2013-02-281-1/+1
* Revert 184352brettw@chromium.org2013-02-242-7/+7
* Add utf_string_conversions to base namespace.brettw@chromium.org2013-02-242-7/+7
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-3/+3
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-084-9/+12
* Add FilePath to base namespace.brettw@chromium.org2013-02-022-2/+6
* Unit test for spellchecking 96- through 102-character wordsrouslan@chromium.org2013-01-112-6/+6
* Bump dictionary versions to 3-0rouslan@chromium.org2013-01-082-24/+42
* Fixing the hunspell convert_dict tool to replace the affixes from the .dic fi...rlp@chromium.org2012-11-271-3/+6
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-113-3/+0
* iwyu: Include stringprintf.h where appropriate, part 3.jhawkins@chromium.org2011-05-121-8/+8
* iwyu: Include stringprintf.h where appropriate, part 2.jhawkins@chromium.org2011-05-111-8/+10
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-021-1/+1
* Remove wstring from RVH's run Javascript command.avi@chromium.org2011-02-091-14/+17
* Revert 74118 - Remove wstring from RVH's run Javascript command.avi@chromium.org2011-02-081-17/+14
* Remove wstring from RVH's run Javascript command.avi@chromium.org2011-02-081-14/+17
* Fix convert_dict to look for .dic_delta rather than _delta.dicestade@chromium.org2011-01-271-1/+6
* Slightly better docs for the convert_dict tool.estade@chromium.org2011-01-211-2/+3
* Add sanity checks of the BDIC files to Chrome.hbono@chromium.org2010-11-151-1/+11
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-141-3/+3
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-1/+2
* FBTF: Remove "obviously" unneeded standard C++ library #includes.viettrungluu@chromium.org2010-08-151-2/+2
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-263-0/+3
* Convert some helper tools to use FilePaths for file names.evan@chromium.org2010-07-146-25/+25
* Fix build.evan@chromium.org2010-07-081-2/+4
* Deprecate most of the remaining wstring file_util functions.evan@chromium.org2010-07-082-3/+6
* chrome 6: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-082-0/+2
* The first step towards supporting the Hungarian spell-checking dictionary.hbono@chromium.org2010-02-024-4/+225
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-133-6/+6
* Remove the dependency on i18n/icu_string_conversions from base/string_util.h.brettw@chromium.org2009-10-101-2/+3
* Move more ICU-dependent stuff from base into base/i18n. Some test stuff alsobrettw@chromium.org2009-10-091-1/+1
* Separate out some more ICU from base and into base/i18n.brettw@chromium.org2009-10-081-1/+4
* Coverity: Initialize has_indexed_affixes_ in the constructor.jhawkins@chromium.org2009-09-291-1/+2
* Add some logging in convert_dict.mhm@chromium.org2009-09-041-8/+17
* Pull the entire hunspell tree and place it in depsBUG=14756TEST=Compiled Chro...mhm@chromium.org2009-08-211-2/+2
* Lands <http://codereview.chromium.org/165297> for thiago.farina@gmail.com.hbono@chromium.org2009-08-191-1/+1
* Convert hunspell.lib to gyp generation.sgk@chromium.org2009-06-031-195/+0
* Make convert_dict work again by adding AtExitManager in stack in main().jshin@chromium.org2009-05-141-0/+2
* Remove the checked-in scons configuration files.sgk@google.com2009-04-011-93/+0
* NO CODE CHANGEdeanm@chromium.org2009-03-107-9/+0
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-4/+4
* Multiple fixes for broken Linux SHARED=1 build. This gets things building, bu...mmoss@chromium.org2009-02-231-2/+3
* Fix some GCC 4.3 warnings.evan@chromium.org2009-02-191-2/+5