| Commit message (Expand) | Author | Age | Files | Lines |
* | TabContentsWrapper -> TabContents, part 36. | avi@chromium.org | 2012-06-11 | 3 | -13/+11 |
* | TabContentsWrapper -> TabContents, part 1. | avi@chromium.org | 2012-06-05 | 2 | -2/+4 |
* | TabContents -> WebContentsImpl, part 21. | avi@chromium.org | 2012-04-17 | 1 | -1/+1 |
* | Remove WebUI dialogs controlled by IsMoreWebUI which have native equivalents. | flackr@chromium.org | 2012-02-16 | 1 | -2/+1 |
* | Switch chrome code to use content::WebUI interface instead of WebUI concrete ... | jam@chromium.org | 2012-01-18 | 1 | -1/+1 |
* | Make WebUI objects not derive from WebUI. WebUI objects own the controller. T... | jam@chromium.org | 2012-01-17 | 1 | -1/+1 |
* | Get rid of the need to have ChromeWebUI. This was added originally so that we... | jam@chromium.org | 2012-01-06 | 1 | -1/+5 |
* | Remove some more tab_contents.h includes from Chrome. | jam@chromium.org | 2012-01-05 | 1 | -2/+2 |
* | Convert WebContents to return a content::NavigationController instead of the ... | jam@chromium.org | 2012-01-04 | 1 | -1/+1 |
* | Move most of the remaining users of WebContentsObserver::tab_contents() to us... | jam@chromium.org | 2011-12-26 | 1 | -6/+6 |
* | Move TabContentsObserver to content/public, rename it to WebContentsObserver,... | jam@chromium.org | 2011-12-22 | 2 | -4/+4 |
* | Move the remaining TabContents methods to the WebContents interface, switchin... | 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 | -2/+2 |
* | 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/+1 |
* | Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests | thakis@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | Rename TabContents::controller() to GetController and put it into the WebCont... | jam@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | 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 |
* | Switch BackgroundContents to use TabContents instead of RenderViewHost. | jam@chromium.org | 2011-11-11 | 2 | -2/+2 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -3/+3 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 2 | -10/+10 |
* | Fixed behavior of the bookmark bar visibility. | joaodasilva@chromium.org | 2011-10-11 | 1 | -4/+8 |
* | Profiles: Change bookmark notifications implementation. | erg@chromium.org | 2011-08-16 | 1 | -3/+4 |
* | Profiles: Bookmark notifications should listen to only a specific profile. | erg@chromium.org | 2011-08-09 | 1 | -4/+3 |
* | Removal of Profile from content part 4. | avi@chromium.org | 2011-08-01 | 1 | -1/+3 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 2 | -7/+8 |
* | Move the RenderViewHostDelegate::BookmarkDrag interface to Chrome as the feat... | ananta@chromium.org | 2011-07-01 | 2 | -1/+39 |
* | Consolidates managing of bookmark bar state to browser. Browser now | sky@chromium.org | 2011-06-24 | 1 | -0/+36 |
* | Removes force_bookmark_bar_visible_ from WebUI and puts it in | sky@chromium.org | 2011-06-06 | 1 | -5/+7 |
* | Removes bookmarkbar logic from TabContents. | sky@chromium.org | 2011-06-01 | 2 | -0/+27 |
* | Factor load notification detail structs out of NavigationController and into | pinkerton@chromium.org | 2011-05-31 | 2 | -2/+2 |
* | Rename BookmarksTabHelper to BookmarkTabHelper. | avi@chromium.org | 2011-05-11 | 4 | -29/+29 |
* | New tab helper for bookmarks. | avi@chromium.org | 2011-05-06 | 4 | -0/+157 |