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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change other usages of .size() to .empty() when applicable.
erg@google.com
2011-03-04
1
-1
/
+2
*
Pure pedantry: Replace all ".size() == 0" with ".empty()".
erg@google.com
2011-03-02
1
-1
/
+1
*
Move ElideString() from base/string_util.cc to app/text_elider.cc to
jschuh@google.com
2010-12-17
1
-37
/
+0
*
This CL add a GetInstance() method to singleton classes instead of relying on...
satish@chromium.org
2010-12-04
1
-3
/
+7
*
base: Move StringSplitAlongWhitespace to string_split.h
tfarina@chromium.org
2010-11-15
1
-57
/
+0
*
Fix clang build by moving ToLowerASCII into base namespace.
tfarina@chromium.org
2010-11-03
1
-1
/
+1
*
base: Move CaseInsensitiveCompare traits into the base namespace.
tfarina@chromium.org
2010-11-03
1
-2
/
+2
*
base: remove various unused string utility functions
evan@chromium.org
2010-10-14
1
-14
/
+0
*
fixes issue 52839 (MatchPattern timeout)
andybons@chromium.org
2010-10-06
1
-0
/
+4
*
Add DCHECK for misused string resources.
estade@chromium.org
2010-10-04
1
-5
/
+6
*
Implemented VLOG() et al.
akalin@chromium.org
2010-09-29
1
-3
/
+4
*
base: Finish moving the SplitString functions from string_util.h to string_sp...
tfarina@chromium.org
2010-09-24
1
-45
/
+0
*
base: Move SplitStringDontTrim functions from string_util.h to string_split.h
tfarina@chromium.org
2010-09-15
1
-20
/
+2
*
Make the glob matcher support UTF8 strings.
mnissler@chromium.org
2010-09-10
1
-41
/
+78
*
base: Move SplitStringUsingSubstr functions from string_util.h to string_split.h
tfarina@chromium.org
2010-09-02
1
-34
/
+0
*
Add an accordian effect to NTP.
aa@chromium.org
2010-08-31
1
-1
/
+5
*
Convert FormatBytes to string16.
evan@chromium.org
2010-08-19
1
-23
/
+23
*
Revert "Convert FormatBytes to string16."
evan@chromium.org
2010-08-18
1
-23
/
+23
*
Convert FormatBytes to string16.
evan@chromium.org
2010-08-18
1
-23
/
+23
*
Move StringPrintf into its own file and use the base namespace. Currently thi...
brettw@chromium.org
2010-08-17
1
-157
/
+0
*
Remove number conversion functions from string_util. These moved to string_nu...
brettw@chromium.org
2010-08-03
1
-503
/
+0
*
Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found it
brettw@chromium.org
2010-07-31
1
-10
/
+1
*
Made changes to TruncateUtF8ToByteSize to cleanup the code.
jerrica@google.com
2010-06-17
1
-4
/
+5
*
Add Tokenize() for StringPiece.
mbelshe@chromium.org
2010-06-02
1
-0
/
+6
*
Add a method that truncates strings to the end point of a valid UTF8 characte...
nick@chromium.org
2010-05-28
1
-0
/
+35
*
Use HttpRequestHeaders for extra_headers.
willchan@chromium.org
2010-04-20
1
-14
/
+0
*
Rejigger how we format the display of bytes.
evan@chromium.org
2010-04-15
1
-12
/
+6
*
Reland r42300: "HttpRequestHeaders refactor."
willchan@chromium.org
2010-03-29
1
-0
/
+48
*
Revert "Reland r42300: "HttpRequestHeaders refactor."""
willchan@chromium.org
2010-03-23
1
-48
/
+0
*
Reland r42300: "HttpRequestHeaders refactor.""
willchan@chromium.org
2010-03-23
1
-0
/
+48
*
Revert r42300: "HttpRequestHeaders refactor."
willchan@chromium.org
2010-03-23
1
-48
/
+0
*
HttpRequestHeaders refactor.
willchan@chromium.org
2010-03-23
1
-0
/
+48
*
Make IsStringUTF8 reject (U+FDD0 .. U+FDEF)
jschuh@google.com
2010-02-26
1
-132
/
+12
*
This CL addresses 2 issues:
jcampan@chromium.org
2010-02-10
1
-0
/
+26
*
linux: build with -Wextra
evan@chromium.org
2010-02-05
1
-1
/
+19
*
Implement RemoveChars, a function to remove a list of characters from a strin...
jhawkins@chromium.org
2010-02-05
1
-0
/
+39
*
Revert 36459 - Breaks 7 WebKit tests
jschuh@chromium.org
2010-01-16
1
-12
/
+131
*
Changes are:
jschuh@chromium.org
2010-01-16
1
-131
/
+12
*
This CL contains the back-end implementation of the translate feature. It add...
jcampan@chromium.org
2010-01-14
1
-0
/
+16
*
Mac: UI tweaks for task manager.
thakis@chromium.org
2010-01-13
1
-5
/
+5
*
Make JoinString implementation match prototype.
craig.schlenter@chromium.org
2010-01-05
1
-1
/
+1
*
Implement ContactInfo, the FormGroup that stores contact information.
jhawkins@chromium.org
2010-01-04
1
-8
/
+46
*
Add StringPrintV, fix libxml_utils.cc to use it
piman@chromium.org
2009-12-08
1
-0
/
+6
*
Fixes to the string MatchPattern functions:
tony@chromium.org
2009-12-03
1
-8
/
+13
*
Ignore UTF-8's BOM when parsing userscript's metadata.
hayato@chromium.org
2009-11-25
1
-0
/
+2
*
Add 64bit support
gregoryd@google.com
2009-11-06
1
-9
/
+9
*
Add first class support for user scripts.
aa@chromium.org
2009-11-04
1
-0
/
+5
*
Convert ReplaceStringPlaceholders(std::string...) to take a
tony@chromium.org
2009-10-29
1
-10
/
+8
*
Add more string16 variants.
darin@chromium.org
2009-10-19
1
-0
/
+29
*
Add string16 support for LowerCaseEqualsASCII, StartsWith, and EndsWith.
darin@chromium.org
2009-10-15
1
-10
/
+56
[next]