summaryrefslogtreecommitdiffstats
path: root/content/browser/tab_contents/tab_contents.h
Commit message (Expand)AuthorAgeFilesLines
* Simplifying JS dialog interfaces.jam@chromium.org2012-01-301-12/+9
* Send replies to sync IPCs from swapped out renderers.creis@chromium.org2012-01-281-3/+4
* Define the public interface for content browser SiteInstance. This interface ...ananta@chromium.org2012-01-251-9/+10
* Get rid of RenderViewHostDelegate::GetAsTabContents.jam@chromium.org2012-01-241-1/+0
* Change grow box computation back to a method on BrowserWindowthakis@chromium.org2012-01-231-0/+2
* Get rid of SavePackage usage in Chrome. I've moved IsSavableContents onto Web...jam@chromium.org2012-01-201-1/+3
* Rename WebUI to WebUIImpl.jam@chromium.org2012-01-191-1/+1
* Move RenderViewHostDelegate to content/public and content namespace.joi@chromium.org2012-01-181-4/+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-7/+7
* Make WebUI objects not derive from WebUI. WebUI objects own the controller. T...jam@chromium.org2012-01-171-0/+1
* Fix window zoom in a sane way, remove nasty casts.avi@chromium.org2012-01-141-0/+5
* Get rid of RenderViewHostManager usage in chrome.jam@chromium.org2012-01-111-1/+3
* Copy all the max page IDs to Instant/Prerender's TabContentscreis@chromium.org2012-01-101-1/+6
* Get rid of TabContentsWrapper::tab_contents. Also make it use WebContents exc...jam@chromium.org2012-01-061-12/+1
* Rename NavigationController to NavigationControllerImpl. I'll get rid of cont...jam@chromium.org2012-01-041-5/+5
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-041-2/+5
* Create a Content API interface around NavigationController, and move all the ...jam@chromium.org2011-12-291-2/+2
* Convert all of the WebContentsDelegate to use WebContents instead of TabConte...jam@chromium.org2011-12-281-1/+1
* Rename NavigationController to NavigationControllerImpl and put it into the c...jam@chromium.org2011-12-281-2/+3
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-281-1/+1
* Move the PageNavigator interface and GlobalRequestID struct to content\public...jam@chromium.org2011-12-281-10/+3
* Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-271-1/+1
* Convert SpeechInputBubble and BalloonHost to use WebContents instead of TabCo...jam@chromium.org2011-12-271-7/+1
* Move most of the remaining users of WebContentsObserver::tab_contents() to us...jam@chromium.org2011-12-261-0/+1
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-3/+1
* Fix windows component buildjam@chromium.org2011-12-251-5/+7
* Move TabContentsObserver to content/public, rename it to WebContentsObserver,...jam@chromium.org2011-12-221-6/+5
* Move the remaining TabContents methods to the WebContents interface, switchin...jam@chromium.org2011-12-221-227/+87
* Move a bunch of methods from TabContents into the WebContents interface. This...jam@chromium.org2011-12-221-128/+39
* 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-18/+5
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-5/+18
* Rename TabContents::view() to GetView() and put it in the WebContents interface.jam@chromium.org2011-12-211-11/+3
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-18/+5
* Move TabContentsDelegate to content/public/browser and put it in the content ...tfarina@chromium.org2011-12-201-6/+6
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-201-3/+8
* Rename content::WebPage to content::WebContentsjam@chromium.org2011-12-201-3/+3
* Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...jam@chromium.org2011-12-201-2/+5
* Start creating the content::WebPage interface around TabContents. This is jus...jam@chromium.org2011-12-201-12/+10
* Make page IDs be specific to a RenderView rather than global to its process.creis@chromium.org2011-12-161-19/+26
* [Web Intents] Make IntentInjector adapt to the new content APIgbillock@chromium.org2011-12-091-2/+1
* views: Add an Options enum to MessageBoxView control.tfarina@chromium.org2011-12-071-1/+1
* Revert 113110 - backing out 113015 didn't fix the interactive test bot. Resto...sail@chromium.org2011-12-061-1/+0
* Revert 113015 - speculative revert to see if this fixes the interactive test ...sail@chromium.org2011-12-061-0/+1
* Remove OnMessageReceived that was using internal content IPCs in a chrome tes...jam@chromium.org2011-12-051-1/+0
* Replace the GURL referrer field of OpenURLParams with a content::Referrerjochen@chromium.org2011-12-051-1/+1
* Pass along the referrer policy (renderer side)jochen@chromium.org2011-12-031-1/+1
* Fix a bug where redirect chain gets lost on process swap.mpcomplete@chromium.org2011-12-031-0/+6
* Add url and is_main_frame to DidFinishLoad and DidFailLoad.mkosiba@chromium.org2011-11-291-1/+8