| Commit message (Expand) | Author | Age | Files | Lines |
* | Move browser/views to browser/ui/views | ben@chromium.org | 2010-11-09 | 1 | -515/+0 |
* | Allow constrained dialog to resize by not using fixed size. | xiyuan@chromium.org | 2010-10-27 | 1 | -1/+1 |
* | views: Fix a crash. | anicolao@chromium.org | 2010-10-27 | 1 | -4/+7 |
* | Refactoring select popup on Mac. | jcivelli@google.com | 2010-10-26 | 1 | -0/+10 |
* | Working on removing GTK for touch UI, by introducing a new | anicolao@chromium.org | 2010-09-30 | 1 | -0/+40 |
* | Add in a browser test for dialog resizing, which was catching an issue with t... | scottbyer@chromium.org | 2010-08-20 | 1 | -6/+5 |
* | Fixes regression in links ending up too small. The problem is that we | sky@chromium.org | 2010-07-21 | 1 | -1/+1 |
* | Re-land r51526 | mnissler@chromium.org | 2010-07-05 | 1 | -2/+4 |
* | Revert r51526 (Auto-size the views version of the options dialog.) | mnissler@chromium.org | 2010-07-02 | 1 | -4/+2 |
* | Auto-size the views version of the options dialog. | mnissler@chromium.org | 2010-07-02 | 1 | -2/+4 |
* | Canvas refactoring part 2. | ben@chromium.org | 2010-06-23 | 1 | -2/+2 |
* | Don't allow drop to panels (pop-ups) in ChromeOS. | xiyuan@chromium.org | 2010-06-09 | 1 | -2/+4 |
* | Re-organize RenderViewContextMenu to the use cross-platform MenuModel class. | estade@chromium.org | 2010-05-11 | 1 | -2/+2 |
* | Fix crash in tab_contents_view_gtk.cc when delegate is NULL. | dpolukhin@chromium.org | 2010-05-06 | 1 | -8/+12 |
* | Don't select all when autofocusing the location bar on New Tab creation. Use... | pkasting@chromium.org | 2010-04-23 | 1 | -1/+1 |
* | A patch to fix a couple of issues in interactive_ui_tests on ChromeOS | oshima@chromium.org | 2010-04-05 | 1 | -4/+10 |
* | Focus the location bar on any navigation to the NTP. Specifically, this focu... | pkasting@chromium.org | 2010-03-30 | 1 | -1/+1 |
* | Move app/gfx/canvas and app/gfx/font to gfx/. | ben@chromium.org | 2010-03-23 | 1 | -1/+1 |
* | Fix HTML5 effectAllowed and dragEffect on Chrome Linux. | tony@chromium.org | 2010-03-23 | 1 | -2/+1 |
* | Reland r41641 "Make DevTools open docked by default..." | xiyuan@chromium.org | 2010-03-22 | 1 | -1/+10 |
* | Retry r41799: | estade@chromium.org | 2010-03-18 | 1 | -2/+5 |
* | Revert r41803 and r41799 | estade@chromium.org | 2010-03-17 | 1 | -5/+2 |
* | Basic DragImage implementation. | estade@chromium.org | 2010-03-17 | 1 | -2/+5 |
* | Revert "Make DevTools open docked by default for chrome os." | tony@chromium.org | 2010-03-16 | 1 | -10/+1 |
* | Make DevTools open docked by default for chrome os. | xiyuan@chromium.org | 2010-03-15 | 1 | -1/+10 |
* | Move base/gfx contents to gfx/ | ben@chromium.org | 2010-03-14 | 1 | -3/+3 |
* | Removed logic which made the container size 0 when recreating a tab contents | davemoore@chromium.org | 2010-03-02 | 1 | -7/+16 |
* | Revert r39148 because it broke new tab for some kind of links (context menu "... | dpolukhin@chromium.org | 2010-02-17 | 1 | -6/+0 |
* | Remember initial size of new created tab content and use it when GTK widget s... | dpolukhin@chromium.org | 2010-02-16 | 1 | -0/+6 |
* | Attempt to fix the Linux Views and ChromiumOS builds following r38658. | mark@chromium.org | 2010-02-10 | 1 | -3/+3 |
* | Attempt to fix the Linux Views and ChromiumOS builds following r38658. | mark@chromium.org | 2010-02-10 | 1 | -1/+1 |
* | Fix Linux/views/ChromeOS build. There are two tab_contents_view_gtk.cc files | phajdan.jr@chromium.org | 2010-02-09 | 1 | -7/+10 |
* | Wire popup blocking UI to the new machinery and port over the user's old whit... | pkasting@chromium.org | 2010-02-02 | 1 | -7/+3 |
* | Fixes bug in background tabs not getting sized correctly. The bug | sky@chromium.org | 2010-01-12 | 1 | -0/+5 |
* | Fixes bug in background tabs not getting sized correctly. We need to | sky@chromium.org | 2010-01-08 | 1 | -1/+8 |
* | Fix crash/leak issue in native_view_host_gtk.cc. | oshima@chromium.org | 2009-12-23 | 1 | -1/+3 |
* | Refactor the keyboard events handling code related to RenderViewHostDelegate:... | suzhe@chromium.org | 2009-12-10 | 1 | -31/+0 |
* | linux_view: implement learn-more link in crash page | kuan@chromium.org | 2009-12-02 | 1 | -11/+30 |
* | gtk: Hide the status bubble when the mouse nears it. | derat@chromium.org | 2009-11-14 | 1 | -4/+6 |
* | Fix conflicts between accelerator keys and HTML DOM accesskeys. | suzhe@chromium.org | 2009-10-23 | 1 | -4/+4 |
* | Lands http://codereview.chromium.org/306039 for Sean: | sky@chromium.org | 2009-10-22 | 1 | -0/+45 |
* | Take 2 of getting blocked popups to work on views/gtk. My first attempt was n... | sky@chromium.org | 2009-10-13 | 1 | -28/+7 |
* | Revert 28716 - Gets blocked popups to work on views/gtk. I had to fix a coupl... | nsylvain@chromium.org | 2009-10-13 | 1 | -7/+28 |
* | Gets blocked popups to work on views/gtk. I had to fix a couple of | sky@chromium.org | 2009-10-12 | 1 | -28/+7 |
* | Forwards mouse leave to renderer for views/gtk. | sky@chromium.org | 2009-10-12 | 1 | -5/+5 |
* | Pulls WebDragDest out of TabContentsViewGtk so that it can be used by | sky@chromium.org | 2009-10-08 | 1 | -1/+5 |
* | Ensure that the plugin HWND doesn't disappear before the plugin gets NPP_SetW... | jam@chromium.org | 2009-10-08 | 1 | -10/+0 |
* | Wires up sad tab for views/gtk, and fixes crash in requesting focus | sky@chromium.org | 2009-10-08 | 1 | -1/+14 |
* | Relanding keyboard code refactoring: | jcampan@chromium.org | 2009-09-29 | 1 | -4/+3 |
* | [Relanding erg's change with fix for toolkit_views shortcuts and | jcampan@chromium.org | 2009-09-25 | 1 | -1/+1 |