| Commit message (Expand) | Author | Age | Files | Lines |
* | Move window_open_disposition.h from webkit/ into ui/base. | tfarina@chromium.org | 2013-01-22 | 1 | -1/+1 |
* | Create favicon tab helpers for blocked popups. | avi@chromium.org | 2013-01-08 | 1 | -0/+4 |
* | DEFINE_WEB_CONTENTS_USER_DATA_KEY now requires a semicolon. | avi@chromium.org | 2013-01-07 | 1 | -1/+1 |
* | Remove straggling TabContents references. | avi@chromium.org | 2012-12-14 | 2 | -3/+3 |
* | Remove TabContents includes. | avi@chromium.org | 2012-12-14 | 1 | -1/+0 |
* | Fix crash in blocked content. | avi@chromium.org | 2012-12-10 | 1 | -0/+3 |
* | If a WebContents is deleted, delete any associated TabContents. | avi@chromium.org | 2012-11-21 | 1 | -15/+2 |
* | Reverts "If a WebContents is deleted, delete any associated TabContents." | avi@chromium.org | 2012-11-20 | 1 | -2/+15 |
* | If a WebContents is deleted, delete any associated TabContents. | avi@chromium.org | 2012-11-19 | 1 | -15/+2 |
* | Fix blocked content leak when TabContents is not created. | wangxianzhu@chromium.org | 2012-11-10 | 1 | -2/+14 |
* | Move WebContentsUserData to content/public/browser. | joi@chromium.org | 2012-10-09 | 1 | -3/+3 |
* | Revert "Revert 159158 - Make using WebContentsUserData simpler." | avi@chromium.org | 2012-09-28 | 2 | -2/+1 |
* | Revert 159158 - Make using WebContentsUserData simpler. | dharani@google.com | 2012-09-28 | 2 | -1/+2 |
* | Switch TabSpecificContentSettings to use WebContentsUserData. | avi@chromium.org | 2012-09-28 | 1 | -5/+4 |
* | Make using WebContentsUserData simpler. | avi@chromium.org | 2012-09-27 | 2 | -2/+1 |
* | Move WebContentsUserData to chrome/browser/common. | avi@chromium.org | 2012-09-27 | 1 | -1/+1 |
* | Switch BlockedContentTabHelper to use WebContentsUserData. | avi@chromium.org | 2012-09-21 | 5 | -92/+110 |
* | Switch PrintViewManager, PrintPreviewMessageHandler to use WebContentsUserData. | avi@chromium.org | 2012-09-18 | 1 | -1/+1 |
* | Pass result of blockage across content API when new tab blocked. This change ... | tsepez@chromium.org | 2012-09-07 | 4 | -14/+31 |
* | Rename WasRestored to WasShown across all uses. | scshunt@chromium.org | 2012-07-27 | 1 | -1/+1 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 3 | -3/+0 |
* | Rename IPC Sender and Listener in ppapi, content/public, and content/renderer | brettw@chromium.org | 2012-06-20 | 1 | -0/+1 |
* | TabContentsWrapper -> TabContents, part 35. | avi@chromium.org | 2012-06-11 | 5 | -75/+63 |
* | TabContentsWrapper -> TabContents, part 1. | avi@chromium.org | 2012-06-05 | 3 | -3/+6 |
* | Add NOTIFICATION_TAB_CONTENTS_DESTROYED when a TabContentsWrapper is about to... | pkasting@chromium.org | 2012-05-26 | 1 | -3/+2 |
* | TabContents -> WebContentsImpl, part 21. | avi@chromium.org | 2012-04-17 | 3 | -15/+17 |
* | Block printing from blocked popup. | abodenha@chromium.org | 2012-03-23 | 2 | -2/+23 |
* | Add abstractions that let embedders drive tests of WebContents, without expos... | joi@chromium.org | 2012-03-22 | 1 | -2/+1 |
* | Move RenderWidgetHost and RenderViewHost interfaces to their own files. | joi@chromium.org | 2012-03-06 | 1 | -2/+2 |
* | Convert WebContents to return a content::NavigationController instead of the ... | jam@chromium.org | 2012-01-04 | 1 | -1/+1 |
* | Create a Content API interface around NavigationController, and move all the ... | jam@chromium.org | 2011-12-29 | 1 | -0/+1 |
* | Convert all of the WebContentsDelegate to use WebContents instead of TabConte... | jam@chromium.org | 2011-12-28 | 3 | -11/+12 |
* | Rename NavigationController to NavigationControllerImpl and put it into the c... | jam@chromium.org | 2011-12-28 | 1 | -1/+3 |
* | Convert a few methods in NavigationController to return a content::Navigation... | jam@chromium.org | 2011-12-28 | 1 | -2/+2 |
* | Move the PageNavigator interface and GlobalRequestID struct to content\public... | jam@chromium.org | 2011-12-28 | 2 | -4/+6 |
* | Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ... | jam@chromium.org | 2011-12-27 | 1 | -0/+1 |
* | Convert SpeechInputBubble and BalloonHost to use WebContents instead of TabCo... | jam@chromium.org | 2011-12-27 | 2 | -12/+14 |
* | Get rid of WebContentsObserver::tab_contents(). | jam@chromium.org | 2011-12-26 | 1 | -6/+6 |
* | Create a Content API around NavigationEntry that's in content/public/browser.... | jam@chromium.org | 2011-12-25 | 1 | -1/+1 |
* | Move TabContentsObserver to content/public, rename it to WebContentsObserver,... | jam@chromium.org | 2011-12-22 | 2 | -4/+4 |
* | Move navigation_details.h to content/public/browser. | jam@chromium.org | 2011-12-22 | 1 | -1/+1 |
* | Move a bunch of methods from TabContents into the WebContents interface. This... | jam@chromium.org | 2011-12-22 | 1 | -1/+1 |
* | Rename TabContents::browser_context() to GetBrowserContext and put it into th... | jam@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | Revert 115346. The change didn't break anything, the test was faulty. Will di... | jam@chromium.org | 2011-12-21 | 1 | -1/+2 |
* | Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests | thakis@chromium.org | 2011-12-21 | 1 | -2/+1 |
* | Rename TabContents::controller() to GetController and put it into the WebCont... | jam@chromium.org | 2011-12-21 | 1 | -1/+2 |
* | Move TabContentsDelegate to content/public/browser and put it in the content ... | tfarina@chromium.org | 2011-12-20 | 2 | -4/+4 |
* | Start creating the content::WebPage interface around TabContents. This is jus... | jam@chromium.org | 2011-12-20 | 1 | -4/+4 |
* | Remove deprecated TabContentsDelegate::OpenURLFromTab variant | jochen@chromium.org | 2011-12-02 | 2 | -21/+0 |
* | Get rid of a bunch of view_messages.h includes from chrome by making the TabC... | jam@chromium.org | 2011-11-21 | 2 | -2/+2 |