summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension_unpacker.cc
Commit message (Expand)AuthorAgeFilesLines
* Apply a limit to the canvas size we will hand back to the browser.cevans@chromium.org2009-08-141-1/+8
* Pull a SandboxedExtensionUnpacker out of ExtensionsService.aa@chromium.org2009-07-281-2/+2
* Split the IPC code into ipc/agl@chromium.org2009-07-221-1/+2
* Refactor extension constants to improve readability, debugging, and to make i...erikkay@chromium.org2009-07-131-2/+3
* Verify signed .crx extension installationsrafaelw@chromium.org2009-06-121-118/+18
* Revert "BUG=12114"tc@google.com2009-06-111-18/+118
* BUG=12114rafaelw@chromium.org2009-06-111-118/+18
* Remove the prepended manifest from the crx format. Now we just have the heade...aa@chromium.org2009-06-101-0/+2
* chrome.exe --package-extension generates .crx from extension directoryrafaelw@chromium.org2009-06-091-37/+0
* Fix an issue where themes would sporadically fail to install.mpcomplete@google.com2009-06-051-15/+35
* Add this ability to install Extensions using preferences. Also known as: port...finnur@chromium.org2009-06-051-13/+0
* Implements a Zip() utility function. Refactor existingaa@chromium.org2009-06-011-2/+2
* Remove unused code from ExtensionsService.mpcomplete@google.com2009-05-261-2/+1
* Have the browser process rewrite manifest.json and theme/page action imagesmpcomplete@google.com2009-05-221-19/+126
* Introducing the Utility process, which handles the unpacking and verificationmpcomplete@google.com2009-05-151-0/+212