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