summaryrefslogtreecommitdiffstats
path: root/chrome/common/zip.cc
Commit message (Expand)AuthorAgeFilesLines
* FilePath: Remove much of ToWStringHack, adding a LossyDisplayName()evan@chromium.org2011-02-041-3/+3
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-141-1/+1
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-0/+1
* win: string_util.h -> utf_string_conversions.h fix.jhawkins@google.com2010-03-111-0/+2
* Fix a path traversal issue in extension unpacking. Because of the sandbox, th...aa@chromium.org2009-11-191-5/+6
* Filter out hidden files, both when loading extensions and whenaa@chromium.org2009-10-281-1/+5
* Avoid directory traversal attacks when unpacking zips. The sandbox would tendcevans@chromium.org2009-07-231-0/+5
* (Identical to 159254 which I had in a messed up client)cevans@chromium.org2009-07-231-1/+1
* Include a parent directory link in the file list for file:///somepathyuzo@chromium.org2009-06-091-1/+3
* Fix bustage.aa@chromium.org2009-06-011-1/+1
* Implements a Zip() utility function. Refactor existingaa@chromium.org2009-06-011-0/+299