summaryrefslogtreecommitdiffstats
path: root/chrome/browser/external_tab_container.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove some uses of custom tab contents types from some tests.brettw@chromium.org2009-04-041-1/+2
* Only create one downloads tab per window. If there is already a Downloadsestade@chromium.org2009-04-021-0/+1
* Move widget related files into views/widgetben@chromium.org2009-03-171-1/+1
* Make Widget return a gfx::NativeView instead of a HWND.ben@chromium.org2009-03-121-2/+2
* Changing ForwardMessageToExternalHost to postMessage and passing a propertommi@chromium.org2009-03-091-2/+4
* Add url to AutomationMsg_DidNavigate amit@chromium.org2009-03-061-1/+2
* NO CODE CHANGE.maruel@google.com2009-03-051-1/+2
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* Fix a crash in chrome.exe caused by the external tab container instance getti...ananta@chromium.org2009-03-051-6/+13
* Don't send the receiver function name in the ExternalHostBindings::ForwardMes...ananta@chromium.org2009-02-251-2/+2
* Removing WS_POPUP before calling SetParent to avoid stealing the focus (flick...tommi@chromium.org2009-02-241-5/+12
* Send over the HTTP status code in the ViewHostMsg_FrameNavigate message comin...ananta@chromium.org2009-02-191-8/+39
* Fixing reverse tabbing.tommi@chromium.org2009-02-131-2/+2
* Switch from HWNDs to NativeViews, take 2. (First attempt was r9409, in which ...avi@chromium.org2009-02-101-2/+2
* Try reverting r9409 to see if it fixes crashes on chromebot.kuchhal@chromium.org2009-02-101-2/+2
* Reapplying tab support (change 9388). I synced and re-applied my change and ...tommi@chromium.org2009-02-101-13/+44
* Switch from HWNDs to NativeViews.avi@chromium.org2009-02-091-2/+2
* Reverting 9388 to see if this fixes ui tests.kuchhal@chromium.org2009-02-091-44/+13
* Adding support for tab notifications and initializing the focus of an automat...tommi@chromium.org2009-02-091-13/+44
* Explicitly removing WS_POPUP after initialization so that users of the Extern...tommi@chromium.org2009-02-041-1/+5
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-011-11/+11
* Better control over window creation of external tabsjoshia@google.com2009-01-281-2/+10
* Give the container a chance to handle function keys.tommi@chromium.org2009-01-271-0/+1
* Move a bunch of TabContents related files into a tab_contents subdirben@chromium.org2009-01-151-2/+2
* Replace some CRects with gfx::Rectagl@chromium.org2008-12-171-2/+5
* Rename Container->Widgetben@chromium.org2008-11-211-1/+1
* Re-land this change: http://codereview.chromium.org/10967/showben@chromium.org2008-11-191-2/+1
* Rollback! Now with 25% more HWND.ben@chromium.org2008-11-171-1/+2
* Remove HWND from TabContents creation. ben@chromium.org2008-11-171-2/+1
* This is r4523, with a few changes to make things work under Vista.erg@google.com2008-11-051-8/+0
* Revert change r4523 because Vista doesn't like it.erg@google.com2008-11-041-0/+8