summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/webstore_installer.h
Commit message (Expand)AuthorAgeFilesLines
* Add chrome.webstore API methods to allow sites to see progress of installationrdevlin.cronin@chromium.org2014-03-261-0/+8
* Fix use-after-free in WebstoreInstallertmdiep@chromium.org2014-02-131-6/+7
* [Download] Return DownloadInterruptReason from OnStartedCallbackasanka@chromium.org2014-01-141-2/+3
* Revert "Update all users of base::Version to explicitly specify the namespace...avi@chromium.org2014-01-031-1/+1
* Update all users of base::Version to explicitly specify the namespace, and cl...avi@chromium.org2013-12-231-1/+1
* Move some dependencies of ExtensionService down to extensions.benwells@chromium.org2013-11-261-1/+1
* Hide ephemeral apps from UItmdiep@chromium.org2013-11-251-0/+3
* Add UMA to track webstore download interrupts.rockot@chromium.org2013-11-201-0/+3
* Check and install dependencies in WebstoreInstaller during installing an exte...penghuang@chromium.org2013-10-171-5/+46
* Add utm_source tag to webstore URLs loaded from the app launcher.michaelpg@chromium.org2013-09-251-5/+5
* Loosen strict manifest equality requirement during webstore installsasargent@chromium.org2013-08-231-1/+12
* chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 2tfarina@chromium.org2013-07-031-1/+1
* Add os/arch/nacl_arch to webstore install codeasargent@chromium.org2013-05-041-0/+5
* Create a Manifest to get attributes instead of peeking in the Dictionary a ma...koz@chromium.org2013-03-101-1/+3
* Remove install time OAuth2 dialogs for Identity APIcourage@chromium.org2013-03-071-3/+0
* Make the app list show the right icon for apps that are installing.koz@chromium.org2013-02-081-0/+4
* Enable webstore to enable the app launcher.benwells@chromium.org2013-02-041-0/+3
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-3/+6
* Fix use-after-free and crash in extension install from web intentsjamescook@chromium.org2012-10-301-0/+4
* Making ShowExtensionInstallDialog a callbacksail@chromium.org2012-10-121-0/+4
* OnDownloadStarted takes DownloadItem* instead of DownloadIdbenjhayden@chromium.org2012-10-091-2/+1
* Mac Web Intents Part 1: Show extension download progresssail@chromium.org2012-10-031-2/+12
* Guard against more NULL pointers in WebstoreInstaller.benjhayden@chromium.org2012-08-311-3/+1
* Relandbenjhayden@chromium.org2012-08-091-1/+1
* Make DownloadItem derive SupportsUserData instead of re-implementing it.benjhayden@chromium.org2012-08-081-2/+3
* Revert 149794 - DownloadItem::Observer::OnDownloadDestroyed() replaces Downlo...rdsmith@chromium.org2012-08-061-1/+1
* DownloadItem::Observer::OnDownloadDestroyed() replaces DownloadItem::REMOVINGbenjhayden@chromium.org2012-08-031-1/+1
* Ensure that the WebstoreInstaller is always deleted on the UI threadasargent@chromium.org2012-08-021-4/+8
* Move WebstoreInstaller, WebstoreInlineInstaller, related in extensions namespacerdevlin.cronin@chromium.org2012-07-121-0/+4
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* retry r144574 with read-after-free fix.estade@chromium.org2012-06-281-0/+3
* Revert r 144574 "Modify experimental identity flow to display scope descripti...oshima@chromium.org2012-06-271-3/+0
* Modify experimental identity flow to display scope descriptions and details.estade@chromium.org2012-06-271-0/+3
* RefCounted types should not have public destructors, delegate cleanuprsleevi@chromium.org2012-06-261-0/+3
* Reland 137540 - Disable off-store extension installs by default. Also get rid...aa@chromium.org2012-05-171-4/+19
* Revert 137540 - Disable off-store extension installs by default. Also get rid...aa@chromium.org2012-05-171-19/+4
* Disable off-store extension installs by default. Also get rid of ExtensionSer...aa@chromium.org2012-05-161-4/+19
* RefCounted types should not have public destructors, chrome/browser/extension...rsleevi@chromium.org2012-04-271-1/+3
* Improve assocation of WebstoreInstallers to CrxInstallers.jstritar@chromium.org2012-04-031-1/+35
* Improve WebstoreInstaller error handling.jstritar@chromium.org2012-03-271-1/+15
* [Coverity] Changed pass-by-value to pass-by-refgroby@chromium.org2012-03-101-2/+2
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-041-3/+6
* Make webstore installs work when the Downloads folder is missing.asargent@chromium.org2011-12-291-0/+4
* Adds a webstorePrivate method for silently installing extensions.jstritar@chromium.org2011-11-021-0/+4
* Update WebstoreInstaller to be ref counted.jstritar@chromium.org2011-10-251-24/+26
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-7/+7
* Add an install source for inline installs.mihaip@chromium.org2011-10-181-3/+4
* Add a helper class for downloading and installing extensions from the gallery.jstritar@chromium.org2011-10-131-0/+78