summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/render_view_host_manager.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-3/+0
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-0/+3
* Re-landing r21673 without re-enabling the BrowserTest, which apparently isbrettw@chromium.org2009-07-271-1/+1
* Revert of r21673 - which caused browser_test failure in ChromeURLAfterDownload.robertshield@chromium.org2009-07-271-1/+1
* Make downloads not prevent tabs from closing.brettw@chromium.org2009-07-271-1/+1
* Move some more interfaces on RenderViewHostDelegate to separate classes. Thebrettw@chromium.org2009-07-091-16/+9
* A prototype of resource loading through automationamit@chromium.org2009-07-091-5/+1
* Revert r19752. Caused regression in tabs closing.rafaelw@chromium.org2009-07-071-4/+0
* Move RenderViewHostManager back to tab_contents. Moving it to renderer_hostbrettw@chromium.org2009-07-031-0/+267
* Move render_view_host_manager* and site_instance* from tab_contents to render...brettw@chromium.org2009-06-291-263/+0
* Displaying consecutive alerts from plugins should not hang the browser. The p...ananta@chromium.org2009-05-151-0/+3
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-8/+8
* Synchronously update the loading state when a load starts so that the UI willbrettw@chromium.org2009-04-281-1/+1
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-201-6/+2
* Reverting 14005.brettw@chromium.org2009-04-181-2/+6
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-181-6/+2
* Fix the process creation problem. This forces transitions betweenbrettw@chromium.org2009-04-161-3/+6
* Remove the DOMUIHost. It is not used by any code.brettw@chromium.org2009-04-131-4/+0
* Make the RenderViewHostFactory a global. This prevents us from having to passbrettw@chromium.org2009-04-071-17/+1
* Remove some uses of custom tab contents types from some tests.brettw@chromium.org2009-04-041-0/+6
* Make the bookmarks bar disappear when the load after the new tab page commitsbrettw@chromium.org2009-03-251-13/+37
* Reverting 12469.brettw@chromium.org2009-03-251-37/+13
* Make the bookmarks bar disappear when the load after the new tab page commitsbrettw@chromium.org2009-03-251-13/+37
* Delete the ViewSourceTabContents.brettw@chromium.org2009-02-251-2/+16
* Adds some debugging code in hopes of isolating bug 6316. I suspect thesky@google.com2009-02-101-1/+9
* Make render_view_host_manager.cc compile on POSIX.thestig@chromium.org2009-02-041-8/+3
* Move files out of browser and into either renderer_host or tab_contents.brettw@chromium.org2009-01-221-0/+234