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