summaryrefslogtreecommitdiffstats
path: root/extensions/browser/sandboxed_unpacker.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace base::Tuple in //extensions with std::tupletzik2016-03-091-2/+3
* Switch to standard integer types in extensions/browser/.avi2015-12-231-3/+7
* Let the SandboxedUnpacker start with either crx files or directoriesasargent2015-08-281-43/+159
* Convert remaining StringToLowerASCII to ToLowerASCII.brettw2015-08-111-1/+1
* Move ValidateSignature logic for crx files to the CrxFile classasargent2015-07-271-188/+139
* Change most uses of Pickle to base::Picklebrettw2015-06-031-2/+2
* Move Tuple to base namespace.brettw2015-05-291-2/+2
* Move UnzipToDir IPC code to top-level extensions directoryasargent2015-05-291-4/+4
* Do not delete the temporary directory in SandboxedUnpacker's dtorhashimoto2015-04-221-0/+3
* Always destroy CrxInstaller on the UI Threadtapted2015-04-151-0/+7
* Give names to all utility processes.thestig2015-04-071-0/+2
* Implement ID/Hash-based extension cache map.ginkage2015-02-271-11/+14
* Validate hash_sha256 checksum on .crx update.ginkage2015-02-041-7/+62
* Move sandboxed_unpacker.{h,cc} from chrome/ to extensions/asargent2015-01-271-0/+792