summaryrefslogtreecommitdiffstats
path: root/base/sys_string_conversions.h
Commit message (Expand)AuthorAgeFilesLines
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Fix NSString conversions to treat a null NSString as a string of length 0, in...mirandac@chromium.org2009-11-081-1/+2
* Move StringPiece into the base namespace. It is collidingtony@chromium.org2009-09-101-2/+2
* NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...maruel@chromium.org2009-03-031-3/+3
* Now that we deal with string16s, provide some useful conversions for them.avi@chromium.org2009-02-181-0/+5
* Provide converters to and from NSString* in sys_string_conversionsmark@chromium.org2008-10-081-2/+14
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Impl of platform mime typing for Mac.avi@google.com2008-08-221-0/+21
* Pass StringPieces by constant reference.deanm@google.com2008-08-201-3/+3
* Move the system string conversion functions from std::string to StringPiece. ...deanm@google.com2008-08-191-3/+5
* Fix sys_string_conversions for use on the Mac.mmentovai@google.com2008-08-071-2/+2
* Add defines for the size of wchar_t to build_config.h. Use this in places whe...brettw@google.com2008-08-071-3/+3
* This is the addition of the system-dependent string conversions. This is just...brettw@google.com2008-08-071-0/+67