summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/crx_installer.cc
Commit message (Expand)AuthorAgeFilesLines
* Eliminate all UI thread decoding of extension images. finnur@chromium.org2010-03-241-2/+2
* Resubmit 1025006: Refactor app-related manifest propertiesaa@chromium.org2010-03-191-6/+6
* Revert 42091 - Refactor apprelated manifest properties so that they don'tandybons@chromium.org2010-03-191-6/+6
* Refactor app-related manifest properties so that they don'taa@chromium.org2010-03-191-6/+6
* Force an app's orgin to be the origin of the URL the crx isaa@chromium.org2010-03-181-0/+5
* Mechanical refactor of CrxInstaller signatures. This will makeaa@chromium.org2010-03-121-52/+30
* chrome 1: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-1/+1
* Further reduce the bad dependency of chrome/common on chrome/browser.phajdan.jr@chromium.org2010-02-241-1/+1
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2010-02-091-0/+1
* Implement launch disposition for extension-apps.rafaelw@chromium.org2010-02-051-0/+1
* Only create a desktop shortcut for apps if the user requests.aa@chromium.org2010-01-191-2/+8
* Reland 36337: Add launch configuration to apps. Create a desktop shortcut if ...aa@chromium.org2010-01-151-1/+24
* Revert 36337 and 36338. Compile failure.aa@chromium.org2010-01-151-24/+1
* Add launch configuration to apps. Create a desktop shortcutaa@chromium.org2010-01-151-1/+24
* Add the right-click context menu for Browser actions and Page Actions.finnur@chromium.org2009-12-171-39/+2
* Fix a crash bug on user script installation and add a testaa@chromium.org2009-12-061-9/+11
* Properly report blacklisted extension errors (currently, blacklisted extensio...estade@chromium.org2009-11-201-3/+1
* Fix race conditions where an object's constructor uses PostTask on itself. T...jam@chromium.org2009-11-171-4/+7
* Add confirmation on extension uninstallation.finnur@chromium.org2009-11-101-3/+3
* Add first class support for user scripts.aa@chromium.org2009-11-041-24/+51
* Get rid of MessageLoop* caching in extensions code.jam@chromium.org2009-10-301-34/+39
* Add support for to automation interface load install and load extensions.rogerta@chromium.org2009-10-201-0/+5
* Add a browser test for extensions autoupdate.asargent@chromium.org2009-10-141-2/+2
* Loads local resources from current locale subtree if available, if not it fal...cira@chromium.org2009-10-071-2/+3
* Make sure theme loading bubble is cancelled when extension install is cancelled.mirandac@chromium.org2009-09-041-0/+5
* Fix loading bubble not disappearing with corrupt theme image.mirandac@chromium.org2009-09-031-0/+7
* Don't show extension disabled infobar when manually updatingaa@chromium.org2009-08-281-2/+7
* Get rid of the extension's "Current Version" file.mpcomplete@chromium.org2009-08-201-11/+14
* Show the extension install UI when the user clicks Reenable for a disabled-on...mpcomplete@chromium.org2009-08-181-16/+18
* The change has the followings:lzheng@chromium.org2009-08-141-10/+21
* Implement first cut at the extension installation prompt on Windows.aa@chromium.org2009-08-041-8/+63
* Try again to land: http://codereview.chromium.org/160483aa@chromium.org2009-08-011-74/+105
* Rollback 22228aa@chromium.org2009-08-011-104/+73
* Ever closer. Extract a client interface out of CrxInstaller andaa@chromium.org2009-07-311-73/+104
* Pull CrxInstaller out of ExtensionsService.aa@chromium.org2009-07-301-0/+194