summaryrefslogtreecommitdiffstats
path: root/chrome/common/net
Commit message (Expand)AuthorAgeFilesLines
* Added multi-login support to one-click signin.rogerta@chromium.org2012-03-073-17/+38
* [cros] Use mocked URLFetcher and other mocks in ExistingUserController tests.nkostylev@chromium.org2012-03-062-12/+11
* Coverity: Fix pass-by-value.jhawkins@chromium.org2012-03-042-3/+4
* Add a flow class to abstract all the details of minting a token for an app.munjal@chromium.org2012-03-035-8/+459
* Convert the XXX_sync builders to using directly sync_integration_tests.maruel@chromium.org2012-03-021-2/+6
* Changes to the GAIA auth fetching to support one-click login.rogerta@chromium.org2012-03-014-38/+83
* Add code to mint OAuth tokens from login-scoped OAuth token.munjal@chromium.org2012-03-016-0/+501
* Move values_test_util.{h,cc} to base/testakalin@chromium.org2012-02-291-3/+3
* Replace chrome/common/net/http_return.h with net/http/http_status_code.hakalin@chromium.org2012-02-2712-90/+68
* [Sync] Remove sync/util/oauth.{h,cc} and dependenciesakalin@chromium.org2012-02-242-4/+2
* This pref would be used in deciding whether or not to promote G+-related exte...caitkp@chromium.org2012-02-183-23/+14
* Revert 90758 - Revert 90572 - Disable GaiaAuthFetcherTest.ErrorComparator, it...dpapad@chromium.org2012-02-151-1/+7
* Marking OAuth2AccessTokenFetcherTest.ParseGetAccessTokenResponse disabled on ...dpapad@chromium.org2012-02-151-1/+7
* Disable MakeGetAccessTokenBody in the OAuth2 test.gbillock@chromium.org2012-02-101-2/+2
* Disable OAuth2AccessTokenFetcherTest.Success as well.bauerb@chromium.org2012-02-101-2/+2
* Disable OAuth2AccessTokenFetcherTest.GetAccessTokenResponseCodeFailure as well.bauerb@chromium.org2012-02-101-1/+2
* Disable OAuth2AccessTokenFetcherTest.GetAccessTokenRequestFailure.bauerb@chromium.org2012-02-101-2/+3
* Mark OAuth2AccessTokenFetcherTest.GetAccessTokenRequestFailure as flaky, curr...csilv@chromium.org2012-02-091-1/+1
* Change X-Auto-Login implementation to use OAuth token.qsr@chromium.org2012-02-074-5/+89
* 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