index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
base
/
strings
Commit message (
Expand
)
Author
Age
Files
Lines
*
Write new Starts/EndsWith and convert FilePath functions to StringPiece.
brettw
2015-06-16
2
-45
/
+139
*
Move EndsWith to base namespace.
brettw
2015-06-12
2
-11
/
+14
*
Add new SplitString backend.
brettw
2015-06-12
7
-165
/
+448
*
Move StartsWith[ASCII] to base namespace.
brettw
2015-06-12
2
-21
/
+16
*
Move EqualsASCII to the base namespace.
brettw
2015-06-10
2
-7
/
+7
*
Remove ToUnsigned template.
brettw
2015-06-10
1
-29
/
+0
*
Move LowerCaseEqualsASCII to base namespace
brettw
2015-06-09
2
-19
/
+35
*
Move StringToUpperASCII to base namespace
brettw
2015-06-09
2
-25
/
+25
*
base: Remove the remaining usage of GG_(U)INTn_C macros.
tfarina
2015-05-18
1
-13
/
+14
*
Revert of Create net::FormatOriginForDisplay helper function. (patchset #8 id...
palmer
2015-05-16
1
-5
/
+5
*
Create net::FormatOriginForDisplay helper function.
palmer
2015-05-16
1
-5
/
+5
*
Reland "Enable libc++ on Android"
jdduke
2015-05-05
1
-4
/
+0
*
base/test/launcher: Don't trim leading whitespace from test output
nick
2015-04-16
1
-2
/
+0
*
Declare string16 traits’ move() correctly.
Mark Mentovai
2015-03-20
1
-1
/
+1
*
Fix SysStrings unit test failure on Chromecast
halliwell
2015-03-10
1
-0
/
+6
*
base: Use more specific CHECK macros for comparisons.
danakj
2015-03-09
2
-7
/
+7
*
base: Add/Fix namespace closing comments.
danakj
2015-03-07
3
-3
/
+3
*
Optimize implementation of "replace substrings after offset" utility function to
pkasting
2015-02-12
1
-9
/
+89
*
Revert of Enable libc++ on Android (patchset #16 id:460001 of https://coderev...
jam
2015-02-07
1
-3
/
+4
*
Enable libc++ on Android
jdduke
2015-02-06
1
-4
/
+3
*
Revert "Enable positional parameters for base::vsnprintf and base::vswprintf ...
thakis
2015-02-06
2
-25
/
+6
*
Fix variable shadowing warning in safe_sprintf in VS2015
scottmg
2015-01-27
1
-3
/
+3
*
Make wstring StringPrintf() functions Windows only.
thestig
2014-12-18
3
-17
/
+16
*
Generalizing conditional compilation logic for systems with native utf8 locale.
halliwell
2014-12-12
1
-2
/
+1
*
Remove GG_VA_COPY in favor of va_copy
scottmg
2014-12-11
2
-35
/
+2
*
Cleanup: Get rid of base::ASCIIToWide().
thestig
2014-12-08
3
-12
/
+6
*
Made sizeof code simpler and more obviously correct.
brucedawson
2014-12-05
1
-1
/
+1
*
Avoid a string copy in URLRequestResourceBundleJob::GetData().
jyasskin
2014-11-17
2
-2
/
+2
*
Align base::hash_map with C++11, part 2.
davidben
2014-10-24
1
-12
/
+0
*
Cleanup: Better constify some strings in base.
thestig
2014-10-21
2
-9
/
+10
*
Remove trivially-true DEBUG_CHECKs in safe_sprintf.cc
cmasone
2014-10-17
1
-3
/
+1
*
SafeSPrintf: use C++ variadic template
jln
2014-10-16
3
-209
/
+17
*
Convert ARRAYSIZE_UNSAFE -> arraysize in base/.
viettrungluu
2014-10-16
5
-25
/
+25
*
Implement fast path in {Wide|UTF16}ToUTF8 for pure ASCII strings
Mikhail Naganov
2014-10-06
4
-7
/
+66
*
Fix more disabled MSVC warnings, base/ edition.
pkasting
2014-10-01
3
-6
/
+6
*
Implement fast path in UTF8ToUTF16 for pure ASCII strings
Mikhail Naganov
2014-09-29
4
-15
/
+142
*
Use of base::StringPairs appropriately in base
mohan.reddy
2014-09-25
1
-1
/
+1
*
Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..."
brettw@chromium.org
2014-08-13
2
-39
/
+34
*
Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespace
brettw@chromium.org
2014-08-13
2
-34
/
+39
*
Require the result of StringPrintf to be used.
ricea@chromium.org
2014-08-08
1
-3
/
+3
*
Move StringToLowerASCII to base namespace
brettw@chromium.org
2014-08-07
1
-11
/
+11
*
Fixes for re-enabling more MSVC level 4 warnings: base/ edition #2
pkasting@chromium.org
2014-07-10
1
-3
/
+3
*
Extend workaround from https://codereview.chromium.org/98403005 to clang/win.
thakis@chromium.org
2014-07-04
1
-2
/
+6
*
Fixes for re-enabling more MSVC level 4 warnings: base/ edition
pkasting@chromium.org
2014-07-03
5
-29
/
+61
*
Add base::SizeTToString.
wtc@chromium.org
2014-06-27
3
-7
/
+37
*
Update the class comment for StringPiece to reflect the internal guidance
rch@chromium.org
2014-06-24
1
-7
/
+12
*
Fix SafeSPrintfTest.Truncation in base_unittests
yang.gu@intel.com
2014-06-18
1
-2
/
+3
*
Make various string_util functions take StringPieces instead of char[].
pkasting@chromium.org
2014-05-30
2
-49
/
+49
*
Cleanup: Remove EmptyWString and fix bad EmptyString usage.
thestig@chromium.org
2014-05-28
1
-6
/
+1
*
Move IsStringUTF8/ASCII to base namespace
brettw@chromium.org
2014-05-07
2
-17
/
+17
[next]