summaryrefslogtreecommitdiffstats
path: root/content/test/test_render_frame_host_factory.h
Commit message (Expand)AuthorAgeFilesLines
* Remove indirection for SiteInstance and RenderProcessHost from RenderFrameHost.nasko2015-01-271-0/+1
* Make RenderFrame(Host) own a RenderWidget(Host).kenrb2015-01-221-0/+1
* Revert of Make RenderFrame(Host) own a RenderWidget(Host). (patchset #20 id:3...cmumford2015-01-211-1/+0
* Make RenderFrame(Host) own a RenderWidget(Host).kenrb2015-01-211-0/+1
* Convert RenderFrameHost creation booleans to flagskenrb2014-11-171-1/+1
* Standardize usage of virtual/override/final in content/dcheng2014-10-211-2/+2
* Replace OVERRIDE and FINAL with override and final in content/test/[a-s]*anand.ratn2014-10-061-1/+1
* Move out DidStartProvisionalLoad from WebContentsImpl into Navigator.nasko@chromium.org2013-12-101-0/+1
* Add RenderFrameHostDelegate and plumb it through all the necessary classes.jam@chromium.org2013-12-041-4/+1
* Two tiny comment/style fixes to RenderFrameHostFactory.nick@chromium.org2013-11-211-1/+1
* Instantiate RenderFrameHosts via a RenderFrameHostFactory indirection.nick@chromium.org2013-11-211-0/+43