| Commit message (Expand) | Author | Age | Files | Lines |
* | Move PageTransition into content namespace. While I'm touching all these file... | jam@chromium.org | 2011-10-13 | 2 | -4/+5 |
* | Prerender field trial: Revert back to 99% enabled for stable&beta, | tburkard@chromium.org | 2011-10-12 | 1 | -14/+20 |
* | Adding disable option to prerender from omnibox switch. | dominich@chromium.org | 2011-10-11 | 2 | -22/+32 |
* | Use TYPED PageTransition for Omnibox prerendering. | dominich@chromium.org | 2011-10-10 | 1 | -2/+6 |
* | base::Bind: Cleanup in prerender. | jhawkins@chromium.org | 2011-10-10 | 4 | -39/+34 |
* | Fix histogram recording bug. | tburkard@chromium.org | 2011-10-10 | 2 | -1/+17 |
* | Only record prerender histograms for http & https schemes, | tburkard@chromium.org | 2011-10-07 | 3 | -0/+10 |
* | Changes for cross domain prerenders to not cancel when there is a window.open... | shishir@chromium.org | 2011-10-07 | 6 | -53/+116 |
* | Remove Prerender from ResourceContext and ProfileIOData. | cbentzel@chromium.org | 2011-10-07 | 4 | -7/+23 |
* | Fix flipped check for command line check for omnibox prerendering | dominich@chromium.org | 2011-10-07 | 1 | -1/+1 |
* | base::Bind: Convert a few more instances. | jhawkins@chromium.org | 2011-10-05 | 1 | -3/+4 |
* | Moved PrerenderManager to ProfileKeyedService system. | dominich@chromium.org | 2011-10-05 | 7 | -12/+127 |
* | Make 50% control group for prerendering. | tburkard@chromium.org | 2011-10-04 | 9 | -19/+63 |
* | Re-enable PrerenderBrowserTest.PrerenderClearHistory. | mmenke@chromium.org | 2011-10-03 | 1 | -2/+1 |
* | Splitting the NetworkActionPredictor.Action histogram based on field trial. | dominich@chromium.org | 2011-10-03 | 3 | -3/+31 |
* | DevTools: disable page prerendering for inspected tabs | yurys@chromium.org | 2011-10-03 | 4 | -0/+38 |
* | 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 |