| Commit message (Expand) | Author | Age | Files | Lines |
* | [OSX] Remove wide->NSString conversion | groby@chromium.org | 2012-08-04 | 1 | -5/+1 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Don't attempt to forward declare StringPiece. | erikwright@chromium.org | 2011-12-13 | 1 | -2/+1 |
* | Rename BASE_API to BASE_EXPORT. | darin@chromium.org | 2011-08-05 | 1 | -21/+21 |
* | mac: Components build for base, easy part | thakis@chromium.org | 2011-07-29 | 1 | -12/+12 |
* | Base: A few more files using BASE_API (for base.dll) | rvargas@google.com | 2011-03-24 | 1 | -7/+11 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Fix NSString conversions to treat a null NSString as a string of length 0, in... | mirandac@chromium.org | 2009-11-08 | 1 | -1/+2 |
* | Move StringPiece into the base namespace. It is colliding | tony@chromium.org | 2009-09-10 | 1 | -2/+2 |
* | NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons... | maruel@chromium.org | 2009-03-03 | 1 | -3/+3 |
* | Now that we deal with string16s, provide some useful conversions for them. | avi@chromium.org | 2009-02-18 | 1 | -0/+5 |
* | Provide converters to and from NSString* in sys_string_conversions | mark@chromium.org | 2008-10-08 | 1 | -2/+14 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Impl of platform mime typing for Mac. | avi@google.com | 2008-08-22 | 1 | -0/+21 |
* | Pass StringPieces by constant reference. | deanm@google.com | 2008-08-20 | 1 | -3/+3 |
* | Move the system string conversion functions from std::string to StringPiece. ... | deanm@google.com | 2008-08-19 | 1 | -3/+5 |
* | Fix sys_string_conversions for use on the Mac. | mmentovai@google.com | 2008-08-07 | 1 | -2/+2 |
* | Add defines for the size of wchar_t to build_config.h. Use this in places whe... | brettw@google.com | 2008-08-07 | 1 | -3/+3 |
* | This is the addition of the system-dependent string conversions. This is just... | brettw@google.com | 2008-08-07 | 1 | -0/+67 |