summaryrefslogtreecommitdiffstats
path: root/chrome/common/net
Commit message (Expand)AuthorAgeFilesLines
* If the version field is omitted from the certificate, the defaultwtc@chromium.org2012-05-192-4/+18
* Fix some oauth2 test code: put most code in anonymous namespace to avoidmunjal@chromium.org2012-05-195-7/+12
* It seems GAIA had changed dosserver rules today, so we can go back to account...zelidrag@chromium.org2012-05-189-47/+114
* Reverted 136345 - Ran into GAIA dosserver issues in prod for http://accounts....zelidrag@chromium.org2012-05-189-114/+47
* Revert 137734 - Select theme resources from ResourceBundle at requested scale...fischman@chromium.org2012-05-171-5/+3
* Select theme resources from ResourceBundle at requested scale factor.flackr@chromium.org2012-05-171-3/+5
* Rewrite base::JSONReader to be 35-40% faster, depending on the input string.rsesek@chromium.org2012-05-162-4/+2
* Coverity: Fix pass by value error in GaiaOAuthClient::Core.kmadhusu@chromium.org2012-05-151-2/+2
* Add support in signin UI for asking the user for OTP.rogerta@chromium.org2012-05-142-11/+11
* Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/akalin@chromium.org2012-05-1114-35/+38
* Update GAIA URL to accounts.google.com/... from www.google.com/accounts/...zelidrag@chromium.org2012-05-109-47/+114
* Moved url_utils from chrome/browser/net to chrome/common/net.groby@chromium.org2012-05-093-0/+234
* A few more fixed after some more testing against servers in production.rogerta@chromium.org2012-05-035-139/+138
* Add support for OAuthLogin endpoint to GaiaAuthFetcher. Also renamed some me...rogerta@chromium.org2012-04-275-77/+247
* RefCounted types should not have public destructors, chrome/ editionrsleevi@chromium.org2012-04-251-2/+3
* Add support for ClientOAuth endpoint to GaiaAuthFetcher. Also add supportrogerta@chromium.org2012-04-208-38/+630
* Fix a memory leak in a new test I added.munjal@chromium.org2012-04-171-1/+1
* Set the authorization header when calling an API. Otherwise, no API call will...munjal@chromium.org2012-04-163-2/+39
* Add a mode to OAuth2MintTokenFlow that fetches the messages to show to the user.munjal@chromium.org2012-04-135-317/+584
* Modify the base::JSONReader interface to take a set of options rather than a ...rsesek@chromium.org2012-04-114-7/+4
* Removing unsed profile in test method.qsr@chromium.org2012-04-101-21/+0
* Addressing comments from msw and rsleevi for the following patch which ismunjal@chromium.org2012-04-053-18/+21
* Make all the things use cert_test_util.h.mattm@chromium.org2012-03-311-49/+21
* Create an abstract flow class that abstracts the following logical steps of c...munjal@chromium.org2012-03-303-0/+541
* Remove code for kTalkService since its no longer used.rogerta@chromium.org2012-03-302-3/+0
* nss: Fix GetCertType returning SERVER_CERT for explicitly distrusted CA certs.mattm@chromium.org2012-03-291-0/+101
* Add an experimental identity API for platform apps.jstritar@chromium.org2012-03-234-4/+91
* Revert 128296 - Add an experimental identity API for platform apps.gman@chromium.org2012-03-234-91/+4
* Add an experimental identity API for platform apps.jstritar@chromium.org2012-03-224-4/+91
* Launch HTTP pipelining compatibility field trial for 1% of canary users.simonjam@chromium.org2012-03-222-0/+34
* Make sure password manager does not display at the same time as one-click.rogerta@chromium.org2012-03-212-2/+14
* [Coverity] Fix pass-by-val to pass-by-refgroby@chromium.org2012-03-141-2/+2
* 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