summaryrefslogtreecommitdiffstats
path: root/chrome/browser/prerender/prerender_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-041-1/+1
* Create a Content API interface around NavigationController, and move all the ...jam@chromium.org2011-12-291-0/+1
* Convert all of the WebContentsDelegate to use WebContents instead of TabConte...jam@chromium.org2011-12-281-2/+2
* Remove temporary redirect header and DEPS exception for cancelable_request.hjoi@chromium.org2011-12-271-1/+1
* Convert SpeechInputBubble and BalloonHost to use WebContents instead of TabCo...jam@chromium.org2011-12-271-15/+15
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-38/+39
* Rename TabContents::browser_context() to GetBrowserContext and put it into th...jam@chromium.org2011-12-211-1/+1
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-2/+2
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-2/+2
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-2/+2
* Move TabContentsDelegate to content/public/browser and put it in the content ...tfarina@chromium.org2011-12-201-2/+2
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-201-4/+4
* Start creating the content::WebPage interface around TabContents. This is jus...jam@chromium.org2011-12-201-2/+2
* Clean up TCW, make it solely a hub for 1:1 observer/helper objects.avi@chromium.org2011-12-121-4/+6
* Create a bunch of TabHelpers and TabObservers, move all TCW functionality int...avi@chromium.org2011-12-091-3/+4
* Add support for content::Referrer to prerenderjochen@chromium.org2011-12-061-8/+11
* Removing history-based omnibox prerender heuristics.dominich@chromium.org2011-12-021-14/+0
* Add recording of when a prerender actually starts to prerender histograms. Th...dominich@chromium.org2011-12-021-0/+2
* Define DevTools content APIyurys@chromium.org2011-12-011-2/+2
* Fix recording of Omnibox prerenders so counts are more aligned.dominich@chromium.org2011-11-291-9/+9
* Adding histograms for better Omnibox prerender performance tracking.dominich@chromium.org2011-11-221-0/+4
* Adding a fourth omnibox prerender experiment.dominich@chromium.org2011-11-211-0/+7
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-7/+7
* For the MatchComplete PPLT change in prerendering,tburkard@chromium.org2011-11-161-0/+2
* Add SwappedOut to TabContentsDelegate to allow us to correctly delete TabCont...dominich@chromium.org2011-11-151-3/+24
* Prerendering: Add MatchComplete PPLTtburkard@chromium.org2011-11-141-7/+61
* Add information to net-internals if the user is in the no-use group.dominich@chromium.org2011-11-141-0/+7
* Revert 109719 - Prerendering: Add MatchComplete PPLTtburkard@chromium.org2011-11-111-59/+7
* Prerendering: Add MatchComplete PPLTtburkard@chromium.org2011-11-111-7/+59
* Add database to use as the source of an alternative algorithm for Network Act...dominich@chromium.org2011-11-101-5/+19
* 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