summaryrefslogtreecommitdiffstats
path: root/chrome/browser/prerender
Commit message (Expand)AuthorAgeFilesLines
* Move RenderViewHostObserver to content/public/browser/ and put it into the co...tfarina@chromium.org2011-11-252-6/+6
* Disable two tests started crashing after WebKit r101166yurys@chromium.org2011-11-251-1/+2
* Adding histograms for better Omnibox prerender performance tracking.dominich@chromium.org2011-11-223-0/+27
* Adding a fourth omnibox prerender experiment.dominich@chromium.org2011-11-216-25/+47
* Get rid of a bunch of view_messages.h includes from chrome by making the TabC...jam@chromium.org2011-11-212-9/+0
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-182-8/+8
* Remove some unnecessary includes of view_messages.h.jam@chromium.org2011-11-172-3/+0
* Disables plugin based prenderer browser tests as they don't work onsky@chromium.org2011-11-161-2/+9
* For the MatchComplete PPLT change in prerendering,tburkard@chromium.org2011-11-163-0/+15
* Get rid of resource_messages.h include from chrome, since that's an internal ...jam@chromium.org2011-11-161-1/+0
* Cleanup: Remove forward declarations in various chrome/browser directories.thestig@chromium.org2011-11-163-10/+4
* Add SwappedOut to TabContentsDelegate to allow us to correctly delete TabCont...dominich@chromium.org2011-11-151-3/+24
* Move Sad Tab implementation out of the TabContentsViews.avi@chromium.org2011-11-153-4/+4
* Prerendering: Add MatchComplete PPLTtburkard@chromium.org2011-11-149-29/+103
* Add information to net-internals if the user is in the no-use group.dominich@chromium.org2011-11-142-0/+8
* Revert 109719 - Prerendering: Add MatchComplete PPLTtburkard@chromium.org2011-11-119-101/+29
* Prerendering: Add MatchComplete PPLTtburkard@chromium.org2011-11-119-29/+101
* Deflake PrerenderBrowserTest.PrerenderSessionStorage.cbentzel@chromium.org2011-11-101-7/+6
* Add database to use as the source of an alternative algorithm for Network Act...dominich@chromium.org2011-11-106-6/+36
* Mark PrerenderBrowserTest.PrerenderSessionStorage flaky.joi@chromium.org2011-11-091-0/+4
* Remove needless include of the content/browser/render_process_host.h header f...ananta@chromium.org2011-11-041-1/+0
* Prerender experiment to prerender, but not swap in,tburkard@chromium.org2011-11-035-6/+35
* Prerendered tabs use the same SessionStorage namespace as the tab that trigge...cbentzel@chromium.org2011-11-028-154/+113
* Move BrowserThread to content namespace.joi@chromium.org2011-11-025-0/+10
* Removed useless header include.droger@google.com2011-10-281-1/+1
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-284-11/+11
* Fix the asan fix.joaodasilva@chromium.org2011-10-202-2/+3
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-193-6/+6
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-194-32/+35
* Ensure that prerender_contents is getting the Browser associated with the cor...mirandac@chromium.org2011-10-181-1/+1
* Move navigation_types.h from content/common to content/public/browser, and pu...jam@chromium.org2011-10-181-1/+1
* Revert 106029nkostylev@chromium.org2011-10-181-1/+1
* Move navigation_types.h from content/common to content/public/browser, and pu...jam@chromium.org2011-10-181-1/+1
* mac: Make two tests as FAILS_ that fail on the trybots.thakis@chromium.org2011-10-161-2/+16
* Emit two prerender histograms: one for the prerender category (experiment id/tburkard@chromium.org2011-10-142-42/+51
* Move url_constansts.h to content/public/common.jam@chromium.org2011-10-141-1/+1
* Add dominich to chrome/browser/prerender/OWNERScbentzel@chromium.org2011-10-131-0/+1
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-132-4/+5
* Prerender field trial: Revert back to 99% enabled for stable&beta,tburkard@chromium.org2011-10-121-14/+20
* Adding disable option to prerender from omnibox switch.dominich@chromium.org2011-10-112-22/+32
* Use TYPED PageTransition for Omnibox prerendering.dominich@chromium.org2011-10-101-2/+6
* base::Bind: Cleanup in prerender.jhawkins@chromium.org2011-10-104-39/+34
* Fix histogram recording bug.tburkard@chromium.org2011-10-102-1/+17
* Only record prerender histograms for http & https schemes,tburkard@chromium.org2011-10-073-0/+10
* Changes for cross domain prerenders to not cancel when there is a window.open...shishir@chromium.org2011-10-076-53/+116
* Remove Prerender from ResourceContext and ProfileIOData.cbentzel@chromium.org2011-10-074-7/+23
* Fix flipped check for command line check for omnibox prerenderingdominich@chromium.org2011-10-071-1/+1
* base::Bind: Convert a few more instances.jhawkins@chromium.org2011-10-051-3/+4
* Moved PrerenderManager to ProfileKeyedService system.dominich@chromium.org2011-10-057-12/+127
* Make 50% control group for prerendering.tburkard@chromium.org2011-10-049-19/+63