| Commit message (Expand) | Author | Age | Files | Lines |
* | Reenabling commented out test: PrerenderBrowserTest.PrerenderHTML5Audio | shishir@chromium.org | 2011-12-13 | 1 | -8/+6 |
* | Clean up TCW, make it solely a hub for 1:1 observer/helper objects. | avi@chromium.org | 2011-12-12 | 3 | -10/+17 |
* | Create a bunch of TabHelpers and TabObservers, move all TCW functionality int... | avi@chromium.org | 2011-12-09 | 2 | -4/+6 |
* | Defer loading of audio/video tags while prerendering. | shishir@chromium.org | 2011-12-09 | 1 | -9/+49 |
* | Increase Exact Full trial to 90%. | dominich@chromium.org | 2011-12-08 | 1 | -1/+1 |
* | Increase omnibox prerender field trial opt-in from 40% to 90%. | dominich@chromium.org | 2011-12-06 | 1 | -1/+1 |
* | Add support for content::Referrer to prerender | jochen@chromium.org | 2011-12-06 | 6 | -32/+40 |
* | Prerenders that send a ViewHostMsg_OpenURL are canceled with FINAL_STATUS_OPE... | cbentzel@chromium.org | 2011-12-05 | 3 | -0/+15 |
* | Change NavigationController::LoadURL to take a Referrer class instead of a GU... | jochen@chromium.org | 2011-12-05 | 2 | -4/+6 |
* | Removing history-based omnibox prerender heuristics. | dominich@chromium.org | 2011-12-02 | 8 | -54/+12 |
* | Add recording of when a prerender actually starts to prerender histograms. Th... | dominich@chromium.org | 2011-12-02 | 3 | -0/+7 |
* | Define DevTools content API | yurys@chromium.org | 2011-12-01 | 2 | -10/+15 |
* | Switch to IWYU for files that previously were getting a bunch of | joi@chromium.org | 2011-12-01 | 2 | -0/+2 |
* | Fix recording of Omnibox prerenders so counts are more aligned. | dominich@chromium.org | 2011-11-29 | 5 | -24/+26 |
* | Replace all usages of FRIEND_TEST() with FRIEND_TEST_ALL_PREFIXES() | robertshield@chromium.org | 2011-11-29 | 1 | -15/+16 |
* | Reenable NavigateToPrerenderedPageWhenDevToolsAttached after WebKit r101176 | yurys@chromium.org | 2011-11-29 | 1 | -2/+1 |
* | callback_forward.h forward-declares base::Callback and base::Closure. | erikwright@chromium.org | 2011-11-28 | 1 | -1/+1 |
* | 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 |