| Commit message (Expand) | Author | Age | Files | Lines |
* | Pure pedantry: Replace all ".size() == 0" with ".empty()". | erg@google.com | 2011-03-02 | 1 | -1/+1 |
* | Remove wstring from RVH's run Javascript command. | avi@chromium.org | 2011-02-09 | 1 | -14/+17 |
* | Revert 74118 - Remove wstring from RVH's run Javascript command. | avi@chromium.org | 2011-02-08 | 1 | -17/+14 |
* | Remove wstring from RVH's run Javascript command. | avi@chromium.org | 2011-02-08 | 1 | -14/+17 |
* | Fix convert_dict to look for .dic_delta rather than _delta.dic | estade@chromium.org | 2011-01-27 | 1 | -1/+6 |
* | Slightly better docs for the convert_dict tool. | estade@chromium.org | 2011-01-21 | 1 | -2/+3 |
* | Add sanity checks of the BDIC files to Chrome. | hbono@chromium.org | 2010-11-15 | 1 | -1/+11 |
* | base: Move SplitString functions into the base namespace and update the callers. | tfarina@chromium.org | 2010-10-14 | 1 | -3/+3 |
* | base: Finish moving the SplitString functions from string_util.h to string_sp... | tfarina@chromium.org | 2010-09-24 | 1 | -1/+2 |
* | FBTF: Remove "obviously" unneeded standard C++ library #includes. | viettrungluu@chromium.org | 2010-08-15 | 1 | -2/+2 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 3 | -0/+3 |
* | Convert some helper tools to use FilePaths for file names. | evan@chromium.org | 2010-07-14 | 6 | -25/+25 |
* | Fix build. | evan@chromium.org | 2010-07-08 | 1 | -2/+4 |
* | Deprecate most of the remaining wstring file_util functions. | evan@chromium.org | 2010-07-08 | 2 | -3/+6 |
* | chrome 6: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-08 | 2 | -0/+2 |
* | The first step towards supporting the Hungarian spell-checking dictionary. | hbono@chromium.org | 2010-02-02 | 4 | -4/+225 |
* | Fixes almost all of the rest of lint errors in the chrome/ directory (minus t... | erg@google.com | 2009-11-13 | 3 | -6/+6 |
* | Remove the dependency on i18n/icu_string_conversions from base/string_util.h. | brettw@chromium.org | 2009-10-10 | 1 | -2/+3 |
* | Move more ICU-dependent stuff from base into base/i18n. Some test stuff also | brettw@chromium.org | 2009-10-09 | 1 | -1/+1 |
* | Separate out some more ICU from base and into base/i18n. | brettw@chromium.org | 2009-10-08 | 1 | -1/+4 |
* | Coverity: Initialize has_indexed_affixes_ in the constructor. | jhawkins@chromium.org | 2009-09-29 | 1 | -1/+2 |
* | Add some logging in convert_dict. | mhm@chromium.org | 2009-09-04 | 1 | -8/+17 |
* | Pull the entire hunspell tree and place it in depsBUG=14756TEST=Compiled Chro... | mhm@chromium.org | 2009-08-21 | 1 | -2/+2 |
* | Lands <http://codereview.chromium.org/165297> for thiago.farina@gmail.com. | hbono@chromium.org | 2009-08-19 | 1 | -1/+1 |
* | Convert hunspell.lib to gyp generation. | sgk@chromium.org | 2009-06-03 | 1 | -195/+0 |
* | Make convert_dict work again by adding AtExitManager in stack in main(). | jshin@chromium.org | 2009-05-14 | 1 | -0/+2 |
* | Remove the checked-in scons configuration files. | sgk@google.com | 2009-04-01 | 1 | -93/+0 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 7 | -9/+0 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -4/+4 |
* | Multiple fixes for broken Linux SHARED=1 build. This gets things building, bu... | mmoss@chromium.org | 2009-02-23 | 1 | -2/+3 |
* | Fix some GCC 4.3 warnings. | evan@chromium.org | 2009-02-19 | 1 | -2/+5 |
* | Dictionary-related Linux porting. | phajdan.jr@chromium.org | 2009-02-18 | 2 | -11/+12 |
* | Remove printf from the dictionary reader. This prints out a bunch of lines | brettw@chromium.org | 2009-01-20 | 1 | -2/+0 |
* | Generate all chrome .vcproj files: | sgk@google.com | 2009-01-17 | 1 | -11/+60 |
* | Fix the dic reader so that it now accepts additional words from dic_delta fil... | sidchat@google.com | 2009-01-09 | 1 | -7/+12 |
* | Part 1 of 'Add common words for each language, and remove forbidden words'. | sidchat@google.com | 2008-12-29 | 2 | -27/+59 |
* | Initial generation of native Visual Studio solution files | sgk@google.com | 2008-12-19 | 1 | -1/+10 |
* | Convert from using env['PLATFORM'] directly to using the more flexible | sgk@google.com | 2008-12-18 | 1 | -1/+1 |
* | Switch back svn:eol-style=native for .sln, .vcproj and .vsprops files. | maruel@chromium.org | 2008-12-16 | 1 | -195/+195 |
* | Changed svn:eol-style of all .sln and .vcproj files to CRLF | scherkus@chromium.org | 2008-12-04 | 1 | -195/+195 |
* | Add builds of miscellaneous .exes: | sgk@google.com | 2008-11-21 | 1 | -0/+37 |
* | Add Terminate() to the Process object, have RenderProcessHost use this to avo... | brettw@google.com | 2008-11-14 | 1 | -1/+1 |
* | Fix Issue 1356872 "Russian bdic is corrupted". | hbono@chromium.org | 2008-10-24 | 1 | -2/+14 |
* | Cross-platform wrappers for fopen, _wfopen_s, etc. | mark@chromium.org | 2008-10-01 | 3 | -7/+9 |
* | Enforce Terminate on Heap Corruption in most of our executable on Windows XP ... | maruel@google.com | 2008-09-24 | 1 | -0/+2 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 7 | -196/+28 |
* | Fix convert_dict output directory. | maruel@google.com | 2008-08-01 | 1 | -4/+0 |
* | Add chrome to the repository. | initial.commit | 2008-07-26 | 8 | -0/+1138 |