| Commit message (Expand) | Author | Age | Files | Lines |
* | Base: First pass at having base.dll: definition of | rvargas@google.com | 2011-03-22 | 1 | -150/+157 |
* | Typo fix. | avi@chromium.org | 2011-01-04 | 1 | -2/+2 |
* | Move ElideString() from base/string_util.cc to app/text_elider.cc to | jschuh@google.com | 2010-12-17 | 1 | -8/+0 |
* | Move ToUpperASCII into base namespace, to make it consistent with ToLowerASCII | joth@chromium.org | 2010-11-16 | 1 | -7/+7 |
* | base: Move StringSplitAlongWhitespace to string_split.h | tfarina@chromium.org | 2010-11-15 | 1 | -16/+0 |
* | Fix clang build by moving ToLowerASCII into base namespace. | tfarina@chromium.org | 2010-11-03 | 1 | -7/+7 |
* | base: Move CaseInsensitiveCompare traits into the base namespace. | tfarina@chromium.org | 2010-11-03 | 1 | -17/+18 |
* | Roll DEPS for rlz library r25:26. | tfarina@chromium.org | 2010-10-15 | 1 | -7/+0 |
* | base: remove various unused string utility functions | evan@chromium.org | 2010-10-14 | 1 | -2/+0 |
* | base: Move SplitString functions into the base namespace and update the callers. | tfarina@chromium.org | 2010-10-14 | 1 | -0/+1 |
* | fixes issue 52839 (MatchPattern timeout) | andybons@chromium.org | 2010-10-06 | 1 | -0/+1 |
* | Implemented VLOG() et al. | akalin@chromium.org | 2010-09-29 | 1 | -1/+2 |
* | Remove the hack in string_util for RLZ library. | tfarina@chromium.org | 2010-09-27 | 1 | -17/+0 |
* | base: Finish moving the SplitString functions from string_util.h to string_sp... | tfarina@chromium.org | 2010-09-24 | 1 | -19/+6 |
* | base: Move SplitStringDontTrim functions from string_util.h to string_split.h | tfarina@chromium.org | 2010-09-15 | 1 | -11/+0 |
* | Bunch of match preview tweaks: | sky@chromium.org | 2010-09-14 | 1 | -1/+1 |
* | Make the glob matcher support UTF8 strings. | mnissler@chromium.org | 2010-09-10 | 1 | -2/+2 |
* | base: Move SplitStringUsingSubstr functions from string_util.h to string_split.h | tfarina@chromium.org | 2010-09-02 | 1 | -8/+0 |
* | Add unit test for functionality added to ReplaceStringPlaceholders in r57966. | aa@chromium.org | 2010-08-31 | 1 | -2/+3 |
* | Convert FormatBytes to string16. | evan@chromium.org | 2010-08-19 | 1 | -3/+3 |
* | Remove forward declares for ASCIIToUTF16 from string_util. All callers now use | brettw@chromium.org | 2010-08-19 | 1 | -4/+11 |
* | Revert "Convert FormatBytes to string16." | evan@chromium.org | 2010-08-18 | 1 | -3/+3 |
* | Convert FormatBytes to string16. | evan@chromium.org | 2010-08-18 | 1 | -3/+3 |
* | Move StringPrintf into its own file and use the base namespace. Currently thi... | brettw@chromium.org | 2010-08-17 | 1 | -27/+5 |
* | Remove number conversion functions from string_util. These moved to string_nu... | brettw@chromium.org | 2010-08-03 | 1 | -70/+0 |
* | base: Add HexDigitToInt function to string_util.h | tfarina@chromium.org | 2010-07-31 | 1 | -0/+12 |
* | Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found it | brettw@chromium.org | 2010-07-31 | 1 | -3/+12 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | base: Add IsHexDigit function to string_util.h | tfarina@chromium.org | 2010-07-23 | 1 | -0/+7 |
* | Revert 49982 - patch | thakis@chromium.org | 2010-06-16 | 1 | -6/+2 |
* | patch | thakis@chromium.org | 2010-06-16 | 1 | -2/+6 |
* | Add Tokenize() for StringPiece. | mbelshe@chromium.org | 2010-06-02 | 1 | -0/+3 |
* | Add a method that truncates strings to the end point of a valid UTF8 characte... | nick@chromium.org | 2010-05-28 | 1 | -0/+6 |
* | Reland r42300: "HttpRequestHeaders refactor." | willchan@chromium.org | 2010-03-29 | 1 | -0/+8 |
* | Revert "Reland r42300: "HttpRequestHeaders refactor.""" | willchan@chromium.org | 2010-03-23 | 1 | -8/+0 |
* | Reland r42300: "HttpRequestHeaders refactor."" | willchan@chromium.org | 2010-03-23 | 1 | -0/+8 |
* | Revert r42300: "HttpRequestHeaders refactor." | willchan@chromium.org | 2010-03-23 | 1 | -8/+0 |
* | HttpRequestHeaders refactor. | willchan@chromium.org | 2010-03-23 | 1 | -0/+8 |
* | chromeos: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-14 | 1 | -4/+0 |
* | Make IsStringUTF8 reject (U+FDD0 .. U+FDEF) | jschuh@google.com | 2010-02-26 | 1 | -1/+0 |
* | This CL addresses 2 issues: | jcampan@chromium.org | 2010-02-10 | 1 | -0/+7 |
* | Implement RemoveChars, a function to remove a list of characters from a strin... | jhawkins@chromium.org | 2010-02-05 | 1 | -0/+13 |
* | Move two generic string split functions from sync API to their own API in bas... | timsteele@google.com | 2010-01-21 | 1 | -0/+2 |
* | Revert 36459 - Breaks 7 WebKit tests | jschuh@chromium.org | 2010-01-16 | 1 | -0/+1 |
* | Changes are: | jschuh@chromium.org | 2010-01-16 | 1 | -1/+0 |
* | This CL contains the back-end implementation of the translate feature. It add... | jcampan@chromium.org | 2010-01-14 | 1 | -2/+10 |
* | Mac: UI tweaks for task manager. | thakis@chromium.org | 2010-01-13 | 1 | -9/+7 |
* | Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty... | pkasting@chromium.org | 2010-01-08 | 1 | -4/+9 |
* | Implement ContactInfo, the FormGroup that stores contact information. | jhawkins@chromium.org | 2010-01-04 | 1 | -1/+14 |
* | Add StringPrintV, fix libxml_utils.cc to use it | piman@chromium.org | 2009-12-08 | 1 | -0/+3 |