summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/tab_util.cc
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the RenderViewType concept in content, since it was only used by C...jam@chromium.org2012-05-231-2/+1
* Don't group same-site links in new windows in the same SiteInstance.creis@chromium.org2012-04-271-12/+4
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-0/+1
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-061-1/+1
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-1/+1
* Rename WebUIFactory to WebUIControllerFactory since that's what it creates now.jam@chromium.org2012-01-271-2/+3
* Define the public interface for content browser SiteInstance. This interface ...ananta@chromium.org2012-01-251-2/+3
* Get rid of RenderViewHostDelegate::GetAsTabContents.jam@chromium.org2012-01-241-9/+0
* Move RenderViewHostDelegate to content/public and content namespace.joi@chromium.org2012-01-181-2/+2
* Replace Browser::GetTabContentsAt with GetWebContentsAt and update all callers.jam@chromium.org2012-01-041-2/+5
* Convert SpeechInputBubble and BalloonHost to use WebContents instead of TabCo...jam@chromium.org2011-12-271-0/+10
* Rename TabContents::browser_context() to GetBrowserContext and put it into th...jam@chromium.org2011-12-211-1/+1
* Move/replace/rename URL-based extension getters from ExtensionService to/in E...yoz@chromium.org2011-12-131-1/+2
* Remove needless include of the content/browser/render_process_host.h header f...ananta@chromium.org2011-11-041-1/+0
* Removal of Profile from content part 4.avi@chromium.org2011-08-011-1/+1
* Create the correct SiteInstance when restoring tabs that belong to apps.mihaip@chromium.org2011-07-211-3/+37
* Get rid of a bunch of includes to old locations of headers.jam@chromium.org2011-03-021-3/+3
* Move GetTabContentsID out of tab util because it has nothing to do with tabs orbrettw@chromium.org2009-06-301-19/+0
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-3/+3
* A little cleanup of ResourceDispatcherHost to make it less renderer centric, ...jam@chromium.org2009-03-101-2/+2
* Fix a crash bug in memory_utils.cc caused by assuming that thempcomplete@google.com2009-02-131-2/+1
* Move files out of browser and into either renderer_host or tab_contents.brettw@chromium.org2009-01-221-1/+1
* Move functions required by the rest of the browser from RenderProcessHost to ...brettw@chromium.org2009-01-161-1/+1
* Move a bunch of TabContents related files into a tab_contents subdirben@chromium.org2009-01-151-0/+39