| Commit message (Expand) | Author | Age | Files | Lines |
* | base: Rename FileEnumerator::FILE_TYPE to FileEnumerator::FileType. | tfarina@chromium.org | 2011-08-15 | 1 | -1/+1 |
* | Move scoped_temp_dir and scoped_native_library back from base/memory to base. | thakis@chromium.org | 2011-05-19 | 1 | -1/+1 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | wstring: remove some simple instances of ToWStringHack | evan@chromium.org | 2011-03-02 | 1 | -1/+1 |
* | If we can't read a unicode character, write the standard "unknown" (0xFFFD) c... | cevans@chromium.org | 2010-01-01 | 1 | -25/+17 |
* | Fix a path traversal issue in extension unpacking. Because of the sandbox, th... | aa@chromium.org | 2009-11-19 | 1 | -0/+14 |
* | Filter out hidden files, both when loading extensions and when | aa@chromium.org | 2009-10-28 | 1 | -9/+33 |
* | Fix temp file leak in ZipTest. | thestig@chromium.org | 2009-09-02 | 1 | -12/+8 |
* | Avoid directory traversal attacks when unpacking zips. The sandbox would tend | cevans@chromium.org | 2009-07-23 | 1 | -7/+19 |
* | Include a parent directory link in the file list for file:///somepath | yuzo@chromium.org | 2009-06-09 | 1 | -1/+3 |
* | Broaden valgrind supression for known issue in zlib. This seems ok because th... | aa@chromium.org | 2009-06-01 | 1 | -4/+2 |
* | Disable ZipTest on mac (valgrind memory issue) | rafaelw@chromium.org | 2009-06-01 | 1 | -2/+4 |
* | Re-enable zip unit tests. | aa@chromium.org | 2009-06-01 | 1 | -4/+0 |
* | Disable zip tests while trying to figure out problem. | aa@chromium.org | 2009-06-01 | 1 | -1/+2 |
* | Fix bustage again. | aa@chromium.org | 2009-06-01 | 1 | -1/+1 |
* | Fix bustage. | aa@chromium.org | 2009-06-01 | 1 | -3/+6 |
* | Implements a Zip() utility function. Refactor existing | aa@chromium.org | 2009-06-01 | 1 | -0/+105 |