| Commit message (Expand) | Author | Age | Files | Lines |
* | Move url_request_mock_http_job to net/test/url_request/ | xunjieli | 2014-09-10 | 1 | -4/+4 |
* | Allow URLRequests from one context to have different NetworkDelegates. | mmenke@chromium.org | 2014-08-21 | 1 | -15/+15 |
* | Plumb redirect info out of net, through content, and into child processes. | davidben@chromium.org | 2014-08-15 | 1 | -2/+3 |
* | content: ResourceType cleanup. | tfarina@chromium.org | 2014-07-31 | 1 | -8/+21 |
* | Move resource_type.* from webkit/ to content/. | tfarina@chromium.org | 2014-07-05 | 1 | -0/+1 |
* | Move pending prerender logic into PrerenderLinkManager. | davidben@chromium.org | 2014-02-04 | 1 | -1/+0 |
* | Make PrerenderTracker's resource_throttle_io_thread_map_ use RenderFrame IDs ... | jam@chromium.org | 2014-01-21 | 1 | -72/+3 |
* | Remove PrerenderTracker::TryCancel* methods and associated ones, since destru... | jam@chromium.org | 2014-01-10 | 1 | -290/+4 |
* | Remove calls of PrerenderTracker::TryCancelOnIOThread in PrerenderResourceThr... | jam@chromium.org | 2014-01-03 | 1 | -4/+12 |
* | Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in Int... | jam@chromium.org | 2013-12-28 | 1 | -4/+5 |
* | [Net] Add a priority parameter to URLRequest's constructor | akalin@chromium.org | 2013-10-31 | 1 | -12/+17 |
* | Add header to defer redirects until prerenders become visible. | davidben@chromium.org | 2013-10-01 | 1 | -1/+246 |
* | Use a direct include of the message_loop header in chrome/browser/, part 8. | avi@chromium.org | 2013-07-17 | 1 | -1/+1 |
* | chrome: Use base::MessageLoop. (Part 3) | xhwang@chromium.org | 2013-05-28 | 1 | -1/+1 |
* | Make PrerenderHandle an observer of PrerenderContents. | gavinp@chromium.org | 2012-12-15 | 1 | -0/+1 |
* | Add observer interface to PrerenderContents. | gavinp@chromium.org | 2012-12-08 | 1 | -96/+223 |
* | chrome/browser: Update calls from RunAllPending() to RunUntilIdle(). | tfarina@chromium.org | 2012-11-17 | 1 | -1/+1 |
* | Move test_browser_thread.h from content\test to content\public\test. This way... | jam@chromium.org | 2012-06-04 | 1 | -1/+1 |
* | Remove PrerenderResourceThrottle and related infrastructure. | cbentzel@chromium.org | 2012-04-10 | 1 | -42/+1 |
* | Switch to IWYU for files that previously were getting a bunch of | joi@chromium.org | 2011-12-01 | 1 | -0/+1 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+2 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -3/+3 |
* | Switch ChromeTestSuite to the same convention as ContentTestSuite: | phajdan.jr@chromium.org | 2011-08-27 | 1 | -2/+1 |
* | Revert 98132 - Mark PrerenderTrackerNull test as flaky. | tburkard@chromium.org | 2011-08-24 | 1 | -1/+1 |
* | Mark PrerenderTrackerNull test as flaky. | tburkard@chromium.org | 2011-08-24 | 1 | -1/+1 |
* | Reorganize chrome/test, part #9 | phajdan.jr@chromium.org | 2011-08-11 | 1 | -1/+1 |
* | Move some prerender configuration settings out of PrerenderManager. | cbentzel@chromium.org | 2011-06-30 | 1 | -1/+1 |
* | PrerenderManager public API cleanup. | dominich@chromium.org | 2011-06-28 | 1 | -4/+3 |
* | Added prerendering to omnibox. Enable through --prerender-from-omnibox comman... | dominich@chromium.org | 2011-06-24 | 1 | -8/+8 |
* | Reduce likelihood of double-get of top-level prerendered resource. | cbentzel@chromium.org | 2011-05-30 | 1 | -0/+41 |
* | Remove a chrome dependency by removing Prerender from ResourceDispatcherHost. | dominich@chromium.org | 2011-05-25 | 1 | -3/+6 |
* | Safely cancel prerenders on threads other than the UI thread. | mmenke@chromium.org | 2011-05-20 | 1 | -0/+294 |