summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/frame
Commit message (Expand)AuthorAgeFilesLines
* Headers cleanup in chrome/browser/phajdan.jr@chromium.org2009-06-031-0/+1
* Fix the blue tab titles on GTK by hooking up the browser theme provider to thebrettw@chromium.org2009-06-022-0/+14
* Makes the text of the in-progress download dialog better by special-casing th...jcampan@chromium.org2009-06-021-5/+24
* Fix opaque app mode display.glen@chromium.org2009-06-021-8/+10
* Use the right frame type on startup, do proper swapping of frames when themes...glen@chromium.org2009-05-312-2/+2
* Fix bustage by fixing defines not to include windows.ben@chromium.org2009-05-301-1/+1
* Fixes to make a browser window come up with TOOLKIT_VIEWS.ben@chromium.org2009-05-301-0/+6
* Reverting 17271.ben@chromium.org2009-05-301-6/+0
* Fixes to make a browser window come up with TOOLKIT_VIEWS.ben@chromium.org2009-05-301-0/+6
* Changed the status bar size to adapt to the size of the font,mirandac@chromium.org2009-05-291-3/+3
* Really theme the find bar. We were previously getting the DefaultThemeProvide...glen@chromium.org2009-05-292-2/+2
* Fixes a slew of random link/compile errors for views on gtk.sky@chromium.org2009-05-291-1/+9
* Revert Revision 17224glen@chromium.org2009-05-292-2/+2
* Revert the Omnibox when changing tabs while its contents have been deleted.pkasting@chromium.org2009-05-292-6/+9
* Really theme the find bar. We were previously getting the DefaultThemeProvide...glen@chromium.org2009-05-292-2/+2
* This CL is a clean-up of the app_modal_dialog_queue.cc in an attempt to fix a...jcampan@chromium.org2009-05-281-2/+2
* Turn BrowserView::GetBrowserViewForNativeView() into GetBrowserViewForNativeW...davemoore@chromium.org2009-05-282-2/+3
* Shift maximized mode tabstrip up by 1 px to avoid empty pixel at screen top.pkasting@chromium.org2009-05-282-11/+15
* Add BrowserView to the Linux build, it now compiles. This also includes a smallbrettw@chromium.org2009-05-271-0/+1
* Removes WidgetWin dependency from StatusBubbleViews so that it can compile on...ben@chromium.org2009-05-261-1/+1
* Fleshes out more of BrowserFrameGtk.sky@chromium.org2009-05-268-22/+77
* Remove the last bits leftover from my frame window experiment.brettw@chromium.org2009-05-261-9/+0
* Fix more compilation errors in browser_view.cc and an error I introduced in abrettw@chromium.org2009-05-261-1/+1
* Make most of browser_view compile on Linux.brettw@chromium.org2009-05-261-5/+26
* Fixes BrowserView::GetBrowserViewForNativeView on linux.sky@chromium.org2009-05-261-2/+6
* Renames BrowserView::GetBrowserViewForHWND tosky@chromium.org2009-05-262-9/+21
* Make hwnd_notification_source portable by making it use NativeWindow (andbrettw@chromium.org2009-05-231-2/+2
* Refactors TabContentsContainerView into TabContentsContainer and associated p...ben@chromium.org2009-05-222-10/+16
* Fix the Windows build by adding some missing headers.brettw@chromium.org2009-05-221-1/+2
* Move more dialog showing routines to browser_dialogs.h to reduce dependenciesbrettw@chromium.org2009-05-221-12/+7
* Remove some dependencies on Windows-specific files in BrowserView. The usagebrettw@chromium.org2009-05-221-10/+7
* Move a bunch of dialog creation routines to browser_dialogs.h to break thebrettw@chromium.org2009-05-222-29/+12
* Make views/ depend only on images from app/resources.ben@chromium.org2009-05-213-0/+3
* Theme the find bar.glen@chromium.org2009-05-212-0/+8
* Remove the dependency from browser_view on the bug report dialog. I am going tobrettw@chromium.org2009-05-211-34/+2
* Try to make TextField::Controller implementors cross-platform by abstractingbrettw@chromium.org2009-05-211-0/+1
* Revert 16567.ben@chromium.org2009-05-213-3/+0
* views/ should use resources from app/resources. Move dependent images to this...ben@chromium.org2009-05-213-0/+3
* 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