summaryrefslogtreecommitdiffstats
path: root/chrome/common/net
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update Gaia URL."xiyuan@chromium.org2012-01-243-33/+17
* Initialized variable expires_in_secs to 0.asharif@chromium.org2012-01-231-2/+3
* Update Gaia URL.xiyuan@chromium.org2012-01-213-17/+33
* Coverity fix: Big parameter passed by valuearthurhsu@chromium.org2012-01-112-4/+5
* return early from ProcessRawBytesWithSeperators() when data length is 0cdn@chromium.org2012-01-111-0/+4
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-0/+1
* Coverity fixlet: fix PASS_BY_VALUE.scr@chromium.org2011-12-222-2/+2
* Don't attempt to forward declare StringPiece.erikwright@chromium.org2011-12-131-4/+2
* Switch the default `git try` / `gcl try` bots to _rel.thakis@chromium.org2011-12-121-1/+1
* Add OAuth2 revocation fetcher that is right now used for notifications.munjal@chromium.org2011-12-065-0/+403
* Remove stuff in TokenService that is not needed anymore (due to OAuth based a...munjal@chromium.org2011-12-051-2/+1
* Revive reverted path.munjal@chromium.org2011-11-302-3/+7
* Allow passing in a list of scopes to the access token fetcher class.munjal@chromium.org2011-11-303-23/+103
* Revert 111882 - Integrate OAuth2 login token generation into TokenService:jstritar@chromium.org2011-11-292-7/+3
* Integrate OAuth2 login token generation into TokenService:munjal@chromium.org2011-11-292-3/+7
* Make the access token fetcher class more generic (takes in client id and clie...munjal@chromium.org2011-11-293-12/+23
* Fix python scripts in src/chrome/maruel@chromium.org2011-11-271-1/+0
* Revive reverted CL with fix for CrOS build.munjal@chromium.org2011-11-2410-4/+1032
* Revert 111270 - Part 1 of work to do user sign in based on OAuth2:abodenha@chromium.org2011-11-2313-1064/+7
* Part 1 of work to do user sign in based on OAuth2:munjal@chromium.org2011-11-2313-7/+1064
* Add OVERRIDE to chrome/common/ and nacl/.avi@chromium.org2011-11-212-2/+2
* net: Move the last two Escape() functions into the net namespace.tfarina@chromium.org2011-11-093-26/+32
* Add ECPrivateKey for Elliptic Curve keypair generation.mattm@chromium.org2011-11-091-1/+2
* chrome: Remove 7 exit time constructors and 3 static initializersthakis@chromium.org2011-11-051-2/+2
* Finish up the app notification setup code:munjal@chromium.org2011-11-042-0/+11
* Fix a DCHECK happening on windows when we are passing negativedpranke@chromium.org2011-11-041-2/+3
* Convert chrome/common non-debug logs to debug logs.brettw@chromium.org2011-10-283-22/+22
* Handle additional feedback from http://codereview.chromium.org/8395038/.jam@chromium.org2011-10-283-5/+5
* Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetc...jam@chromium.org2011-10-273-16/+15
* Make test URLFetcher implementations not derive from the URLFetcher implement...jam@chromium.org2011-10-263-95/+39
* Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ...jam@chromium.org2011-10-262-9/+6
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-256-43/+47
* Convert URLFetcher::Delegates to use an interface in content/public/common. A...jam@chromium.org2011-10-246-157/+182
* Extend GaiaOAuthFetcher with support for revoking tokens.mnissler@chromium.org2011-10-045-84/+182
* [cros] Downloading Profile image snapshot from Picasa album for logged-in user.avayvod@chromium.org2011-09-272-3/+3
* Moved static Gaia OAuth URLs to GaiaUrls.joaodasilva@chromium.org2011-09-202-9/+82
* Move URLFetcher from content/common to content/common/net.willchan@chromium.org2011-09-135-5/+5
* Fix Linux Views build breakage.willchan@chromium.org2011-09-134-4/+4
* Move URLFetcher from content/common to content/common/net.willchan@chromium.org2011-09-134-4/+4
* net: Rename URLRequestStatus::os_error_.tfarina@chromium.org2011-09-081-5/+5
* Switch ChromeTestSuite to the same convention as ContentTestSuite:phajdan.jr@chromium.org2011-08-272-4/+2
* Fixed a crash where the URLFetcher would CHECK on a NULL request_context_gett...mad@chromium.org2011-08-171-0/+3
* Pre- and Auto-login should not log the user out of an already signed inrogerta@chromium.org2011-08-156-3/+164
* Reorganize chrome/test, part #9phajdan.jr@chromium.org2011-08-112-2/+2
* sync: add DEPS files to subdirstim@chromium.org2011-08-112-39/+0
* BUG=91661rickcam@chromium.org2011-08-042-3/+17
* GTTF: Use a fresh TestingBrowserProcess for each test, part #4phajdan.jr@chromium.org2011-08-032-2/+4
* Move more files from chrome/test to chrome/test/base, part #4phajdan.jr@chromium.org2011-08-012-2/+2
* Handling of OAuth1 access token based login flow. The token+secret are now st...zelidrag@chromium.org2011-08-013-8/+110
* Add WARN_UNUSED_RESULT to crypto/hmac.hrsleevi@chromium.org2011-07-301-2/+2