summaryrefslogtreecommitdiffstats
path: root/net/url_request
Commit message (Expand)AuthorAgeFilesLines
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Deprecate RegisterProtocolFactory/(Un)RegisterInterceptor.willchan@chromium.org2011-07-194-28/+126
* Replace onRequestSent with onSendHeaders in webrequest APIbattre@chromium.org2011-07-146-23/+26
* Fix memory leak in URLRequestTestHTTP.NetworkDelegateTunnelConnectionFailedbattre@chromium.org2011-07-141-3/+3
* Unit testing of event generation NetworkDelegate / Web Request APIbattre@chromium.org2011-07-145-163/+447
* Make the URLRequestContext constantbattre@chromium.org2011-07-1412-24/+28
* Revert 92511 - Make the URLRequestContext constantbattre@chromium.org2011-07-1412-28/+24
* Make the URLRequestContext constantbattre@chromium.org2011-07-1412-24/+28
* Add content-security-policy to chrome://view-http-cache, and move scripts to ...tsepez@chromium.org2011-07-131-1/+3
* Export some functions to fix component build for chromeos.sadrul@chromium.org2011-07-131-1/+1
* Fix leaking request IDs in webRequest APIbattre@chromium.org2011-07-138-53/+211
* Revert 92331 - Fix leaking request IDs in webRequest APIbattre@chromium.org2011-07-138-209/+53
* Fix leaking request IDs in webRequest APIbattre@chromium.org2011-07-138-53/+209
* Enhancements to the about://appcache-internals pages.michaeln@google.com2011-07-122-37/+44
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-121-1/+1
* Reland r91815, "Clean up RegisterProtocolFactory calls."willchan@chromium.org2011-07-081-3/+3
* Revert r91815, "Clean up RegisterProtocolFactory calls." (broke mac canaries)caseq@google.com2011-07-081-3/+3
* Clean up RegisterProtocolFactory calls.willchan@chromium.org2011-07-081-3/+3
* URLRequestJob::Read can return false but still leave the request in state URL...battre@chromium.org2011-07-064-25/+42
* GCC 4.6 -Wunused-but-set-variable cleanup.pph34r@gmail.com2011-07-021-4/+2
* Fix for the DoNotOverrideReferrer url request test failures observed on the c...ananta@chromium.org2011-06-281-10/+1
* Moved OnBeforeHeadersSent of webRequest API to url_request_http_job.ccbattre@chromium.org2011-06-285-5/+51
* Mark second half of URLRequestTest.DoNotOverrideReferrer as faillingbattre@chromium.org2011-06-271-0/+10
* Revert 90354 - Revert 90352 - Move Referer header to extra_headers fieldbattre@chromium.org2011-06-272-1/+56
* Revert 90352 - Move Referer header to extra_headers fieldbattre@chromium.org2011-06-242-56/+1
* Move Referer header to extra_headers fieldbattre@chromium.org2011-06-242-1/+56
* net: Add some histograms to URLRequestHttpJob and make sure thatrvargas@google.com2011-06-242-1/+65
* Not allow compression when requesting multimediaenal@chromium.org2011-06-212-48/+91
* Revert 89837 - Move Referer and Host HTTP headers to extra_headers fieldbattre@chromium.org2011-06-212-56/+1
* Move Referer and Host HTTP headers to extra_headers fieldbattre@chromium.org2011-06-212-1/+56
* Revert 89532 - Not allow compression when requesting multimediaakalin@chromium.org2011-06-172-89/+46
* Not allow compression when requesting multimediaenal@chromium.org2011-06-172-46/+89
* Remove static std::string objectjar@chromium.org2011-06-161-2/+2
* Implement A/B experiment for anti-DDoS.joi@chromium.org2011-06-162-11/+12
* Register for network notifications from the right thread (network).joi@chromium.org2011-06-062-6/+25
* Changes to have chrome building with net.dllrvargas@google.com2011-06-032-4/+5
* Adds unit tests that attempt to verify the following through simulation:joi@chromium.org2011-06-026-88/+903
* Adds URLRequestJob bytes read to NetLog.mmenke@chromium.org2011-06-011-0/+16
* net: Add NET_API to more code, this time what's used by chrome.dllrvargas@google.com2011-05-316-6/+14
* Make destructor virtual (Clang caught this, yay! :)joi@chromium.org2011-05-271-1/+1
* Anti-DDoS enhancements: Log to net log, UMA stats, improved policy.joi@chromium.org2011-05-276-45/+463
* Remove ProtocolFactory/Interceptor uses in GViewRequestInterceptor.willchan@chromium.org2011-05-264-24/+86
* Revert 86802 - Remove ProtocolFactory/Interceptor uses in GViewRequestInterce...willchan@chromium.org2011-05-263-86/+16
* Remove ProtocolFactory/Interceptor uses in GViewRequestInterceptor.willchan@chromium.org2011-05-263-16/+86
* Fix memory leak.koz@chromium.org2011-05-251-1/+1
* Give URLRequestJobFactory::Interceptors the ability to specify protocols they...koz@chromium.org2011-05-253-0/+69
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-254-4/+4
* Treat ERR_CONNECTION_CLOSED as end-of-data marker for downloads.ahendrickson@chromium.org2011-05-243-5/+97
* Handle <link rel=prerender> in chrome.gavinp@chromium.org2011-05-241-1/+1
* It suffices to just forward-declare DnsCertProvenanceCheckerwtc@chromium.org2011-05-242-2/+1