summaryrefslogtreecommitdiffstats
path: root/chrome/common/net
Commit message (Expand)AuthorAgeFilesLines
* net: Remove typedef net::URLRequestJob URLRequestJob;tfarina@chromium.org2010-12-112-3/+3
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-092-7/+14
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-081-6/+6
* Stop using adding refcounts to some URLRequestJob subtypes.willchan@chromium.org2010-12-032-3/+10
* [ChromeOS] Make GaiaAutheFetcher parsing logic default to service_unavailablecmasone@chromium.org2010-12-023-2/+28
* Fixed a bug with URLFetcher where retrying the request would append the new r...sanjeevr@chromium.org2010-12-012-0/+54
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-304-11/+12
* Reland issue 5283001 (http://codereview.chromium.org/5283001) which was rever...sanjeevr@chromium.org2010-11-302-8/+18
* net: Add namespace net to URLRequest and URLRequestJob classes.tfarina@chromium.org2010-11-281-5/+8
* Implement exponential back-off mechanism.joi@chromium.org2010-11-255-394/+157
* Revert 67284 - Used a MessageLoopProxy to store the delegate's message loop i...sanjeevr@chromium.org2010-11-242-17/+7
* Used a MessageLoopProxy to store the delegate's message loop in URLFetcher::C...sanjeevr@chromium.org2010-11-242-7/+17
* Fix ThreadChecker to use Locks and not use scoped_ptr.willchan@chromium.org2010-11-211-0/+1
* Allow sync with 2-factor StrongAuth accounts in ChromeOS.stevenjb@chromium.org2010-11-181-3/+6
* Add a client-side phishing detection service class.noelutz@google.com2010-11-112-1/+144
* openssl build fixes, and tidy the build filesjoth@chromium.org2010-11-111-3/+3
* Rename GaiaAuthenticator2 to GaiaAuthFetcher.tfarina@chromium.org2010-11-105-133/+132
* Stop using DestructionObserver in OCSP code. Explicilty cancel all URLRequests.willchan@chromium.org2010-11-091-0/+14
* Fix compile failure on GCCpkasting@chromium.org2010-11-081-1/+1
* Make TestURLFetcherFactory able to remove fetchers from its map, and add an I...pkasting@chromium.org2010-11-082-9/+24
* In the webstore login api, we need to provide the gaia auth token to allow to...johnnyg@chromium.org2010-11-013-2/+12
* chrome/common: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-10-312-24/+24
* Followup on http://codereview.chromium.org/3815012/showbulach@chromium.org2010-10-292-2/+5
* Implement device token fetcherdanno@chromium.org2010-10-292-0/+3
* Initial support for built-in DNS resolver/cache.agayev@chromium.org2010-10-282-0/+68
* Add support to test_server.py to restrict the SSL/TLS bulk encryption algorit...rsleevi@chromium.org2010-10-281-2/+3
* Revert 64202 - Initial support for built-in DNS resolver/cache.yusukes@chromium.org2010-10-282-68/+0
* Initial support for built-in DNS resolver/cache.agayev@chromium.org2010-10-282-0/+68
* [CHrome OS] HOSTED accounts will not be allowed to log incmasone@chromium.org2010-10-252-17/+7
* More UI-related OpenSSL support.bulach@chromium.org2010-10-254-37/+145
* Revert "Revert "Const-ify RefCountedThreadSafe::AddRef and Release.""mpcomplete@chromium.org2010-10-223-7/+8
* Make sure the service process kills all URLFetcher::Cores on shutdown.willchan@chromium.org2010-10-221-14/+0
* [Chrome OS] On first login, determine if an account is a HOSTED accountcmasone@chromium.org2010-10-221-3/+17
* Kill all URLFetcher URLRequests on shutdown.willchan@chromium.org2010-10-222-14/+99
* Convert LOG(INFO) to VLOG(1) - chrome/common/.pkasting@chromium.org2010-10-221-7/+8
* Revert "Const-ify RefCountedThreadSafe::AddRef and Release."levin@chromium.org2010-10-223-8/+7
* Const-ify RefCountedThreadSafe::AddRef and Release.mpcomplete@chromium.org2010-10-223-7/+8
* In a fake SSLInfo, set security_bits to -1 instead of 0 wtc@chromium.org2010-10-151-1/+1
* Reland fix for OCSP startup race.willchan@chromium.org2010-10-122-3/+15
* Rename ChromeThread to BrowserThread Part16:tfarina@chromium.org2010-10-111-1/+1
* Revert 62105 - Test change to fix a leak. Will revert after getting in a run...willchan@chromium.org2010-10-102-15/+3
* Test change to fix a leak. Will revert after getting in a run on ChromiumOS ...willchan@chromium.org2010-10-102-3/+15
* Decouples certificates viewers from NSS to prepare support for OpenSSL.bulach@chromium.org2010-10-085-0/+769
* Coverity: Initialize data members in constructor.jhawkins@chromium.org2010-10-051-1/+2
* Sync shouldn't allow hosted accounts, but other clients of GaiaAuthenticator2...johnnyg@chromium.org2010-10-023-23/+47
* FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...erg@google.com2010-09-306-5/+27
* Fix problems with incorrect passwords and error states due to HTML and .h fil...johnnyg@chromium.org2010-09-281-14/+18
* Revert 60739 (still leaks on ChromiumOS!) - Reland r59972: Eagerly set the IO...willchan@chromium.org2010-09-281-17/+1
* Reland r59972: Eagerly set the IO loop used for OCSP.willchan@chromium.org2010-09-281-1/+17
* Fix typo in a function name.pkasting@chromium.org2010-09-273-5/+5