summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/sandboxed_extension_unpacker.cc
Commit message (Expand)AuthorAgeFilesLines
* Get rid of MessageLoop* caching in extensions code.jam@chromium.org2009-10-301-6/+7
* Simplify threading in browser thread by making only ChromeThread deal with di...jam@chromium.org2009-10-271-2/+4
* Generate IDs for --load-extension by hashing the path insteadaa@chromium.org2009-10-061-11/+9
* Do not use the utility process on linux.asargent@chromium.org2009-10-051-2/+10
* Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classesbrettw@chromium.org2009-10-031-2/+2
* Do extensions update manifest XML parsing in a sandboxed process.asargent@chromium.org2009-08-201-0/+3
* Call the new FilePath API to make sure the untrusted sandboxed process is notcevans@chromium.org2009-08-181-2/+12
* Unpack extensions in-process in --single-process mode.mpcomplete@chromium.org2009-08-041-1/+3
* Implement first cut at the extension installation prompt on Windows.aa@chromium.org2009-08-041-0/+7
* Try again to land: http://codereview.chromium.org/160483aa@chromium.org2009-08-011-4/+9
* Rollback 22228aa@chromium.org2009-08-011-9/+4
* Ever closer. Extract a client interface out of CrxInstaller andaa@chromium.org2009-07-311-4/+9
* Pull CrxInstaller out of ExtensionsService.aa@chromium.org2009-07-301-4/+0
* Pull a SandboxedExtensionUnpacker out of ExtensionsService.aa@chromium.org2009-07-281-0/+280