summaryrefslogtreecommitdiffstats
path: root/chrome/browser/prerender/prerender_manager.h
Commit message (Expand)AuthorAgeFilesLines
* Prerendering: Add MatchComplete PPLTtburkard@chromium.org2011-11-141-1/+3
* Add information to net-internals if the user is in the no-use group.dominich@chromium.org2011-11-141-0/+1
* Revert 109719 - Prerendering: Add MatchComplete PPLTtburkard@chromium.org2011-11-111-3/+1
* Prerendering: Add MatchComplete PPLTtburkard@chromium.org2011-11-111-1/+3
* Prerender experiment to prerender, but not swap in,tburkard@chromium.org2011-11-031-0/+1
* Prerendered tabs use the same SessionStorage namespace as the tab that trigge...cbentzel@chromium.org2011-11-021-8/+15
* base::Bind: Cleanup in prerender.jhawkins@chromium.org2011-10-101-5/+5
* Changes for cross domain prerenders to not cancel when there is a window.open...shishir@chromium.org2011-10-071-20/+33
* Remove Prerender from ResourceContext and ProfileIOData.cbentzel@chromium.org2011-10-071-0/+3
* Moved PrerenderManager to ProfileKeyedService system.dominich@chromium.org2011-10-051-1/+11
* Make 50% control group for prerendering.tburkard@chromium.org2011-10-041-1/+2
* Deflake PrerenderInfiniteLoopMultiple. Issue is that link tagsmmenke@chromium.org2011-09-261-15/+5
* Add Field Trial for Prerender From Omnibox.dominich@chromium.org2011-09-201-1/+5
* Strip away base::RefCountedThreadSafe use from PrerenderManagerkushi.p@gmail.com2011-09-151-2/+0
* Revert 100003 - Moved PrerenderManager to ProfileKeyedService system.dominich@chromium.org2011-09-071-11/+1
* Moved PrerenderManager to ProfileKeyedService system.dominich@chromium.org2011-09-071-1/+11
* B0;136;0cRe-enable TopSites in PrerenderManager, this time duplicating the in...tburkard@chromium.org2011-09-061-1/+1
* Add code to keep track of what fraction of pageviews are top sites.tburkard@chromium.org2011-08-291-0/+6
* Revert 98250 - Add code to keep track of what fraction of pageviews are top s...jbates@chromium.org2011-08-251-6/+0
* Add code to keep track of what fraction of pageviews are top sites.tburkard@chromium.org2011-08-251-0/+6
* Revert 98131 - Add code to keep track of what fraction of pageviews are top s...tburkard@chromium.org2011-08-241-6/+0
* Add code to keep track of what fraction of pageviews are top sites.tburkard@chromium.org2011-08-241-0/+6
* Move prerender histograms out of prerender manager.tburkard@chromium.org2011-08-101-37/+5
* Add prerender to ChromeOS.cbentzel@chromium.org2011-07-281-0/+6
* Allow prerendering of https pages.cbentzel@chromium.org2011-07-211-0/+2
* Adding API to cancel all prerenders.dominich@chromium.org2011-07-201-0/+3
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-121-2/+2
* Updating histograms to allow for experiments & log origin-based histograms.tburkard@chromium.org2011-07-071-7/+38
* Move some prerender configuration settings out of PrerenderManager.cbentzel@chromium.org2011-06-301-16/+8
* PrerenderManager public API cleanup.dominich@chromium.org2011-06-281-52/+45
* Added prerendering to omnibox. Enable through --prerender-from-omnibox comman...dominich@chromium.org2011-06-241-17/+27
* Clear prerender history on clear history.mmenke@chromium.org2011-06-201-0/+27
* Prerender tab for net-internalscbentzel@chromium.org2011-06-151-0/+15
* Keep around old tab contents until their unload handlers are done.sreeram@chromium.org2011-05-311-0/+10
* Reduce likelihood of double-get of top-level prerendered resource.cbentzel@chromium.org2011-05-301-0/+1
* Remove old Prerender interface and mark unreachable methods as NOTREACHED()dominich@chromium.org2011-05-271-3/+0
* Determine whether or not a prerender tag comes from ammenke@chromium.org2011-05-271-6/+10
* Remove a chrome dependency by removing Prerender from ResourceDispatcherHost.dominich@chromium.org2011-05-251-1/+11
* Handle <link rel=prerender> in chrome.gavinp@chromium.org2011-05-241-7/+7
* Changes to not use the prerendered contents when window.opener needs to be set.shishir@chromium.org2011-05-221-2/+6
* Safely cancel prerenders on threads other than the UI thread.mmenke@chromium.org2011-05-201-10/+1
* Do not prerender when the URL to be prerendered was visited in the last 5 sec...tburkard@chromium.org2011-05-191-0/+16
* Revert "Changes to not use the prerendered contents when window.opener needs ...tessamac@chromium.org2011-05-171-6/+2
* Changes to not use the prerendered contents when window.opener needs to be set.shishir@chromium.org2011-05-171-2/+6
* When prerendering, delete TabContents more promptly.mmenke@chromium.org2011-05-161-1/+11
* Revert 85394 - This change broke "PrerenderBrowserTest.PrerenderWindowOpenerJ...nsylvain@chromium.org2011-05-151-6/+2
* Changes to not use the prerendered contents when window.opener needs to be set.shishir@chromium.org2011-05-141-2/+6
* Fixing bug in PrerenderManager::MoveEntryToPendingDelete. Using Destroy in Pr...shishir@chromium.org2011-05-111-1/+1
* Porting the Task Manager to the TabContents-based prerender code.dominich@chromium.org2011-05-061-0/+4
* Add RenderViewHostObserver for handling of messages for prerendering.dominich@chromium.org2011-05-051-3/+13