summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/crx_installer.cc
Commit message (Expand)AuthorAgeFilesLines
* Moved from http://codereview.chromium.org/7811020/ (same CL but was on a read...caitkp@chromium.org2011-09-121-0/+8
* ntp4: improved app install, try 2estade@chromium.org2011-08-291-1/+1
* ntp4: make app-install-via-drag less jankyestade@chromium.org2011-08-221-1/+3
* Add a flag that lets the webstore show a different UI on app install.asargent@chromium.org2011-08-041-1/+4
* Extension 'from_webstore' state isn't being proxied correctly by IPC to rende...bbudge@chromium.org2011-07-221-1/+4
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Update URLPatternSet to contain a std::set instead of std::vector.jstritar@chromium.org2011-07-131-5/+6
* Remember whether an Extension/App was installed from the Web Store.bbudge@google.com2011-07-121-1/+1
* Revert 92219 - Update URLPatternSet to contain a std::set instead of std::vec...jstritar@chromium.org2011-07-121-6/+5
* Update URLPatternSet to contain a std::set instead of std::vector.jstritar@chromium.org2011-07-121-5/+6
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-4/+4
* Fix the Extension.Permissions_*Cancel histograms.jstritar@chromium.org2011-06-281-4/+5
* Start refractoring extension permissions into ExtensionPermissionSet.jstritar@chromium.org2011-06-231-0/+7
* Partially deprecate the old webstorePrivate.beginInstall methodasargent@chromium.org2011-06-071-4/+3
* Show that CRX unpacking is happening in the download shelfskerner@chromium.org2011-06-061-0/+2
* Fix clang error.asargent@chromium.org2011-05-261-0/+3
* Change the web store private install API to accept a localized extension name.asargent@chromium.org2011-05-261-40/+34
* Add CRX complete notification.skerner@chromium.org2011-05-251-0/+16
* Rename ExtensionExtent to URLPatternSet and use URLPatternSet instead of std:...morrita@chromium.org2011-05-201-2/+1
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-1/+1
* Add histograms to understand why so many CRX installs fail in the field.skerner@chromium.org2011-05-091-1/+19
* 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