| Commit message (Expand) | Author | Age | Files | Lines |
* | Implemented chrome.experimental.webRequest.onCompleted | battre@chromium.org | 2011-04-23 | 1 | -11/+5 |
* | Remove all "net::" prefixes under net/url_request for code that's | adamk@chromium.org | 2011-03-24 | 1 | -18/+18 |
* | Move URLRequestJob's histogram logic to URLRequestHttpJob. | adamk@chromium.org | 2011-03-24 | 1 | -271/+3 |
* | Change some URLRequestJob subclasses to use ScopedRunnableMethodFactory. | willchan@chromium.org | 2011-03-19 | 1 | -3/+6 |
* | Stop subclassing FilterContext in URLRequestJob. | adamk@chromium.org | 2011-03-17 | 1 | -33/+8 |
* | Make URLRequestHttpJob the only URLRequestJob concerned with FilterContext. | adamk@chromium.org | 2011-03-17 | 1 | -11/+3 |
* | Remove URLRequestJobMetrics and related code. | adamk@chromium.org | 2011-03-16 | 1 | -25/+0 |
* | Various small cleanups in URLRequestJob: | adamk@chromium.org | 2011-03-16 | 1 | -14/+7 |
* | Remove GetInputStreamBufferSize() method from FilterContext. | adamk@chromium.org | 2011-03-08 | 1 | -8/+0 |
* | Refactor of NetworkDelegate. | willchan@chromium.org | 2011-02-24 | 1 | -4/+5 |
* | Send fatal proxy errors to the network delegate. | jochen@chromium.org | 2011-02-23 | 1 | -0/+12 |
* | Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav... | bryner@chromium.org | 2011-02-22 | 1 | -0/+5 |
* | Reorder the methods in net/url_request/. | erg@google.com | 2011-01-20 | 1 | -395/+395 |
* | net: Remove typedef net::URLRequestJob URLRequestJob; | tfarina@chromium.org | 2010-12-11 | 1 | -2/+2 |
* | net: Remove typedef net::URLRequest URLRequest; | tfarina@chromium.org | 2010-11-30 | 1 | -1/+5 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 1 | -2/+2 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -1/+1 |
* | Add the actual data being read to the OnBytesRead callback, take two. | cbentzel@chromium.org | 2010-08-06 | 1 | -19/+47 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 1 | -1/+2 |
* | Revert 54448 - Add the actual data being read to the OnBytesRead callback, ta... | cbentzel@chromium.org | 2010-07-31 | 1 | -47/+19 |
* | Add the actual data being read to the OnBytesRead callback, take two. | cbentzel@chromium.org | 2010-07-31 | 1 | -19/+47 |
* | Net: Convert username and password to string16. | thestig@chromium.org | 2010-07-29 | 1 | -3/+3 |
* | Revert "Add the actual data being read to the OnBytesRead callback." | phajdan.jr@chromium.org | 2010-07-22 | 1 | -48/+20 |
* | Add the actual data being read to the OnBytesRead callback. | cbentzel@chromium.org | 2010-07-21 | 1 | -20/+48 |
* | Move implementation from header to source. | erg@chromium.org | 2010-07-15 | 1 | -4/+63 |
* | Attempt four at landing the "histogram.h removed from message_loop.h" patch. | erg@chromium.org | 2010-07-15 | 1 | -0/+1 |
* | Revert everything related to the relanding. | erg@chromium.org | 2010-07-14 | 1 | -1/+0 |
* | Reland r52336. | erg@chromium.org | 2010-07-14 | 1 | -0/+1 |
* | Revert 52336 - More header cleanup: | erg@chromium.org | 2010-07-14 | 1 | -1/+0 |
* | More header cleanup: | erg@chromium.org | 2010-07-14 | 1 | -0/+1 |
* | Make sure that URLRequestJob holds a reference to the read IOBuffer rather th... | eroman@chromium.org | 2010-07-09 | 1 | -5/+3 |
* | Generate some histograms to see how well our compression is working. | mbelshe@chromium.org | 2010-05-21 | 1 | -2/+98 |
* | Add APIs to expose http cache's metadata and the | rvargas@google.com | 2010-02-23 | 1 | -0/+4 |
* | Replace some net::ERR_FAILED generic error codes with more specific codes. | eroman@chromium.org | 2009-09-24 | 1 | -2/+2 |
* | Prevent a crash that can occur when redirecting a file URL. | darin@chromium.org | 2009-08-21 | 1 | -1/+9 |
* | Add plumbing for allowing the renderer to intercept and cancel redirects before | darin@chromium.org | 2009-07-30 | 1 | -0/+17 |
* | Add support to URLRequest for deferring redirects. | darin@chromium.org | 2009-07-23 | 1 | -22/+30 |
* | Create a more fine grained histogram of SDCH payload sizes | jar@chromium.org | 2009-06-29 | 1 | -2/+2 |
* | Specify new methods for supporting SSL client authentication. | wtc@chromium.org | 2009-06-12 | 1 | -1/+7 |
* | Cleanup code to keep flag showing "was cached" only in URLRequestHttpJob | jar@chromium.org | 2009-05-19 | 1 | -4/+0 |
* | Adjust histograms to only collect non-cache stats for SDCH. | jar@chromium.org | 2009-05-15 | 1 | -27/+33 |
* | Change names of SDCH related histograms. | jar@chromium.org | 2009-05-02 | 1 | -24/+24 |
* | Hand craft an A/B test of SDCH compression | jar@chromium.org | 2009-04-30 | 1 | -2/+167 |
* | URLRequest::Interceptor enhancements1) Allow an interceptor to change its min... | michaeln@google.com | 2009-04-16 | 1 | -6/+11 |
* | Give the filter setup more context so it can figure out whether it's download... | thestig@chromium.org | 2009-04-10 | 1 | -0/+6 |
* | wtc: please look at URL related code, and hooks and nits | jar@chromium.org | 2009-03-13 | 1 | -1/+7 |
* | Use FilterContext to allow filters to access URLRequestJob data | jar@chromium.org | 2009-03-09 | 1 | -13/+22 |
* | Make sure filter buffer is flushed after it fills its output quota | jar@chromium.org | 2009-02-24 | 1 | -5/+23 |
* | Change URLRequest to use a ref-counted buffer for actual IO. | rvargas@google.com | 2009-01-29 | 1 | -4/+6 |
* | revert r8603 | rvargas@google.com | 2009-01-24 | 1 | -6/+4 |