summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/sandboxed_extension_unpacker.cc
Commit message (Expand)AuthorAgeFilesLines
* base::Bind: Convert FileUtilProxy::StatusCallback.jhawkins@chromium.org2011-10-171-3/+1
* More NewRunnable* -> base::Bind for chrome/browser/extensions/.adamk@chromium.org2011-10-171-3/+3
* Move json_value_serializer from content/common to base.dpranke@chromium.org2011-10-071-1/+1
* Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg...ananta@chromium.org2011-08-191-3/+3
* GCC 4.6 -Wunused-but-set-variable cleanup.pph34r@gmail.com2011-07-011-1/+1
* Move UtilityProcessHost to content and move the message sending/dispatching t...jam@chromium.org2011-06-091-14/+31
* Change the web store private install API to accept a localized extension name.asargent@chromium.org2011-05-261-3/+7
* Add histograms to understand why so many CRX installs fail in the field.skerner@chromium.org2011-05-091-1/+0
* Add histograms that measure unpack time.skerner@chromium.org2011-04-201-0/+72
* Move json_value_serializer to content\common since it's used by code in conte...jam@chromium.org2011-04-161-1/+1
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-2/+2
* Add histograms to show path length and file errors.skerner@chromium.org2011-04-141-1/+37
* Remove RDH from UtilityProcessHost.willchan@chromium.org2011-04-061-2/+1
* Revert 80702 - Remove RDH from UtilityProcessHost.The utility process should ...isherman@chromium.org2011-04-061-1/+2
* Remove RDH from UtilityProcessHost.willchan@chromium.org2011-04-061-2/+1
* Replace bools in extension creation with flags.mihaip@chromium.org2011-03-291-2/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Give a helpful warning message if a url patern contains a port.skerner@chromium.org2011-03-041-1/+6
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-2/+2
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* Add failure reason histogram to SandboxedExtensionUnpackerskerner@chromium.org2011-01-311-100/+167
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Fail gracefully if profile Temp dir can not be accessed.skerner@chromium.org2011-01-191-10/+32
* Made return types of various Value::DeepCopy() implementations more specificakalin@chromium.org2011-01-181-2/+1
* Move more extensions hard coded error messages to .grd file.tfarina@chromium.org2010-12-221-47/+122
* Rename ExtensionsService to ExtensionService.tfarina@chromium.org2010-12-141-1/+1
* This adds some plumbing for propagating the status and error code of a render...gspencer@chromium.org2010-12-141-1/+1
* SandboxedExtensionUnpacker::ValidateSignature should check for an empty signa...jschuh@google.com2010-11-111-0/+4
* Delete temp extension directory on the file thread.jam@chromium.org2010-11-051-6/+6
* Turn on file access checks on Win.jam@chromium.org2010-11-041-1/+8
* Unrevert again r63919: "Part 2 of immutable Extension refactor."mpcomplete@chromium.org2010-10-271-5/+7
* Revert 63962 (broke chromeos and chromium linux builder) - Unrevert r63919: "...thakis@chromium.org2010-10-261-7/+5
* Unrevert r63919: "Part 2 of immutable Extension refactor."mpcomplete@chromium.org2010-10-261-5/+7
* Revert r63919 "Part 2 of immutable Extension refactor."mpcomplete@chromium.org2010-10-261-7/+5
* Part 2 of immutable Extension refactor.mpcomplete@chromium.org2010-10-261-5/+7
* Revert 63067 - This adds some plumbing for propagating the status and error c...gspencer@chromium.org2010-10-191-1/+1
* This adds some plumbing for propagating the status and error code of agspencer@chromium.org2010-10-191-1/+1
* Rename ChromeThread to BrowserThread Part20:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part10:tfarina@chromium.org2010-10-091-7/+7
* FBTF: Continue fixing nits found by my automated source scanner.erg@google.com2010-10-051-0/+2
* Added check when unpacking extensions for a null key.cdn@chromium.org2010-09-151-0/+4
* [Chrome OS] Add signing and verification to ownership APIcmasone@google.com2010-08-311-11/+2
* 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