summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request.cc
Commit message (Expand)AuthorAgeFilesLines
* Modify URLRequest::Delegate::OnCertificateRequested to cancel the request. T...rch@chromium.org2011-05-201-1/+1
* More progress towards removing content settings code from the content layer. ...jam@chromium.org2011-05-101-6/+6
* Add a command-line flag for MAC cookies.abarth@chromium.org2011-05-081-0/+11
* Tweaks to extension webRequest API.mpcomplete@chromium.org2011-05-031-7/+3
* Implemented of base functionality of chrome.experimental.webRequest.onBeforeR...battre@chromium.org2011-04-201-0/+4
* Make URLRequest store the chain of redirects.mattm@chromium.org2011-04-191-4/+3
* Allow extensions to redirect requests in onBeforeRequest.mpcomplete@chromium.org2011-04-151-22/+29
* Revert "Allow extensions to redirect requests in onBeforeRequest."mpcomplete@chromium.org2011-04-131-29/+22
* Allow extensions to redirect requests in onBeforeRequest.mpcomplete@chromium.org2011-04-131-22/+29
* Add request_id to HttpRequestInfo and pass it to the NetworkDelegate for events.mpcomplete@chromium.org2011-03-301-2/+6
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Remove all "net::" prefixes under net/url_request for code that'sadamk@chromium.org2011-03-241-43/+42
* Remove AddRef()/Release() from ViewHttpCacheJob. Use a Core class.willchan@chromium.org2011-03-221-2/+2
* Remove URLRequestJobMetrics and related code.adamk@chromium.org2011-03-161-1/+0
* Fix leak of the onBeforeRequest callback in URLRequest.mpcomplete@chromium.org2011-03-081-3/+3
* Implement blocking for webRequest.onBeforeRequest extension event.mpcomplete@chromium.org2011-03-081-6/+30
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-041-8/+4
* Revert "Add chunked uploads support to SPDY"satish@chromium.org2011-03-041-4/+8
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-041-8/+4
* Refactor of NetworkDelegate.willchan@chromium.org2011-02-241-3/+3
* Send fatal proxy errors to the network delegate.jochen@chromium.org2011-02-231-2/+5
* Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav...bryner@chromium.org2011-02-221-0/+6
* Add unique identifier to url requestsjochen@chromium.org2011-02-171-1/+15
* Unreverting: First steps towards webRequest extension API.mpcomplete@chromium.org2011-02-011-0/+6
* Revert "First steps towards webRequest extension API."mpcomplete@chromium.org2011-01-311-6/+0
* First steps towards webRequest extension API.mpcomplete@chromium.org2011-01-311-0/+6
* Prototype of chunked transfer encoded POST.satish@chromium.org2011-01-251-0/+21
* URLRequest::PrepareToRestart() call job_->Kill() and OrphanJob(). rvargas@google.com2011-01-201-1/+0
* Add a new GetInstance() method for singleton classes under chrome/service and...satish@chromium.org2010-12-091-14/+15
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-0/+4
* Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-7/+0
* FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-0/+7
* Pass cookie options to content settings delegate.jochen@chromium.org2010-11-251-0/+1
* Restrict file protocol on chromeos to certain whitelisted directories. Disabl...achuith@chromium.org2010-11-111-0/+11
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-021-4/+4
* Convert LOG(INFO) to VLOG(1) - net/.pkasting@chromium.org2010-10-161-2/+2
* Add actual bytes sent/received to net-internals.mmenke@chromium.org2010-10-141-1/+1
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* Fix a regression whereby full-granularity network events were being captured ...eroman@chromium.org2010-08-311-1/+1
* FBTF: A giant cleanup to net/erg@google.com2010-08-311-0/+48
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-3/+2
* Add the URLRequest's priority to the net-log.eroman@chromium.org2010-07-131-2/+3
* Make sure that URLRequestJob holds a reference to the read IOBuffer rather th...eroman@chromium.org2010-07-091-1/+1
* Convert some DCHECKs() for redirect into CHECKs() to make sure they aren't ge...eroman@chromium.org2010-06-031-2/+2
* Fix the logging of URL_REQUEST_START, so the nesting is correct on redirects.eroman@chromium.org2010-05-171-8/+9
* Add the URLRequest's method and load flags to the NetLog.eroman@chromium.org2010-05-141-2/+2
* Pass HttpRequestHeaders to URLRequest::SetExtraRequestHeaders().willchan@chromium.org2010-05-071-9/+3
* Use net::HttpRequestHeaders instead of std::string in URLRequest and friends.willchan@chromium.org2010-05-061-22/+19
* More cleanup to address TODOs in net_log.h.eroman@chromium.org2010-04-281-9/+14
* Cleanup: Address some of the todos in net_log.heroman@chromium.org2010-04-271-4/+4