| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove resource_request_info_impl.h dependency from chrome. This also makes b... | jam@chromium.org | 2012-03-23 | 4 | -0/+276 |
* | Move the owners file that was beside all the test url request jobs to the new... | jam@chromium.org | 2012-03-15 | 1 | -11/+0 |
* | Add agl, cbentzel, mattm, and rtenneti to chrome/browser/net/OWNERS | wtc@chromium.org | 2012-03-13 | 1 | -0/+4 |
* | Per recent discussion on chromium-dev@, we are going to disallow nested "set ... | dpranke@chromium.org | 2012-03-13 | 1 | -1/+0 |
* | Move all the test URLRequestJobs to content/test/net. | jam@chromium.org | 2012-03-12 | 10 | -868/+0 |
* | Move creation and ownership of BrowserOnlineStateObserver to content. | jam@chromium.org | 2012-03-11 | 2 | -3/+1 |
* | Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leaky | fischman@chromium.org | 2012-01-26 | 2 | -9/+4 |
* | Convert use of int ms to TimeDelta in files owned by jar. | tedvessenes@gmail.com | 2012-01-12 | 1 | -3/+3 |
* | Remove task.h and finish base::Bind() migration. | ajwong@chromium.org | 2012-01-06 | 1 | -1/+0 |
* | Restructure URLRequestSlowDownloadJob to avoid races. | rdsmith@chromium.org | 2011-11-22 | 2 | -36/+98 |
* | Define the public interface for content browser RenderProcessHost. This inter... | ananta@chromium.org | 2011-11-18 | 1 | -2/+3 |
* | Add OVERRIDE to content/. | avi@chromium.org | 2011-11-17 | 5 | -11/+14 |
* | Enable content component (again!). | dpranke@chromium.org | 2011-11-16 | 1 | -2/+1 |
* | Convert NewRunnableFunction/NewRunnableMethod calls to use base::Bind(). | dcheng@chromium.org | 2011-11-15 | 4 | -14/+16 |
* | Allow linker initialization of lazy instance | joth@chromium.org | 2011-11-15 | 1 | -1/+2 |
* | Fix URLRequestJobAbortOnEndJob::ReadRawData | gavinp@chromium.org | 2011-11-11 | 1 | -1/+1 |
* | Revert 109534 since this change broke clobbered component build. | sadrul@chromium.org | 2011-11-11 | 1 | -1/+2 |
* | reenable component build w/ fix to test_support_content | dpranke@chromium.org | 2011-11-10 | 1 | -2/+1 |
* | content: Remove 16 exit time destructors and 15 static initializers. | thakis@chromium.org | 2011-11-08 | 6 | -34/+53 |
* | Add a browsertest for bug 75604 | gavinp@chromium.org | 2011-11-07 | 2 | -0/+157 |
* | Revert 108868 - Add a browsertest for bug 75604 | gavinp@chromium.org | 2011-11-07 | 2 | -157/+0 |
* | Add a browsertest for bug 75604 | gavinp@chromium.org | 2011-11-07 | 2 | -0/+157 |
* | Revert 108864 - Add a browsertest for bug 75604 | gavinp@chromium.org | 2011-11-07 | 2 | -157/+0 |
* | Add a browsertest for bug 75604 | gavinp@chromium.org | 2011-11-07 | 2 | -0/+157 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+2 |
* | Revert 107949 - Add a browsertest for bug 75604 | gavinp@chromium.org | 2011-10-31 | 2 | -157/+0 |
* | Add a browsertest for bug 75604 | gavinp@chromium.org | 2011-10-31 | 2 | -0/+157 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -2/+2 |
* | more content exports. | dpranke@chromium.org | 2011-10-27 | 1 | -1/+1 |
* | Fix DownloadCancelled test to be more precise about verifying requests cleared. | rdsmith@chromium.org | 2011-10-20 | 2 | -15/+29 |
* | Browser test to catch corrupted downloads. | ahendrickson@chromium.org | 2011-10-19 | 2 | -24/+29 |
* | Move url_constansts.h to content/public/common. | jam@chromium.org | 2011-10-14 | 1 | -1/+1 |
* | more content exports needed for unit_tests and browser_tests. | dpranke@chromium.org | 2011-09-30 | 2 | -4/+4 |
* | Revert 102126 - Make cancel remove cancelled download from active queues at t... | rdsmith@chromium.org | 2011-09-21 | 2 | -49/+21 |
* | Make cancel remove cancelled download from active queues at time of cancel. | rdsmith@chromium.org | 2011-09-21 | 2 | -21/+49 |
* | Revert 101510 - Make cancel remove cancelled download from active queues at t... | rdsmith@chromium.org | 2011-09-16 | 2 | -49/+21 |
* | Make cancel remove cancelled download from active queues at time of cancel. | rdsmith@chromium.org | 2011-09-16 | 2 | -21/+49 |
* | Annotate all of the functions in content that need to be exported, in prepara... | dpranke@chromium.org | 2011-09-13 | 5 | -9/+14 |
* | Update base/timer.h code to pass through Location from call sites. (reland) o... | jbates@chromium.org | 2011-09-02 | 1 | -1/+1 |
* | Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, | mattm@chromium.org | 2011-09-02 | 1 | -1/+1 |
* | Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th... | jbates@chromium.org | 2011-09-02 | 1 | -1/+1 |
* | Delete url_request_mock_net_error_job.*. | evan@chromium.org | 2011-08-08 | 2 | -186/+0 |
* | Revert 92870 - Modified cancel and interrupt processing to avoid race with hi... | rdsmith@chromium.org | 2011-07-18 | 2 | -48/+20 |
* | Modified cancel and interrupt processing to avoid race with history. | rdsmith@chromium.org | 2011-07-18 | 2 | -20/+48 |
* | Fix leaking request IDs in webRequest API | battre@chromium.org | 2011-07-13 | 1 | -2/+1 |
* | Revert 92331 - Fix leaking request IDs in webRequest API | battre@chromium.org | 2011-07-13 | 1 | -1/+2 |
* | Fix leaking request IDs in webRequest API | battre@chromium.org | 2011-07-13 | 1 | -2/+1 |
* | Convert ViewMsg_NetworkStateChanged from routed -> control, | adamk@chromium.org | 2011-07-12 | 2 | -0/+51 |
* | Copy chrome/browser/net/OWNERS to content/browser/net/OWNERS | battre@chromium.org | 2011-07-12 | 1 | -0/+8 |
* | Revert 91390 (build breakage) - Convert ViewMsg_NetworkStateChanged from rout... | adamk@google.com | 2011-07-02 | 2 | -51/+0 |