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_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
TabContents -> WebContentsImpl, part 4.
avi@chromium.org
2012-04-11
1
-772
/
+0
*
TabContents -> WebContentsImpl, part 3.
avi@chromium.org
2012-04-10
1
-2
/
+2
*
Rename and move TestTabContents to content::TestWebContents.
joi@chromium.org
2012-03-23
1
-14
/
+15
*
Clean up a few TODO items.
joi@chromium.org
2012-03-22
1
-6
/
+6
*
Add abstractions that let embedders drive tests of WebContents, without expos...
joi@chromium.org
2012-03-22
1
-3
/
+3
*
Move MockRenderProcessHost to content/test and put it into the content namesp...
tfarina@chromium.org
2012-03-16
1
-2
/
+3
*
Allow browser to handle all WebUI navigations.
creis@chromium.org
2012-03-15
1
-38
/
+20
*
Introduce abstractions to allow embedders to test RenderViewHost
joi@chromium.org
2012-03-12
1
-8
/
+11
*
Add a Content API around BrowserURLHandler.
jam@chromium.org
2012-03-12
1
-1
/
+0
*
Fix performance.timing.navigationStart on cross-renderer navigation.
simonjam@chromium.org
2012-03-07
1
-2
/
+2
*
Move Render(View|Widget)Host and associated classes to content namespace.
joi@chromium.org
2012-03-07
1
-0
/
+3
*
Revert 125035 - Fix performance.timing.navigationStart on cross-renderer navi...
dbeam@chromium.org
2012-03-06
1
-2
/
+2
*
Fix performance.timing.navigationStart on cross-renderer navigation.
simonjam@chromium.org
2012-03-05
1
-2
/
+2
*
Extract minimal RenderViewHost interface for embedders, leaving
joi@chromium.org
2012-03-05
1
-38
/
+43
*
Customize onbeforeunload dialog when it's a reload instead of an unload.
dmazzoni@chromium.org
2012-02-29
1
-1
/
+1
*
Ensure that navigations are not ignored due to incomplete unload requests.
creis@chromium.org
2012-02-09
1
-0
/
+39
*
Send replies to sync IPCs from swapped out renderers.
creis@chromium.org
2012-01-28
1
-0
/
+81
*
Rename WebUIFactory to WebUIControllerFactory since that's what it creates now.
jam@chromium.org
2012-01-27
1
-12
/
+25
*
Do not filter IPC messages until the new RVH commits, to avoid a race.
creis@chromium.org
2012-01-27
1
-21
/
+32
*
Define the public interface for content browser SiteInstance. This interface ...
ananta@chromium.org
2012-01-25
1
-18
/
+28
*
Hide BrowsingInstance from all but SiteInstance, as intended by design.
joi@chromium.org
2012-01-18
1
-3
/
+3
*
Switch chrome code to use content::WebUI interface instead of WebUI concrete ...
jam@chromium.org
2012-01-18
1
-1
/
+1
*
Make WebUI objects not derive from WebUI. WebUI objects own the controller. T...
jam@chromium.org
2012-01-17
1
-4
/
+4
*
Start splitting out WebUI into an implementation class and an interface that ...
jam@chromium.org
2012-01-13
1
-1
/
+3
*
Move WebUIFactory into content/public/browser and make it use WebContents ins...
jam@chromium.org
2012-01-07
1
-1
/
+2
*
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
-1
/
+1
*
Convert all the notifications which use NavigationController to content::Navi...
jam@chromium.org
2012-01-03
1
-2
/
+4
*
Convert unix_hacker functions on NavigationController that are used by Chrome...
jam@chromium.org
2011-12-29
1
-2
/
+2
*
Rename NavigationController to NavigationControllerImpl and put it into the c...
jam@chromium.org
2011-12-28
1
-35
/
+36
*
Remove the remaining usages of NavigationEntry in chrome by converting a few ...
jam@chromium.org
2011-12-28
1
-2
/
+2
*
Convert a few methods in NavigationController to return a content::Navigation...
jam@chromium.org
2011-12-28
1
-1
/
+2
*
Create a Content API around NavigationEntry that's in content/public/browser....
jam@chromium.org
2011-12-25
1
-2
/
+2
*
Move a bunch of methods from TabContents into the WebContents interface. This...
jam@chromium.org
2011-12-22
1
-6
/
+6
*
Revert 115346. The change didn't break anything, the test was faulty. Will di...
jam@chromium.org
2011-12-21
1
-6
/
+6
*
Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests
thakis@chromium.org
2011-12-21
1
-6
/
+6
*
Rename TabContents::controller() to GetController and put it into the WebCont...
jam@chromium.org
2011-12-21
1
-6
/
+6
*
Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...
jam@chromium.org
2011-12-20
1
-2
/
+2
*
Make page IDs be specific to a RenderView rather than global to its process.
creis@chromium.org
2011-12-16
1
-7
/
+6
*
Make hosted apps launched via chrome.tabs.create with an URL redirect have th...
mihaip@chromium.org
2011-12-16
1
-0
/
+5
*
Make TestTabContents::TestDidNavigate not take a ViewHostMsg_FrameNavigate_Pa...
jam@chromium.org
2011-12-05
1
-1
/
+1
*
Revert 113006 - Make TestTabContents::TestDidNavigate not take a ViewHostMsg_...
avi@chromium.org
2011-12-05
1
-1
/
+1
*
Make NavigationEntry and friends use content::Referrer instead of plain URLs
jochen@chromium.org
2011-12-05
1
-15
/
+17
*
Make TestTabContents::TestDidNavigate not take a ViewHostMsg_FrameNavigate_Pa...
jam@chromium.org
2011-12-05
1
-1
/
+1
*
Change NavigationController::LoadURL to take a Referrer class instead of a GU...
jochen@chromium.org
2011-12-05
1
-6
/
+9
*
Move RenderViewHostManagerTest to content
jochen@chromium.org
2011-11-28
1
-26
/
+110
*
Fixed race-condition in RenderViewHost(Manager)
battre@chromium.org
2011-11-22
1
-0
/
+135
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
1
-0
/
+1
*
Switch content tests to use BrowserThreadImpl directly.
joi@chromium.org
2011-10-31
1
-9
/
+7
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
1
-5
/
+9
[next]