summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/background_contents.cc
Commit message (Expand)AuthorAgeFilesLines
* Unregister for notifications before calling observers in BC destructor.atwilson@chromium.org2013-05-311-5/+6
* Explicitly free the web contents in the background contents destructor.atwilson@chromium.org2013-04-161-0/+5
* Revert 194345 "Explicitly free the web contents in the backgroun..."atwilson@chromium.org2013-04-161-2/+0
* Explicitly free the web contents in the background contents destructor.atwilson@chromium.org2013-04-161-0/+2
* Move the ViewType enum to extensions\common.jam@chromium.org2013-04-011-3/+3
* Introduces "CreateParams" for web contents, and add |parent| parameter in it.mukai@chromium.org2012-12-091-2/+3
* Native Messaging revert-reverteaugusti@chromium.org2012-10-181-1/+0
* Revert 156678 - Native messaging now uses the MessageService back-end.mpcomplete@chromium.org2012-09-281-0/+1
* Revert 158830 - Revert 156678 - Native messaging now uses the MessageService ...ilevy@chromium.org2012-09-261-1/+0
* Revert 156678 - Native messaging now uses the MessageService back-end.mpcomplete@chromium.org2012-09-261-0/+1
* Move the NOTIFICATION_APP_TERMINATING notification from content to chrome, si...jam@chromium.org2012-09-251-2/+2
* Native messaging now uses the MessageService back-end.eaugusti@chromium.org2012-09-131-1/+0
* Pass result of blockage across content API when new tab blocked. This change ...tsepez@chromium.org2012-09-071-2/+3
* Move MessageService into it's own directory.eaugusti@chromium.org2012-08-211-1/+1
* Move SessionStorageNamespace entirely into NavigationController and support S...ajwong@chromium.org2012-08-131-1/+1
* Moved ExtensionMessage* into extensions namespacerdevlin.cronin@chromium.org2012-07-251-1/+1
* Get rid of the RenderViewType concept in content, since it was only used by C...jam@chromium.org2012-05-231-2/+3
* TabContents -> WebContentsImpl, part 20.avi@chromium.org2012-04-171-1/+1
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-061-2/+2
* Rename WebUIFactory to WebUIControllerFactory since that's what it creates now.jam@chromium.org2012-01-271-1/+1
* Define the public interface for content browser SiteInstance. This interface ...ananta@chromium.org2012-01-251-1/+2
* Hide BrowsingInstance from all but SiteInstance, as intended by design.joi@chromium.org2012-01-181-3/+2
* Get rid of TabContentsWrapper::tab_contents. Also make it use WebContents exc...jam@chromium.org2012-01-061-11/+7
* Replace WebUI::tab_contents() with web_contents() and switch all users to use...jam@chromium.org2011-12-301-0/+4
* Convert all of the WebContentsDelegate to use WebContents instead of TabConte...jam@chromium.org2011-12-281-4/+4
* Convert SpeechInputBubble and BalloonHost to use WebContents instead of TabCo...jam@chromium.org2011-12-271-3/+2
* Move TabContentsObserver to content/public, rename it to WebContentsObserver,...jam@chromium.org2011-12-221-1/+1
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-1/+1
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-1/+1
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-1/+1
* Start creating the content::WebPage interface around TabContents. This is jus...jam@chromium.org2011-12-201-1/+1
* Handle AddNewContents in BackgroundContents so we can open windows.atwilson@chromium.org2011-12-101-0/+10
* Move view_types.h to view_type.h, since that's the standard name for enums.jam@chromium.org2011-12-011-1/+1
* Remove some unnecessary includes of view_messages.h.jam@chromium.org2011-11-171-1/+0
* Move Sad Tab implementation out of the TabContentsViews.avi@chromium.org2011-11-151-2/+2
* Switch BackgroundContents to use TabContents instead of RenderViewHost.jam@chromium.org2011-11-111-165/+35
* Move RendererPreferences to content/public/common and also put in the content...jam@chromium.org2011-10-311-2/+2
* Set extension-related webkit preferences in a common location.aa@chromium.org2011-10-291-6/+3
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-6/+6
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-11/+11
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-1/+1
* Move view_types to content\public\common. Also update the enum values to matc...jam@chromium.org2011-10-121-2/+2
* Split ViewType between chrome and contentjochen@chromium.org2011-10-061-2/+3
* apps/extensions: Disable all kinds of acceleration for background pages.sadrul@chromium.org2011-09-091-2/+12
* Removal of Profile from content part 2.avi@chromium.org2011-07-271-8/+14
* Revert 94332 - Removal of Profile from content part 2.sergeyu@chromium.org2011-07-271-14/+8
* Removal of Profile from content part 2.avi@chromium.org2011-07-271-8/+14
* Removal of Profile from content part 1.avi@chromium.org2011-07-271-2/+4
* Get rid of the remaining implementation in TabContentsView and make all the m...jam@chromium.org2011-07-121-11/+0
* Remove TabContentsView methods that just call to the delegate, and have them ...jam@chromium.org2011-07-111-6/+0