| Commit message (Expand) | Author | Age | Files | Lines |
* | WriteInto handles length_with_null values of 1 better. | cbentzel@chromium.org | 2011-10-18 | 1 | -0/+42 |
* | base: Constantify the struct used in WprintfFormatPortabilityTest test case. | tfarina@chromium.org | 2011-10-16 | 1 | -3/+2 |
* | base: Put lowercase_cases array inside TEST unit function. | tfarina@chromium.org | 2011-10-16 | 1 | -10/+10 |
* | Localize strings, speeds. | avi@chromium.org | 2011-06-22 | 1 | -50/+18 |
* | Support more than 9 arguments for ReplaceStringPlaceholders() | tony@chromium.org | 2011-06-07 | 1 | -5/+31 |
* | wstring: remove wstring version of TrimWhitespace | evan@chromium.org | 2011-05-10 | 1 | -8/+9 |
* | Revert 82405 - Support more than 9 arguments for ReplaceStringPlaceholders()-... | nsylvain@chromium.org | 2011-04-21 | 1 | -32/+6 |
* | Support more than 9 arguments for ReplaceStringPlaceholders() | tony@chromium.org | 2011-04-20 | 1 | -6/+32 |
* | Move ElideString() from base/string_util.cc to app/text_elider.cc to | jschuh@google.com | 2010-12-17 | 1 | -27/+0 |
* | base: Move StringSplitAlongWhitespace to string_split.h | tfarina@chromium.org | 2010-11-15 | 1 | -32/+0 |
* | fixes issue 52839 (MatchPattern timeout) | andybons@chromium.org | 2010-10-06 | 1 | -0/+6 |
* | clang/mac: Fix almost all problems when building all.xcodeproj. | thakis@chromium.org | 2010-10-04 | 1 | -25/+0 |
* | base: Finish moving the SplitString functions from string_util.h to string_sp... | tfarina@chromium.org | 2010-09-24 | 1 | -67/+0 |
* | base: Move SplitStringDontTrim functions from string_util.h to string_split.h | tfarina@chromium.org | 2010-09-15 | 1 | -14/+0 |
* | Make the glob matcher support UTF8 strings. | mnissler@chromium.org | 2010-09-10 | 1 | -15/+29 |
* | base: Move SplitStringUsingSubstr functions from string_util.h to string_split.h | tfarina@chromium.org | 2010-09-02 | 1 | -45/+0 |
* | Add unit test for functionality added to ReplaceStringPlaceholders in r57966. | aa@chromium.org | 2010-08-31 | 1 | -0/+9 |
* | Add test to check that IsStringUTF8 allows for embedded NULLs. | ajwong@chromium.org | 2010-08-31 | 1 | -0/+9 |
* | Convert FormatBytes to string16. | evan@chromium.org | 2010-08-19 | 1 | -22/+22 |
* | Revert "Convert FormatBytes to string16." | evan@chromium.org | 2010-08-18 | 1 | -22/+22 |
* | Convert FormatBytes to string16. | evan@chromium.org | 2010-08-18 | 1 | -22/+22 |
* | Move StringPrintf into its own file and use the base namespace. Currently thi... | brettw@chromium.org | 2010-08-17 | 1 | -140/+0 |
* | base: Add HexDigitToInt function to string_util.h | tfarina@chromium.org | 2010-07-31 | 1 | -0/+27 |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 1 | -367/+0 |
* | Made changes to TruncateUtF8ToByteSize to cleanup the code. | jerrica@google.com | 2010-06-17 | 1 | -1/+1 |
* | Add Tokenize() for StringPiece. | mbelshe@chromium.org | 2010-06-02 | 1 | -41/+50 |
* | Add a method that truncates strings to the end point of a valid UTF8 characte... | nick@chromium.org | 2010-05-28 | 1 | -0/+171 |
* | TTF: Re-enable SplitStringIntoKeyValuePairsTest.EmptyString. Fix the case | jhawkins@chromium.org | 2010-05-05 | 1 | -0/+5 |
* | Rejigger how we format the display of bytes. | evan@chromium.org | 2010-04-15 | 1 | -6/+18 |
* | Reland r42300: "HttpRequestHeaders refactor." | willchan@chromium.org | 2010-03-29 | 1 | -1/+49 |
* | Revert "Reland r42300: "HttpRequestHeaders refactor.""" | willchan@chromium.org | 2010-03-23 | 1 | -49/+1 |
* | Reland r42300: "HttpRequestHeaders refactor."" | willchan@chromium.org | 2010-03-23 | 1 | -1/+49 |
* | Revert r42300: "HttpRequestHeaders refactor." | willchan@chromium.org | 2010-03-23 | 1 | -49/+1 |
* | HttpRequestHeaders refactor. | willchan@chromium.org | 2010-03-23 | 1 | -1/+49 |
* | base: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-09 | 1 | -3/+4 |
* | Make IsStringUTF8 reject (U+FDD0 .. U+FDEF) | jschuh@google.com | 2010-02-26 | 1 | -6/+0 |
* | This CL addresses 2 issues: | jcampan@chromium.org | 2010-02-10 | 1 | -0/+13 |
* | The RemoveChars utility function requires a NULL-terminated input string, so ... | jhawkins@chromium.org | 2010-02-05 | 1 | -1/+1 |
* | Implement RemoveChars, a function to remove a list of characters from a strin... | jhawkins@chromium.org | 2010-02-05 | 1 | -0/+16 |
* | Revert 36459 - Breaks 7 WebKit tests | jschuh@chromium.org | 2010-01-16 | 1 | -0/+5 |
* | Changes are: | jschuh@chromium.org | 2010-01-16 | 1 | -5/+0 |
* | This CL contains the back-end implementation of the translate feature. It add... | jcampan@chromium.org | 2010-01-14 | 1 | -0/+18 |
* | Mac: UI tweaks for task manager. | thakis@chromium.org | 2010-01-13 | 1 | -14/+14 |
* | Implement ContactInfo, the FormGroup that stores contact information. | jhawkins@chromium.org | 2010-01-04 | 1 | -44/+137 |
* | Fixes to the string MatchPattern functions: | tony@chromium.org | 2009-12-03 | 1 | -14/+16 |
* | Add compiler-specific "examine printf format" attributes to printfs. | evan@chromium.org | 2009-11-20 | 1 | -13/+20 |
* | Fix various problems with inline autocomplete and URLs that change length dur... | pkasting@chromium.org | 2009-11-07 | 1 | -198/+1 |
* | Remove the dependency on i18n/icu_string_conversions from base/string_util.h. | brettw@chromium.org | 2009-10-10 | 1 | -258/+4 |
* | Separate out some more ICU from base and into base/i18n. | brettw@chromium.org | 2009-10-08 | 1 | -46/+0 |
* | Add a version of ReplaceStringPlaceholders that operates on std::string | tony@chromium.org | 2009-09-29 | 1 | -0/+19 |