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
*
StringPiece shouldn't "fix" out-of-order iterators.
brettw
2015-07-27
2
-3
/
+33
*
Make UTF16ToASCII and UTF16TOUTF8 take a StringPiece
brettw
2015-07-24
2
-13
/
+19
*
Unify LowerCaseEqualsASCII and EqualsASCII functions.
brettw
2015-07-23
2
-80
/
+42
*
Remove legacy StartsWithASCII function.
brettw
2015-07-16
1
-10
/
+0
*
Remove some legacy versions of StartsWith and EndsWith.
brettw
2015-07-16
2
-58
/
+69
*
Revert of Remove some legacy versions of StartsWith and EndsWith. (patchset #...
yosin
2015-07-16
2
-69
/
+58
*
Remove some legacy versions of StartsWith and EndsWith.
brettw
2015-07-16
2
-58
/
+69
*
Move ReplaceStringPlaceholders to base namespace.
brettw
2015-07-15
2
-70
/
+62
*
Move JoinString to the base namespace.
brettw
2015-07-15
3
-52
/
+15
*
Revert of Move JoinString to the base namespace (patchset #9 id:160001 of htt...
hongchan
2015-07-14
3
-15
/
+52
*
Move JoinString to the base namespace.
brettw
2015-07-14
3
-52
/
+15
*
Remove CaseInsensitiveCompare from string_util.h
brettw
2015-07-14
2
-17
/
+23
*
Replace base::str[n]casecmp with helper functions.
brettw
2015-07-10
5
-30
/
+103
*
Remove base::strncmp16.
brettw
2015-07-09
3
-15
/
+0
*
Add a FoldCase function, improve ToLower/ToUpper.
brettw
2015-07-09
1
-2
/
+3
*
Move WriteInto to base namespace.
Brett Wilson
2015-07-07
3
-27
/
+42
*
Replace remaining Tokenize calls to SplitString
brettw
2015-07-06
3
-142
/
+0
*
Move MatchPattern to its own header and the base namespace.
brettw
2015-07-06
6
-204
/
+245
*
New new versions of Starts/EndsWith and SplitString in net.
brettw
2015-07-06
2
-6
/
+19
*
Update base::StartsWith calls to new form.
brettw
2015-07-06
1
-1
/
+0
*
Add more string_util functions to base namespace.
brettw
2015-06-24
2
-49
/
+58
*
Fix -INT_MIN integer overflow in string_number_conversions.cc.
tnagel
2015-06-24
1
-1
/
+6
*
Replace some Tokenize calls with SplitString.
brettw
2015-06-24
1
-1
/
+1
*
Move more string_util functions to base namespace.
brettw
2015-06-24
3
-31
/
+37
*
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
[next]