Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add FilePath::FromUTF8Unsafe() and FilePath::AsUTF8Unsafe(). | satorux@chromium.org | 2011-11-02 | 1 | -27/+2 |
| | | | | | | | | | | | | | | The logic is moved from value_conversions.cc. FilePath::FromUTF8Unsafe() should only be used when you are sure that the input string is UTF-8. See the function comments for why they have "Unsafe" in their names. BUG=none TEST=base_unittests Review URL: http://codereview.chromium.org/8402008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108246 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | Tentative compile fix. | bauerb@chromium.org | 2011-03-15 | 1 | -2/+2 |
| | | | | | | TBR=hbono git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78184 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | Move FilePath <-> Value conversions into a separate file. | bauerb@chromium.org | 2011-03-15 | 1 | -0/+52 |
BUG=75276 TEST=none Review URL: http://codereview.chromium.org/6691011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78182 0039d316-1c4b-4281-b951-d872f2087c98 |