summaryrefslogtreecommitdiffstats
path: root/chrome/common/net
Commit message (Expand)AuthorAgeFilesLines
* Clean-up inline members of nested classes (chrome/)hans@chromium.org2012-08-102-0/+15
* Correct const accessors in base/values.(h|cc), Part II (ListValue)vabr@chromium.org2012-08-031-1/+1
* Correct const accessors in base/values.(h|cc)vabr@chromium.org2012-07-271-2/+2
* tweaks to IssueAdviceInfoEntryestade@chromium.org2012-07-243-9/+16
* Remove unused interceptors in WebAuthFlow and OAuth2MintTokenFlow.munjal@chromium.org2012-07-242-49/+0
* Update API of OAuth2AccessTokenFetcher to return an expiration date.qsr@chromium.org2012-07-197-22/+68
* Revert 147199 - Update API of OAuth2AccessTokenFetcher to return an expiratio...jochen@chromium.org2012-07-187-68/+22
* Update API of OAuth2AccessTokenFetcher to return an expiration date.qsr@chromium.org2012-07-187-22/+68
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-1120-20/+0
* retry r144574 with read-after-free fix.estade@chromium.org2012-06-282-15/+44
* Revert r 144574 "Modify experimental identity flow to display scope descripti...oshima@chromium.org2012-06-272-41/+15
* Modify experimental identity flow to display scope descriptions and details.estade@chromium.org2012-06-272-15/+41
* RefCounted types should not have public destructors, delegate cleanuprsleevi@chromium.org2012-06-263-8/+11
* Move email and domain canonicalization helper to common/net/gaiamnissler@chromium.org2012-06-253-0/+180
* Surface appropriate error message during OTP sign in.rogerta@chromium.org2012-06-214-12/+64
* Move test_url_fetcher_factory.* from content/ to net/url_requestakalin@chromium.org2012-06-198-31/+40
* Move content::URLFetcher static functions to net::URLFetcherakalin@chromium.org2012-06-1911-17/+17
* Fix problem of logging in with a password that contains json specialrogerta@chromium.org2012-06-155-47/+156
* Add DVLOG(2) to gaia_auth_fetcher.cc for debuggingakalin@chromium.org2012-06-131-0/+6
* Move the rest of the content\test headers that are used by embedders to conte...jam@chromium.org2012-06-048-8/+8
* Move test_browser_thread.h from content\test to content\public\test. This way...jam@chromium.org2012-06-043-3/+3
* Reland: Fix imported server certs being distrusted in NSS 3.13.mattm@chromium.org2012-06-011-10/+9
* Revert 139719 - Fix imported server certs being distrusted in NSS 3.13.falken@google.com2012-05-311-9/+10
* Fix imported server certs being distrusted in NSS 3.13.mattm@chromium.org2012-05-311-10/+9
* Added additional flags to control federated login host+path in tests.zelidrag@chromium.org2012-05-301-2/+27
* Chrome uses the /TokenAuth endpoint to get SID+LSID cookies when signing in torogerta@chromium.org2012-05-294-147/+3
* Added chrome switch that lets tests override URL path prefix for GAIA login r...zelidrag@chromium.org2012-05-251-10/+22
* Move URLFetcherFactory from content to netakalin@chromium.org2012-05-256-10/+10
* Remove the CHECK that causes Chrome to crash in some casesmunjal@chromium.org2012-05-241-3/+5
* Revert "Revert 137734 - Select theme resources from ResourceBundle at request...flackr@chromium.org2012-05-241-3/+5
* Change most content::URLFetcher references to net::URLFetcherakalin@chromium.org2012-05-2311-49/+49
* Remove content::URLFetcherDelegateakalin@chromium.org2012-05-2218-78/+84
* 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