| Commit message (Expand) | Author | Age | Files | Lines |
* | URLRequest::Interceptor enhancements1) Allow an interceptor to change its min... | michaeln@google.com | 2009-04-16 | 9 | -74/+786 |
* | Give the filter setup more context so it can figure out whether it's download... | thestig@chromium.org | 2009-04-10 | 2 | -0/+12 |
* | Scrape search definitions from forms that have onsubmit handlers. The scrapin... | ben@chromium.org | 2009-04-10 | 1 | -9/+18 |
* | revert until I can figure out why the tests are hanging | ben@chromium.org | 2009-04-09 | 1 | -18/+9 |
* | Scrape search definitions from forms that have onsubmit handlers. The scrapin... | ben@chromium.org | 2009-04-09 | 1 | -9/+18 |
* | Switching things to FilePath: | phajdan.jr@chromium.org | 2009-04-07 | 4 | -17/+19 |
* | Fix an innocuous dcheck when going to view-cache. | rvargas@google.com | 2009-04-02 | 1 | -3/+5 |
* | Resubmitted code from revision 12809. The bug in the Windows SSL stack that | markus@chromium.org | 2009-03-31 | 2 | -7/+79 |
* | Reverting, as this changelist broke unittests on Windows. | markus@chromium.org | 2009-03-30 | 2 | -79/+7 |
* | Change the bad-certificate handler for SSL (using NSS) to return an | markus@chromium.org | 2009-03-30 | 2 | -7/+79 |
* | Move position of declaration per nit on larger CL that landed | jar@chromium.org | 2009-03-30 | 1 | -3/+1 |
* | Use HTTP status return code to make SDCH handling more robust. | jar@chromium.org | 2009-03-30 | 5 | -6/+6 |
* | Facilitate SDCH content decoding after a proxy removes ALL content info | jar@chromium.org | 2009-03-28 | 1 | -3/+6 |
* | Respect cookies set in a 401 responses when restarting the http transaction. | ericroman@google.com | 2009-03-27 | 4 | -28/+111 |
* | URLRequestFileJob provides file handle if net::LOAD_ENABLE_DOWNLOAD_FILE | hclam@chromium.org | 2009-03-26 | 2 | -0/+21 |
* | Reverting 12479 which reverted 12470. | willchan@chromium.org | 2009-03-25 | 3 | -7/+20 |
* | Reverting 12470. | willchan@chromium.org | 2009-03-25 | 3 | -20/+7 |
* | Prioritize which HTTP requests get a socket first by adding a priority level ... | willchan@chromium.org | 2009-03-25 | 3 | -7/+20 |
* | don't UMR if GetFileSize() fails. | ericroman@google.com | 2009-03-20 | 1 | -2/+2 |
* | Fix incorrect include guards in net/, where the guard didn't match the filename. | deanm@chromium.org | 2009-03-17 | 1 | -1/+1 |
* | Add command line switch "--new-ftp" for new portable FTP | wtc@chromium.org | 2009-03-16 | 4 | -2/+165 |
* | Removed unneeded includes of base/time.h. | thestig@chromium.org | 2009-03-16 | 1 | -1/+4 |
* | wtc: please look at URL related code, and hooks and nits | jar@chromium.org | 2009-03-13 | 5 | -9/+19 |
* | Highlights of changes: | hclam@chromium.org | 2009-03-13 | 1 | -0/+7 |
* | Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ... | thestig@chromium.org | 2009-03-13 | 1 | -1/+0 |
* | Remove unneeded platform_thread.h includes. Reduces number of includes from 5... | thestig@chromium.org | 2009-03-13 | 1 | -1/+0 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-11 | 24 | -24/+0 |
* | Slight code change to make some global variables const. | maruel@google.com | 2009-03-10 | 2 | -14/+18 |
* | Use FilterContext to allow filters to access URLRequestJob data | jar@chromium.org | 2009-03-09 | 16 | -43/+76 |
* | Landing again the CL that adds security info to canceled requests (last time ... | jcampan@chromium.org | 2009-03-08 | 3 | -6/+32 |
* | Revert change 11197 because it created 138 new layout tests | nsylvain@chromium.org | 2009-03-07 | 3 | -32/+6 |
* | Landing again the CL that adds security info to canceled requests (it was bre... | jcampan@chromium.org | 2009-03-07 | 3 | -6/+32 |
* | Reverting 11179. | jcampan@chromium.org | 2009-03-07 | 3 | -32/+6 |
* | This CL adds a way to specify the security info when canceling a URLRequest. | jcampan@chromium.org | 2009-03-07 | 3 | -6/+32 |
* | Revert change 10975 and 10972 because it broke the purify | nsylvain@chromium.org | 2009-03-05 | 1 | -7/+0 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 3 | -3/+3 |
* | Highlights of changes: | hclam@chromium.org | 2009-03-05 | 1 | -0/+7 |
* | Don't let an active network attacker play tricks with CONNECT tunnels throgh ... | abarth@chromium.org | 2009-02-27 | 1 | -4/+3 |
* | Don't accept the url "file:///" on windows (report an error). | estade@chromium.org | 2009-02-25 | 1 | -4/+9 |
* | Make sure filter buffer is flushed after it fills its output quota | jar@chromium.org | 2009-02-24 | 2 | -5/+28 |
* | Add line break to adhere to 80 char line limit. | darin@chromium.org | 2009-02-21 | 1 | -1/+2 |
* | Provide error reporting and recovery for SDCH responses not market as HTML | jar@chromium.org | 2009-02-21 | 1 | -2/+9 |
* | More fixes for bad reference counting. | darin@chromium.org | 2009-02-20 | 1 | -20/+18 |
* | Fix memory leak caused by bad reference counting. When the test server is | darin@chromium.org | 2009-02-20 | 1 | -6/+7 |
* | Enable SSL error handling in Linux again. | dkegel@google.com | 2009-02-19 | 2 | -356/+151 |
* | Revert 9992, as it broke origin-header-for-https.html on Webkit Linux builder | dkegel@google.com | 2009-02-19 | 2 | -151/+356 |
* | Undo revert http://codereview.chromium.org/23028 | dkegel@google.com | 2009-02-18 | 2 | -356/+151 |
* | Reduce the amount of included header files. Vast change like in "Oh God! This... | maruel@chromium.org | 2009-02-18 | 20 | -57/+104 |
* | Improve modularity of recent SDCH dictionary load checkin | jar@chromium.org | 2009-02-17 | 1 | -5/+10 |
* | Reverting r9823 (http://codereview.chromium.org/16207) because | dkegel@google.com | 2009-02-14 | 2 | -120/+376 |