| Commit message (Expand) | Author | Age | Files | Lines |
* | Draw the toolbar separator correctly, and in maximized mode. | glen@chromium.org | 2009-05-19 | 2 | -25/+47 |
* | Add a skeleton browser_frame implementation for GTK, make browser_view (which | brettw@chromium.org | 2009-05-19 | 5 | -16/+129 |
* | Ifdef out some Windows dependencies. This is the first pass trying to get | brettw@chromium.org | 2009-05-19 | 1 | -0/+10 |
* | Factor out a BrowserFrame interface, and move the existing Windows-based code | brettw@chromium.org | 2009-05-19 | 11 | -203/+320 |
* | An attempt to abstract the logic of the various layered windows we're using t... | erikkay@google.com | 2009-05-18 | 2 | -1/+30 |
* | Linux: Take download shelf and infobar close animations into account during r... | estade@chromium.org | 2009-05-15 | 2 | -2/+9 |
* | ChromeCanvas->gfx::Canvas | ben@chromium.org | 2009-05-15 | 5 | -31/+31 |
* | ChromeFont->gfx::Font | beng@google.com | 2009-05-15 | 2 | -4/+6 |
* | Remove a trailing slash in BrowserView. gcc doesn't like these. | sky@chromium.org | 2009-05-14 | 1 | -1/+1 |
* | Move Always On Top setting out of Window/WindowDelegate and into task manager... | beng@google.com | 2009-05-14 | 2 | -5/+3 |
* | Refactors menus so that I can create a MenuGtk implementation, and moves it into | sky@chromium.org | 2009-05-14 | 2 | -8/+13 |
* | Remove even more ATL dependencies. | maruel@chromium.org | 2009-05-14 | 1 | -0/+1 |
* | Revert 15965. I wasn't supposed to check that in since it still doesn't compi... | maruel@chromium.org | 2009-05-13 | 1 | -1/+0 |
* | Remove even more ATL dependencies. | maruel@chromium.org | 2009-05-13 | 1 | -0/+1 |
* | Draw the maximized frame background correctly. | glen@chromium.org | 2009-05-12 | 1 | -3/+13 |
* | Add a new ViewsDelegate interface and implementation in the windows browser UI. | ben@chromium.org | 2009-05-10 | 1 | -0/+3 |
* | Use the non-native frame when using themes even on Aero Glass. | ben@chromium.org | 2009-05-09 | 1 | -0/+1 |
* | Some unnecessary painting and initing was being done. | glen@chromium.org | 2009-05-09 | 1 | -4/+0 |
* | This is the first pass at themes. | glen@chromium.org | 2009-05-09 | 8 | -380/+182 |
* | Move win_util.h from common to app. | ben@chromium.org | 2009-05-08 | 3 | -3/+3 |
* | Add PreferredSizeChanged() to View to allow subviews to notify their parents ... | erikkay@google.com | 2009-05-08 | 2 | -0/+6 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 9 | -20/+20 |
* | Adjust the position of the tabstrip to leave space for window controls in RTL... | ben@chromium.org | 2009-05-07 | 1 | -3/+11 |
* | Remove all traces of NotificationService from views. | ben@chromium.org | 2009-05-07 | 1 | -1/+6 |
* | Reverting 15468. | ben@chromium.org | 2009-05-06 | 1 | -6/+1 |
* | Remove all traces of NotificationService from views. | ben@chromium.org | 2009-05-06 | 1 | -1/+6 |
* | Create a separate UI surface for extensions (bottom shelf) and remove them fr... | erikkay@google.com | 2009-05-06 | 2 | -6/+35 |
* | Reset the window favicon when the throbber is complete. This fixes the bug using | brettw@chromium.org | 2009-05-06 | 1 | -1/+7 |
* | Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_fla... | ben@chromium.org | 2009-05-06 | 3 | -5/+5 |
* | move chrome_font to app/gfx | ben@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | Move chrome_canvas to app/gfx | ben@chromium.org | 2009-05-06 | 3 | -3/+3 |
* | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 2 | -2/+2 |
* | Adds toplevel app/ directory and moves ResourceBundle into it. | ben@chromium.org | 2009-05-05 | 4 | -4/+4 |
* | Undo part of brettw's WebContents refactor that removed TabContentsDelegate | mpcomplete@google.com | 2009-05-04 | 1 | -2/+1 |
* | Replace all occurrances of WebContents with TabContents. | brettw@chromium.org | 2009-05-04 | 1 | -5/+5 |
* | roll back r15177 | ben@chromium.org | 2009-05-04 | 3 | -3/+0 |
* | Reverting 15182. | ben@chromium.org | 2009-05-04 | 2 | -47/+47 |
* | Bustage fix: | ben@chromium.org | 2009-05-04 | 2 | -47/+47 |
* | Extract all views resources into: | ben@chromium.org | 2009-05-04 | 3 | -0/+3 |
* | Add a title to the "download in progress" dialog. | abarth@chromium.org | 2009-05-01 | 1 | -0/+4 |
* | Adds a GetWindow method to View. | ben@chromium.org | 2009-04-30 | 1 | -2/+1 |
* | Don't show popups before tabs have been added. Instead, prevent the BrowserVi... | ben@chromium.org | 2009-04-30 | 1 | -5/+6 |
* | Make "Reopen closed tab" be "Reopen closed window" when a window is the top i... | pkasting@chromium.org | 2009-04-29 | 1 | -3/+12 |
* | Removes the use of Windows-specific types for accessibility roles and states ... | klink@chromium.org | 2009-04-28 | 2 | -5/+4 |
* | Remove the unwanted code snippet that was removed by Tim, but | munjal@chromium.org | 2009-04-27 | 1 | -12/+0 |
* | Don't allow the browser window to be resized so small that layout starts brea... | pkasting@chromium.org | 2009-04-27 | 4 | -63/+170 |
* | Remove unused bits and pieces of #ifdefed code that isn't used. | tim@chromium.org | 2009-04-24 | 2 | -46/+1 |
* | Reverting r14276 (http://codereview.chromium.org/88069) which causes unit tes... | robertshield@google.com | 2009-04-23 | 4 | -158/+63 |
* | Don't allow the browser window to be resized so small that layout starts brea... | pkasting@chromium.org | 2009-04-23 | 4 | -63/+158 |
* | Remove unused implementation of TabContentsDelegate in HtmlDialogView. | stoyan@chromium.org | 2009-04-22 | 1 | -2/+1 |