summaryrefslogtreecommitdiffstats
path: root/chrome/browser/prerender/prerender_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Prerender experiment to prerender, but not swap in,tburkard@chromium.org2011-11-031-1/+11
* Prerendered tabs use the same SessionStorage namespace as the tab that trigge...cbentzel@chromium.org2011-11-021-14/+36
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-3/+3
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-1/+1
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-7/+8
* base::Bind: Cleanup in prerender.jhawkins@chromium.org2011-10-101-3/+3
* Changes for cross domain prerenders to not cancel when there is a window.open...shishir@chromium.org2011-10-071-4/+6
* Remove Prerender from ResourceContext and ProfileIOData.cbentzel@chromium.org2011-10-071-0/+17
* base::Bind: Convert a few more instances.jhawkins@chromium.org2011-10-051-3/+4
* Moved PrerenderManager to ProfileKeyedService system.dominich@chromium.org2011-10-051-5/+14
* Make 50% control group for prerendering.tburkard@chromium.org2011-10-041-2/+3
* DevTools: disable page prerendering for inspected tabsyurys@chromium.org2011-10-031-0/+8
* Added multiple NetworkActionPredictor heuristics and a field trial to select ...dominich@chromium.org2011-09-271-1/+21
* Deflake PrerenderInfiniteLoopMultiple. Issue is that link tagsmmenke@chromium.org2011-09-261-81/+20
* Add Field Trial for Prerender From Omnibox.dominich@chromium.org2011-09-201-4/+4
* Revert 100003 - Moved PrerenderManager to ProfileKeyedService system.dominich@chromium.org2011-09-071-14/+5
* Moved PrerenderManager to ProfileKeyedService system.dominich@chromium.org2011-09-071-5/+14
* B0;136;0cRe-enable TopSites in PrerenderManager, this time duplicating the in...tburkard@chromium.org2011-09-061-16/+4
* Nukes remove_first_entry from CopyStateFromAndPrune. This turned out bad for ...sky@chromium.org2011-09-031-2/+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
* TabContentsWrapper cleanup.avi@chromium.org2011-08-311-5/+5
* Tighten conditions for when a URL is a search result, and movetburkard@chromium.org2011-08-301-5/+1
* 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-291-1/+80
* Revert 98250 - Add code to keep track of what fraction of pageviews are top s...jbates@chromium.org2011-08-251-64/+1
* Add code to keep track of what fraction of pageviews are top sites.tburkard@chromium.org2011-08-251-1/+64
* Revert 98131 - Add code to keep track of what fraction of pageviews are top s...tburkard@chromium.org2011-08-241-59/+1
* Add code to keep track of what fraction of pageviews are top sites.tburkard@chromium.org2011-08-241-1/+59
* Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg...ananta@chromium.org2011-08-191-1/+2
* Noting prerender as inactive when in control group.dominich@chromium.org2011-08-181-4/+6
* A number of issues weren't addressed with the earlier patch for prerender + b...cbentzel@chromium.org2011-08-141-0/+8
* Move prerender histograms out of prerender manager.tburkard@chromium.org2011-08-101-181/+22
* Fix prerenders in the delete list not being returned bymmenke@chromium.org2011-08-061-1/+1
* Removal of Profile from content part 3.avi@chromium.org2011-07-281-2/+3
* Add prerender to ChromeOS.cbentzel@chromium.org2011-07-281-1/+18
* Adding API to cancel all prerenders.dominich@chromium.org2011-07-201-0/+11
* Updating histograms to allow for experiments & log origin-based histograms.tburkard@chromium.org2011-07-071-52/+154
* Removes pure virtual methods from TabContentsDelegate and removes allsky@chromium.org2011-07-011-13/+0
* Move some prerender configuration settings out of PrerenderManager.cbentzel@chromium.org2011-06-301-51/+5
* PrerenderManager public API cleanup.dominich@chromium.org2011-06-281-100/+71
* Adding Origin to net-internals#prerender and fix a page ID conflict.dominich@chromium.org2011-06-281-0/+1
* Removal of POST as invalid http methoddominich@chromium.org2011-06-271-1/+2
* Added prerendering to omnibox. Enable through --prerender-from-omnibox comman...dominich@chromium.org2011-06-241-22/+45
* Fix up prerendering net-internals page and add some data:mmenke@chromium.org2011-06-211-1/+3
* Clear prerender history on clear history.mmenke@chromium.org2011-06-201-7/+22
* Prerender tab for net-internalscbentzel@chromium.org2011-06-151-1/+39