| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move declaration of private nested URLRequestHttpJob::HttpRequestContext to .... | adamk@chromium.org | 2011-03-25 | 2 | -25/+28 |
* | Remove all "net::" prefixes under net/url_request for code that's | adamk@chromium.org | 2011-03-24 | 22 | -403/+413 |
* | Move URLRequestJob's histogram logic to URLRequestHttpJob. | adamk@chromium.org | 2011-03-24 | 4 | -354/+323 |
* | Remove AddRef()/Release() from ViewHttpCacheJob. Use a Core class. | willchan@chromium.org | 2011-03-22 | 2 | -3/+3 |
* | Add field trial & prerendering information to Net.HttpTimeToFirstByte | gavinp@chromium.org | 2011-03-22 | 1 | -0/+33 |
* | Fix up the last easy URLRequestJob refcounting offenders. | willchan@chromium.org | 2011-03-21 | 6 | -43/+57 |
* | Revert 78883 - Add field trial & prerendering information to Net.HttpTimeToFi... | gavinp@chromium.org | 2011-03-21 | 1 | -34/+1 |
* | Add field trial & prerendering information to Net.HttpTimeToFirstByte | gavinp@chromium.org | 2011-03-21 | 1 | -1/+34 |
* | Fix Linux clang build. | willchan@chromium.org | 2011-03-19 | 2 | -4/+6 |
* | Change some URLRequestJob subclasses to use ScopedRunnableMethodFactory. | willchan@chromium.org | 2011-03-19 | 6 | -13/+31 |
* | Stop subclassing FilterContext in URLRequestJob. | adamk@chromium.org | 2011-03-17 | 4 | -55/+96 |
* | Remove minidump analysis aides from URLRequestThrottlerManager. Leave | joi@chromium.org | 2011-03-17 | 3 | -110/+24 |
* | Extracting core back-off logic into a separate class, | joi@chromium.org | 2011-03-17 | 6 | -208/+107 |
* | Make URLRequestHttpJob the only URLRequestJob concerned with FilterContext. | adamk@chromium.org | 2011-03-17 | 7 | -58/+27 |
* | Remove URLRequestJobMetrics and related code. | adamk@chromium.org | 2011-03-16 | 6 | -142/+0 |
* | Various small cleanups in URLRequestJob: | adamk@chromium.org | 2011-03-16 | 2 | -39/+23 |
* | Initial support for partitioning cookies for isolated apps. | creis@google.com | 2011-03-15 | 2 | -0/+36 |
* | Reland rest of r77399. | willchan@chromium.org | 2011-03-12 | 1 | -6/+0 |
* | Revert r77399 in preparation for merging a small portion of it to 696. | willchan@chromium.org | 2011-03-11 | 1 | -0/+6 |
* | Revert to CHECK when null entries appear in the throttler map. | joi@chromium.org | 2011-03-11 | 1 | -2/+1 |
* | Coverity: Fix unnecessary call by values. | vandebo@chromium.org | 2011-03-11 | 2 | -2/+2 |
* | Extends NetworkDelegate to avoid use of static_cast<> when handling RegisterP... | tony@chromium.org | 2011-03-10 | 3 | -0/+10 |
* | Reland r77075,r77077. | willchan@chromium.org | 2011-03-09 | 1 | -6/+0 |
* | Put Filter into namespace net. | adamk@chromium.org | 2011-03-08 | 1 | -28/+30 |
* | Fix leak of the onBeforeRequest callback in URLRequest. | mpcomplete@chromium.org | 2011-03-08 | 1 | -3/+3 |
* | Implement blocking for webRequest.onBeforeRequest extension event. | mpcomplete@chromium.org | 2011-03-08 | 4 | -8/+48 |
* | Remove GetInputStreamBufferSize() method from FilterContext. | adamk@chromium.org | 2011-03-08 | 2 | -12/+0 |
* | Revert 77075 - Don't block on stream requests on Alternate-Protocol. | jochen@chromium.org | 2011-03-07 | 1 | -0/+6 |
* | Don't block on stream requests on Alternate-Protocol. | willchan@chromium.org | 2011-03-06 | 1 | -6/+0 |
* | Change from CHECK to DCHECK and attempt to handle NULL values, in preparation... | joi@chromium.org | 2011-03-05 | 2 | -24/+17 |
* | Change other usages of .size() to .empty() when applicable. | erg@google.com | 2011-03-04 | 2 | -2/+2 |
* | Add chunked uploads support to SPDY | satish@chromium.org | 2011-03-04 | 3 | -19/+13 |
* | Revert "Add chunked uploads support to SPDY" | satish@chromium.org | 2011-03-04 | 3 | -13/+19 |
* | Add chunked uploads support to SPDY | satish@chromium.org | 2011-03-04 | 3 | -19/+13 |
* | Modify ThreadChecker and NonThreadSafe so that their | joi@chromium.org | 2011-03-03 | 2 | -52/+2 |
* | Single-threaded stress test for URLRequestThrottlerManager | joi@chromium.org | 2011-03-02 | 6 | -16/+168 |
* | Add a hard CHECK on use from a single thread to URLRequestThrottlerManager. T... | joi@chromium.org | 2011-02-25 | 3 | -51/+111 |
* | Refactor of NetworkDelegate. | willchan@chromium.org | 2011-02-24 | 8 | -33/+35 |
* | Create a URLRequestContextStorage object to provide storage for URLRequestCon... | willchan@chromium.org | 2011-02-23 | 5 | -24/+230 |
* | Send fatal proxy errors to the network delegate. | jochen@chromium.org | 2011-02-23 | 5 | -2/+138 |
* | Histogram for tracking time to HTTP-response data available. | gavinp@chromium.org | 2011-02-22 | 2 | -0/+39 |
* | Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav... | bryner@chromium.org | 2011-02-22 | 9 | -1/+67 |
* | Update customization manifest reader to match desing doc | dpolukhin@chromium.org | 2011-02-21 | 1 | -1/+1 |
* | Removing AccessLog class. This is a partial revert of yzshen's r74872. | joi@chromium.org | 2011-02-18 | 2 | -69/+1 |
* | Add unique identifier to url requests | jochen@chromium.org | 2011-02-17 | 3 | -1/+30 |
* | Reland r74842 | willchan@chromium.org | 2011-02-16 | 5 | -60/+75 |
* | Revert 75143 - Reland r74842 | willchan@chromium.org | 2011-02-16 | 5 | -75/+60 |
* | Reland r74842 | willchan@chromium.org | 2011-02-16 | 5 | -60/+75 |
* | Add checks to URLRequestThrottlerManager to help identify the cause of crashes. | yzshen@chromium.org | 2011-02-14 | 2 | -17/+108 |
* | Revert 74842 - It seems to have broken the ChromeOS "PFQ bot"? | willchan@chromium.org | 2011-02-14 | 5 | -75/+60 |