summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/webstore_inline_installer.cc
Commit message (Expand)AuthorAgeFilesLines
* Stop using weak v8 references to keep track of inline install callbacks.mihaip@chromium.org2012-02-111-2/+4
* Create an API around UtilityProcessHost and use that from chrome.jam@chromium.org2012-02-031-14/+11
* Handle paths and ports in verified domains in inline install.mihaip@chromium.org2012-01-251-10/+30
* Move the PageNavigator interface and GlobalRequestID struct to content\public...jam@chromium.org2011-12-281-0/+1
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-13/+13
* Change most of the methods of WebContentsObserver to take a content::WebConte...jam@chromium.org2011-12-231-6/+7
* Move TabContentsObserver to content/public, rename it to WebContentsObserver,...jam@chromium.org2011-12-221-1/+1
* Rename TabContents::browser_context() to GetBrowserContext and put it into th...jam@chromium.org2011-12-211-4/+4
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-1/+1
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-1/+1
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-1/+1
* Allow all URLPatterns to have ports.aa@chromium.org2011-12-191-2/+1
* Convert the easy cases of URLPattern::ERROR_ON_PORT to USE_PORTaa@chromium.org2011-12-161-1/+1
* Convert calls to the utility process in extension code to use the zygote on L...jorgelo@chromium.org2011-12-131-0/+1
* Move URLPattern::ParseOption into a field.aa@chromium.org2011-12-091-1/+2
* Replace the GURL referrer field of OpenURLParams with a content::Referrerjochen@chromium.org2011-12-051-1/+2
* Set referrer for webstore inline install requests, so we can see what the top...mihaip@chromium.org2011-11-171-0/+4
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetc...jam@chromium.org2011-10-271-1/+1
* Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ...jam@chromium.org2011-10-261-2/+2
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-251-7/+8
* Update WebstoreInstaller to be ref counted.jstritar@chromium.org2011-10-251-4/+8
* Convert URLFetcher::Delegates to use an interface in content/public/common. A...jam@chromium.org2011-10-241-0/+1
* Make inline installation callbacks fire when the item is downloaded and insta...mihaip@chromium.org2011-10-191-8/+13
* Revert 106140 - Make inline installation callbacks fire when the item is down...sail@chromium.org2011-10-181-13/+8
* Make inline installation callbacks fire when the item is downloaded and insta...mihaip@chromium.org2011-10-181-8/+13
* Add an install source for inline installs.mihaip@chromium.org2011-10-181-1/+1
* More NewRunnable* -> base::Bind for chrome/browser/extensions/.adamk@chromium.org2011-10-171-4/+3
* Don't show URL for pending new navigations initiated by the renderer.creis@chromium.org2011-10-131-1/+2
* Add a helper class for downloading and installing extensions from the gallery.jstritar@chromium.org2011-10-131-13/+10
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-2/+2
* Require that inline installs can only be done for CWS items with verified sites.mihaip@chromium.org2011-09-141-3/+9
* Make inline install handle inline_install_not_supported CWS responses.mihaip@chromium.org2011-09-141-4/+31
* Disable cookies and caching for inline install webstore requests.mihaip@chromium.org2011-09-141-0/+4
* Coverity: Initialize member variables.jhawkins@chromium.org2011-09-121-1/+3
* Fix use-after-free in ExtensionWebstorePrivateApiTest.*jamescook@chromium.org2011-09-101-11/+9
* Remove redundant LoadURLWithHeaders method.rogerta@chromium.org2011-09-101-1/+2
* Missed a tab_contents() check in r100295.mihaip@chromium.org2011-09-091-0/+6
* Fix browser crash when tabs that call chrome.webstore.install get closed befo...mihaip@chromium.org2011-09-081-10/+38
* Add link URL and success/failure callback parameters to chrome.webstore.insta...mihaip@chromium.org2011-09-071-6/+35
* Implement inline install UI for views.mihaip@chromium.org2011-09-021-3/+3
* Parse and show CWS data (reviews, number of users) in the inline install dialog.mihaip@chromium.org2011-09-011-7/+34
* Add WebstoreInlineInstaller (downloads store data, shows the install UI, and ...mihaip@chromium.org2011-08-291-0/+293