| Commit message (Expand) | Author | Age | Files | Lines |
* | Navigation and cookies for Automation | amit@chromium.org | 2009-07-28 | 1 | -1/+6 |
* | The ExternalTabContainer object which implements the TabContentsDelegate inte... | ananta@chromium.org | 2009-07-22 | 1 | -0/+12 |
* | Remove the defunct SetAccelerator message and replace it with an | amit@chromium.org | 2009-07-14 | 1 | -7/+2 |
* | Allow TabContentsDelegates to process unhandled keyboard messages coming back... | ananta@chromium.org | 2009-07-14 | 1 | -6/+8 |
* | A prototype of resource loading through automation | amit@chromium.org | 2009-07-09 | 1 | -1/+9 |
* | In this episode, we implement the DOMUI interface for extension views that ar... | aa@chromium.org | 2009-07-01 | 1 | -3/+0 |
* | Allow external hosts to handle the context menu and thus be able to customize... | ananta@chromium.org | 2009-06-12 | 1 | -0/+17 |
* | Rename the TabContents::SetInitialFocus(reverse) method to TabContents::Focus... | jcampan@chromium.org | 2009-06-08 | 1 | -2/+2 |
* | ExternalTabContainer should subclass WidgetWin rather than Widget and ATL CWi... | ben@chromium.org | 2009-05-27 | 1 | -93/+39 |
* | Removes WidgetWin dependency from StatusBubbleViews so that it can compile on... | ben@chromium.org | 2009-05-26 | 1 | -0/+8 |
* | Refactors TabContentsContainerView into TabContentsContainer and associated p... | ben@chromium.org | 2009-05-22 | 1 | -2/+2 |
* | This is the first pass at themes. | glen@chromium.org | 2009-05-09 | 1 | -0/+1 |
* | Pass external tab handle when Chrome sends outgoing notifications through aut... | stoyan@chromium.org | 2009-05-08 | 1 | -0/+6 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 1 | -3/+3 |
* | Destroy browser/content related C++ object on WM_DESTROY message, rather than... | stoyan@chromium.org | 2009-05-06 | 1 | -1/+2 |
* | Replace all occurrances of WebContents with TabContents. | brettw@chromium.org | 2009-05-04 | 1 | -3/+3 |
* | Allowing the client to handle escape and keyup events. | tommi@google.com | 2009-05-02 | 1 | -2/+2 |
* | Two changes: | sky@chromium.org | 2009-04-29 | 1 | -1/+0 |
* | Implement tabs.createWindow extension api call. Required: (a) new RVHDelegate... | rafaelw@chromium.org | 2009-04-28 | 1 | -0/+5 |
* | Provide a way for a TabContentsDelegate to take focus when we receive a notif... | ananta@chromium.org | 2009-04-23 | 1 | -2/+2 |
* | Remove TabContnetsType from everywhere. | brettw@chromium.org | 2009-04-15 | 1 | -1/+0 |
* | Make the omnibox popup look nicer. Add dropshadow images (not final). Experim... | ben@chromium.org | 2009-04-15 | 1 | -3/+3 |
* | Make the RenderViewHostFactory a global. This prevents us from having to pass | brettw@chromium.org | 2009-04-07 | 1 | -4/+5 |
* | Move focus related files into a new chrome/views/focus subdir | ben@chromium.org | 2009-03-17 | 1 | -1/+1 |
* | Move widget related files into views/widget | ben@chromium.org | 2009-03-17 | 1 | -2/+2 |
* | Make Widget return a gfx::NativeView instead of a HWND. | ben@chromium.org | 2009-03-12 | 1 | -1/+1 |
* | Changing ForwardMessageToExternalHost to postMessage and passing a proper | tommi@chromium.org | 2009-03-09 | 1 | -1/+3 |
* | Fix a crash in chrome.exe caused by the external tab container instance getti... | ananta@chromium.org | 2009-03-05 | 1 | -1/+5 |
* | Don't send the receiver function name in the ExternalHostBindings::ForwardMes... | ananta@chromium.org | 2009-02-25 | 1 | -2/+1 |
* | Send over the HTTP status code in the ViewHostMsg_FrameNavigate message comin... | ananta@chromium.org | 2009-02-19 | 1 | -4/+13 |
* | Maintain a refcounted AutomationProvider pointer in the ExternalTabContainer.... | ananta@chromium.org | 2009-02-11 | 1 | -1/+1 |
* | Reapplying tab support (change 9388). I synced and re-applied my change and ... | tommi@chromium.org | 2009-02-10 | 1 | -0/+5 |
* | Reverting 9388 to see if this fixes ui tests. | kuchhal@chromium.org | 2009-02-09 | 1 | -7/+1 |
* | Adding support for tab notifications and initializing the focus of an automat... | tommi@chromium.org | 2009-02-09 | 1 | -1/+7 |
* | Remove most header file dependencies on the notification type list. It is | brettw@chromium.org | 2009-02-01 | 1 | -1/+1 |
* | Better control over window creation of external tabs | joshia@google.com | 2009-01-28 | 1 | -1/+3 |
* | Move a bunch of TabContents related files into a tab_contents subdir | ben@chromium.org | 2009-01-15 | 1 | -1/+1 |
* | On exit do not terminate renderers hosted in external tabs | joshia@google.com | 2009-01-12 | 1 | -1/+1 |
* | Replace some CRects with gfx::Rect | agl@chromium.org | 2008-12-17 | 1 | -1/+1 |
* | Rename Container->Widget | ben@chromium.org | 2008-11-21 | 1 | -3/+3 |
* | This is r4523, with a few changes to make things work under Vista. | erg@google.com | 2008-11-05 | 1 | -5/+0 |
* | Revert change r4523 because Vista doesn't like it. | erg@google.com | 2008-11-04 | 1 | -0/+5 |
* | Redo how we block popups. Rip out the old constrained popup window cruft (whi... | erg@google.com | 2008-11-04 | 1 | -5/+0 |
* | Plumb the referrer throughout the OpenURL APIs. | ericroman@google.com | 2008-10-27 | 1 | -0/+1 |
* | Convert SchedulePaint and a few other methods to use gfx types. | ben@chromium.org | 2008-10-17 | 1 | -1/+1 |
* | Rename ChromeViews namespace to views | ben@chromium.org | 2008-10-16 | 1 | -7/+7 |
* | Rename ViewContainer to Container and HWNDViewContainer to ContainerWin. | ben@chromium.org | 2008-10-16 | 1 | -4/+4 |
* | Remove DidNavigate from the tab contents delegate and all the related plumbing. | brettw@google.com | 2008-09-24 | 1 | -2/+4 |
* | Revert the change that fixed the encoding when viewing source in subframes. | brettw@google.com | 2008-09-12 | 1 | -2/+1 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |