summaryrefslogtreecommitdiffstats
path: root/net/url_request
Commit message (Expand)AuthorAgeFilesLines
* Implement blocking for webRequest.onBeforeRequest extension event.mpcomplete@chromium.org2011-03-084-8/+48
* Remove GetInputStreamBufferSize() method from FilterContext.adamk@chromium.org2011-03-082-12/+0
* Revert 77075 - Don't block on stream requests on Alternate-Protocol.jochen@chromium.org2011-03-071-0/+6
* Don't block on stream requests on Alternate-Protocol.willchan@chromium.org2011-03-061-6/+0
* Change from CHECK to DCHECK and attempt to handle NULL values, in preparation...joi@chromium.org2011-03-052-24/+17
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-042-2/+2
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-043-19/+13
* Revert "Add chunked uploads support to SPDY"satish@chromium.org2011-03-043-13/+19
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-043-19/+13
* Modify ThreadChecker and NonThreadSafe so that theirjoi@chromium.org2011-03-032-52/+2
* Single-threaded stress test for URLRequestThrottlerManagerjoi@chromium.org2011-03-026-16/+168
* Add a hard CHECK on use from a single thread to URLRequestThrottlerManager. T...joi@chromium.org2011-02-253-51/+111
* Refactor of NetworkDelegate.willchan@chromium.org2011-02-248-33/+35
* Create a URLRequestContextStorage object to provide storage for URLRequestCon...willchan@chromium.org2011-02-235-24/+230
* Send fatal proxy errors to the network delegate.jochen@chromium.org2011-02-235-2/+138
* Histogram for tracking time to HTTP-response data available.gavinp@chromium.org2011-02-222-0/+39
* Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav...bryner@chromium.org2011-02-229-1/+67
* Update customization manifest reader to match desing docdpolukhin@chromium.org2011-02-211-1/+1
* Removing AccessLog class. This is a partial revert of yzshen's r74872.joi@chromium.org2011-02-182-69/+1
* Add unique identifier to url requestsjochen@chromium.org2011-02-173-1/+30
* Reland r74842willchan@chromium.org2011-02-165-60/+75
* Revert 75143 - Reland r74842willchan@chromium.org2011-02-165-75/+60
* Reland r74842willchan@chromium.org2011-02-165-60/+75
* Add checks to URLRequestThrottlerManager to help identify the cause of crashes.yzshen@chromium.org2011-02-142-17/+108
* Revert 74842 - It seems to have broken the ChromeOS "PFQ bot"?willchan@chromium.org2011-02-145-75/+60
* Revert r74728 which reverted r74561 for exposing a ChromeOS bug.willchan@chromium.org2011-02-145-60/+75
* Revert r74632 "Reland r74561 after fixing ChromeOS build breakage."oshima@google.com2011-02-125-75/+60
* Reland r74561 after fixing ChromeOS build breakage.willchan@chromium.org2011-02-115-60/+75
* Revert 74561 for breaking the ChromeOS buildwillchan@chromium.org2011-02-115-75/+60
* Introduce OffTheRecordProfileIOData and ProfileImplIOData.willchan@chromium.org2011-02-115-60/+75
* Fix the expectation in OverrideUserAgent net test to ensure that it passes withananta@chromium.org2011-02-041-3/+3
* Refactor HttpNetworkSession construction.willchan@chromium.org2011-02-031-15/+9
* Unreverting: First steps towards webRequest extension API.mpcomplete@chromium.org2011-02-012-0/+11
* Revert "First steps towards webRequest extension API."mpcomplete@chromium.org2011-01-312-11/+0
* First steps towards webRequest extension API.mpcomplete@chromium.org2011-01-312-0/+11
* Simplify HttpCache/HttpNetworkLayer/HttpNetworkSession interaction.willchan@chromium.org2011-01-281-11/+16
* More net/ method ordering.erg@google.com2011-01-269-151/+155
* Clean up net unit testing code.erg@google.com2011-01-265-408/+473
* Revert "Clean up net unit testing code." since it breaks the shlib builder.erg@google.com2011-01-255-473/+408
* Clean up net unit testing code.erg@google.com2011-01-255-408/+473
* Use QuitTask instead of Quit() to signal request completion.satish@chromium.org2011-01-251-2/+2
* Prototype of chunked transfer encoded POST.satish@chromium.org2011-01-253-0/+97
* Fix the newly added OverrideUserAgent net test so that it works in ChromeFram...ananta@chromium.org2011-01-211-1/+5
* Disable enforced throttling for URL requests.yzshen@chromium.org2011-01-211-9/+2
* More net/ reordering.erg@google.com2011-01-211-0/+1
* Honor User-Agent header added by WebCorecaseq@google.com2011-01-212-13/+36
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-213-9/+10
* URLRequest::PrepareToRestart() call job_->Kill() and OrphanJob(). rvargas@google.com2011-01-201-1/+0
* Reorder the methods in net/url_request/.erg@google.com2011-01-2018-1154/+1152
* net: Remove typedef net::URLRequestContext URLRequestContext;tfarina@chromium.org2011-01-154-15/+12