summaryrefslogtreecommitdiffstats
path: root/chrome/browser/external_tab_container_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Move ContextMenuParams struct from webkit/glue to content/public/common. The ...jam@chromium.org2012-02-121-2/+3
* Get the default color of toolbar separator through ThemeService.tfarina@chromium.org2012-02-021-2/+2
* Split RenderViewHostDelegateViewHelper in two.avi@chromium.org2012-01-101-2/+5
* Revert 117067 - Split RenderViewHostDelegateViewHelper in two.avi@chromium.org2012-01-101-5/+2
* Split RenderViewHostDelegateViewHelper in two.avi@chromium.org2012-01-101-2/+5
* Change over IgnoreReturn to IgnoreResult. remove IgnoreReturn.ajwong@chromium.org2012-01-061-4/+5
* Get rid of TabContentsWrapper::tab_contents. Also make it use WebContents exc...jam@chromium.org2012-01-061-24/+25
* Convert the remaining trivial tab_contents.h includes in chrome to use web_co...jam@chromium.org2012-01-051-7/+3
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-041-5/+6
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-041-2/+2
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-031-7/+7
* Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...jam@chromium.org2012-01-031-1/+1
* Convert chrome users of NavigationController::tab_contents() to use GetWebCon...jam@chromium.org2012-01-021-1/+1
* Convert unix_hacker functions on NavigationController that are used by Chrome...jam@chromium.org2011-12-291-1/+1
* Convert all of the WebContentsDelegate to use WebContents instead of TabConte...jam@chromium.org2011-12-281-25/+26
* Rename NavigationController to NavigationControllerImpl and put it into the c...jam@chromium.org2011-12-281-1/+2
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-281-3/+4
* Move the PageNavigator interface and GlobalRequestID struct to content\public...jam@chromium.org2011-12-281-4/+5
* Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-271-3/+7
* Add a CanHandleAccelerators() method to AcceleratorTarget.asanka@chromium.org2011-12-271-0/+4
* Convert SpeechInputBubble and BalloonHost to use WebContents instead of TabCo...jam@chromium.org2011-12-271-1/+1
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-0/+5
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-251-4/+4
* Move TabContentsObserver to content/public, rename it to WebContentsObserver,...jam@chromium.org2011-12-221-1/+1
* Move navigation_details.h to content/public/browser.jam@chromium.org2011-12-221-1/+1
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-7/+7
* Rename IntentsHost -> WebIntentsDispatcher and IntentsDispatcher -> WebIntent...gbillock@chromium.org2011-12-211-3/+3
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-7/+7
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-7/+7
* Move TabContentsDelegate to content/public/browser and put it in the content ...tfarina@chromium.org2011-12-201-1/+1
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-201-9/+10
* Start creating the content::WebPage interface around TabContents. This is jus...jam@chromium.org2011-12-201-1/+1
* Reland r114898: Add TabModalConfirmDialogDelegate to show simple tab-modal co...bauerb@chromium.org2011-12-191-1/+5
* Revert 114898 - Add TabModalConfirmDialogDelegate to show simple tab-modal co...bauerb@chromium.org2011-12-171-5/+1
* Add TabModalConfirmDialogDelegate to show simple tab-modal confirmation dialogs.bauerb@chromium.org2011-12-171-1/+5
* Clean up TCW, make it solely a hub for 1:1 observer/helper objects.avi@chromium.org2011-12-121-15/+22
* Make NavigationEntry and friends use content::Referrer instead of plain URLsjochen@chromium.org2011-12-051-1/+1
* Replace the GURL referrer field of OpenURLParams with a content::Referrerjochen@chromium.org2011-12-051-4/+15
* Change NavigationController::LoadURL to take a Referrer class instead of a GU...jochen@chromium.org2011-12-051-3/+3
* Pass along the referrer policy (renderer side)jochen@chromium.org2011-12-031-1/+3
* Remove deprecated TabContentsDelegate::OpenURLFromTab variantjochen@chromium.org2011-12-021-20/+0
* Add a public content/ interface for intents. Use it.gbillock@chromium.org2011-12-011-3/+3
* A few more base::Bind migrations.csilv@chromium.org2011-11-241-9/+12
* Get rid of view_messages.h include from chrome since TabContentsDelegate used...jam@chromium.org2011-11-221-1/+1
* Get rid of a bunch of view_messages.h includes from chrome by making the TabC...jam@chromium.org2011-11-211-2/+2
* views: Delete bubble, events, focus, layout directories and its stubbed files.tfarina@chromium.org2011-11-181-4/+4
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-3/+3
* Rebase PageInfoBubble on the new views bubble.msw@chromium.org2011-11-171-1/+0
* browser: Delete ExternalTabPageInfoBubbleView class as it's now dead code.tfarina@chromium.org2011-11-161-30/+0
* browser: Add missing OVERRIDE annotation to ExternalTabContainer implementing...tfarina@chromium.org2011-11-151-21/+1