| Commit message (Expand) | Author | Age | Files | Lines |
* | TestPrerenderContents that are deleted after exiting the | mmenke@chromium.org | 2011-09-28 | 1 | -1/+16 |
* | Added multiple NetworkActionPredictor heuristics and a field trial to select ... | dominich@chromium.org | 2011-09-27 | 7 | -19/+74 |
* | Deflake PrerenderInfiniteLoopMultiple. Issue is that link tags | mmenke@chromium.org | 2011-09-26 | 6 | -118/+131 |
* | Change Prefetch Field Trial so the default group is to enable prerender. | cbentzel@chromium.org | 2011-09-23 | 1 | -20/+11 |
* | Deflake PrerenderBrowserTest.PrerenderClientRedirectInIframe. | mmenke@chromium.org | 2011-09-23 | 1 | -6/+4 |
* | Add Field Trial for Prerender From Omnibox. | dominich@chromium.org | 2011-09-20 | 4 | -7/+62 |
* | Strip away base::RefCountedThreadSafe use from PrerenderManager | kushi.p@gmail.com | 2011-09-15 | 1 | -2/+0 |
* | Remove redundant LoadURLWithHeaders method. | rogerta@chromium.org | 2011-09-10 | 2 | -2/+4 |
* | Fix PrerenderBrowserTest.PrerenderInfiniteLoop flake due | mmenke@chromium.org | 2011-09-09 | 1 | -1/+7 |
* | Accidentally enabled the wrong test. | mmenke@chromium.org | 2011-09-09 | 1 | -8/+3 |
* | Fix PrerenderBrowserTest.PrerenderInfiniteLoop flake due to process destructi... | mmenke@chromium.org | 2011-09-09 | 1 | -3/+8 |
* | Mark PrerenderBrowserTest.PrerenderInfiniteLoop as no longer | mmenke@chromium.org | 2011-09-08 | 1 | -2/+1 |
* | Fix the chrome prerendering code to handle the following IPC messages via the... | ananta@chromium.org | 2011-09-07 | 5 | -109/+47 |
* | Revert 100003 - Moved PrerenderManager to ProfileKeyedService system. | dominich@chromium.org | 2011-09-07 | 7 | -120/+12 |
* | Moved PrerenderManager to ProfileKeyedService system. | dominich@chromium.org | 2011-09-07 | 7 | -12/+120 |
* | Moved the following IPCs out of chrome into content where they are handled by | ananta@chromium.org | 2011-09-06 | 2 | -39/+31 |
* | B0;136;0cRe-enable TopSites in PrerenderManager, this time duplicating the in... | tburkard@chromium.org | 2011-09-06 | 4 | -19/+7 |
* | Nukes remove_first_entry from CopyStateFromAndPrune. This turned out bad for ... | sky@chromium.org | 2011-09-03 | 1 | -2/+1 |
* | Use only 1 hover threshold of 250ms for hover histograms. | tburkard@chromium.org | 2011-09-03 | 1 | -16/+1 |
* | Update base/timer.h code to pass through Location from call sites. (reland) o... | jbates@chromium.org | 2011-09-02 | 1 | -2/+2 |
* | Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, | mattm@chromium.org | 2011-09-02 | 1 | -2/+2 |
* | Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th... | jbates@chromium.org | 2011-09-02 | 1 | -2/+2 |
* | Disable creation of the class using TopSites to collect navigation stats | tburkard@chromium.org | 2011-09-01 | 1 | -4/+2 |
* | Deflake PrerenderExcessiveMemory, fixing a race in setting | mmenke@chromium.org | 2011-09-01 | 2 | -56/+72 |
* | TabContentsWrapper cleanup. | avi@chromium.org | 2011-08-31 | 3 | -34/+34 |
* | Tighten conditions for when a URL is a search result, and move | tburkard@chromium.org | 2011-08-30 | 4 | -6/+38 |
* | Deflake prerender_browsertests focused on back navigation, and add some more. | mmenke@chromium.org | 2011-08-30 | 1 | -91/+183 |
* | Do not count image search results towards the GWS metric. | tburkard@chromium.org | 2011-08-30 | 1 | -1/+2 |
* | Add code to keep track of what fraction of pageviews are top sites. | tburkard@chromium.org | 2011-08-29 | 4 | -3/+117 |
* | Revert 98539 | thakis@chromium.org | 2011-08-27 | 3 | -66/+52 |
* | Deflake PrerenderExcessiveMemory, fixing a race in setting | mmenke@chromium.org | 2011-08-27 | 3 | -52/+66 |
* | Switch ChromeTestSuite to the same convention as ContentTestSuite: | phajdan.jr@chromium.org | 2011-08-27 | 2 | -4/+2 |
* | Revert 98250 - Add code to keep track of what fraction of pageviews are top s... | jbates@chromium.org | 2011-08-25 | 4 | -99/+3 |
* | Add code to keep track of what fraction of pageviews are top sites. | tburkard@chromium.org | 2011-08-25 | 4 | -3/+99 |
* | Revert 98131 - Add code to keep track of what fraction of pageviews are top s... | tburkard@chromium.org | 2011-08-24 | 4 | -92/+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 |
* | Add code to keep track of what fraction of pageviews are top sites. | tburkard@chromium.org | 2011-08-24 | 4 | -1/+92 |
* | Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg... | ananta@chromium.org | 2011-08-19 | 3 | -5/+7 |
* | Noting prerender as inactive when in control group. | dominich@chromium.org | 2011-08-18 | 1 | -4/+6 |
* | Increase max memory allowed for prerendered pages during browser tests. | cbentzel@chromium.org | 2011-08-17 | 1 | -0/+5 |
* | Add Hover stats for 1.5s, 2s, and 3s hover thresholds. | tburkard@chromium.org | 2011-08-17 | 1 | -1/+6 |
* | A number of issues weren't addressed with the earlier patch for prerender + b... | cbentzel@chromium.org | 2011-08-14 | 5 | -2/+36 |
* | Reorganize chrome/test, part #9 | phajdan.jr@chromium.org | 2011-08-11 | 2 | -2/+2 |
* | Disable PrerenderBrowserTest.BackToPrerenderedPage on win, it times out. | mnissler@chromium.org | 2011-08-11 | 1 | -2/+9 |
* | Prerender at 99%. This will be the default from now on. | cbentzel@chromium.org | 2011-08-11 | 1 | -4/+4 |
* | Fix prerender history having FINAL_STATUS_MAX as the | mmenke@chromium.org | 2011-08-11 | 1 | -3/+5 |
* | Move prerender histograms out of prerender manager. | tburkard@chromium.org | 2011-08-10 | 6 | -219/+338 |
* | A fairly recent change introduced a history of page_ids for each RenderView, ... | cbentzel@chromium.org | 2011-08-10 | 1 | -0/+57 |
* | Fix prerenders in the delete list not being returned by | mmenke@chromium.org | 2011-08-06 | 1 | -1/+1 |