summaryrefslogtreecommitdiffstats
path: root/chrome/browser/external_tab_container.cc
Commit message (Expand)AuthorAgeFilesLines
* Added support for the URLRequestAutomationJob object which issues HTTP reques...ananta@chromium.org2009-08-121-1/+2
* Add the WS_CLIPCHILDREN style to the external tab container window to prevent...robertshield@chromium.org2009-08-051-1/+1
* Navigation and cookies for Automationamit@chromium.org2009-07-281-1/+22
* The ExternalTabContainer object which implements the TabContentsDelegate inte...ananta@chromium.org2009-07-221-1/+15
* When the unhandled accelerator messages come back from the external host, we ...ananta@chromium.org2009-07-161-6/+1
* Remove the defunct SetAccelerator message and replace it with anamit@chromium.org2009-07-141-12/+4
* Allow TabContentsDelegates to process unhandled keyboard messages coming back...ananta@chromium.org2009-07-141-19/+26
* A prototype of resource loading through automationamit@chromium.org2009-07-091-2/+31
* Fix a typo. TextDirection is the name of the enum, while GetTextDirection re...jhawkins@chromium.org2009-07-071-2/+4
* In this episode, we implement the DOMUI interface for extension views that ar...aa@chromium.org2009-07-011-8/+3
* This CL removes the last (major) Windows specific part out of the focus manag...jcampan@chromium.org2009-06-301-1/+2
* Revert :nsylvain@chromium.org2009-06-221-2/+1
* Relanding focus manager refactoring with build fix, see:http://codereview.chr...jcampan@chromium.org2009-06-201-1/+2
* Reverting 18872.jcampan@chromium.org2009-06-191-2/+1
* Removed the last Windows specific part out of the focus manager. HWNDs are no...jcampan@chromium.org2009-06-191-1/+2
* Move TabContentsViewWin and RenderViewContextMenu*Win to browser/views/tab_co...ben@chromium.org2009-06-141-1/+1
* Remove the Menu object, converting all the remaining callers to use Menu2. I'...ben@chromium.org2009-06-121-2/+3
* Allow external hosts to handle the context menu and thus be able to customize...ananta@chromium.org2009-06-121-0/+40
* Rename the TabContents::SetInitialFocus(reverse) method to TabContents::Focus...jcampan@chromium.org2009-06-081-4/+3
* Removed focus manager references from the external tab container as we don't ...ananta@chromium.org2009-06-031-19/+2
* Rollin' back 17315. Looks to be breaking OpenPopupWindowWithPlugin in the UI ...robertshield@google.com2009-06-011-4/+3
* Re-apply 17223 (http://codereview.chromium.org/115943) to fix external tab ha...robertshield@google.com2009-06-011-3/+4
* Reverting 17223 (http://codereview.chromium.org/115943). Seems to make intera...robertshield@google.com2009-05-291-4/+3
* Avoid DCHECKING on NEW_FOREGROUND_TAB and NEW_BACKGROUND_TAB dispositions in ...robertshield@google.com2009-05-291-3/+4
* Restore parent semantings for external tab container creation, and error chec...ben@chromium.org2009-05-281-1/+5
* With the recent change to the ExternalTabContainer to have it subclass Widget...ananta@chromium.org2009-05-271-2/+4
* ExternalTabContainer should subclass WidgetWin rather than Widget and ATL CWi...ben@chromium.org2009-05-271-152/+81
* Removes WidgetWin dependency from StatusBubbleViews so that it can compile on...ben@chromium.org2009-05-261-0/+29
* Refactors TabContentsContainerView into TabContentsContainer and associated p...ben@chromium.org2009-05-221-4/+4
* Use NotificationRegistrar to handle notification observing.Also cleans up som...pkasting@chromium.org2009-05-211-0/+1
* Fix unchecked pointer dereference that I stumbled across.robertshield@google.com2009-05-181-1/+1
* Move win_util.h from common to app.ben@chromium.org2009-05-081-1/+1
* Pass external tab handle when Chrome sends outgoing notifications through aut...stoyan@chromium.org2009-05-081-12/+15
* Move src/chrome/views to src/views. RS=darin http://crbug.com/11387ben@chromium.org2009-05-081-2/+2
* Destroy browser/content related C++ object on WM_DESTROY message, rather than...stoyan@chromium.org2009-05-061-1/+5
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-2/+1
* Allowing the client to handle escape and keyup events.tommi@google.com2009-05-021-5/+13
* Ensure that the underlying web_contents has focus in the external tab containerananta@chromium.org2009-05-011-0/+1
* Two changes:sky@chromium.org2009-04-291-3/+0
* Implement tabs.createWindow extension api call. Required: (a) new RVHDelegate...rafaelw@chromium.org2009-04-281-1/+8
* Provide a way for a TabContentsDelegate to take focus when we receive a notif...ananta@chromium.org2009-04-231-28/+15
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-201-11/+4
* Reverting 14005.brettw@chromium.org2009-04-181-4/+12
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-181-12/+4
* Add a new notification for automation customers that the amit@chromium.org2009-04-161-13/+24
* Remove TabContnetsType from everywhere.brettw@chromium.org2009-04-151-4/+0
* Make the omnibox popup look nicer. Add dropshadow images (not final). Experim...ben@chromium.org2009-04-151-2/+2
* Remove TabContentsType from the NavigationController external interface and inbrettw@chromium.org2009-04-151-1/+1
* Support the new popup and new window dispositions in the external tab contain...ananta@chromium.org2009-04-081-0/+8
* Make the RenderViewHostFactory a global. This prevents us from having to passbrettw@chromium.org2009-04-071-12/+3