| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix PPLT metrics in the RecentlyNavigated case. | gavinp@chromium.org | 2012-06-14 | 1 | -1/+4 |
* | Remove pixel-based stats for the branchpoint. | tburkard@chromium.org | 2012-06-14 | 1 | -3/+1 |
* | Revert 141990 - Fix PPLT metrics in the RecentlyNavigated case. | gavinp@chromium.org | 2012-06-13 | 1 | -4/+1 |
* | Fix PPLT metrics in the RecentlyNavigated case. | gavinp@chromium.org | 2012-06-13 | 1 | -1/+4 |
* | TabContentsWrapper -> TabContents, part 23. | avi@chromium.org | 2012-06-08 | 1 | -6/+6 |
* | Fix Prerender control group instrumentation. | cbentzel@chromium.org | 2012-05-29 | 1 | -2/+10 |
* | Moves methods for finding browsers to browser_finder. | sky@chromium.org | 2012-05-16 | 1 | -2/+2 |
* | Remove redundant boolean from unit test code. | dominich@chromium.org | 2012-05-16 | 1 | -2/+2 |
* | Compute the percentage of pixels of a webpage that is | tburkard@chromium.org | 2012-05-15 | 1 | -1/+3 |
* | New link rel=prerender api, using WebKit::WebPrerenderingPlatform | gavinp@chromium.org | 2012-05-11 | 1 | -47/+48 |
* | Change PrerenderContents::render_view_host from hacker_style to StudlyCaps. | gavinp@chromium.org | 2012-04-29 | 1 | -8/+8 |
* | TabContents -> WebContentsImpl, part 18. | avi@chromium.org | 2012-04-17 | 1 | -5/+5 |
* | Remove PrerenderResourceThrottle and related infrastructure. | cbentzel@chromium.org | 2012-04-10 | 1 | -5/+0 |
* | Fixing PrerenderBrowserTest.PrerenderHTML5VideoNetwork test to test for stall... | shishir@chromium.org | 2012-04-06 | 1 | -2/+7 |
* | Make it so that allow_js_access: false can be used with background pages crea... | mihaip@chromium.org | 2012-03-29 | 1 | -1/+2 |
* | Fix prerender link errors for Android. | yfriedman@chromium.org | 2012-03-28 | 1 | -0/+6 |
* | Move ResourceRequestDetails to content/public/browser and put in the content ... | tfarina@chromium.org | 2012-03-19 | 1 | -3/+4 |
* | Use WebContentsDelegate::CanDownload to intercept file downloads on Android. | nileshagrawal@chromium.org | 2012-03-13 | 1 | -1/+3 |
* | Prerendered pages are swapped in at browser::Navigate time. | cbentzel@chromium.org | 2012-03-09 | 1 | -4/+42 |
* | Move Render(View|Widget)Host and associated classes to content namespace. | joi@chromium.org | 2012-03-07 | 1 | -0/+1 |
* | Move RenderWidgetHost and RenderViewHost interfaces to their own files. | joi@chromium.org | 2012-03-06 | 1 | -1/+1 |
* | Extract minimal RenderViewHost interface for embedders, leaving | joi@chromium.org | 2012-03-05 | 1 | -7/+7 |
* | Remove mach_broker_mac.h dependency from chrome. | jam@chromium.org | 2012-02-29 | 1 | -5/+2 |
* | Add an API around SessionStorageNamespace. This is just an empty API, what ma... | jam@chromium.org | 2012-02-24 | 1 | -2/+1 |
* | Upstreaming prerendering changes for Android. | jcivelli@chromium.org | 2012-02-16 | 1 | -1/+10 |
* | Check for NULL active_web_contents when starting prerender. | cbentzel@chromium.org | 2012-02-09 | 1 | -2/+3 |
* | Make a separate histogram for MatchComplete Final Status'es and | tburkard@chromium.org | 2012-01-24 | 1 | -19/+8 |
* | Rename TabContentsView to WebContentsView and move to content/public. | joi@chromium.org | 2012-01-18 | 1 | -1/+1 |
* | Split RenderViewHostDelegateViewHelper in two. | avi@chromium.org | 2012-01-10 | 1 | -16/+12 |
* | Copy all the max page IDs to Instant/Prerender's TabContents | creis@chromium.org | 2012-01-10 | 1 | -29/+0 |
* | Revert 117067 - Split RenderViewHostDelegateViewHelper in two. | avi@chromium.org | 2012-01-10 | 1 | -12/+16 |
* | Split RenderViewHostDelegateViewHelper in two. | avi@chromium.org | 2012-01-10 | 1 | -16/+12 |
* | Remove task.h and finish base::Bind() migration. | ajwong@chromium.org | 2012-01-06 | 1 | -1/+0 |
* | Remove all but the Exact Full Omnibox Prerender algorithm. | dominich@chromium.org | 2012-01-06 | 1 | -5/+4 |
* | Get rid of TabContentsWrapper::tab_contents. Also make it use WebContents exc... | jam@chromium.org | 2012-01-06 | 1 | -9/+10 |
* | Replace Browser::GetTabContentsAt with GetWebContentsAt and update all callers. | jam@chromium.org | 2012-01-04 | 1 | -14/+14 |
* | Convert the remaining Browser::GetSelectedTabContents() calls to GetSelectedW... | jam@chromium.org | 2012-01-03 | 1 | -3/+3 |
* | Convert chrome users of NavigationController::tab_contents() to use GetWebCon... | jam@chromium.org | 2012-01-02 | 1 | -3/+3 |
* | Create a Content API interface around NavigationController, and move all the ... | jam@chromium.org | 2011-12-29 | 1 | -1/+1 |
* | Convert all of the WebContentsDelegate to use WebContents instead of TabConte... | jam@chromium.org | 2011-12-28 | 1 | -3/+3 |
* | Move the PageNavigator interface and GlobalRequestID struct to content\public... | jam@chromium.org | 2011-12-28 | 1 | -1/+2 |
* | Move most of the remaining users of WebContentsObserver::tab_contents() to us... | jam@chromium.org | 2011-12-26 | 1 | -4/+4 |
* | Move TabContentsObserver to content/public, rename it to WebContentsObserver,... | jam@chromium.org | 2011-12-22 | 1 | -2/+2 |
* | Revert 115346. The change didn't break anything, the test was faulty. Will di... | jam@chromium.org | 2011-12-21 | 1 | -2/+2 |
* | Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests | thakis@chromium.org | 2011-12-21 | 1 | -2/+2 |
* | Rename TabContents::view() to GetView() and put it in the WebContents interface. | jam@chromium.org | 2011-12-21 | 1 | -3/+4 |
* | Rename TabContents::controller() to GetController and put it into the WebCont... | jam@chromium.org | 2011-12-21 | 1 | -2/+2 |
* | Move TabContentsDelegate to content/public/browser and put it in the content ... | tfarina@chromium.org | 2011-12-20 | 1 | -3/+3 |
* | Rename TabContents::render_view_host() to GetRenderViewHost and put it into t... | jam@chromium.org | 2011-12-20 | 1 | -1/+1 |
* | Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public... | jam@chromium.org | 2011-12-20 | 1 | -0/+2 |