summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/render_view_host_manager_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Take 2 at moving NTP CSS resources into the NTP resource cache.tony@chromium.org2009-11-231-0/+3
* Cleanup some code in the render_view_host_manager unittest.brg@chromium.com2009-09-291-4/+3
* Remove the enable-sync flag from the Chrome command line and enable sync by d...brg@chromium.com2009-09-291-0/+11
* Fix deadlock when plugin puts an alert and right afterwards the browser proce...jam@chromium.org2009-09-281-6/+3
* Split the IPC code into ipc/agl@chromium.org2009-07-221-1/+1
* Do some refactoring of renderer_host.brettw@chromium.org2009-07-061-1/+1
* Move RenderViewHostManager back to tab_contents. Moving it to renderer_hostbrettw@chromium.org2009-07-031-0/+250
* Move render_view_host_manager* and site_instance* from tab_contents to render...brettw@chromium.org2009-06-291-116/+0
* Make sure view-source: is applied to RenderView when it is reused for a newbrettw@google.com2009-06-111-0/+51
* Fix an issue with SiteInstance where special URLs would not always get groupedmpcomplete@google.com2009-05-071-6/+27
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-1/+1
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-201-13/+8
* Reverting 14005.brettw@chromium.org2009-04-181-8/+13
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-181-13/+8
* Fix the process creation problem. This forces transitions betweenbrettw@chromium.org2009-04-161-0/+49