summaryrefslogtreecommitdiffstats
path: root/base/strings
Commit message (Expand)AuthorAgeFilesLines
* Remove 'using base::string16;' from base/strings/string16.h and remove temporarydbeam@chromium.org2013-12-301-4/+0
* Remove char16 from the global namespace.avi@chromium.org2013-12-261-1/+0
* Remove UTF string conversion functions from the global namespace.avi@chromium.org2013-12-262-23/+8
* Revert of https://codereview.chromium.org/82963003/nkostylev@chromium.org2013-12-133-31/+25
* Cleanup: Make more wstring functions Windows-only.thestig@chromium.org2013-12-133-25/+31
* Disable kSSizeMaxConst COMPILE_ASSERT() for Android / Mac / IOSch.dumez@samsung.com2013-12-071-6/+7
* Remove C++11 specific version of SafeSNPrintf()ch.dumez@samsung.com2013-12-062-37/+1
* Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas...brettw@chromium.org2013-12-032-26/+26
* Move more uses of string16 to specify base::brettw@chromium.org2013-12-034-53/+64
* Move EmptyString, kWhitespace and the BOM to base.brettw@chromium.org2013-12-023-26/+36
* Cleanup: Remove many unused wstring string_utils.thestig@chromium.org2013-11-223-171/+54
* Cleanup: Fix a typo in string_split.h.thestig@chromium.org2013-11-201-3/+3
* Add support for unsigned int32 in string_number_conversionszverre@yandex-team.ru2013-10-233-0/+79
* Switch the offset conversion routines from an "offsets point at characters"pkasting@chromium.org2013-09-113-27/+39
* Second attempt at introducing SafeSPrintf().markus@chromium.org2013-09-054-0/+1886
* Revert "Added a new base::strings::SafeSPrintf() function that can"tkent@chromium.org2013-09-024-1890/+0
* Disable EmitNULL test for Widows x64.tkent@chromium.org2013-09-021-1/+7
* Added a new base::strings::SafeSPrintf() function that canmarkus@chromium.org2013-09-014-0/+1884
* Omnibox: Create DemoteByType Experimentmpearson@chromium.org2013-08-092-8/+9
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-241-8/+7
* Use a direct include of strings headers, delete some strings forwarding headers.avi@chromium.org2013-06-201-1/+1
* Remove "using" from nullable string now that all users are updated.avi@chromium.org2013-06-191-4/+0
* Replace base::NullableString16(bool) usage with default constructor.darin@chromium.org2013-06-181-1/+0
* Add support using EXPECT_EQ with NullableString16 objects.darin@chromium.org2013-06-173-1/+67
* Move nullable_string16.h to the string subdirectory.avi@chromium.org2013-06-131-0/+37
* add more string -> unsigned number conversion unit tests (attempt 2)mostynb@opera.com2013-06-131-1/+206
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-4/+4
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-1014-16/+16
* Move string files in base/ to the string subdirectory.avi@chromium.org2013-06-0812-0/+3708
* Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...avi@chromium.org2013-06-077-7/+7
* Move latin1_string_conversions to baseabarth@chromium.org2013-05-292-0/+51
* Revert 201204 "add more string -> unsigned number conversion uni..."hashimoto@chromium.org2013-05-211-197/+0
* add more string -> unsigned number conversion unit testsmostynb@opera.com2013-05-211-0/+197
* Move utf_string_conversions to strings/ and add namespace.brettw@chromium.org2013-05-063-0/+468
* Stop overwriting errno in base::StringPrintf, StringAppendV, and StringToDouble.yusukes@chromium.org2013-05-022-1/+8
* Feeding negative numbers to the HexStringToUInt64 should fail, with output 0 ...mostynb@opera.com2013-05-013-8/+12
* Avoid C++11 narrowing errors.raphael.kubo.da.costa@intel.com2013-04-191-4/+4
* Fix build bustage.michaeln@google.com2013-04-121-3/+3
* Add support for unsigned int64 in string_number_conversionsfelipeg@chromium.org2013-04-123-1/+81
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-092-12/+15
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-092-15/+12
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-092-12/+15
* base: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-03-3010-10/+10
* Move string_piece.h to base/strings.brettw@chromium.org2013-03-283-0/+1383
* Update the header guard macro.wtc@chromium.org2013-03-201-3/+3
* Move string_split to base/strings.tfarina@chromium.org2013-02-073-0/+616
* Move sys_string_conversions to base/strings.brettw@chromium.org2013-02-076-0/+709
* Move utf_offset_string_conversions and utf_string_conversion_utils to strings.brettw@chromium.org2013-02-075-0/+658
* Move string_number_conversions to base/strings.brettw@chromium.org2013-02-073-0/+1055
* Move string tokenizer to base/strings.brettw@chromium.org2013-02-022-0/+494