summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/background_contents.h
Commit message (Expand)AuthorAgeFilesLines
* Define the public interface for content browser SiteInstance. This interface ...ananta@chromium.org2012-01-251-1/+4
* Get rid of TabContentsWrapper::tab_contents. Also make it use WebContents exc...jam@chromium.org2012-01-061-3/+2
* Replace the TabContents* accessors with WebContents* in InterstitialPage, Bac...jam@chromium.org2012-01-021-1/+0
* Replace WebUI::tab_contents() with web_contents() and switch all users to use...jam@chromium.org2011-12-301-0/+2
* Create a Content API interface around NavigationController, and move all the ...jam@chromium.org2011-12-291-0/+1
* Convert all of the WebContentsDelegate to use WebContents instead of TabConte...jam@chromium.org2011-12-281-5/+6
* Convert SpeechInputBubble and BalloonHost to use WebContents instead of TabCo...jam@chromium.org2011-12-271-1/+1
* Move TabContentsObserver to content/public, rename it to WebContentsObserver,...jam@chromium.org2011-12-221-3/+3
* Move TabContentsDelegate to content/public/browser and put it in the content ...tfarina@chromium.org2011-12-201-3/+3
* Handle AddNewContents in BackgroundContents so we can open windows.atwilson@chromium.org2011-12-101-1/+6
* Add OVERRIDE to chrome/browser/.avi@chromium.org2011-11-211-1/+1
* Move Sad Tab implementation out of the TabContentsViews.avi@chromium.org2011-11-151-1/+1
* Switch BackgroundContents to use TabContents instead of RenderViewHost.jam@chromium.org2011-11-111-97/+21
* Move RendererPreferences to content/public/common and also put in the content...jam@chromium.org2011-10-311-1/+1
* Move content_browser_client.h to public, and while at it, movejoi@chromium.org2011-10-191-1/+1
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-7/+7
* Move view_types to content\public\common. Also update the enum values to matc...jam@chromium.org2011-10-121-1/+1
* Split ViewType between chrome and contentjochen@chromium.org2011-10-061-1/+1
* Make panel adjust bounds per preferred size change notification on Windows.jianli@chromium.org2011-09-071-1/+0
* Removal of Profile from content part 1.avi@chromium.org2011-07-271-1/+2
* Tag all users of RenderViewHostDelegate with OVERRIDEevan@chromium.org2011-07-251-11/+12
* Get rid of the remaining implementation in TabContentsView and make all the m...jam@chromium.org2011-07-121-4/+0
* Remove TabContentsView methods that just call to the delegate, and have them ...jam@chromium.org2011-07-111-11/+0
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-1/+1
* For JavaScript dialogs, remove As[Type] members, expand delegates to handle t...avi@chromium.org2011-06-301-2/+0
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h.thestig@chromium.org2011-06-141-1/+1
* Removes RenderViewHostDelegate::GetBrowserWindowID. Instead the placessky@chromium.org2011-06-081-1/+0
* Remove JS dialog dependency from content.avi@chromium.org2011-06-031-10/+10
* Cleaning up of data types, naming for JavaScript dialogs.avi@chromium.org2011-05-271-3/+3
* Move view_types.h from chrome to content. Although some of the enum types ar...jam@chromium.org2011-05-161-1/+0
* Support window.opener after a process swap.creis@chromium.org2011-05-121-1/+2
* Revert "Revert 83168 - Revert "Revert 83100 - Remove weird dependency on exte...aa@chromium.org2011-04-271-3/+0
* Revert 83168 - Revert "Revert 83100 - Remove weird dependency on extensions f...acolwell@chromium.org2011-04-271-0/+3
* Revert "Revert 83100 - Remove weird dependency on extensions from webui.Re-pl...aa@chromium.org2011-04-271-3/+0
* Revert 83100 - Remove weird dependency on extensions from webui.Re-plumb exte...aa@chromium.org2011-04-261-0/+3
* Remove weird dependency on extensions from webui.aa@chromium.org2011-04-261-3/+0
* Relanding http://src.chromium.org/viewvc/chrome?view=rev&revision=80938.jam@chromium.org2011-04-081-9/+3
* Revert 80938 - Add a new RenderViewHostObserver interface for filtering IPCs ...jam@chromium.org2011-04-081-3/+9
* Add a new RenderViewHostObserver interface for filtering IPCs send to RenderV...jam@chromium.org2011-04-081-9/+3
* Move dispatching and sending of the last extension specific messages out of T...jam@chromium.org2011-04-051-6/+5
* Get rid of extensions dependency from content\browser.jam@chromium.org2011-04-041-0/+3
* Move WebUIFactory to chrome/, try 2.estade@chromium.org2011-03-301-0/+1
* Revert 79691 - Move WebUIFactory to chrome/browser.estade@chromium.org2011-03-291-1/+0
* Move WebUIFactory to chrome/browser.estade@chromium.org2011-03-291-0/+1
* Move extension messages to their own file and add a RenderViewObserver to sta...jam@chromium.org2011-03-281-1/+2
* Move a bunch of renderer->browser messages to content.jam@chromium.org2011-03-231-1/+1
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-091-1/+1
* Get rid of a bunch of includes to old locations of headers.jam@chromium.org2011-03-021-1/+1
* Move background_contents back to chrome, since that's part of extensions whic...jam@chromium.org2011-02-221-2/+176
* Start moving core pieces of Chrome multi-process code to src\content. I'm st...jam@chromium.org2011-02-181-176/+2