summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension_unpacker.cc
Commit message (Expand)AuthorAgeFilesLines
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Move the rest of the content browser->renderer messages to content. Also mov...jam@chromium.org2011-03-231-1/+1
* Give a helpful warning message if a url patern contains a port.skerner@chromium.org2011-03-041-1/+6
* wstring: remove some simple instances of ToWStringHackevan@chromium.org2011-03-021-6/+13
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Cleanup: Remove unneeded includes of notification_service.h.thestig@chromium.org2010-12-171-2/+2
* chrome/common: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-10-311-3/+4
* Unrevert again r63919: "Part 2 of immutable Extension refactor."mpcomplete@chromium.org2010-10-271-6/+7
* Revert 63962 (broke chromeos and chromium linux builder) - Unrevert r63919: "...thakis@chromium.org2010-10-261-7/+6
* Unrevert r63919: "Part 2 of immutable Extension refactor."mpcomplete@chromium.org2010-10-261-6/+7
* Revert r63919 "Part 2 of immutable Extension refactor."mpcomplete@chromium.org2010-10-261-7/+6
* Part 2 of immutable Extension refactor.mpcomplete@chromium.org2010-10-261-6/+7
* Convert LOG(INFO) to VLOG(1) - chrome/common/.pkasting@chromium.org2010-10-221-1/+1
* Remove logging for issue 35198.skerner@chromium.org2010-09-241-27/+7
* FBTF: Forward declare and move constructors in chrome/common/extensions/.erg@google.com2010-08-261-4/+11
* Remove remaining deprecated wstring methods from base/values.{cc,h}.viettrungluu@chromium.org2010-08-171-2/+3
* Loosen permission on extension temp dir when a flag is used.skerner@chromium.org2010-07-011-2/+15
* Revert 51231 - Loosen permission on extension temp dir when a flag is used.skerner@chromium.org2010-06-301-15/+2
* Loosen permission on extension temp dir when a flag is used.skerner@chromium.org2010-06-301-2/+15
* If CreateDirectory() fails during extension unpacking, log the exact OS call ...skerner@chromium.org2010-06-141-3/+11
* Unpack extensions inside chrome's profile directory.skerner@chromium.org2010-04-301-15/+8
* detect preferences errorserikkay@chromium.org2010-04-061-2/+2
* Make an error message verbose to investigate a un-reproducible bug.tkent@chromium.org2010-04-061-2/+7
* This looks like it was causing the pipe to sometimes overfill.aa@chromium.org2010-03-171-4/+37
* All platforms don't support same locales at the same time. Make locale check ...cira@google.com2010-03-091-13/+9
* Further reduce the bad dependency of chrome/common on chrome/browser.phajdan.jr@chromium.org2010-02-241-1/+1
* Extensions: file handling clean up.estade@chromium.org2009-12-181-3/+3
* Parse messages.json in ExtensionUnpacker (like we do for manifest) and pass t...cira@chromium.org2009-11-181-2/+72
* Actually run directory validation code on install.aa@chromium.org2009-09-251-1/+8
* 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