summaryrefslogtreecommitdiffstats
path: root/chrome/browser/prerender
Commit message (Expand)AuthorAgeFilesLines
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-132-4/+5
* Prerender field trial: Revert back to 99% enabled for stable&beta,tburkard@chromium.org2011-10-121-14/+20
* Adding disable option to prerender from omnibox switch.dominich@chromium.org2011-10-112-22/+32
* Use TYPED PageTransition for Omnibox prerendering.dominich@chromium.org2011-10-101-2/+6
* base::Bind: Cleanup in prerender.jhawkins@chromium.org2011-10-104-39/+34
* Fix histogram recording bug.tburkard@chromium.org2011-10-102-1/+17
* Only record prerender histograms for http & https schemes,tburkard@chromium.org2011-10-073-0/+10
* Changes for cross domain prerenders to not cancel when there is a window.open...shishir@chromium.org2011-10-076-53/+116
* Remove Prerender from ResourceContext and ProfileIOData.cbentzel@chromium.org2011-10-074-7/+23
* Fix flipped check for command line check for omnibox prerenderingdominich@chromium.org2011-10-071-1/+1
* base::Bind: Convert a few more instances.jhawkins@chromium.org2011-10-051-3/+4
* Moved PrerenderManager to ProfileKeyedService system.dominich@chromium.org2011-10-057-12/+127
* Make 50% control group for prerendering.tburkard@chromium.org2011-10-049-19/+63
* Re-enable PrerenderBrowserTest.PrerenderClearHistory.mmenke@chromium.org2011-10-031-2/+1
* Splitting the NetworkActionPredictor.Action histogram based on field trial.dominich@chromium.org2011-10-033-3/+31
* DevTools: disable page prerendering for inspected tabsyurys@chromium.org2011-10-034-0/+38
* TestPrerenderContents that are deleted after exiting themmenke@chromium.org2011-09-281-1/+16
* Added multiple NetworkActionPredictor heuristics and a field trial to select ...dominich@chromium.org2011-09-277-19/+74
* Deflake PrerenderInfiniteLoopMultiple. Issue is that link tagsmmenke@chromium.org2011-09-266-118/+131
* Change Prefetch Field Trial so the default group is to enable prerender.cbentzel@chromium.org2011-09-231-20/+11
* Deflake PrerenderBrowserTest.PrerenderClientRedirectInIframe.mmenke@chromium.org2011-09-231-6/+4
* Add Field Trial for Prerender From Omnibox.dominich@chromium.org2011-09-204-7/+62
* Strip away base::RefCountedThreadSafe use from PrerenderManagerkushi.p@gmail.com2011-09-151-2/+0
* Remove redundant LoadURLWithHeaders method.rogerta@chromium.org2011-09-102-2/+4
* Fix PrerenderBrowserTest.PrerenderInfiniteLoop flake duemmenke@chromium.org2011-09-091-1/+7
* Accidentally enabled the wrong test.mmenke@chromium.org2011-09-091-8/+3
* Fix PrerenderBrowserTest.PrerenderInfiniteLoop flake due to process destructi...mmenke@chromium.org2011-09-091-3/+8
* Mark PrerenderBrowserTest.PrerenderInfiniteLoop as no longermmenke@chromium.org2011-09-081-2/+1
* Fix the chrome prerendering code to handle the following IPC messages via the...ananta@chromium.org2011-09-075-109/+47
* Revert 100003 - Moved PrerenderManager to ProfileKeyedService system.dominich@chromium.org2011-09-077-120/+12
* Moved PrerenderManager to ProfileKeyedService system.dominich@chromium.org2011-09-077-12/+120
* Moved the following IPCs out of chrome into content where they are handled by ananta@chromium.org2011-09-062-39/+31
* B0;136;0cRe-enable TopSites in PrerenderManager, this time duplicating the in...tburkard@chromium.org2011-09-064-19/+7
* Nukes remove_first_entry from CopyStateFromAndPrune. This turned out bad for ...sky@chromium.org2011-09-031-2/+1
* Use only 1 hover threshold of 250ms for hover histograms.tburkard@chromium.org2011-09-031-16/+1
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-2/+2
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-2/+2
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-2/+2
* Disable creation of the class using TopSites to collect navigation statstburkard@chromium.org2011-09-011-4/+2
* Deflake PrerenderExcessiveMemory, fixing a race in setting mmenke@chromium.org2011-09-012-56/+72
* TabContentsWrapper cleanup.avi@chromium.org2011-08-313-34/+34
* Tighten conditions for when a URL is a search result, and movetburkard@chromium.org2011-08-304-6/+38
* Deflake prerender_browsertests focused on back navigation, and add some more. mmenke@chromium.org2011-08-301-91/+183
* Do not count image search results towards the GWS metric.tburkard@chromium.org2011-08-301-1/+2
* Add code to keep track of what fraction of pageviews are top sites.tburkard@chromium.org2011-08-294-3/+117
* Revert 98539thakis@chromium.org2011-08-273-66/+52
* Deflake PrerenderExcessiveMemory, fixing a race in setting mmenke@chromium.org2011-08-273-52/+66
* Switch ChromeTestSuite to the same convention as ContentTestSuite:phajdan.jr@chromium.org2011-08-272-4/+2
* Revert 98250 - Add code to keep track of what fraction of pageviews are top s...jbates@chromium.org2011-08-254-99/+3
* Add code to keep track of what fraction of pageviews are top sites.tburkard@chromium.org2011-08-254-3/+99