summaryrefslogtreecommitdiffstats
path: root/chrome/tools/convert_dict
Commit message (Expand)AuthorAgeFilesLines
* 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
* Dictionary-related Linux porting.phajdan.jr@chromium.org2009-02-182-11/+12
* Remove printf from the dictionary reader. This prints out a bunch of linesbrettw@chromium.org2009-01-201-2/+0
* Generate all chrome .vcproj files:sgk@google.com2009-01-171-11/+60
* Fix the dic reader so that it now accepts additional words from dic_delta fil...sidchat@google.com2009-01-091-7/+12
* Part 1 of 'Add common words for each language, and remove forbidden words'.sidchat@google.com2008-12-292-27/+59
* Initial generation of native Visual Studio solution filessgk@google.com2008-12-191-1/+10
* Convert from using env['PLATFORM'] directly to using the more flexiblesgk@google.com2008-12-181-1/+1
* Switch back svn:eol-style=native for .sln, .vcproj and .vsprops files.maruel@chromium.org2008-12-161-195/+195
* Changed svn:eol-style of all .sln and .vcproj files to CRLFscherkus@chromium.org2008-12-041-195/+195
* Add builds of miscellaneous .exes:sgk@google.com2008-11-211-0/+37
* Add Terminate() to the Process object, have RenderProcessHost use this to avo...brettw@google.com2008-11-141-1/+1
* Fix Issue 1356872 "Russian bdic is corrupted".hbono@chromium.org2008-10-241-2/+14
* Cross-platform wrappers for fopen, _wfopen_s, etc.mark@chromium.org2008-10-013-7/+9
* Enforce Terminate on Heap Corruption in most of our executable on Windows XP ...maruel@google.com2008-09-241-0/+2
* Use a more compact license header in source files.license.bot2008-08-247-196/+28
* Fix convert_dict output directory.maruel@google.com2008-08-011-4/+0
* Add chrome to the repository.initial.commit2008-07-268-0/+1138