summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_test_util.cc
Commit message (Expand)AuthorAgeFilesLines
* net cleanup: Remove unnecessary namespace prefixes.ttuttle2015-04-231-4/+4
* Revert of Enable 'First-Party-Only' cookies by default. (patchset #3 id:40001...mkwst2015-04-011-0/+5
* Enable 'First-Party-Only' cookies by default.mkwst2015-03-271-5/+0
* First-Party Cookies: Wire it up as an experimental web platform featuremkwst2015-02-261-0/+5
* Add SetCookieAndChannelIdStores method to URLRequestContextBuildermattm2015-01-211-4/+3
* Remove NetworkDelegate::OnBeforeSocketStreamConnectricea2014-11-211-6/+0
* Adds MaybeInterceptRedirect and MaybeInterceptResponse to the URLRequestInter...bengr2014-11-071-6/+11
* Move handling of invalid referrer to the network delegatejochen2014-09-161-1/+9
* Make URLRequest's constructor private, and make URLRequestContext a friend cl...mmenke2014-09-091-9/+0
* Allow URLRequests from one context to have different NetworkDelegates.mmenke@chromium.org2014-08-211-1/+1
* Plumb redirect info out of net, through content, and into child processes.davidben@chromium.org2014-08-151-2/+2
* Rename ServerBoundCert => ChannelID to reflect the current namerch@chromium.org2014-07-251-7/+7
* Add AssertNoURLRequests() to URLRequestContext subclass destructors.jgraettinger@chromium.org2014-07-221-0/+1
* Move data reduction proxy to Chrome-Proxy header for authenticationbengr@chromium.org2014-06-261-0/+9
* Get rid of websocket_over_spdy_enabled global.mmenke@chromium.org2014-06-021-0/+2
* Support redirectUrl at onHeadersReceived in WebRequest / DWR APIrob@robwu.nl2014-03-261-1/+5
* Don't cache non-redirect HTTP responses when a redirect is forcedmmenke@chromium.org2014-03-241-0/+12
* Allows deferral of a URLRequest just before talking to the network, atjkarlin@chromium.org2014-01-081-0/+11
* Remove HttpTransactionDelegate and all users (LoadTimeStats).rvargas@chromium.org2013-12-271-5/+0
* Move EmptyString, kWhitespace and the BOM to base.brettw@chromium.org2013-12-021-1/+1
* Allow prefetches to outlive their owning RenderViewHost.davidben@chromium.org2013-11-201-1/+10
* Add unit tests for NetworkDelegate::CanAccessFileaa@chromium.org2013-11-111-3/+5
* [Net] Add a priority parameter to URLRequest's constructorakalin@chromium.org2013-10-311-4/+3
* [SPDY] Use WeakPtr<HttpServerProperties> instead of raw pointersakalin@chromium.org2013-07-181-1/+1
* Use a direct include of the message_loop header in net/, part 3.avi@chromium.org2013-07-181-1/+1
* Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction.ttuttle@chromium.org2013-06-201-0/+13
* Give more request types a TransportSecurityState.palmer@chromium.org2013-06-131-0/+4
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-4/+4
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-231-2/+4
* Revert 199535 "Add GetFullRequestHeaders, from URLRequestJob to ..."ttuttle@chromium.org2013-05-101-13/+0
* Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction.ttuttle@chromium.org2013-05-101-0/+13
* Removed static factories for data, ftp, file, and about jobs.pauljensen@chromium.org2013-05-081-8/+0
* net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-2/+2
* Remove deprecated TestURLReqest constructor interface.tedv@chromium.org2013-04-101-6/+0
* Implement FTP auth through proxyphajdan.jr@chromium.org2013-04-081-0/+1
* net: extract net/cert out of net/basephajdan.jr@chromium.org2013-03-291-1/+1
* Convert net to use base::string16 instead of string16.brettw@chromium.org2013-03-291-1/+1
* net: move host_resolver files from net/base to net/dnsphajdan.jr@chromium.org2013-03-211-1/+1
* Revert 188912 "Removed static factories for data, ftp, file, and..."kbr@chromium.org2013-03-191-0/+8
* Removed static factories for data, ftp, file, and about jobs.pauljensen@chromium.org2013-03-191-8/+0
* Stop sending Accept-Charset HTTP header as its not relevant anymore. Remove ...pauljensen@chromium.org2013-03-151-2/+1
* net: split net/ssl out of net/basephajdan.jr@chromium.org2013-03-141-2/+2
* Remove some calls to URLRequestContext::network_delegate().tedv@chromium.org2013-03-081-1/+8
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-081-1/+1
* LoadTiming int net 6: Cache LoadTimingInfommenke@chromium.org2013-02-021-12/+4
* Add support for making FTP requests through a proxy.phajdan.jr@chromium.org2013-01-231-11/+16
* LoadTiming in net, part 3.mmenke@chromium.org2013-01-211-1/+40
* Convert trivial URLRequest::Interceptors and URLRequestJobFactory::Intercepto...pauljensen@chromium.org2012-12-201-16/+3
* A pair of changes to make it easier to use NetLogs inmmenke@chromium.org2012-12-051-0/+1
* Reland 167337 - Move url_request_test_util into net namespacejochen@chromium.org2012-11-131-78/+81