summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/sandboxed_extension_unpacker.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert DictionaryValue's keys to std::string (from wstring).viettrungluu@chromium.org2010-07-301-2/+5
* Give a better error when extension unpacking can't be done.skerner@chromium.org2010-07-301-16/+29
* Remove some debug switches:skerner@chromium.org2010-07-301-20/+1
* Loosen permission on extension temp dir when a flag is used.skerner@chromium.org2010-07-011-4/+20
* Revert 51231 - Loosen permission on extension temp dir when a flag is used.skerner@chromium.org2010-06-301-20/+4
* Loosen permission on extension temp dir when a flag is used.skerner@chromium.org2010-06-301-4/+20
* Reland r50834aa@chromium.org2010-06-251-25/+1
* Revert r50834aa@chromium.org2010-06-251-1/+25
* Allow multiple domains in app.aa@chromium.org2010-06-251-25/+1
* Re-apply r50278.aa@chromium.org2010-06-191-4/+1
* Revert r50278.aa@chromium.org2010-06-181-1/+4
* Some app-related manifest cleanup:aa@chromium.org2010-06-181-4/+1
* Give the extension unpacker process a junction/symlink free path to the unpac...skerner@chromium.org2010-06-091-4/+20
* Force web_origin to be present only on extension gallery installs. Formpcomplete@chromium.org2010-06-031-8/+21
* Unpack extensions inside chrome's profile directory.skerner@chromium.org2010-04-301-5/+9
* loosen origin requirements for apps for nowerikkay@chromium.org2010-04-101-5/+5
* Resubmit 1025006: Refactor app-related manifest propertiesaa@chromium.org2010-03-191-8/+10
* Revert 42091 - Refactor apprelated manifest properties so that they don'tandybons@chromium.org2010-03-191-10/+8
* Refactor app-related manifest properties so that they don'taa@chromium.org2010-03-191-8/+10
* Force an app's orgin to be the origin of the URL the crx isaa@chromium.org2010-03-181-0/+12
* Move image codec stuff to toplevel gfx.ben@chromium.org2010-03-181-1/+1
* This looks like it was causing the pipe to sometimes overfill.aa@chromium.org2010-03-171-9/+15
* Further reduce the bad dependency of chrome/common on chrome/browser.phajdan.jr@chromium.org2010-02-241-2/+2
* 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