summaryrefslogtreecommitdiffstats
path: root/chrome/browser/prerender/prerender_manager.h
Commit message (Expand)AuthorAgeFilesLines
* Upstreaming prerendering changes for Android.jcivelli@chromium.org2012-02-161-0/+4
* Cancel prerenders from Omnibox if we navigate to a different URL than predicted.dominich@chromium.org2012-01-311-16/+16
* Revert 119699 - Cancel prerenders from Omnibox if we navigate to a different ...dominich@google.com2012-01-301-13/+16
* Cancel prerenders from Omnibox if we navigate to a different URL than predicted.dominich@chromium.org2012-01-301-16/+13
* Testing these conditions must be done in the browser test.tburkard@chromium.org2012-01-251-2/+0
* Make a separate histogram for MatchComplete Final Status'es andtburkard@chromium.org2012-01-241-3/+22
* Checkpoint: android fixes towards compilation of unit_tests.jrg@chromium.org2012-01-211-2/+2
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-21/+25
* Add support for content::Referrer to prerenderjochen@chromium.org2011-12-061-4/+5
* Replace all usages of FRIEND_TEST() with FRIEND_TEST_ALL_PREFIXES()robertshield@chromium.org2011-11-291-15/+16
* 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