| Commit message (Expand) | Author | Age | Files | Lines |
* | A bunch of work to transition from render_view_id to render_frame_id. | jam@chromium.org | 2013-12-20 | 3 | -10/+11 |
* | Move a bunch of code in content\common (as well as a few left in renderer) to... | jam@chromium.org | 2012-10-22 | 2 | -0/+8 |
* | Remove #pragma once from content | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | roll rlz 130:132 | thakis@chromium.org | 2012-06-19 | 1 | -14/+0 |
* | Move content::URLFetcher static functions to net::URLFetcher | akalin@chromium.org | 2012-06-19 | 1 | -26/+10 |
* | Move URLFetcherImpl to net/ | akalin@chromium.org | 2012-06-15 | 4 | -1570/+64 |
* | Move URLFetcherCore to net/ | akalin@chromium.org | 2012-06-13 | 4 | -1430/+7 |
* | Add support to URLFetcher for stopping on redirects. Use this in AlternateNa... | pkasting@chromium.org | 2012-06-07 | 5 | -32/+122 |
* | Reorder definitions to match declarations for url_fetcher_core.*. | pkasting@chromium.org | 2012-06-06 | 1 | -214/+224 |
* | Add sanity-CHECK that UrlFetcherCore is passed a valid URL | wez@chromium.org | 2012-05-25 | 1 | -0/+1 |
* | Move URLFetcherFactory from content to net | akalin@chromium.org | 2012-05-25 | 2 | -7/+10 |
* | Change most content::URLFetcher references to net::URLFetcher | akalin@chromium.org | 2012-05-23 | 5 | -33/+35 |
* | Remove content::URLFetcherDelegate | akalin@chromium.org | 2012-05-22 | 5 | -28/+27 |
* | Make AssociateWithRenderView() a free function in the 'content' namespace | akalin@chromium.org | 2012-05-22 | 4 | -32/+46 |
* | Add the StackTrace to the URLFetcher crash dumps. | willchan@chromium.org | 2012-05-12 | 2 | -0/+5 |
* | Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/ | akalin@chromium.org | 2012-05-11 | 1 | -28/+28 |
* | Stop refcounting URLRequestContext. | willchan@chromium.org | 2012-05-11 | 1 | -7/+7 |
* | Make URLRequestThrottlerManager a member of URLRequestContext. | joi@chromium.org | 2012-05-02 | 3 | -97/+163 |
* | add methods to URLFetcherDelegate to get download data from URLFetcherCore: | kuan@chromium.org | 2012-04-27 | 2 | -0/+24 |
* | Fixed a bug in URLFetcherCore that caused random failures if stopped (because... | primiano@chromium.org | 2012-04-25 | 1 | -0/+5 |
* | Valgrind: Fix uninitialized variable from r133076. | thestig@chromium.org | 2012-04-19 | 1 | -0/+1 |
* | Remove references to renderer from URLFetcherCore | akalin@chromium.org | 2012-04-19 | 3 | -30/+49 |
* | URLFetcher: Skip posting to IO thread if already on IO thread. | willchan@chromium.org | 2012-04-17 | 1 | -1/+5 |
* | All classes that directly derive from net::URLRequestContextGetter should hav... | rsleevi@chromium.org | 2012-04-06 | 1 | -2/+3 |
* | Move URLFetcherImpl::Core into its own class and file | akalin@chromium.org | 2012-04-02 | 4 | -1148/+1356 |
* | Revert 129018 - Revert 128993 - Refactor BaseTimer to avoid spamming the Mess... | jbates@chromium.org | 2012-03-27 | 1 | -3/+5 |
* | Revert 128993 - Refactor BaseTimer to avoid spamming the MessageLoop with orp... | aa@chromium.org | 2012-03-26 | 1 | -5/+3 |
* | Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks. | jbates@chromium.org | 2012-03-26 | 1 | -3/+5 |
* | Revert "Refactor BaseTimer to avoid spamming the MessageLoop with orphaned ta... | rnk@chromium.org | 2012-03-23 | 1 | -5/+3 |
* | Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks. | jbates@chromium.org | 2012-03-23 | 1 | -3/+5 |
* | Expose upload progress from URLFetcher. | kinaba@chromium.org | 2012-03-15 | 2 | -2/+103 |
* | net: always enable NSS's HTTP fetches | agl@chromium.org | 2012-03-14 | 1 | -2/+2 |
* | Revert 126589 - Expose upload progress from URLFetcher. | kinaba@chromium.org | 2012-03-14 | 2 | -95/+2 |
* | Expose upload progress from URLFetcher. | kinaba@chromium.org | 2012-03-14 | 2 | -2/+95 |
* | Make test server to talk with the python test server which is running on remo... | jnd@chromium.org | 2012-03-12 | 1 | -0/+3 |
* | Add URLFetcher::SaveResponseToFileAtPath | hashimoto@chromium.org | 2012-03-09 | 3 | -61/+273 |
* | Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate. | jochen@chromium.org | 2012-03-09 | 5 | -11/+85 |
* | Order content::URLFetcher test code correctly | hashimoto@chromium.org | 2012-03-03 | 1 | -102/+109 |
* | Rename URLFetcherImpl::Core::TempFileWriter to FileWriter | hashimoto@chromium.org | 2012-03-03 | 2 | -108/+98 |
* | Move TestURLRequestContextGetter to url_request_test_util.{h,cc} | akalin@chromium.org | 2012-03-02 | 1 | -24/+0 |
* | Add download progress notification to URLFetcher. | kinaba@chromium.org | 2012-02-29 | 2 | -4/+139 |
* | Remove usage of a deprecated TestServer constructor. | erikwright@chromium.org | 2012-02-24 | 1 | -16/+46 |
* | content::URLFetcher: Add HTTP PUT request type and method to append header st... | kuan@chromium.org | 2012-02-07 | 2 | -2/+8 |
* | URLFetcherTempFileTest should not be flaky after 120507. | sergeyu@chromium.org | 2012-02-05 | 1 | -8/+2 |
* | Mark URLFetcherTempFileTest.LargeGet FLAKY_ on ChromeOS to stop halting the tree | dbeam@chromium.org | 2012-02-05 | 1 | -2/+8 |
* | Enable SmallGet. The test that caused original failure has been disabled in 1... | sergeyu@chromium.org | 2012-02-05 | 1 | -2/+2 |
* | Disable URLFetcherTempFileTest.SmallGet | tim@chromium.org | 2012-02-02 | 1 | -2/+2 |
* | Convert use of int ms to TimeDelta in files owned by eroman. | tedvessenes@gmail.com | 2012-01-28 | 1 | -1/+2 |
* | [Coverity] Fixed call by value to by reference | groby@chromium.org | 2012-01-12 | 1 | -3/+3 |
* | Added HTTP DELETE request type to content:URLFetcher. | zelidrag@chromium.org | 2011-12-13 | 1 | -0/+4 |