| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove 'using base::string16;' from base/strings/string16.h and remove temporary | dbeam@chromium.org | 2013-12-30 | 1 | -4/+0 |
* | Remove char16 from the global namespace. | avi@chromium.org | 2013-12-26 | 1 | -1/+0 |
* | Remove UTF string conversion functions from the global namespace. | avi@chromium.org | 2013-12-26 | 2 | -23/+8 |
* | Revert of https://codereview.chromium.org/82963003/ | nkostylev@chromium.org | 2013-12-13 | 3 | -31/+25 |
* | Cleanup: Make more wstring functions Windows-only. | thestig@chromium.org | 2013-12-13 | 3 | -25/+31 |
* | Disable kSSizeMaxConst COMPILE_ASSERT() for Android / Mac / IOS | ch.dumez@samsung.com | 2013-12-07 | 1 | -6/+7 |
* | Remove C++11 specific version of SafeSNPrintf() | ch.dumez@samsung.com | 2013-12-06 | 2 | -37/+1 |
* | Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas... | brettw@chromium.org | 2013-12-03 | 2 | -26/+26 |
* | Move more uses of string16 to specify base:: | brettw@chromium.org | 2013-12-03 | 4 | -53/+64 |
* | Move EmptyString, kWhitespace and the BOM to base. | brettw@chromium.org | 2013-12-02 | 3 | -26/+36 |
* | Cleanup: Remove many unused wstring string_utils. | thestig@chromium.org | 2013-11-22 | 3 | -171/+54 |
* | Cleanup: Fix a typo in string_split.h. | thestig@chromium.org | 2013-11-20 | 1 | -3/+3 |
* | Add support for unsigned int32 in string_number_conversions | zverre@yandex-team.ru | 2013-10-23 | 3 | -0/+79 |
* | Switch the offset conversion routines from an "offsets point at characters" | pkasting@chromium.org | 2013-09-11 | 3 | -27/+39 |
* | Second attempt at introducing SafeSPrintf(). | markus@chromium.org | 2013-09-05 | 4 | -0/+1886 |
* | Revert "Added a new base::strings::SafeSPrintf() function that can" | tkent@chromium.org | 2013-09-02 | 4 | -1890/+0 |
* | Disable EmitNULL test for Widows x64. | tkent@chromium.org | 2013-09-02 | 1 | -1/+7 |
* | Added a new base::strings::SafeSPrintf() function that can | markus@chromium.org | 2013-09-01 | 4 | -0/+1884 |
* | Omnibox: Create DemoteByType Experiment | mpearson@chromium.org | 2013-08-09 | 2 | -8/+9 |
* | mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef. | thakis@chromium.org | 2013-06-24 | 1 | -8/+7 |
* | Use a direct include of strings headers, delete some strings forwarding headers. | avi@chromium.org | 2013-06-20 | 1 | -1/+1 |
* | Remove "using" from nullable string now that all users are updated. | avi@chromium.org | 2013-06-19 | 1 | -4/+0 |
* | Replace base::NullableString16(bool) usage with default constructor. | darin@chromium.org | 2013-06-18 | 1 | -1/+0 |
* | Add support using EXPECT_EQ with NullableString16 objects. | darin@chromium.org | 2013-06-17 | 3 | -1/+67 |
* | Move nullable_string16.h to the string subdirectory. | avi@chromium.org | 2013-06-13 | 1 | -0/+37 |
* | add more string -> unsigned number conversion unit tests (attempt 2) | mostynb@opera.com | 2013-06-13 | 1 | -1/+206 |
* | Rename base/hash_tables to base/containers/hash_tables. | brettw@chromium.org | 2013-06-11 | 1 | -4/+4 |
* | Use a direct include of strings headers in base/. | avi@chromium.org | 2013-06-10 | 14 | -16/+16 |
* | Move string files in base/ to the string subdirectory. | avi@chromium.org | 2013-06-08 | 12 | -0/+3708 |
* | Use a direct include of utf_string_conversions.h in android_webview/, apps/, ... | avi@chromium.org | 2013-06-07 | 7 | -7/+7 |
* | Move latin1_string_conversions to base | abarth@chromium.org | 2013-05-29 | 2 | -0/+51 |
* | Revert 201204 "add more string -> unsigned number conversion uni..." | hashimoto@chromium.org | 2013-05-21 | 1 | -197/+0 |
* | add more string -> unsigned number conversion unit tests | mostynb@opera.com | 2013-05-21 | 1 | -0/+197 |
* | Move utf_string_conversions to strings/ and add namespace. | brettw@chromium.org | 2013-05-06 | 3 | -0/+468 |
* | Stop overwriting errno in base::StringPrintf, StringAppendV, and StringToDouble. | yusukes@chromium.org | 2013-05-02 | 2 | -1/+8 |
* | Feeding negative numbers to the HexStringToUInt64 should fail, with output 0 ... | mostynb@opera.com | 2013-05-01 | 3 | -8/+12 |
* | Avoid C++11 narrowing errors. | raphael.kubo.da.costa@intel.com | 2013-04-19 | 1 | -4/+4 |
* | Fix build bustage. | michaeln@google.com | 2013-04-12 | 1 | -3/+3 |
* | Add support for unsigned int64 in string_number_conversions | felipeg@chromium.org | 2013-04-12 | 3 | -1/+81 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 2 | -12/+15 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 2 | -15/+12 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 2 | -12/+15 |
* | base: Update the include paths of base/string_piece.h to its new location. | tfarina@chromium.org | 2013-03-30 | 10 | -10/+10 |
* | Move string_piece.h to base/strings. | brettw@chromium.org | 2013-03-28 | 3 | -0/+1383 |
* | Update the header guard macro. | wtc@chromium.org | 2013-03-20 | 1 | -3/+3 |
* | Move string_split to base/strings. | tfarina@chromium.org | 2013-02-07 | 3 | -0/+616 |
* | Move sys_string_conversions to base/strings. | brettw@chromium.org | 2013-02-07 | 6 | -0/+709 |
* | Move utf_offset_string_conversions and utf_string_conversion_utils to strings. | brettw@chromium.org | 2013-02-07 | 5 | -0/+658 |
* | Move string_number_conversions to base/strings. | brettw@chromium.org | 2013-02-07 | 3 | -0/+1055 |
* | Move string tokenizer to base/strings. | brettw@chromium.org | 2013-02-02 | 2 | -0/+494 |