| Commit message (Expand) | Author | Age | Files | Lines |
* | TabContentsWrapper -> TabContents, part 48. | avi@chromium.org | 2012-06-11 | 1 | -10/+8 |
* | Relanding this with fixes to the linux chromeos builder. | ananta@chromium.org | 2012-06-05 | 3 | -16/+18 |
* | Revert 140426 - Ensure that the new window context menu option does not show ... | acolwell@chromium.org | 2012-06-04 | 3 | -18/+16 |
* | Ensure that the new window context menu option does not show up in windows 8 ... | ananta@chromium.org | 2012-06-04 | 3 | -16/+18 |
* | browser: Move chrome_web_contents_view_delegate_views.* into views/ directory. | tfarina@chromium.org | 2012-06-02 | 2 | -0/+270 |
* | Pass event bitmask (shift, control, alt) to ui::Accelerator instead of booleans. | tfarina@chromium.org | 2012-05-18 | 1 | -7/+9 |
* | Reland 135113 - Add a way to programmatically close context menus. | jochen@chromium.org | 2012-05-04 | 2 | -0/+6 |
* | Revert 135113 - Add a way to programmatically close context menus. | finnur@chromium.org | 2012-05-03 | 2 | -6/+0 |
* | Add a way to programmatically close context menus. | jochen@chromium.org | 2012-05-03 | 2 | -0/+6 |
* | Death to TCVV! | ben@chromium.org | 2012-04-18 | 8 | -1623/+0 |
* | TabContents -> WebContentsImpl, part 23. | avi@chromium.org | 2012-04-18 | 3 | -4/+4 |
* | Remove the last users of TabContentsContainer and remove the files. | ben@chromium.org | 2012-04-17 | 7 | -731/+0 |
* | Add more functionality to WebView. | ben@chromium.org | 2012-04-17 | 2 | -2/+0 |
* | TabContents -> WebContentsImpl, part 5. | avi@chromium.org | 2012-04-11 | 4 | -10/+10 |
* | TabContents -> WebContentsImpl, part 4. | avi@chromium.org | 2012-04-11 | 1 | -1/+1 |
* | Properly set drag image offset in aura's drag drop controller. Currently the | varunjain@chromium.org | 2012-04-10 | 1 | -2/+3 |
* | TabContents -> WebContentsImpl, part 2. | avi@chromium.org | 2012-04-10 | 1 | -1/+1 |
* | Correcting mistake I made in resetting DnD state in NativeTabContentsViewAura. | varunjain@chromium.org | 2012-04-06 | 1 | -2/+4 |
* | aura: Fix a couple of drag/drop related issues: | varunjain@chromium.org | 2012-04-05 | 2 | -3/+25 |
* | aura: Add support for html5 file drag and drop. | varunjain@chromium.org | 2012-03-23 | 1 | -3/+15 |
* | Makes the launcher use a layer with a solid color, which is cheaper | sky@chromium.org | 2012-03-23 | 1 | -1/+1 |
* | Support custom drag-and-drop of bookmarks in Aura | rbyers@chromium.org | 2012-03-22 | 5 | -5/+52 |
* | RenderWidgetHost::WasHidden is called twice on each tab switch on Aura. | mmocny@chromium.org | 2012-03-22 | 1 | -1/+0 |
* | Removed GTK code from chrome/browser/ui/views. | saintlou@chromium.org | 2012-03-21 | 2 | -393/+0 |
* | Add drag and drop support for custom and html data types on Aura | rbyers@chromium.org | 2012-03-21 | 1 | -2/+23 |
* | Revert 127706 - Add drag and drop support for custom and html data types on Aura | rbyers@chromium.org | 2012-03-20 | 1 | -23/+2 |
* | Add drag and drop support for custom and html data types on Aura | rbyers@chromium.org | 2012-03-20 | 1 | -2/+23 |
* | Clip constrained windows to the tabcontents bounds. | ben@chromium.org | 2012-03-15 | 1 | -0/+2 |
* | Reland: Ash: Allow resize along 1 pixel edge inside window content | jamescook@chromium.org | 2012-03-14 | 1 | -0/+1 |
* | Revert 126539 - Ash: Allow resize along 1 pixel edge inside window content | jamescook@chromium.org | 2012-03-14 | 1 | -1/+0 |
* | Ash: Allow resize along 1 pixel edge inside window content | jamescook@chromium.org | 2012-03-14 | 1 | -0/+1 |
* | Fix touchpad scrolling on old ThinkPads. This isn't required on my W520, but ... | jam@chromium.org | 2012-03-13 | 2 | -17/+7 |
* | views: RenderViewContextMenuViews::RunMenuAt() should take a gfx::Point. | tfarina@chromium.org | 2012-03-12 | 3 | -8/+11 |
* | Fix test issues seen when using WebContentsViewWin by default on Chrome. | jam@chromium.org | 2012-03-09 | 1 | -1/+3 |
* | Make TabContentsViewWin support drag & drop and also wire in the zoom with ct... | jam@chromium.org | 2012-03-07 | 3 | -7/+0 |
* | Switch chrome to use TabContentsViewWin. The goal is to eventually have all T... | jam@chromium.org | 2012-03-07 | 3 | -7/+6 |
* | Remove NativeTabContentsContainerGtk since it's not used on any platform. | jam@chromium.org | 2012-03-07 | 2 | -194/+0 |
* | Move Render(View|Widget)Host and associated classes to content namespace. | joi@chromium.org | 2012-03-07 | 18 | -23/+32 |
* | Fix win aura | jam@chromium.org | 2012-03-07 | 2 | -5/+0 |
* | Don't unparent tabs when detaching them. This cleans up a bunch of code in Ta... | jam@chromium.org | 2012-03-06 | 7 | -85/+8 |
* | Renaming virtual setters/getters in UserManager. | nkostylev@chromium.org | 2012-03-06 | 1 | -1/+1 |
* | Move RenderWidgetHost and RenderViewHost interfaces to their own files. | joi@chromium.org | 2012-03-06 | 3 | -3/+3 |
* | Make the Views sad tab code not be tied down to TabContentsViewViews. This al... | jam@chromium.org | 2012-03-06 | 6 | -56/+36 |
* | Move overlay stuff out of content. It's only used by sad tab, which is a Chro... | jam@chromium.org | 2012-03-05 | 1 | -2/+5 |
* | Move TabContentsDragWin to content and rename it to WebContentsDragWin. | jam@chromium.org | 2012-03-05 | 4 | -488/+4 |
* | Extract minimal RenderViewHost interface for embedders, leaving | joi@chromium.org | 2012-03-05 | 2 | -5/+5 |
* | Move most of ui/views/drag_utils to ui/base/dragdrop so it can be used outsid... | jam@chromium.org | 2012-03-05 | 1 | -1/+1 |
* | Get rid of chrome dependencies from tab_contents_drag_win.cc. After this I'll... | jam@chromium.org | 2012-03-02 | 4 | -41/+49 |
* | Remove obsolete code | oshima@chromium.org | 2012-03-02 | 2 | -13/+0 |
* | Move the core drag&drop code for Windows to content\browser to match Mac/GTK.... | jam@chromium.org | 2012-03-02 | 3 | -15/+19 |