summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/webstore_inline_installer.h
Commit message (Expand)AuthorAgeFilesLines
* Hide "0 users" in inline installation.miket@chromium.org2013-07-311-3/+3
* Add inline installer support for multiple verified sites per Web Store item.rockot@chromium.org2013-04-181-2/+1
* WebstoreStandaloneInstaller: refactored to make easier to use/extend.sergeygs@chromium.org2013-03-151-0/+77
* Switch install-from-webstore UI to use regular instead of inline install dialogasargent@chromium.org2012-10-081-153/+0
* Mac Web Intents Part 1: Show extension download progresssail@chromium.org2012-10-031-2/+4
* Support an --install-from-webstore command line switchasargent@chromium.org2012-09-171-13/+20
* Move WebstoreInstaller, WebstoreInlineInstaller, related in extensions namespacerdevlin.cronin@chromium.org2012-07-121-6/+7
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Refactoring ExtensionInstallUI to abstract the Browser references.jcivelli@chromium.org2012-06-081-4/+4
* Remove content::URLFetcherDelegateakalin@chromium.org2012-05-221-4/+8
* Move Extension into extensions namespaceaa@chromium.org2012-05-211-1/+5
* Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/akalin@chromium.org2012-05-111-2/+2
* Do not show the install prompt for themes.jstritar@chromium.org2012-04-201-0/+1
* Stop using weak v8 references to keep track of inline install callbacks.mihaip@chromium.org2012-02-111-1/+5
* Handle paths and ports in verified domains in inline install.mihaip@chromium.org2012-01-251-1/+7
* Change most of the methods of WebContentsObserver to take a content::WebConte...jam@chromium.org2011-12-231-4/+4
* Move TabContentsObserver to content/public, rename it to WebContentsObserver,...jam@chromium.org2011-12-221-3/+3
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-251-2/+2
* Update WebstoreInstaller to be ref counted.jstritar@chromium.org2011-10-251-0/+2
* Convert URLFetcher::Delegates to use an interface in content/public/common. A...jam@chromium.org2011-10-241-3/+3
* Make inline installation callbacks fire when the item is downloaded and insta...mihaip@chromium.org2011-10-191-0/+7
* Revert 106140 - Make inline installation callbacks fire when the item is down...sail@chromium.org2011-10-181-7/+0
* Make inline installation callbacks fire when the item is downloaded and insta...mihaip@chromium.org2011-10-181-0/+7
* Move URLFetcher from content/common to content/common/net.willchan@chromium.org2011-09-131-1/+1
* Fix Linux Views build breakage.willchan@chromium.org2011-09-131-1/+1
* Move URLFetcher from content/common to content/common/net.willchan@chromium.org2011-09-131-1/+1
* Fix browser crash when tabs that call chrome.webstore.install get closed befo...mihaip@chromium.org2011-09-081-2/+7
* Add link URL and success/failure callback parameters to chrome.webstore.insta...mihaip@chromium.org2011-09-071-2/+8
* Parse and show CWS data (reviews, number of users) in the inline install dialog.mihaip@chromium.org2011-09-011-0/+5
* Add WebstoreInlineInstaller (downloads store data, shows the install UI, and ...mihaip@chromium.org2011-08-291-0/+100