summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/crx_installer.cc
Commit message (Expand)AuthorAgeFilesLines
* Add .grd strings and remove outdated prototype.skerner@chromium.org2011-04-221-3/+7
* [Extensions] Make ExtensionService not be ref-countedakalin@chromium.org2011-04-201-43/+65
* Add histograms to track permission use in extensions.jstritar@chromium.org2011-04-191-0/+5
* Add histograms to show path length and file errors.skerner@chromium.org2011-04-141-0/+8
* Add a webstore install method that lets us prompt the user before downloading.asargent@chromium.org2011-04-051-0/+57
* 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
* External extensions should not be installed if the ID or version in the exter...skerner@chromium.org2011-03-221-11/+21
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-081-5/+5
* Give a helpful warning message if a url patern contains a port.skerner@chromium.org2011-03-041-1/+5
* Fix TODOs: Get rid of ExtensionService::InstallExtension().skerner@chromium.org2011-03-031-8/+4
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+1
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Move ResourceBundle, DataPack to ui/baseben@chromium.org2011-01-201-1/+1
* Fix autoupdate for hosted apps.asargent@chromium.org2011-01-191-1/+2
* Fail gracefully if profile Temp dir can not be accessed.skerner@chromium.org2011-01-191-10/+1
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Rename ExtensionsService to ExtensionService.tfarina@chromium.org2010-12-141-2/+2
* Fix bug where icon is not displayed in extension install bubblesaa@chromium.org2010-12-131-2/+2
* Cleanup: Remove needed #includes for profile.h.thestig@chromium.org2010-12-101-1/+0
* This is a continuation of http://codereview.chromium.org/5519016/, adds a new...satish@chromium.org2010-12-091-4/+7
* Move:ben@chromium.org2010-12-021-1/+1
* Track permissions granted to extensions in prefsjstritar@chromium.org2010-11-301-2/+1
* Revert 67544 - Track permissions granted to extensions in prefsarv@chromium.org2010-11-291-1/+2
* Track permissions granted to extensions in prefsjstritar@chromium.org2010-11-291-2/+1
* Revert 67500 - Adds a section to the extension preferences to store the recog...jstritar@chromium.org2010-11-291-1/+2
* Adds a section to the extension preferences to store the recognized permissio...jstritar@chromium.org2010-11-281-2/+1
* Revert "Revert "Finish wiring up chrome.app.install().""aa@chromium.org2010-11-261-5/+29
* Revert "Finish wiring up chrome.app.install()."aa@chromium.org2010-11-231-29/+5
* Finish wiring up chrome.app.install().aa@chromium.org2010-11-231-5/+29
* Allow an extension to dynamically set extra data in its update URL, in orderrogerta@chromium.org2010-11-121-4/+1
* Split the private webstore install API into two parts.asargent@chromium.org2010-11-101-15/+15
* Don't whitelist extensions with NPAPI from no-prompt install.asargent@chromium.org2010-11-051-3/+8
* Part 3 of immutable Extension refactor.mpcomplete@chromium.org2010-10-291-3/+4
* Unrevert again r63919: "Part 2 of immutable Extension refactor."mpcomplete@chromium.org2010-10-271-7/+7
* ThreadRestrictions: disallow blocking IO on the UI threadevan@chromium.org2010-10-271-1/+7
* Revert 63962 (broke chromeos and chromium linux builder) - Unrevert r63919: "...thakis@chromium.org2010-10-261-7/+7
* Unrevert r63919: "Part 2 of immutable Extension refactor."mpcomplete@chromium.org2010-10-261-7/+7
* Revert r63919 "Part 2 of immutable Extension refactor."mpcomplete@chromium.org2010-10-261-7/+7
* Part 2 of immutable Extension refactor.mpcomplete@chromium.org2010-10-261-7/+7
* Convert LOG(INFO) to VLOG(1) - chrome/browser/extensions/.pkasting@chromium.org2010-10-221-2/+2
* Move the rest of the Extension data into either StaticData or RuntimeDatampcomplete@chromium.org2010-10-181-3/+2
* Rename ChromeThread to BrowserThread Part19:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part10:tfarina@chromium.org2010-10-091-28/+28
* fix to allow internal installation (sync, default) to bypass origin checkserikkay@chromium.org2010-10-081-17/+20
* restrict install of gallery-hosted apps from the galleryerikkay@chromium.org2010-10-081-46/+76
* Coverity: Initialize data members in constructor.jhawkins@chromium.org2010-10-051-0/+1
* extensions: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-211-3/+4
* Remove create_app_shortcut param from ExtensionInstallUI::Delegate::InstallUI...tfarina@chromium.org2010-09-141-26/+1
* Implement gallery install APIrafaelw@chromium.org2010-09-091-6/+41