summaryrefslogtreecommitdiffstats
path: root/chrome/browser/prerender/prerender_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove two functions on WebContentsDelegate which didn't belong in content. T...jam@chromium.org2012-09-261-12/+19
* Move cancelable_request.cc/h to chrome/browser/common.kaiwang@chromium.org2012-09-221-1/+1
* Switch CoreTabHelper to use WebContentsUserData.avi@chromium.org2012-09-191-2/+3
* Make 5 minutes the default prerender TTL, create new 15 minute field trial.gavinp@chromium.org2012-09-131-17/+18
* Add new (possibly shorter) expiry time for prerenders that lose their launchers.gavinp@chromium.org2012-08-281-29/+83
* Move SessionStorageNamespace entirely into NavigationController and support S...ajwong@chromium.org2012-08-131-4/+10
* Disable the local browsing predictor for the next milestone.tburkard@chromium.org2012-08-021-2/+1
* These changes were from downstream and made the chromium compiled with Androi...michaelbai@chromium.org2012-08-011-1/+1
* Removing prerender dead code.dominich@chromium.org2012-07-311-4/+0
* Make three simultanious prerenders the default maximum in Canary and Dev only.gavinp@chromium.org2012-07-271-4/+13
* NULL check before deref, not aftertbreisacher@chromium.org2012-07-261-1/+1
* base: Make ScopedVector::clear() destroy elements.derat@chromium.org2012-07-191-2/+1
* Handle interface to prerenders.gavinp@chromium.org2012-07-141-282/+296
* Revert 146740 - Handle interface to prerenders.mpearson@chromium.org2012-07-141-296/+282
* Handle interface to prerenders.gavinp@chromium.org2012-07-141-282/+296
* Revert 146735 - Handle interface to prerenders.gavinp@chromium.org2012-07-141-296/+282
* Handle interface to prerenders.gavinp@chromium.org2012-07-141-282/+296
* Don't prematurely cancel the Omnibox prerender due to URL mismatch.dominich@chromium.org2012-06-261-10/+0
* Get rid of browser::FindLastActiveWithProfile call in prerendering code by pa...jam@chromium.org2012-06-251-6/+21
* Re-enable local predictor metrics.tburkard@chromium.org2012-06-221-1/+2
* Remove the local predictor instantiation for branch point.tburkard@chromium.org2012-06-151-4/+5
* Fix PPLT metrics in the RecentlyNavigated case.gavinp@chromium.org2012-06-141-22/+19
* Revert 141990 - Fix PPLT metrics in the RecentlyNavigated case.gavinp@chromium.org2012-06-131-19/+22
* Fix PPLT metrics in the RecentlyNavigated case.gavinp@chromium.org2012-06-131-22/+19
* TabContentsWrapper -> TabContents, part 23.avi@chromium.org2012-06-081-16/+13
* Make prerender experiments 7 & 8 behave like the control group, for varioustburkard@chromium.org2012-06-071-4/+8
* Remove Prerender.PageviewEvents histogram.cbentzel@chromium.org2012-05-311-61/+0
* Simulate a basic local browsing based prerender algorithm, and report timingstburkard@chromium.org2012-05-301-1/+4
* Fix Prerender control group instrumentation.cbentzel@chromium.org2012-05-291-7/+14
* Remove IsPendingDelete from PrerenderManagergavinp@chromium.org2012-05-181-14/+3
* New link rel=prerender api, using WebKit::WebPrerenderingPlatformgavinp@chromium.org2012-05-111-42/+71
* Do not instantiate a PrerenderLocalPredictor for the nexttburkard@chromium.org2012-05-031-2/+1
* Add PrerenderLocalPredictor, which will eventually performtburkard@chromium.org2012-04-231-1/+3
* TabContents -> WebContentsImpl, part 18.avi@chromium.org2012-04-171-2/+2
* Remove PrerenderResourceThrottle and related infrastructure.cbentzel@chromium.org2012-04-101-12/+0
* Centralize logic for checking whether prerendering is enabled.cbentzel@chromium.org2012-03-291-16/+19
* Fix calls to PrerenderManager::RecordNavigation.cbentzel@chromium.org2012-03-241-8/+8
* Add Prerender.TimeSinceLastRecentVisitcbentzel@chromium.org2012-03-241-3/+8
* Prerender Experiments 5 & 6 are never swapped in, for datatburkard@chromium.org2012-03-201-1/+2
* Add prerender histograms to record:tburkard@chromium.org2012-03-161-2/+10
* Break down Omnibox prerender histograms by PrerenderManager mode.dominich@chromium.org2012-03-141-0/+21
* Add content/public/browser/resource_dispatcher_host.hdarin@chromium.org2012-03-121-0/+13
* Prerendered pages are swapped in at browser::Navigate time. cbentzel@chromium.org2012-03-091-10/+7
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-0/+1
* Delete OnCloseTabContentsDeleters at Shutdown.yoz@chromium.org2012-03-071-0/+1
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-061-1/+1
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-5/+5
* Add field trial to extend prerender expiration to 5 minutes.dominich@chromium.org2012-03-021-8/+14
* Add an API around SessionStorageNamespace. This is just an empty API, what ma...jam@chromium.org2012-02-241-1/+2
* Fix bug where a large number of extensions can starve the browser for rendere...nasko@chromium.org2012-02-221-1/+2