summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request.h
Commit message (Expand)AuthorAgeFilesLines
* Query the network delegate for cookies even if there is no cookie monsterdroger@chromium.org2012-12-041-1/+5
* net: Move ownership of UploadDataStream from URLRequestHttpJob to URLRequesthashimoto@chromium.org2012-11-281-12/+3
* Add header for Gaia sign in on redirects too.rogerta@chromium.org2012-11-131-2/+4
* allow changing headers by delegate_ during a redirectbcwhite@chromium.org2012-11-061-0/+9
* net: Remove unused URLRequest::job()hashimoto@chromium.org2012-10-251-4/+0
* Coalesce payload length statistics in ChromeNetworkDelegatebengr@google.com2012-10-241-0/+9
* net: Make UploadDataStream::Read() asynchronoushashimoto@chromium.org2012-10-171-1/+2
* Stop using ScopedAllowIO in content::ResourceDispatcherHostImplhashimoto@chromium.org2012-08-301-2/+3
* Added URLRequestContext::CreateRequest which can be used to create URLRequestsshalev@chromium.org2012-08-241-1/+9
* Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network...shalev@chromium.org2012-08-241-4/+9
* Move small c/b/extensions classes into extensions namespace no.1rdevlin.cronin@chromium.org2012-08-171-2/+2
* Add const accessors to URLRequest and UploadData.vabr@chromium.org2012-07-281-1/+2
* Do not inherit from std::vector.tfarina@chromium.org2012-07-251-1/+1
* 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
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Added URLRequestContext to constructor for URLRequest.erikwright@chromium.org2012-06-221-2/+3
* Make FileSystemOperationWriteTest independent from URLRequest::Deprecated.kinaba@chromium.org2012-05-291-2/+0
* RefCounted types should not have public destructors, net/ editionrsleevi@chromium.org2012-05-291-2/+3
* Add the StackTrace to the URLFetcher crash dumps.willchan@chromium.org2012-05-121-0/+14
* Stop refcounting URLRequestContext.willchan@chromium.org2012-05-111-1/+1
* Allow for overriding the handling of the referrer header in the network stackjochen@chromium.org2012-05-081-0/+20
* Fix file access on Chrome for ChromeOS on Linuxgspencer@chromium.org2012-05-051-4/+0
* Take client-side HSTS redirects into account when determining whether to show...michaeln@google.com2012-05-041-0/+4
* Add more variables to the URLRequest leak assertion crash dumps.willchan@chromium.org2012-05-041-2/+3
* Reland 130578 - Enable cookies per default in net. Add an API to disable them...jochen@chromium.org2012-04-301-0/+8
* [net] Change order of RequestPriority to natural: higher > lowerszym@chromium.org2012-04-241-1/+1
* Revert 130578 - Enable cookies per default in net. Add an API to disable them...jochen@chromium.org2012-04-041-8/+0
* Enable cookies per default in net. Add an API to disable them by default, and...jochen@chromium.org2012-04-041-0/+8
* Remove experimental support for MAC cookiesrsleevi@chromium.org2012-03-151-4/+0
* net::URLRequest: rename Simulate*Error with CancelWith*Errortoyoshim@chromium.org2012-03-131-2/+2
* Add content/public/browser/resource_dispatcher_host.hdarin@chromium.org2012-03-121-2/+7
* Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate.jochen@chromium.org2012-03-091-13/+0
* Revert change to delay network requests on startup for webRequest extensions.mpcomplete@chromium.org2012-02-231-2/+0
* Add extra data to BrowserContext so that content layer and other embedders ca...jam@chromium.org2012-02-151-24/+4
* Revert 118001 - Revert 117968 - Rename is_hsts_host to fatal.apatrick@chromium.org2012-01-181-6/+6
* Revert 117968 - Rename is_hsts_host to fatal.apatrick@chromium.org2012-01-181-6/+6
* Rename is_hsts_host to fatal.palmer@chromium.org2012-01-171-6/+6
* Remove unused code from UploadData and URLRequest.satorux@chromium.org2012-01-121-12/+1
* Added protocol_version negotiated with the server.rtenneti@google.com2011-12-201-12/+0
* Use a monotonic clock (TimeTicks) to report network times to WebCore.simonjam@chromium.org2011-12-161-4/+6
* base::Bind: Convert net::NetworkDelegate.jhawkins@chromium.org2011-12-011-1/+1
* Cleanup: Remove unneeded forward declararations in net.thestig@chromium.org2011-11-111-6/+0
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-281-1/+1
* Revert 105661 - Revert 105659 - Delay network requests on startup if any webR...pam@chromium.org2011-10-151-0/+2
* Revert 105659 - Delay network requests on startup if any webRequest or webNav...pam@chromium.org2011-10-151-2/+0
* Delay network requests on startup if any webRequest or webNavigation extensio...pam@chromium.org2011-10-151-0/+2
* NetworkDelegate::OnAuthRequired can set or cancel auth, in addition to taking...cbentzel@chromium.org2011-10-031-0/+10
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-1/+1
* Revert 103360 - NetworkDelegate::OnAuthRequired can set authentication or can...ddorwin@chromium.org2011-09-291-10/+0