summaryrefslogtreecommitdiffstats
path: root/chrome/browser/prerender
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert 98131 - Add code to keep track of what fraction of pageviews are top s...tburkard@chromium.org2011-08-244-92/+1
* Revert 98132 - Mark PrerenderTrackerNull test as flaky.tburkard@chromium.org2011-08-241-1/+1
* Mark PrerenderTrackerNull test as flaky.tburkard@chromium.org2011-08-241-1/+1
* Add code to keep track of what fraction of pageviews are top sites.tburkard@chromium.org2011-08-244-1/+92
* Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg...ananta@chromium.org2011-08-193-5/+7
* Noting prerender as inactive when in control group.dominich@chromium.org2011-08-181-4/+6
* Increase max memory allowed for prerendered pages during browser tests.cbentzel@chromium.org2011-08-171-0/+5
* Add Hover stats for 1.5s, 2s, and 3s hover thresholds.tburkard@chromium.org2011-08-171-1/+6
* A number of issues weren't addressed with the earlier patch for prerender + b...cbentzel@chromium.org2011-08-145-2/+36
* Reorganize chrome/test, part #9phajdan.jr@chromium.org2011-08-112-2/+2
* Disable PrerenderBrowserTest.BackToPrerenderedPage on win, it times out.mnissler@chromium.org2011-08-111-2/+9
* Prerender at 99%. This will be the default from now on.cbentzel@chromium.org2011-08-111-4/+4
* Fix prerender history having FINAL_STATUS_MAX as themmenke@chromium.org2011-08-111-3/+5
* Move prerender histograms out of prerender manager.tburkard@chromium.org2011-08-106-219/+338
* A fairly recent change introduced a history of page_ids for each RenderView, ...cbentzel@chromium.org2011-08-101-0/+57
* Fix prerenders in the delete list not being returned bymmenke@chromium.org2011-08-061-1/+1