summaryrefslogtreecommitdiffstats
path: root/chrome/service/gaia
Commit message (Expand)AuthorAgeFilesLines
* Add OVERRIDE to chrome/service/.avi@chromium.org2011-11-191-3/+5
* base::Bind: Convert chrome/service.jhawkins@chromium.org2011-11-151-2/+2
* Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetc...jam@chromium.org2011-10-271-2/+3
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-252-5/+6
* Convert URLFetcher::Delegates to use an interface in content/public/common. A...jam@chromium.org2011-10-242-5/+7
* Modify WaitableEvent::Wait() to return voidsteveblock@chromium.org2011-10-121-2/+2
* Update URLFetcher::OnURLFetchComplete() parameters.skerner@chromium.org2011-10-052-15/+4
* Move URLFetcher from content/common to content/common/net.willchan@chromium.org2011-09-131-2/+1
* Fix Linux Views build breakage.willchan@chromium.org2011-09-131-1/+2
* Move URLFetcher from content/common to content/common/net.willchan@chromium.org2011-09-131-2/+1
* Move UrlFetcher to content. I originally thought that it's only used by chro...jam@chromium.org2011-06-011-1/+1
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* net: Move ResponseCookies into the net namespace.tfarina@chromium.org2011-05-062-3/+3
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Service process fixes for Linux.scottbyer@chromium.org2011-03-031-4/+3
* Revert 76612 - Service process fixes for Linux.scottbyer@chromium.org2011-03-021-3/+4
* Service process fixes for Linux.scottbyer@chromium.org2011-03-021-4/+3
* net: Add namespace net to the remaining files under url_request directory.tfarina@chromium.org2011-01-062-4/+7
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-081-4/+6
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Created and deleted URLFetcher on the IO thread in the ServiceGaiaAuthenticat...sanjeevr@chromium.org2010-05-132-5/+7
* Created a new process type called the service process to host background task...sanjeevr@chromium.org2010-05-122-0/+143