summaryrefslogtreecommitdiffstats
path: root/base/string_util.h
Commit message (Expand)AuthorAgeFilesLines
* Reverting 10456.hbono@chromium.org2009-02-261-16/+3
* Fixes Issue 7377: Regression: Omnibox trims URL ending with 0x85hbono@chromium.org2009-02-261-3/+16
* Change the string_escape functions to use string16 rather than wstring.dsh@google.com2009-02-251-0/+13
* Introduce UrlPattern. This is basically me resuming work onaa@chromium.org2009-02-021-0/+4
* Add HexStringToBytes which takes an arbitrary length hex string and creates a...erikkay@google.com2009-01-271-0/+7
* Adding a HexEncode function to string_utils.tommi@chromium.org2009-01-221-1/+9
* Add a replace_all param to ReplaceSubstringsAfterOffset and update call sites.aa@chromium.org2009-01-211-0/+11
* Remove compatibility #defines in string_util.hphajdan.jr@chromium.org2008-12-301-9/+0
* Port some files in chrome/common to Linux.evanm@google.com2008-11-211-0/+6
* Remove the locale parameter from the StringToDouble andtc@google.com2008-11-181-22/+8
* Make unit_tests pass with pt_BR.UTF-8 locale.tc@google.com2008-11-121-1/+20
* This CL adds the autofill UI in forms.jcampan@chromium.org2008-11-051-1/+3
* This CL adds prompting for dangerous types of files (executable) when they ar...jcampan@chromium.org2008-10-101-0/+8
* Add UTF-8 check for JSON deserializer.jungshik@google.com2008-09-251-2/+2
* port some parts of webkit/glue/plugins/test to Linuxevanm@google.com2008-09-241-0/+5
* Move std::string16 to base::string16. Don't pollute the std namespace. Don'tmmentovai@google.com2008-08-271-6/+6
* Add UTF8 <-> UTF-16 conversion functions, and a WebCore::String -> std::strin...brettw@google.com2008-08-261-0/+5
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Fix some more warnings.evanm@google.com2008-08-201-2/+2
* DCHECK vswprintf format string cross-platform portability. Use %ls, not %s, ...mmentovai@google.com2008-08-141-0/+23
* Implement an interface compatible wcslcpy and strlcpy. Possibly slightlydeanm@google.com2008-08-131-0/+9
* Implement IntToString-type methods without using a format string. I'm not su...deanm@google.com2008-08-131-2/+5
* Fix string_util and its tests for the Mac, GCC, UTF-32 wchar_t platforms, and...mmentovai@google.com2008-08-131-1/+5
* Back out r736 due to breakagemmentovai@google.com2008-08-121-5/+1
* Fix string_util and its tests for the Mac, GCC, UTF-32 wchar_t platforms, and...mmentovai@google.com2008-08-121-1/+5
* Add UTF-16 <-> Wide conversions for Mac.brettw@google.com2008-08-071-6/+12
* Rename and remove a bunch of string functions.evanm@google.com2008-08-071-81/+35
* Add defines for the size of wchar_t to build_config.h. Use this in places whe...brettw@google.com2008-08-071-5/+5
* Cross-platform portability fixes for JSONReader. Adds generic string-to-doub...mmentovai@google.com2008-08-071-0/+10
* Remove the old NativeMB functions from string util, and use the new ones in s...brettw@google.com2008-08-071-12/+8
* Allow string-to-int conversions to provide a return value indicating success....mmentovai@google.com2008-08-051-0/+25
* Revert my UTF change until we can figure out what to do with the sandbox.brettw@google.com2008-08-011-8/+2
* Write our own utf8<->wide conversion functions. This gives us more control ov...brettw@google.com2008-08-011-2/+8
* Add base to the repository.initial.commit2008-07-261-0/+504