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_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
base: Move StringSplitAlongWhitespace to string_split.h
tfarina@chromium.org
2010-11-15
1
-32
/
+0
*
fixes issue 52839 (MatchPattern timeout)
andybons@chromium.org
2010-10-06
1
-0
/
+6
*
clang/mac: Fix almost all problems when building all.xcodeproj.
thakis@chromium.org
2010-10-04
1
-25
/
+0
*
base: Finish moving the SplitString functions from string_util.h to string_sp...
tfarina@chromium.org
2010-09-24
1
-67
/
+0
*
base: Move SplitStringDontTrim functions from string_util.h to string_split.h
tfarina@chromium.org
2010-09-15
1
-14
/
+0
*
Make the glob matcher support UTF8 strings.
mnissler@chromium.org
2010-09-10
1
-15
/
+29
*
base: Move SplitStringUsingSubstr functions from string_util.h to string_split.h
tfarina@chromium.org
2010-09-02
1
-45
/
+0
*
Add unit test for functionality added to ReplaceStringPlaceholders in r57966.
aa@chromium.org
2010-08-31
1
-0
/
+9
*
Add test to check that IsStringUTF8 allows for embedded NULLs.
ajwong@chromium.org
2010-08-31
1
-0
/
+9
*
Convert FormatBytes to string16.
evan@chromium.org
2010-08-19
1
-22
/
+22
*
Revert "Convert FormatBytes to string16."
evan@chromium.org
2010-08-18
1
-22
/
+22
*
Convert FormatBytes to string16.
evan@chromium.org
2010-08-18
1
-22
/
+22
*
Move StringPrintf into its own file and use the base namespace. Currently thi...
brettw@chromium.org
2010-08-17
1
-140
/
+0
*
base: Add HexDigitToInt function to string_util.h
tfarina@chromium.org
2010-07-31
1
-0
/
+27
*
Move the number conversions from string_util to a new file.
brettw@chromium.org
2010-07-30
1
-367
/
+0
*
Made changes to TruncateUtF8ToByteSize to cleanup the code.
jerrica@google.com
2010-06-17
1
-1
/
+1
*
Add Tokenize() for StringPiece.
mbelshe@chromium.org
2010-06-02
1
-41
/
+50
*
Add a method that truncates strings to the end point of a valid UTF8 characte...
nick@chromium.org
2010-05-28
1
-0
/
+171
*
TTF: Re-enable SplitStringIntoKeyValuePairsTest.EmptyString. Fix the case
jhawkins@chromium.org
2010-05-05
1
-0
/
+5
*
Rejigger how we format the display of bytes.
evan@chromium.org
2010-04-15
1
-6
/
+18
*
Reland r42300: "HttpRequestHeaders refactor."
willchan@chromium.org
2010-03-29
1
-1
/
+49
*
Revert "Reland r42300: "HttpRequestHeaders refactor."""
willchan@chromium.org
2010-03-23
1
-49
/
+1
*
Reland r42300: "HttpRequestHeaders refactor.""
willchan@chromium.org
2010-03-23
1
-1
/
+49
*
Revert r42300: "HttpRequestHeaders refactor."
willchan@chromium.org
2010-03-23
1
-49
/
+1
*
HttpRequestHeaders refactor.
willchan@chromium.org
2010-03-23
1
-1
/
+49
*
base: string_util.h -> utf_string_conversions.h fix.
jhawkins@chromium.org
2010-03-09
1
-3
/
+4
*
Make IsStringUTF8 reject (U+FDD0 .. U+FDEF)
jschuh@google.com
2010-02-26
1
-6
/
+0
*
This CL addresses 2 issues:
jcampan@chromium.org
2010-02-10
1
-0
/
+13
*
The RemoveChars utility function requires a NULL-terminated input string, so ...
jhawkins@chromium.org
2010-02-05
1
-1
/
+1
*
Implement RemoveChars, a function to remove a list of characters from a strin...
jhawkins@chromium.org
2010-02-05
1
-0
/
+16
*
Revert 36459 - Breaks 7 WebKit tests
jschuh@chromium.org
2010-01-16
1
-0
/
+5
*
Changes are:
jschuh@chromium.org
2010-01-16
1
-5
/
+0
*
This CL contains the back-end implementation of the translate feature. It add...
jcampan@chromium.org
2010-01-14
1
-0
/
+18
*
Mac: UI tweaks for task manager.
thakis@chromium.org
2010-01-13
1
-14
/
+14
*
Implement ContactInfo, the FormGroup that stores contact information.
jhawkins@chromium.org
2010-01-04
1
-44
/
+137
*
Fixes to the string MatchPattern functions:
tony@chromium.org
2009-12-03
1
-14
/
+16
*
Add compiler-specific "examine printf format" attributes to printfs.
evan@chromium.org
2009-11-20
1
-13
/
+20
*
Fix various problems with inline autocomplete and URLs that change length dur...
pkasting@chromium.org
2009-11-07
1
-198
/
+1
*
Remove the dependency on i18n/icu_string_conversions from base/string_util.h.
brettw@chromium.org
2009-10-10
1
-258
/
+4
*
Separate out some more ICU from base and into base/i18n.
brettw@chromium.org
2009-10-08
1
-46
/
+0
*
Add a version of ReplaceStringPlaceholders that operates on std::string
tony@chromium.org
2009-09-29
1
-0
/
+19
*
Strip .plugin off of Mac plugin names when showing the crash info bar.
stuartmorgan@google.com
2009-09-04
1
-0
/
+19
*
Move base::va_copy from a function to a macro.
deanm@chromium.org
2009-07-27
1
-1
/
+1
*
Fix the local directory listing, FTP directory listing and the local file han...
jshin@chromium.org
2009-07-09
1
-98
/
+215
*
Pass through non-character codepoints in UTF-8,16,32 and Wide conversion func...
jshin@chromium.org
2009-06-24
1
-7
/
+14
*
add CollapseWhitespaceASCII
rafaelw@chromium.org
2009-06-04
1
-0
/
+30
*
Re-land of earlier NTP theme patch; now with mac and linux compatibility.
glen@chromium.org
2009-05-15
1
-4
/
+39
*
Undo 16020
glen@chromium.org
2009-05-14
1
-39
/
+4
*
Allow the new tab page to be themed (you may want to review DOMUIThemeSource ...
glen@chromium.org
2009-05-14
1
-4
/
+39
*
Lands http://codereview.chromium.org/99349 for Ryan.
sky@chromium.org
2009-05-04
1
-0
/
+9
[next]