| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for joining strings on strings rather than just chars. | smckay@chromium.org | 2012-08-27 | 1 | -4/+13 |
* | Rewrite base::JSONReader to be 35-40% faster, depending on the input string. | rsesek@chromium.org | 2012-05-16 | 1 | -1/+1 |
* | Modify ui::ElideRectangleText() to honor trailing newlines. | asvitkine@chromium.org | 2012-05-15 | 1 | -5/+1 |
* | Linux: fix bookmarks with & in them not showing correctly in the wrench menu. | mdm@chromium.org | 2012-02-15 | 1 | -4/+4 |
* | Fix AutocompleteMatch DCHECK() triggered by |RenderViewContextMenu::AppendSea... | asvitkine@chromium.org | 2011-11-10 | 1 | -8/+23 |
* | Remove an unused include. | thakis@chromium.org | 2011-11-03 | 1 | -1/+0 |
* | Upstream android string implementation etc. | michaelbai@google.com | 2011-06-27 | 1 | -0/+4 |
* | Localize strings, speeds. | avi@chromium.org | 2011-06-22 | 1 | -72/+22 |
* | Support more than 9 arguments for ReplaceStringPlaceholders() | tony@chromium.org | 2011-06-07 | 1 | -2/+8 |
* | wstring: remove wstring version of RemoveChars | evan@chromium.org | 2011-05-17 | 1 | -8/+0 |
* | wstring: remove wstring version of TrimWhitespace | evan@chromium.org | 2011-05-10 | 1 | -8/+0 |
* | Revert 82405 - Support more than 9 arguments for ReplaceStringPlaceholders()-... | nsylvain@chromium.org | 2011-04-21 | 1 | -8/+2 |
* | Support more than 9 arguments for ReplaceStringPlaceholders() | tony@chromium.org | 2011-04-20 | 1 | -2/+8 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Change other usages of .size() to .empty() when applicable. | erg@google.com | 2011-03-04 | 1 | -1/+2 |
* | Pure pedantry: Replace all ".size() == 0" with ".empty()". | erg@google.com | 2011-03-02 | 1 | -1/+1 |
* | Move ElideString() from base/string_util.cc to app/text_elider.cc to | jschuh@google.com | 2010-12-17 | 1 | -37/+0 |
* | This CL add a GetInstance() method to singleton classes instead of relying on... | satish@chromium.org | 2010-12-04 | 1 | -3/+7 |
* | base: Move StringSplitAlongWhitespace to string_split.h | tfarina@chromium.org | 2010-11-15 | 1 | -57/+0 |
* | Fix clang build by moving ToLowerASCII into base namespace. | tfarina@chromium.org | 2010-11-03 | 1 | -1/+1 |
* | base: Move CaseInsensitiveCompare traits into the base namespace. | tfarina@chromium.org | 2010-11-03 | 1 | -2/+2 |
* | base: remove various unused string utility functions | evan@chromium.org | 2010-10-14 | 1 | -14/+0 |
* | fixes issue 52839 (MatchPattern timeout) | andybons@chromium.org | 2010-10-06 | 1 | -0/+4 |
* | Add DCHECK for misused string resources. | estade@chromium.org | 2010-10-04 | 1 | -5/+6 |
* | Implemented VLOG() et al. | akalin@chromium.org | 2010-09-29 | 1 | -3/+4 |
* | base: Finish moving the SplitString functions from string_util.h to string_sp... | tfarina@chromium.org | 2010-09-24 | 1 | -45/+0 |
* | base: Move SplitStringDontTrim functions from string_util.h to string_split.h | tfarina@chromium.org | 2010-09-15 | 1 | -20/+2 |
* | Make the glob matcher support UTF8 strings. | mnissler@chromium.org | 2010-09-10 | 1 | -41/+78 |
* | base: Move SplitStringUsingSubstr functions from string_util.h to string_split.h | tfarina@chromium.org | 2010-09-02 | 1 | -34/+0 |
* | Add an accordian effect to NTP. | aa@chromium.org | 2010-08-31 | 1 | -1/+5 |
* | Convert FormatBytes to string16. | evan@chromium.org | 2010-08-19 | 1 | -23/+23 |
* | Revert "Convert FormatBytes to string16." | evan@chromium.org | 2010-08-18 | 1 | -23/+23 |
* | Convert FormatBytes to string16. | evan@chromium.org | 2010-08-18 | 1 | -23/+23 |
* | Move StringPrintf into its own file and use the base namespace. Currently thi... | brettw@chromium.org | 2010-08-17 | 1 | -157/+0 |
* | Remove number conversion functions from string_util. These moved to string_nu... | brettw@chromium.org | 2010-08-03 | 1 | -503/+0 |
* | Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found it | brettw@chromium.org | 2010-07-31 | 1 | -10/+1 |
* | Made changes to TruncateUtF8ToByteSize to cleanup the code. | jerrica@google.com | 2010-06-17 | 1 | -4/+5 |
* | Add Tokenize() for StringPiece. | mbelshe@chromium.org | 2010-06-02 | 1 | -0/+6 |
* | Add a method that truncates strings to the end point of a valid UTF8 characte... | nick@chromium.org | 2010-05-28 | 1 | -0/+35 |
* | Use HttpRequestHeaders for extra_headers. | willchan@chromium.org | 2010-04-20 | 1 | -14/+0 |
* | Rejigger how we format the display of bytes. | evan@chromium.org | 2010-04-15 | 1 | -12/+6 |
* | Reland r42300: "HttpRequestHeaders refactor." | willchan@chromium.org | 2010-03-29 | 1 | -0/+48 |
* | Revert "Reland r42300: "HttpRequestHeaders refactor.""" | willchan@chromium.org | 2010-03-23 | 1 | -48/+0 |
* | Reland r42300: "HttpRequestHeaders refactor."" | willchan@chromium.org | 2010-03-23 | 1 | -0/+48 |
* | Revert r42300: "HttpRequestHeaders refactor." | willchan@chromium.org | 2010-03-23 | 1 | -48/+0 |
* | HttpRequestHeaders refactor. | willchan@chromium.org | 2010-03-23 | 1 | -0/+48 |
* | Make IsStringUTF8 reject (U+FDD0 .. U+FDEF) | jschuh@google.com | 2010-02-26 | 1 | -132/+12 |
* | This CL addresses 2 issues: | jcampan@chromium.org | 2010-02-10 | 1 | -0/+26 |
* | linux: build with -Wextra | evan@chromium.org | 2010-02-05 | 1 | -1/+19 |
* | Implement RemoveChars, a function to remove a list of characters from a strin... | jhawkins@chromium.org | 2010-02-05 | 1 | -0/+39 |