summaryrefslogtreecommitdiffstats
path: root/net/url_request
Commit message (Expand)AuthorAgeFilesLines
* Revert 151198 - Turn off TLS 1.1.wtc@chromium.org2012-08-201-0/+4
* Add histograms for network activity, and total/cumulativetburkard@chromium.org2012-08-204-13/+44
* Replaced static URLRequestFileJob factory with non-static protocol handler fo...shalev@chromium.org2012-08-204-20/+93
* net: Fix more clang warnings about missing virtual and OVERRIDE annotations.tfarina@chromium.org2012-08-191-9/+9
* Move small c/b/extensions classes into extensions namespace no.1rdevlin.cronin@chromium.org2012-08-171-2/+2
* Do not perform online revocation checking when the user has explicitly disabl...rsleevi@chromium.org2012-08-171-10/+40
* Added warning when URLRequestContextGetter leaks.atwilson@chromium.org2012-08-151-1/+7
* Removed checks that verify URLRequest has a Contextshalev@chromium.org2012-08-135-45/+32
* Add histograms to NetworkChangeNotifier to identify ways to improve interfacepauljensen@chromium.org2012-08-131-0/+6
* Turn off TLS 1.1.wtc@chromium.org2012-08-121-4/+0
* Enabled SignInAfterInit test.atwilson@chromium.org2012-08-111-0/+1
* Remove packaged app Windows shortcuts when app is uninstalled.benwells@chromium.org2012-08-101-1/+1
* Clean-up inline members of nested classes (net/)hans@chromium.org2012-08-092-3/+6
* Revert 150375 - Implement SHA-256 fingerprint supportpalmer@chromium.org2012-08-081-4/+4
* Implement SHA-256 fingerprint supportpalmer@chromium.org2012-08-071-4/+4
* Revert 150124 - Implement SHA-256 fingerprint support.dimich@chromium.org2012-08-061-4/+4
* Implement SHA-256 fingerprint support.palmer@chromium.org2012-08-061-4/+4
* Regression test for lack of errors on requests with invalid portsshalev@chromium.org2012-08-051-0/+33
* This is a major refactor of Histogram related code:kaiwang@chromium.org2012-08-011-1/+1
* Revert 149261 - Support SHA-256 in public key pins for HTTPS.vandebo@chromium.org2012-07-311-4/+4
* Support SHA-256 in public key pins for HTTPS.palmer@chromium.org2012-07-311-4/+4
* Adding histograms showing fraction of page load times spent in the disk cache...tburkard@chromium.org2012-07-307-2/+65
* Replaced static URLRequestDataJob factory with protocol handler for Data jobs.shalev@chromium.org2012-07-302-0/+48
* Bug fix for lack of errors on requests with invalid portsshalev@chromium.org2012-07-301-0/+11
* Add const accessors to URLRequest and UploadData.vabr@chromium.org2012-07-282-2/+7
* Do not inherit from std::vector.tfarina@chromium.org2012-07-252-2/+2
* Offload disk accesses to WorkerPool in ExtensionProtocolHandlerpaivanof@gmail.com2012-07-234-19/+41
* Convert ProtocolHandlerRegistry to be a ProfileKeyedService.smckay@chromium.org2012-07-211-3/+3
* A Speculative Revert for r147597 - Convert ProtocolHandlerRegistry to be a Pr...hbono@chromium.org2012-07-201-3/+3
* Convert ProtocolHandlerRegistry to be a ProfileKeyedService.smckay@chromium.org2012-07-201-3/+3
* Change the FindHistogram interface of StatisticsRecorderkaiwang@chromium.org2012-07-181-4/+4
* Unit tests for all public members of net::URLRequestFilterpauljensen@chromium.org2012-07-171-0/+123
* Move UserScript and related into extensions namespacerdevlin.cronin@chromium.org2012-07-131-2/+7
* Add comment to URLRequest::first_party_for_cookies why it must only be used f...jochen@chromium.org2012-07-131-0/+10
* Move StatisticsRecorder out of histogram.cc/h for further refactoring.kaiwang@chromium.org2012-07-131-0/+1
* Account for server vs host clock skew in cookie expiration times.pauljensen@chromium.org2012-07-132-0/+5
* A new mock test for ftp jobs.shalev@chromium.org2012-07-122-5/+84
* Introduced TestURLFetcher::DelegateForTests interface to allow event-driven e...primiano@chromium.org2012-07-122-1/+44
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-1135-35/+0
* Replaced static URLRequestFtpJob factory with non-static protocol handler for...shalev@chromium.org2012-07-114-20/+102
* Remove the force_session cookie option, as it's not used anymorejochen@chromium.org2012-07-113-43/+0
* Log cancellation error codes at the URLRequest level to NetLog.mmenke@chromium.org2012-07-101-0/+7
* Fixed file leaks when running net_unittests.danhn@chromium.org2012-07-092-4/+3
* Decouple URLRequestJob from URLRequestContext; access NetworkDelegate as a co...shalev@chromium.org2012-06-2913-26/+41
* Allow PUT and POST with empty body in URLFetcher.kinaba@chromium.org2012-06-292-1/+41
* Coverity: Fix a forward NULL.jhawkins@chromium.org2012-06-251-1/+1
* Add url_fetcher_impl_unittest.cc back to net.gypakalin@chromium.org2012-06-221-1/+0
* Added URLRequestContext to constructor for URLRequest.erikwright@chromium.org2012-06-2211-353/+272
* Remove message_loop_helpers.h and update the includes to point to the new loc...tfarina@chromium.org2012-06-201-1/+1
* Move test_url_fetcher_factory.* from content/ to net/url_requestakalin@chromium.org2012-06-193-2/+646