summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/frame
Commit message (Expand)AuthorAgeFilesLines
* Make sure the tabstrip doesn't have the chin above it in maximized view in aero.beng@google.com2008-09-111-1/+2
* Fix grab bag of AeroGlassFrame issues:beng@google.com2008-09-105-21/+22
* A couple of quick TODO and other cleanups.beng@google.com2008-09-084-13/+1
* Support WM_APPCOMMAND on Window. Make it just pass through to WindowDelegate:...beng@google.com2008-09-082-0/+47
* Make sure the browser is destroyed during DestroyBrowser because EndSession h...beng@google.com2008-09-081-1/+9
* Readding UI test I pulled yesterday; hopefully the bots will like it more now...finnur@google.com2008-09-054-0/+29
* Fix the polymorphic WindowResources class and FramePartBitmap enum.maruel@google.com2008-09-042-47/+8
* Fix the include order in aero_glass_frame.cc. This was causing issues with WP...maruel@google.com2008-09-041-2/+2
* Make sure the new frames' BrowserView2::TabSelectedAt calls TabContents::DidB...beng@google.com2008-09-031-1/+5
* Remove Google Chrome specific strings from common resources file and use them...rahulk@google.com2008-08-272-0/+4
* The positioning of detached dragged tabs was wrong with the new frames, becau...beng@google.com2008-08-271-1/+1
* Make the system menu for frames have submenus for encoding and text zoombeng@google.com2008-08-262-11/+40
* Make the AeroGlassFrame better:beng@google.com2008-08-259-175/+253
* Make the window icon the app icon by default for popups and app windows unles...beng@google.com2008-08-241-6/+2
* Use a more compact license header in source files.license.bot2008-08-2414-455/+119
* Unrollback r1158.rahulk@google.com2008-08-212-6/+21
* Revert 1158 as it is breaking ui_testsrahulk@google.com2008-08-212-21/+6
* Do not display "Google" in titlebar of Chromium builds. rahulk@google.com2008-08-212-6/+21
* Allow popups using the new frames to be sized correctly. This involved a slig...beng@google.com2008-08-201-4/+42
* Make the otr avatar icon not show in detached OTR popup windows.beng@google.com2008-08-195-28/+29
* Hook up the window icon for app windows, with a throbber etc.beng@google.com2008-08-188-37/+170
* Large patch set (159 files total) to cleanup the includes.maruel@google.com2008-08-151-0/+4
* Hook up the system menu in new frames.erg@google.com2008-08-144-1/+121
* Add End-session handling and app modal dialog handling to BrowserView2/New Fr...beng@google.com2008-08-146-8/+80
* Copy contents of FrameView into BrowserView2. Once the old frames retire, we ...beng@google.com2008-08-132-1/+127
* Small fix to remove a pixel gap between the client edge of the toolbars and t...beng@google.com2008-08-111-7/+11
* Another Frame Grab-Bagbeng@google.com2008-08-1110-122/+90
* Allow the window icon to be shown in the task bar, Alt+Tab etc.beng@google.com2008-08-091-8/+10
* Even more tweaks.beng@google.com2008-08-095-11/+51
* More tweaks to the frames. Provide proper layout for the title bar in app mode.beng@google.com2008-08-084-21/+33
* Tweaks to make the opaque frame look better including adding support for app ...beng@google.com2008-08-087-43/+169
* More improvements to the frames. Consolidate some of the optional bar (bookma...beng@google.com2008-08-074-29/+341
* Grab bag of random cleanups, implementation of some more methods, etc. I'm go...beng@google.com2008-08-059-6/+134
* fix bustagebeng@google.com2008-08-054-1/+36
* Add the TabStrip to the BrowserView2. (hooked up for OpaqueFrame only at this...beng@google.com2008-08-057-3/+94
* Add the AeroGlassFrame and AeroGlassNonClientView for Vista.beng@google.com2008-08-056-41/+490
* Bring up the new frame (opaque version for XP only, for now).beng@google.com2008-08-048-10/+1675
* Adds the BrowserView to the XPFrame/VistaFrame, and moves the BrowserToolbarV...beng@google.com2008-08-013-43/+167
* Make BrowserView implement the BrowserWindow interface so we can start movin...beng@google.com2008-08-012-1/+201
* Stub out the files to be used for the new browser frame.beng@google.com2008-07-3111-0/+629