| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename BASE_API to BASE_EXPORT. | darin@chromium.org | 2011-08-05 | 1 | -2/+2 |
* | Move scoped_temp_dir and scoped_native_library back from base/memory to base. | thakis@chromium.org | 2011-05-19 | 1 | -0/+59 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -59/+0 |
* | Base: A few more files using BASE_API (for base.dll) | rvargas@google.com | 2011-03-25 | 1 | -2/+3 |
* | Added WARN_UNUSED_RESULT to ScopedTempDir methods. | cbentzel@chromium.org | 2011-01-13 | 1 | -4/+4 |
* | Make ScopedTempDir::Delete return a bool so that its functionality can be tes... | tommi@chromium.org | 2010-11-29 | 1 | -1/+1 |
* | ScopedTempDir does not allow multiple Create* or Set calls without intervenin... | cbentzel@chromium.org | 2010-10-23 | 1 | -0/+4 |
* | Move the SingletonSocket to a temporary directory | davidben@chromium.org | 2010-08-27 | 1 | -1/+4 |
* | Remove some debug switches: | skerner@chromium.org | 2010-07-30 | 1 | -2/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Loosen permission on extension temp dir when a flag is used. | skerner@chromium.org | 2010-07-01 | 1 | -1/+2 |
* | Revert 51231 - Loosen permission on extension temp dir when a flag is used. | skerner@chromium.org | 2010-06-30 | 1 | -2/+1 |
* | Loosen permission on extension temp dir when a flag is used. | skerner@chromium.org | 2010-06-30 | 1 | -1/+2 |
* | Unpack extensions inside chrome's profile directory. | skerner@chromium.org | 2010-04-30 | 1 | -0/+3 |
* | Add ScopedTempDir - a class that manages the lifetime of a temporary directory. | erikkay@google.com | 2009-01-28 | 1 | -0/+47 |