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
*
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
*
Cleanup: Get rid of base::WideToUTF16Hack.
thestig@chromium.org
2014-05-06
1
-7
/
+0
*
Omnibox: Highlight Matches in URLs Properly
mpearson@chromium.org
2014-04-28
3
-2
/
+105
*
Remove the WCHAR_T_IS_UNSIGNED definition since it is not really useful. Repl...
rmcilroy@chromium.org
2014-04-25
1
-7
/
+2
*
Cleanup: Get rid of base::UTF16ToWideHack.
thestig@chromium.org
2014-04-23
1
-1
/
+0
*
UTF8 Adjustments for FormatURL(): Fix Overly-Aggressive DCHECK
mpearson@chromium.org
2014-04-23
1
-4
/
+5
*
Make FormatUrl Keep Track of Full Transformation
mpearson@chromium.org
2014-04-18
3
-176
/
+329
*
Removed unneeded include string_util_posix.h.
zvorygin@chromium.org
2014-03-19
1
-1
/
+0
*
Eliminate build warnings in base/ for Android x64
zhenyu.liang@intel.com
2014-03-19
1
-2
/
+4
*
Remove two Unicode characters that are not white space per
pkasting@chromium.org
2014-03-18
1
-33
/
+31
*
Revert 257524 "Move IsStringASCII/UTF8 to base namespace."
brettw@chromium.org
2014-03-17
2
-28
/
+28
*
Move IsStringASCII/UTF8 to base namespace.
brettw@chromium.org
2014-03-17
2
-28
/
+28
*
Move UTF16ToASCII, remove WideToASCII.
brettw@chromium.org
2014-03-14
5
-36
/
+18
*
Fix unreachable code warnings in base/. Found by MSVC warning 4702.
pkasting@chromium.org
2014-03-14
2
-19
/
+12
*
Remove ContainsOnlyWhitespace from string_util and CollapseWhitespace into to...
brettw@chromium.org
2014-03-11
3
-67
/
+38
*
Fill out the rest of the StringPiece functions for 16-bit.
brettw@chromium.org
2014-03-11
3
-374
/
+580
*
Cleanup SplitStringIntoKeyaluePairs implementation.
pneubeck@chromium.org
2014-03-11
2
-107
/
+106
*
Extend SplitStringIntoKeyValuePairs unit tests.
pneubeck@chromium.org
2014-03-08
2
-91
/
+94
*
Revert 255397 "Fill out the rest of the StringPiece functions fo..."
brettw@chromium.org
2014-03-07
3
-578
/
+374
*
Fill out the rest of the StringPiece functions for 16-bit.
brettw@chromium.org
2014-03-06
3
-374
/
+578
*
Move TrimWhitespace to the base namespace.
brettw@chromium.org
2014-03-03
2
-17
/
+17
*
Remove 'using base::string16;' from base/strings/string16.h and remove temporary
dbeam@chromium.org
2013-12-30
1
-4
/
+0
*
Remove char16 from the global namespace.
avi@chromium.org
2013-12-26
1
-1
/
+0
*
Remove UTF string conversion functions from the global namespace.
avi@chromium.org
2013-12-26
2
-23
/
+8
*
Revert of https://codereview.chromium.org/82963003/
nkostylev@chromium.org
2013-12-13
3
-31
/
+25
*
Cleanup: Make more wstring functions Windows-only.
thestig@chromium.org
2013-12-13
3
-25
/
+31
*
Disable kSSizeMaxConst COMPILE_ASSERT() for Android / Mac / IOS
ch.dumez@samsung.com
2013-12-07
1
-6
/
+7
*
Remove C++11 specific version of SafeSNPrintf()
ch.dumez@samsung.com
2013-12-06
2
-37
/
+1
*
Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas...
brettw@chromium.org
2013-12-03
2
-26
/
+26
*
Move more uses of string16 to specify base::
brettw@chromium.org
2013-12-03
4
-53
/
+64
*
Move EmptyString, kWhitespace and the BOM to base.
brettw@chromium.org
2013-12-02
3
-26
/
+36
*
Cleanup: Remove many unused wstring string_utils.
thestig@chromium.org
2013-11-22
3
-171
/
+54
*
Cleanup: Fix a typo in string_split.h.
thestig@chromium.org
2013-11-20
1
-3
/
+3
*
Add support for unsigned int32 in string_number_conversions
zverre@yandex-team.ru
2013-10-23
3
-0
/
+79
*
Switch the offset conversion routines from an "offsets point at characters"
pkasting@chromium.org
2013-09-11
3
-27
/
+39
*
Second attempt at introducing SafeSPrintf().
markus@chromium.org
2013-09-05
4
-0
/
+1886
*
Revert "Added a new base::strings::SafeSPrintf() function that can"
tkent@chromium.org
2013-09-02
4
-1890
/
+0
*
Disable EmitNULL test for Widows x64.
tkent@chromium.org
2013-09-02
1
-1
/
+7
*
Added a new base::strings::SafeSPrintf() function that can
markus@chromium.org
2013-09-01
4
-0
/
+1884
*
Omnibox: Create DemoteByType Experiment
mpearson@chromium.org
2013-08-09
2
-8
/
+9
*
mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.
thakis@chromium.org
2013-06-24
1
-8
/
+7
*
Use a direct include of strings headers, delete some strings forwarding headers.
avi@chromium.org
2013-06-20
1
-1
/
+1
[next]