summaryrefslogtreecommitdiffstats
path: root/content/browser/tab_contents/tab_contents_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename WebUIFactory to WebUIControllerFactory since that's what it creates now.jam@chromium.org2012-01-271-9/+23
* Define the public interface for content browser SiteInstance. This interface ...ananta@chromium.org2012-01-251-3/+4
* Rename TabContentsView to WebContentsView and move to content/public.joi@chromium.org2012-01-181-4/+4
* 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-5/+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
* Remove a few trivial tab_contents.h includes in chrome that I missed earlier.jam@chromium.org2012-01-061-3/+7
* Rename NavigationController to NavigationControllerImpl. I'll get rid of cont...jam@chromium.org2012-01-041-2/+4
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-041-2/+2
* Convert unix_hacker functions on NavigationController that are used by Chrome...jam@chromium.org2011-12-291-25/+25
* Rename NavigationController to NavigationControllerImpl and put it into the c...jam@chromium.org2011-12-281-28/+29
* Remove the remaining usages of NavigationEntry in chrome by converting a few ...jam@chromium.org2011-12-281-6/+9
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-281-23/+34
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-251-33/+33
* Move the remaining TabContents methods to the WebContents interface, switchin...jam@chromium.org2011-12-221-48/+48
* Move navigation_details.h to content/public/browser.jam@chromium.org2011-12-221-1/+1
* Move a bunch of methods from TabContents into the WebContents interface. This...jam@chromium.org2011-12-221-3/+3
* Rename TabContents::browser_context() to GetBrowserContext and put it into th...jam@chromium.org2011-12-211-1/+1
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-15/+15
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-15/+15
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-15/+15
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-201-21/+21
* Make page IDs be specific to a RenderView rather than global to its process.creis@chromium.org2011-12-161-0/+23
* Group forms-related files in webkit/glue in a forms/ subdirectory.isherman@chromium.org2011-12-151-1/+1
* Move web_contents_unittest.cc to content, where it belongs next to TabContent...jam@chromium.org2011-12-071-0/+1786