index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
content
/
browser
/
tab_contents
/
render_view_host_manager.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
TabContents -> WebContentsImpl, part 4.
avi@chromium.org
2012-04-11
1
-839
/
+0
*
TabContents -> WebContentsImpl, part 3.
avi@chromium.org
2012-04-10
1
-2
/
+2
*
Fix performance.timing.navigationStart on cross-renderer navigation.
simonjam@chromium.org
2012-03-07
1
-3
/
+9
*
Move Render(View|Widget)Host and associated classes to content namespace.
joi@chromium.org
2012-03-07
1
-0
/
+2
*
Move Render(Widget|View)HostImpl to files with _impl in filename.
joi@chromium.org
2012-03-06
1
-1
/
+1
*
Revert 125035 - Fix performance.timing.navigationStart on cross-renderer navi...
dbeam@chromium.org
2012-03-06
1
-9
/
+3
*
Fix performance.timing.navigationStart on cross-renderer navigation.
simonjam@chromium.org
2012-03-05
1
-3
/
+9
*
Extract minimal RenderViewHost interface for embedders, leaving
joi@chromium.org
2012-03-05
1
-41
/
+54
*
Move RenderWidgetHostView into content namespace. Fix include paths.
joi@chromium.org
2012-02-20
1
-1
/
+2
*
Revert 122753 - Move RenderWidgetHostView into content namespace. Fix include...
joi@chromium.org
2012-02-20
1
-2
/
+1
*
Move RenderWidgetHostView into content namespace. Fix include paths.
joi@chromium.org
2012-02-20
1
-1
/
+2
*
Introduce content::RenderWidgetHostViewPort (in content/port/browser).
joi@chromium.org
2012-02-16
1
-1
/
+2
*
Extract RenderWidgetHostView (for Chrome-like embedders) vs. RenderWidgetHost...
joi@chromium.org
2012-02-15
1
-1
/
+1
*
Revert 121896 - Extract RenderWidgetHostView (for Chrome-like embedders) vs. ...
vollick@google.com
2012-02-14
1
-1
/
+1
*
Extract RenderWidgetHostView (for Chrome-like embedders) vs. RenderWidgetHost...
joi@chromium.org
2012-02-14
1
-1
/
+1
*
Rename WebUIFactory to WebUIControllerFactory since that's what it creates now.
jam@chromium.org
2012-01-27
1
-12
/
+15
*
Do not filter IPC messages until the new RVH commits, to avoid a race.
creis@chromium.org
2012-01-27
1
-31
/
+19
*
Define the public interface for content browser SiteInstance. This interface ...
ananta@chromium.org
2012-01-25
1
-18
/
+23
*
Rename WebUI to WebUIImpl.
jam@chromium.org
2012-01-19
1
-2
/
+2
*
Move RenderViewHostDelegate to content/public and content namespace.
joi@chromium.org
2012-01-18
1
-2
/
+2
*
Rename TabContentsView to WebContentsView and move to content/public.
joi@chromium.org
2012-01-18
1
-3
/
+3
*
Make WebUI objects not derive from WebUI. WebUI objects own the controller. T...
jam@chromium.org
2012-01-17
1
-3
/
+3
*
Start splitting out WebUI into an implementation class and an interface that ...
jam@chromium.org
2012-01-13
1
-2
/
+3
*
Get rid of RenderViewHostManager usage in chrome.
jam@chromium.org
2012-01-11
1
-8
/
+10
*
Move WebUIFactory into content/public/browser and make it use WebContents ins...
jam@chromium.org
2012-01-07
1
-2
/
+3
*
Get rid of content::NavigationController in cc file and use "using" instead.
jam@chromium.org
2012-01-04
1
-2
/
+3
*
Rename NavigationController to NavigationControllerImpl. I'll get rid of cont...
jam@chromium.org
2012-01-04
1
-2
/
+3
*
Convert all the notifications which use NavigationController to content::Navi...
jam@chromium.org
2012-01-03
1
-2
/
+2
*
Convert unix_hacker functions on NavigationController that are used by Chrome...
jam@chromium.org
2011-12-29
1
-4
/
+4
*
Rename NavigationController to NavigationControllerImpl and put it into the c...
jam@chromium.org
2011-12-28
1
-14
/
+14
*
Convert a few methods in NavigationController to return a content::Navigation...
jam@chromium.org
2011-12-28
1
-3
/
+3
*
Create a Content API around NavigationEntry that's in content/public/browser....
jam@chromium.org
2011-12-25
1
-9
/
+9
*
Make hosted apps launched via chrome.tabs.create with an URL redirect have th...
mihaip@chromium.org
2011-12-16
1
-7
/
+5
*
Define DevTools content API
yurys@chromium.org
2011-12-01
1
-6
/
+4
*
Remove unused method RVHD::RendererManagement::OnCrossSiteNavigationCanceled().
dcheng@chromium.org
2011-11-25
1
-7
/
+0
*
Fixed race-condition in RenderViewHost(Manager)
battre@chromium.org
2011-11-22
1
-19
/
+31
*
Define the public interface for content browser RenderProcessHost. This inter...
ananta@chromium.org
2011-11-18
1
-4
/
+5
*
DevTools: reattach to previous RVH when pending navigation is being canceled.
yurys@chromium.org
2011-11-16
1
-0
/
+7
*
Don't reload into an app process.
creis@chromium.org
2011-11-03
1
-9
/
+3
*
Revert 108186 - Ensure forced process swaps use the correct page_id and SiteI...
creis@chromium.org
2011-11-03
1
-11
/
+4
*
Ensure forced process swaps use the correct page_id and SiteInstance.
creis@chromium.org
2011-11-01
1
-4
/
+11
*
Make NotificationService an interface in the content namespace, and switch ca...
jam@chromium.org
2011-10-19
1
-4
/
+4
*
Move content_browser_client.h to public, and while at it, move
joi@chromium.org
2011-10-19
1
-1
/
+1
*
Move NotificationObserver, NotificationSource, and NotificationDetails to con...
jam@chromium.org
2011-10-19
1
-8
/
+10
*
Move content_client.h into content/public.
joi@chromium.org
2011-10-18
1
-1
/
+0
*
Move content_notification_types.h from content\common to content\public\brows...
jam@chromium.org
2011-10-18
1
-1
/
+1
*
Move url_constansts.h to content/public/common.
jam@chromium.org
2011-10-14
1
-1
/
+1
*
Move content_switches to content\public\common.
jam@chromium.org
2011-10-13
1
-1
/
+1
*
Move PageTransition into content namespace. While I'm touching all these file...
jam@chromium.org
2011-10-13
1
-1
/
+1
*
Delegate the decision whether to swap processes for navigations to/from exten...
jochen@chromium.org
2011-10-05
1
-15
/
+5
[next]