| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue 8838: Close box not highlighted | idanan@chromium.org | 2009-06-10 | 1 | -0/+1 |
* | Fix compile bustage by using macro | ben@chromium.org | 2009-06-10 | 1 | -1/+2 |
* | Remove Menu2Delegate interface and fold methods onto Menu2Model instead. | ben@chromium.org | 2009-06-09 | 2 | -98/+64 |
* | First part of tab overview. It isn't wired up, nor is it complete, but | sky@chromium.org | 2009-06-08 | 10 | -0/+1054 |
* | Forbid tab drops on application windows. | ben@chromium.org | 2009-06-04 | 1 | -1/+2 |
* | Make the inactive tab background line up with the parent without using magic ... | glen@chromium.org | 2009-06-04 | 4 | -8/+27 |
* | Make tab resize relayout on mouse out work. | ben@chromium.org | 2009-06-04 | 2 | -18/+35 |
* | Move download shelf from per-tab to per-window. Also disable auto-hiding of | thakis@chromium.org | 2009-06-04 | 2 | -40/+7 |
* | Fixes a couple of related bugs: | sky@chromium.org | 2009-06-01 | 1 | -1/+1 |
* | Use the right frame type on startup, do proper swapping of frames when themes... | glen@chromium.org | 2009-05-31 | 1 | -1/+1 |
* | This CL fixes issue 6223 - Drag and drop a new tab from RTL Chrome: the docke... | xji@chromium.org | 2009-05-29 | 1 | -1/+4 |
* | More views on gtk work: NativeViewPhotoboothGtk, adds a missing method | sky@chromium.org | 2009-05-29 | 2 | -0/+63 |
* | Remove some dead code. | pkasting@chromium.org | 2009-05-28 | 1 | -5/+0 |
* | Clean up some code to make it more comprehensible. No functional change. | pkasting@chromium.org | 2009-05-28 | 1 | -16/+29 |
* | Removes ifdef around include of tooltip_manager now that it's been | sky@chromium.org | 2009-05-28 | 1 | -2/+0 |
* | Make automation proxy objects to ref_counted. That allows to process async no... | stoyan@chromium.org | 2009-05-28 | 1 | -33/+33 |
* | Splits TooltipManager so that it can be ported and stubs out the GTK | sky@chromium.org | 2009-05-28 | 1 | -2/+0 |
* | Turn BrowserView::GetBrowserViewForNativeView() into GetBrowserViewForNativeW... | davemoore@chromium.org | 2009-05-28 | 1 | -1/+2 |
* | Fix erroneous sign when drawing path for right endcap of tabs, causing them t... | pkasting@chromium.org | 2009-05-27 | 1 | -1/+1 |
* | Removes WidgetWin dependency from StatusBubbleViews so that it can compile on... | ben@chromium.org | 2009-05-26 | 2 | -4/+4 |
* | Renames BrowserView::GetBrowserViewForHWND to | sky@chromium.org | 2009-05-26 | 1 | -1/+1 |
* | Issue 12160: Crash | idanan@chromium.org | 2009-05-22 | 1 | -0/+24 |
* | Make views/ depend only on images from app/resources. | ben@chromium.org | 2009-05-21 | 1 | -0/+1 |
* | Revert 16567. | ben@chromium.org | 2009-05-21 | 1 | -1/+0 |
* | views/ should use resources from app/resources. Move dependent images to this... | ben@chromium.org | 2009-05-21 | 1 | -0/+1 |
* | Adds DidProcessEvent to MessagePumpGLib. | sky@chromium.org | 2009-05-19 | 4 | -1/+9 |
* | Fixes merge error. | sky@chromium.org | 2009-05-19 | 1 | -6/+0 |
* | Makes dragged_tab_controller compiler on linux. I'm not adding this to | sky@chromium.org | 2009-05-19 | 2 | -41/+65 |
* | Gets dragged_tab_view to compile on linux. | sky@chromium.org | 2009-05-19 | 4 | -5/+51 |
* | Factor out a BrowserFrame interface, and move the existing Windows-based code | brettw@chromium.org | 2009-05-19 | 1 | -0/+1 |
* | Refactors HWNDPhotobooth into NativeViewPhotobooth and | sky@chromium.org | 2009-05-18 | 7 | -40/+86 |
* | Makes it so tab_strip can compile on linux. Most differences are due | sky@chromium.org | 2009-05-18 | 2 | -19/+64 |
* | Land 12007 for yusukes. Original patch here: http://codereview.chromium.org/... | sky@chromium.org | 2009-05-18 | 1 | -4/+6 |
* | Makes chrome_menu able to compile of Linux (the header that is). I'm | sky@chromium.org | 2009-05-18 | 2 | -17/+3 |
* | Handful of changes to get views building again. The tab.cc ifdefs are | sky@chromium.org | 2009-05-15 | 3 | -6/+22 |
* | ChromeCanvas->gfx::Canvas | ben@chromium.org | 2009-05-15 | 10 | -35/+37 |
* | Refactors DockInfo so that it can be used on Linux. I haven't done the | sky@chromium.org | 2009-05-15 | 2 | -24/+38 |
* | ChromeFont->gfx::Font | beng@google.com | 2009-05-15 | 2 | -4/+4 |
* | Remove even more ATL dependencies. | maruel@chromium.org | 2009-05-14 | 3 | -7/+7 |
* | Revert 15965. I wasn't supposed to check that in since it still doesn't compi... | maruel@chromium.org | 2009-05-13 | 3 | -7/+7 |
* | Remove even more ATL dependencies. | maruel@chromium.org | 2009-05-13 | 3 | -7/+7 |
* | This CL updates chrome to the latest version of skia, retrieved via DEPS, and | senorblanco@chromium.org | 2009-05-13 | 4 | -4/+4 |
* | Use the standard dotted rectangle when moving a tab out when "Show window | maruel@chromium.org | 2009-05-12 | 2 | -1/+23 |
* | Removing floating views, they are not used anymore. | jcampan@chromium.org | 2009-05-11 | 2 | -8/+1 |
* | This is the first pass at themes. | glen@chromium.org | 2009-05-09 | 2 | -60/+156 |
* | Move win_util.h from common to app. | ben@chromium.org | 2009-05-08 | 2 | -2/+2 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 10 | -23/+23 |
* | honor index in createTab() | rafaelw@chromium.org | 2009-05-06 | 1 | -2/+2 |
* | Merge two TabContents::InvalidateTypes types and properly update tab download... | estade@chromium.org | 2009-05-06 | 1 | -5/+1 |
* | Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_fla... | ben@chromium.org | 2009-05-06 | 2 | -4/+4 |