summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/sandboxed_extension_unpacker.cc
Commit message (Expand)AuthorAgeFilesLines
* Extensions: file handling clean up.estade@chromium.org2009-12-181-2/+2
* Localizing manifest for installed or unpacked extensions.cira@chromium.org2009-12-161-5/+13
* Have the utility process run out of process on Linux again bytony@chromium.org2009-12-091-6/+0
* Add regex escaping code to Mac sandbox implementation and re-enable the utili...jeremy@chromium.org2009-12-031-3/+2
* Many changes to DictionaryValues:pkasting@chromium.org2009-11-251-3/+3
* Move base64 from 'net/base' into 'base'.hayato@chromium.org2009-11-241-2/+2
* Parse messages.json in ExtensionUnpacker (like we do for manifest) and pass t...cira@chromium.org2009-11-181-78/+140
* 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