summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* NetworkDelegate::OnAuthRequired can set authentication or cancel, in addition...cbentzel@chromium.org2011-09-291-0/+10
* net: make HSTS hosts use the normal SSL interstitialsagl@chromium.org2011-09-271-3/+8
* Revert "net: make HSTS hosts use the normal SSL interstitials"agl@chromium.org2011-09-271-8/+3
* net: make HSTS hosts use the normal SSL interstitialsagl@chromium.org2011-09-271-3/+8
* Modifying prefetch to account for multi-profile.rlp@chromium.org2011-09-101-1/+0
* net: Rename URLRequestStatus::os_error_.tfarina@chromium.org2011-09-081-5/+5
* Revert "Modifying prefetch to account for multi-profile."avi@chromium.org2011-08-191-0/+1
* Revert 97465 - Revert 97446 - Modifying prefetch to account for multi-profile.avi@chromium.org2011-08-191-1/+0
* Revert 97446 - Modifying prefetch to account for multi-profile.avi@chromium.org2011-08-191-0/+1
* Modifying prefetch to account for multi-profile.rlp@chromium.org2011-08-191-1/+0
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-5/+5
* Add a status message "Waiting for extension Foo..." when there's a requestmpcomplete@chromium.org2011-08-101-2/+20
* Change CanGetCookies signature, add CookieList as parameters in order to remo...ycxiao@chromium.org2011-07-291-5/+8
* Deprecate RegisterProtocolFactory/(Un)RegisterInterceptor.willchan@chromium.org2011-07-191-22/+103
* Replace onRequestSent with onSendHeaders in webrequest APIbattre@chromium.org2011-07-141-0/+6
* Make the URLRequestContext constantbattre@chromium.org2011-07-141-3/+3
* Revert 92511 - Make the URLRequestContext constantbattre@chromium.org2011-07-141-3/+3
* Make the URLRequestContext constantbattre@chromium.org2011-07-141-3/+3
* Fix leaking request IDs in webRequest APIbattre@chromium.org2011-07-131-8/+32
* Revert 92331 - Fix leaking request IDs in webRequest APIbattre@chromium.org2011-07-131-32/+8
* Fix leaking request IDs in webRequest APIbattre@chromium.org2011-07-131-8/+32
* Changes to have chrome building with net.dllrvargas@google.com2011-06-031-2/+2
* net: Add NET_API to url_request.rvargas@google.com2011-05-201-3/+4
* More progress towards removing content settings code from the content layer. ...jam@chromium.org2011-05-101-12/+11
* Add a command-line flag for MAC cookies.abarth@chromium.org2011-05-081-1/+5
* net: Move ResponseCookies into the net namespace.tfarina@chromium.org2011-05-061-5/+5
* Tweaks to extension webRequest API.mpcomplete@chromium.org2011-05-031-2/+0
* Make URLRequest store the chain of redirects.mattm@chromium.org2011-04-191-4/+6
* Allow extensions to redirect requests in onBeforeRequest.mpcomplete@chromium.org2011-04-151-9/+11
* Revert "Allow extensions to redirect requests in onBeforeRequest."mpcomplete@chromium.org2011-04-131-11/+9
* Allow extensions to redirect requests in onBeforeRequest.mpcomplete@chromium.org2011-04-131-9/+11
* Fix DCHECK on multiple SSL client auths for the same request.mattm@chromium.org2011-04-071-2/+2
* Fix the comment for URLRequest::Cancel().kinuko@chromium.org2011-03-301-1/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Remove all "net::" prefixes under net/url_request for code that'sadamk@chromium.org2011-03-241-32/+32
* Remove AddRef()/Release() from ViewHttpCacheJob. Use a Core class.willchan@chromium.org2011-03-221-1/+1
* Remove URLRequestJobMetrics and related code.adamk@chromium.org2011-03-161-9/+0
* Reland rest of r77399.willchan@chromium.org2011-03-121-6/+0
* Revert r77399 in preparation for merging a small portion of it to 696.willchan@chromium.org2011-03-111-0/+6
* Extends NetworkDelegate to avoid use of static_cast<> when handling RegisterP...tony@chromium.org2011-03-101-0/+3
* Reland r77075,r77077.willchan@chromium.org2011-03-091-6/+0