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