summaryrefslogtreecommitdiffstats
path: root/chrome/browser/prerender
Commit message (Expand)AuthorAgeFilesLines
* Add an API around SessionStorageNamespace. This is just an empty API, what ma...jam@chromium.org2012-02-245-8/+8
* Fix bug where a large number of extensions can starve the browser for rendere...nasko@chromium.org2012-02-221-1/+2
* Adding more hit weights to NAP field trials.dominich@chromium.org2012-02-211-12/+12
* Switch default group for Omnibox Prerender field trial to enabled.dominich@chromium.org2012-02-181-7/+8
* Eliminate ResourceDispatcherHostDelegate::ShouldDeferStart in favor of Resour...darin@chromium.org2012-02-174-26/+104
* Upstreaming prerendering changes for Android.jcivelli@chromium.org2012-02-166-4/+47
* Move resource_context.h to content/public/browser. Remove the workaround in i...jam@chromium.org2012-02-091-1/+1
* Check for NULL active_web_contents when starting prerender.cbentzel@chromium.org2012-02-091-2/+3
* Fix Rate Limiting & Renderer Crashed so that control group & prerender group ...tburkard@chromium.org2012-02-091-2/+2
* Move handling of debug urls like chrome://crash, chrome://gpuclean to content...jam@chromium.org2012-02-081-2/+2
* Breaking down more histograms by hit weight.dominich@chromium.org2012-02-081-4/+10
* Field trial to investigate higher weightings for hits when calculating Omnibo...dominich@chromium.org2012-02-012-20/+44
* Cancel prerenders from Omnibox if we navigate to a different URL than predicted.dominich@chromium.org2012-01-313-437/+512
* Move click-to-play out of chrome://flags.bauerb@chromium.org2012-01-311-3/+0
* Revert 119699 - Cancel prerenders from Omnibox if we navigate to a different ...dominich@google.com2012-01-303-511/+436
* Cancel prerenders from Omnibox if we navigate to a different URL than predicted.dominich@chromium.org2012-01-303-436/+511
* Enable PrerenderBrowserTest.PrerenderSessionStorage.cbentzel@chromium.org2012-01-271-3/+2
* Adding tests to verify that WOULD_HAVE_BEEN_PRERENDERED works fortburkard@chromium.org2012-01-261-11/+49
* Remove some unnecessary resource_dispatcher_host.h includes.darin@chromium.org2012-01-251-1/+0
* Testing these conditions must be done in the browser test.tburkard@chromium.org2012-01-252-34/+0
* Make a separate histogram for MatchComplete Final Status'es andtburkard@chromium.org2012-01-2410-52/+221
* Profiles: Add a --dump-profile-graph option when !NDEBUG.erg@chromium.org2012-01-241-2/+3
* Checkpoint: android fixes towards compilation of unit_tests.jrg@chromium.org2012-01-211-2/+2
* Move RenderViewHostDelegate to content/public and content namespace.joi@chromium.org2012-01-181-1/+4
* Rename TabContentsView to WebContentsView and move to content/public.joi@chromium.org2012-01-181-1/+1
* Update omnibox prerender field trial opt-in rate for stable/beta.dominich@chromium.org2012-01-171-8/+8
* Break down FinalStatus histogram for prerendering by experiment group.tburkard@chromium.org2012-01-161-1/+2
* Convert use of int ms to TimeDelta in files owned by dominich.tedvessenes@gmail.com2012-01-121-2/+3
* Get rid of RenderViewHostManager usage in chrome.jam@chromium.org2012-01-111-1/+0
* Move creation and ownership of ResourceDispatcherHost and PluginService to co...jam@chromium.org2012-01-111-15/+6
* Revert 117078 - Move creation and ownership of ResourceDispatcherHost and Plu...jam@chromium.org2012-01-101-6/+15
* Split RenderViewHostDelegateViewHelper in two.avi@chromium.org2012-01-101-16/+12
* Copy all the max page IDs to Instant/Prerender's TabContentscreis@chromium.org2012-01-104-46/+3
* Move creation and ownership of ResourceDispatcherHost and PluginService to co...jam@chromium.org2012-01-101-15/+6
* Revert 117067 - Split RenderViewHostDelegateViewHelper in two.avi@chromium.org2012-01-101-12/+16
* Split RenderViewHostDelegateViewHelper in two.avi@chromium.org2012-01-101-16/+12
* Don't disable Omnibox Prerender based on metrics reportingdominich@chromium.org2012-01-071-3/+0
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-062-2/+0
* Remove all but the Exact Full Omnibox Prerender algorithm.dominich@chromium.org2012-01-068-119/+26
* Get rid of TabContentsWrapper::tab_contents. Also make it use WebContents exc...jam@chromium.org2012-01-061-9/+10
* Convert the remaining trivial tab_contents.h includes in chrome to use web_co...jam@chromium.org2012-01-051-8/+8
* Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...jam@chromium.org2012-01-042-3/+3
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-041-2/+3
* Replace Browser::GetTabContentsAt with GetWebContentsAt and update all callers.jam@chromium.org2012-01-041-14/+14
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-041-1/+1
* Convert the remaining Browser::GetSelectedTabContents() calls to GetSelectedW...jam@chromium.org2012-01-033-6/+6
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-031-2/+2
* Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...jam@chromium.org2012-01-031-6/+6
* Convert chrome users of NavigationController::tab_contents() to use GetWebCon...jam@chromium.org2012-01-021-3/+3
* Create a Content API interface around NavigationController, and move all the ...jam@chromium.org2011-12-294-4/+6