summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/webstore_install_helper.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-171-1/+1
* Moved extension installation from FILE thread. CrxInstaller and friends are n...zelidrag@chromium.org2012-11-151-1/+2
* Correct const accessors in base/values.(h|cc), Part II (ListValue)vabr@chromium.org2012-08-031-2/+2
* Move WebstoreInstaller, WebstoreInlineInstaller, related in extensions namespacerdevlin.cronin@chromium.org2012-07-121-0/+4
* Move content::URLFetcher static functions to net::URLFetcherakalin@chromium.org2012-06-191-2/+2
* Change most content::URLFetcher references to net::URLFetcherakalin@chromium.org2012-05-231-1/+1
* Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/akalin@chromium.org2012-05-111-1/+1
* Disable sending cookies in WebstoreInstallHelperbattre@chromium.org2012-03-201-1/+2
* Disable storing cookies from URLFetchers that run with a profile's cookie jar.jochen@chromium.org2012-02-291-0/+2
* Create an API around UtilityProcessHost and use that from chrome.jam@chromium.org2012-02-031-2/+4
* A few clients of the utility process had a race condition that could lead to ...dgrogan@chromium.org2012-01-271-5/+7
* Convert calls to the utility process in extension code to use the zygote on L...jorgelo@chromium.org2011-12-131-0/+1
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ...jam@chromium.org2011-10-261-2/+3
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-251-4/+5
* Update WebstoreInstaller to be ref counted.jstritar@chromium.org2011-10-251-2/+4
* Convert URLFetcher::Delegates to use an interface in content/public/common. A...jam@chromium.org2011-10-241-0/+1
* More NewRunnable* -> base::Bind for chrome/browser/extensions/.adamk@chromium.org2011-10-171-9/+5
* Move SafeBeginInstallHelper to be a top-level class (WebstoreInstallHelper).mihaip@chromium.org2011-08-251-0/+186