| Commit message (Expand) | Author | Age | Files | Lines |
* | base: Minor cleanups in icu_util.h | tfarina@chromium.org | 2013-08-23 | 1 | -1/+1 |
* | Update include paths in chrome et al. for base/process changes. | rsesek@chromium.org | 2013-07-25 | 1 | -1/+1 |
* | Rename base::Delete to base::DeleteFile | brettw@chromium.org | 2013-07-16 | 1 | -2/+2 |
* | Move file_util::Delete to the base namespace | brettw@chromium.org | 2013-07-01 | 1 | -2/+2 |
* | Use a direct include of strings headers in chrome/tools/. | avi@chromium.org | 2013-06-11 | 5 | -5/+5 |
* | Use a direct include of utf_string_conversions.h in chrome/renderer/, chrome/... | avi@chromium.org | 2013-06-07 | 2 | -2/+2 |
* | [cleanup, tools, spellcheck] Added Panic() call for all aborts. | groby@chromium.org | 2013-03-24 | 1 | -27/+26 |
* | chrome: Update include paths of string_split.h to its new location. | tfarina@chromium.org | 2013-02-28 | 1 | -1/+1 |
* | Revert 184352 | brettw@chromium.org | 2013-02-24 | 2 | -7/+7 |
* | Add utf_string_conversions to base namespace. | brettw@chromium.org | 2013-02-24 | 2 | -7/+7 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -3/+3 |
* | Rename FilePath to base::FilePath and use new location of string_number_conve... | brettw@chromium.org | 2013-02-08 | 4 | -9/+12 |
* | Add FilePath to base namespace. | brettw@chromium.org | 2013-02-02 | 2 | -2/+6 |
* | Unit test for spellchecking 96- through 102-character words | rouslan@chromium.org | 2013-01-11 | 2 | -6/+6 |
* | Bump dictionary versions to 3-0 | rouslan@chromium.org | 2013-01-08 | 2 | -24/+42 |
* | Fixing the hunspell convert_dict tool to replace the affixes from the .dic fi... | rlp@chromium.org | 2012-11-27 | 1 | -3/+6 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 3 | -3/+0 |
* | iwyu: Include stringprintf.h where appropriate, part 3. | jhawkins@chromium.org | 2011-05-12 | 1 | -8/+8 |
* | iwyu: Include stringprintf.h where appropriate, part 2. | jhawkins@chromium.org | 2011-05-11 | 1 | -8/+10 |
* | 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 |