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
/
string_util.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > ...
pkasting@chromium.org
2011-11-29
1
-27
/
+19
*
Fix AutocompleteMatch DCHECK() triggered by |RenderViewContextMenu::AppendSea...
asvitkine@chromium.org
2011-11-10
1
-5
/
+19
*
Clarify comments for |RemoveChars()| and |TrimString()| that the char array p...
asvitkine@chromium.org
2011-10-25
1
-3
/
+4
*
WriteInto handles length_with_null values of 1 better.
cbentzel@chromium.org
2011-10-18
1
-13
/
+27
*
base: Fix the TODO in string_util.h
tfarina@chromium.org
2011-08-17
1
-5
/
+0
*
Rename BASE_API to BASE_EXPORT.
darin@chromium.org
2011-08-05
1
-137
/
+145
*
Upstream android debug and log related files
michaelbai@google.com
2011-07-07
1
-0
/
+1
*
Localize strings, speeds.
avi@chromium.org
2011-06-22
1
-25
/
+5
*
wstring: remove wstring version of RemoveChars
evan@chromium.org
2011-05-17
1
-3
/
+0
*
wstring: remove wstring version of TrimWhitespace
evan@chromium.org
2011-05-10
1
-3
/
+0
*
Base: More adjustments to BASE_API and project dependencies to
rvargas@google.com
2011-04-21
1
-11
/
+10
*
Base: First pass at having base.dll: definition of
rvargas@google.com
2011-03-22
1
-150
/
+157
*
Typo fix.
avi@chromium.org
2011-01-04
1
-2
/
+2
*
Move ElideString() from base/string_util.cc to app/text_elider.cc to
jschuh@google.com
2010-12-17
1
-8
/
+0
*
Move ToUpperASCII into base namespace, to make it consistent with ToLowerASCII
joth@chromium.org
2010-11-16
1
-7
/
+7
*
base: Move StringSplitAlongWhitespace to string_split.h
tfarina@chromium.org
2010-11-15
1
-16
/
+0
*
Fix clang build by moving ToLowerASCII into base namespace.
tfarina@chromium.org
2010-11-03
1
-7
/
+7
*
base: Move CaseInsensitiveCompare traits into the base namespace.
tfarina@chromium.org
2010-11-03
1
-17
/
+18
*
Roll DEPS for rlz library r25:26.
tfarina@chromium.org
2010-10-15
1
-7
/
+0
*
base: remove various unused string utility functions
evan@chromium.org
2010-10-14
1
-2
/
+0
*
base: Move SplitString functions into the base namespace and update the callers.
tfarina@chromium.org
2010-10-14
1
-0
/
+1
*
fixes issue 52839 (MatchPattern timeout)
andybons@chromium.org
2010-10-06
1
-0
/
+1
*
Implemented VLOG() et al.
akalin@chromium.org
2010-09-29
1
-1
/
+2
*
Remove the hack in string_util for RLZ library.
tfarina@chromium.org
2010-09-27
1
-17
/
+0
*
base: Finish moving the SplitString functions from string_util.h to string_sp...
tfarina@chromium.org
2010-09-24
1
-19
/
+6
*
base: Move SplitStringDontTrim functions from string_util.h to string_split.h
tfarina@chromium.org
2010-09-15
1
-11
/
+0
*
Bunch of match preview tweaks:
sky@chromium.org
2010-09-14
1
-1
/
+1
*
Make the glob matcher support UTF8 strings.
mnissler@chromium.org
2010-09-10
1
-2
/
+2
*
base: Move SplitStringUsingSubstr functions from string_util.h to string_split.h
tfarina@chromium.org
2010-09-02
1
-8
/
+0
*
Add unit test for functionality added to ReplaceStringPlaceholders in r57966.
aa@chromium.org
2010-08-31
1
-2
/
+3
*
Convert FormatBytes to string16.
evan@chromium.org
2010-08-19
1
-3
/
+3
*
Remove forward declares for ASCIIToUTF16 from string_util. All callers now use
brettw@chromium.org
2010-08-19
1
-4
/
+11
*
Revert "Convert FormatBytes to string16."
evan@chromium.org
2010-08-18
1
-3
/
+3
*
Convert FormatBytes to string16.
evan@chromium.org
2010-08-18
1
-3
/
+3
*
Move StringPrintf into its own file and use the base namespace. Currently thi...
brettw@chromium.org
2010-08-17
1
-27
/
+5
*
Remove number conversion functions from string_util. These moved to string_nu...
brettw@chromium.org
2010-08-03
1
-70
/
+0
*
base: Add HexDigitToInt function to string_util.h
tfarina@chromium.org
2010-07-31
1
-0
/
+12
*
Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found it
brettw@chromium.org
2010-07-31
1
-3
/
+12
*
`#pragma once` for app, base, chrome, gfx, ipc, net, skia, views
thakis@chromium.org
2010-07-26
1
-0
/
+1
*
base: Add IsHexDigit function to string_util.h
tfarina@chromium.org
2010-07-23
1
-0
/
+7
*
Revert 49982 - patch
thakis@chromium.org
2010-06-16
1
-6
/
+2
*
patch
thakis@chromium.org
2010-06-16
1
-2
/
+6
*
Add Tokenize() for StringPiece.
mbelshe@chromium.org
2010-06-02
1
-0
/
+3
*
Add a method that truncates strings to the end point of a valid UTF8 characte...
nick@chromium.org
2010-05-28
1
-0
/
+6
*
Reland r42300: "HttpRequestHeaders refactor."
willchan@chromium.org
2010-03-29
1
-0
/
+8
*
Revert "Reland r42300: "HttpRequestHeaders refactor."""
willchan@chromium.org
2010-03-23
1
-8
/
+0
*
Reland r42300: "HttpRequestHeaders refactor.""
willchan@chromium.org
2010-03-23
1
-0
/
+8
*
Revert r42300: "HttpRequestHeaders refactor."
willchan@chromium.org
2010-03-23
1
-8
/
+0
*
HttpRequestHeaders refactor.
willchan@chromium.org
2010-03-23
1
-0
/
+8
[next]