| Commit message (Expand) | Author | Age | Files | Lines |
* | Unregister for notifications before calling observers in BC destructor. | atwilson@chromium.org | 2013-05-31 | 1 | -5/+6 |
* | Explicitly free the web contents in the background contents destructor. | atwilson@chromium.org | 2013-04-16 | 1 | -0/+5 |
* | Revert 194345 "Explicitly free the web contents in the backgroun..." | atwilson@chromium.org | 2013-04-16 | 1 | -2/+0 |
* | Explicitly free the web contents in the background contents destructor. | atwilson@chromium.org | 2013-04-16 | 1 | -0/+2 |
* | Move the ViewType enum to extensions\common. | jam@chromium.org | 2013-04-01 | 1 | -3/+3 |
* | Introduces "CreateParams" for web contents, and add |parent| parameter in it. | mukai@chromium.org | 2012-12-09 | 1 | -2/+3 |
* | Native Messaging revert-revert | eaugusti@chromium.org | 2012-10-18 | 1 | -1/+0 |
* | Revert 156678 - Native messaging now uses the MessageService back-end. | mpcomplete@chromium.org | 2012-09-28 | 1 | -0/+1 |
* | Revert 158830 - Revert 156678 - Native messaging now uses the MessageService ... | ilevy@chromium.org | 2012-09-26 | 1 | -1/+0 |
* | Revert 156678 - Native messaging now uses the MessageService back-end. | mpcomplete@chromium.org | 2012-09-26 | 1 | -0/+1 |
* | Move the NOTIFICATION_APP_TERMINATING notification from content to chrome, si... | jam@chromium.org | 2012-09-25 | 1 | -2/+2 |
* | Native messaging now uses the MessageService back-end. | eaugusti@chromium.org | 2012-09-13 | 1 | -1/+0 |
* | Pass result of blockage across content API when new tab blocked. This change ... | tsepez@chromium.org | 2012-09-07 | 1 | -2/+3 |
* | Move MessageService into it's own directory. | eaugusti@chromium.org | 2012-08-21 | 1 | -1/+1 |
* | Move SessionStorageNamespace entirely into NavigationController and support S... | ajwong@chromium.org | 2012-08-13 | 1 | -1/+1 |
* | Moved ExtensionMessage* into extensions namespace | rdevlin.cronin@chromium.org | 2012-07-25 | 1 | -1/+1 |
* | Get rid of the RenderViewType concept in content, since it was only used by C... | jam@chromium.org | 2012-05-23 | 1 | -2/+3 |
* | TabContents -> WebContentsImpl, part 20. | avi@chromium.org | 2012-04-17 | 1 | -1/+1 |
* | Move RenderWidgetHost and RenderViewHost interfaces to their own files. | joi@chromium.org | 2012-03-06 | 1 | -2/+2 |
* | Rename WebUIFactory to WebUIControllerFactory since that's what it creates now. | jam@chromium.org | 2012-01-27 | 1 | -1/+1 |
* | Define the public interface for content browser SiteInstance. This interface ... | ananta@chromium.org | 2012-01-25 | 1 | -1/+2 |
* | Hide BrowsingInstance from all but SiteInstance, as intended by design. | joi@chromium.org | 2012-01-18 | 1 | -3/+2 |
* | Get rid of TabContentsWrapper::tab_contents. Also make it use WebContents exc... | jam@chromium.org | 2012-01-06 | 1 | -11/+7 |
* | Replace WebUI::tab_contents() with web_contents() and switch all users to use... | jam@chromium.org | 2011-12-30 | 1 | -0/+4 |
* | Convert all of the WebContentsDelegate to use WebContents instead of TabConte... | jam@chromium.org | 2011-12-28 | 1 | -4/+4 |
* | Convert SpeechInputBubble and BalloonHost to use WebContents instead of TabCo... | jam@chromium.org | 2011-12-27 | 1 | -3/+2 |
* | Move TabContentsObserver to content/public, rename it to WebContentsObserver,... | jam@chromium.org | 2011-12-22 | 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 |
* | Start creating the content::WebPage interface around TabContents. This is jus... | jam@chromium.org | 2011-12-20 | 1 | -1/+1 |
* | Handle AddNewContents in BackgroundContents so we can open windows. | atwilson@chromium.org | 2011-12-10 | 1 | -0/+10 |
* | Move view_types.h to view_type.h, since that's the standard name for enums. | jam@chromium.org | 2011-12-01 | 1 | -1/+1 |
* | Remove some unnecessary includes of view_messages.h. | jam@chromium.org | 2011-11-17 | 1 | -1/+0 |
* | Move Sad Tab implementation out of the TabContentsViews. | avi@chromium.org | 2011-11-15 | 1 | -2/+2 |
* | Switch BackgroundContents to use TabContents instead of RenderViewHost. | jam@chromium.org | 2011-11-11 | 1 | -165/+35 |
* | Move RendererPreferences to content/public/common and also put in the content... | jam@chromium.org | 2011-10-31 | 1 | -2/+2 |
* | Set extension-related webkit preferences in a common location. | aa@chromium.org | 2011-10-29 | 1 | -6/+3 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -6/+6 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -11/+11 |
* | Move PageTransition into content namespace. While I'm touching all these file... | jam@chromium.org | 2011-10-13 | 1 | -1/+1 |
* | Move view_types to content\public\common. Also update the enum values to matc... | jam@chromium.org | 2011-10-12 | 1 | -2/+2 |
* | Split ViewType between chrome and content | jochen@chromium.org | 2011-10-06 | 1 | -2/+3 |
* | apps/extensions: Disable all kinds of acceleration for background pages. | sadrul@chromium.org | 2011-09-09 | 1 | -2/+12 |
* | Removal of Profile from content part 2. | avi@chromium.org | 2011-07-27 | 1 | -8/+14 |
* | Revert 94332 - Removal of Profile from content part 2. | sergeyu@chromium.org | 2011-07-27 | 1 | -14/+8 |
* | Removal of Profile from content part 2. | avi@chromium.org | 2011-07-27 | 1 | -8/+14 |
* | Removal of Profile from content part 1. | avi@chromium.org | 2011-07-27 | 1 | -2/+4 |
* | Get rid of the remaining implementation in TabContentsView and make all the m... | jam@chromium.org | 2011-07-12 | 1 | -11/+0 |
* | Remove TabContentsView methods that just call to the delegate, and have them ... | jam@chromium.org | 2011-07-11 | 1 | -6/+0 |