summaryrefslogtreecommitdiffstats
path: root/content/browser/tab_contents/render_view_host_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* TabContents -> WebContentsImpl, part 4.avi@chromium.org2012-04-111-839/+0
* TabContents -> WebContentsImpl, part 3.avi@chromium.org2012-04-101-2/+2
* Fix performance.timing.navigationStart on cross-renderer navigation.simonjam@chromium.org2012-03-071-3/+9
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-0/+2
* Move Render(Widget|View)HostImpl to files with _impl in filename.joi@chromium.org2012-03-061-1/+1
* Revert 125035 - Fix performance.timing.navigationStart on cross-renderer navi...dbeam@chromium.org2012-03-061-9/+3
* Fix performance.timing.navigationStart on cross-renderer navigation.simonjam@chromium.org2012-03-051-3/+9
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-41/+54
* Move RenderWidgetHostView into content namespace. Fix include paths.joi@chromium.org2012-02-201-1/+2
* Revert 122753 - Move RenderWidgetHostView into content namespace. Fix include...joi@chromium.org2012-02-201-2/+1
* Move RenderWidgetHostView into content namespace. Fix include paths.joi@chromium.org2012-02-201-1/+2
* Introduce content::RenderWidgetHostViewPort (in content/port/browser).joi@chromium.org2012-02-161-1/+2
* Extract RenderWidgetHostView (for Chrome-like embedders) vs. RenderWidgetHost...joi@chromium.org2012-02-151-1/+1
* Revert 121896 - Extract RenderWidgetHostView (for Chrome-like embedders) vs. ...vollick@google.com2012-02-141-1/+1
* Extract RenderWidgetHostView (for Chrome-like embedders) vs. RenderWidgetHost...joi@chromium.org2012-02-141-1/+1
* Rename WebUIFactory to WebUIControllerFactory since that's what it creates now.jam@chromium.org2012-01-271-12/+15
* Do not filter IPC messages until the new RVH commits, to avoid a race.creis@chromium.org2012-01-271-31/+19
* Define the public interface for content browser SiteInstance. This interface ...ananta@chromium.org2012-01-251-18/+23
* Rename WebUI to WebUIImpl.jam@chromium.org2012-01-191-2/+2
* Move RenderViewHostDelegate to content/public and content namespace.joi@chromium.org2012-01-181-2/+2
* Rename TabContentsView to WebContentsView and move to content/public.joi@chromium.org2012-01-181-3/+3
* Make WebUI objects not derive from WebUI. WebUI objects own the controller. T...jam@chromium.org2012-01-171-3/+3
* Start splitting out WebUI into an implementation class and an interface that ...jam@chromium.org2012-01-131-2/+3
* Get rid of RenderViewHostManager usage in chrome.jam@chromium.org2012-01-111-8/+10
* Move WebUIFactory into content/public/browser and make it use WebContents ins...jam@chromium.org2012-01-071-2/+3
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-041-2/+3
* Rename NavigationController to NavigationControllerImpl. I'll get rid of cont...jam@chromium.org2012-01-041-2/+3
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-031-2/+2
* Convert unix_hacker functions on NavigationController that are used by Chrome...jam@chromium.org2011-12-291-4/+4
* Rename NavigationController to NavigationControllerImpl and put it into the c...jam@chromium.org2011-12-281-14/+14
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-281-3/+3
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-251-9/+9
* Make hosted apps launched via chrome.tabs.create with an URL redirect have th...mihaip@chromium.org2011-12-161-7/+5
* Define DevTools content APIyurys@chromium.org2011-12-011-6/+4
* Remove unused method RVHD::RendererManagement::OnCrossSiteNavigationCanceled().dcheng@chromium.org2011-11-251-7/+0
* Fixed race-condition in RenderViewHost(Manager)battre@chromium.org2011-11-221-19/+31
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-4/+5
* DevTools: reattach to previous RVH when pending navigation is being canceled.yurys@chromium.org2011-11-161-0/+7
* Don't reload into an app process.creis@chromium.org2011-11-031-9/+3
* Revert 108186 - Ensure forced process swaps use the correct page_id and SiteI...creis@chromium.org2011-11-031-11/+4
* Ensure forced process swaps use the correct page_id and SiteInstance.creis@chromium.org2011-11-011-4/+11
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-4/+4
* 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-8/+10
* Move content_client.h into content/public.joi@chromium.org2011-10-181-1/+0
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-181-1/+1
* Move url_constansts.h to content/public/common.jam@chromium.org2011-10-141-1/+1
* Move content_switches to content\public\common.jam@chromium.org2011-10-131-1/+1
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-1/+1
* Delegate the decision whether to swap processes for navigations to/from exten...jochen@chromium.org2011-10-051-15/+5