summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/frame
Commit message (Expand)AuthorAgeFilesLines
* Don't load the font for the window title if we're not going to be painting a ...beng@google.com2008-09-173-59/+41
* Re-land this fix from earlier. Since I was making the tab icon view optional,...beng@google.com2008-09-172-20/+28
* Roll back this fix until I can figure out why it;s crashing the ui testsbeng@google.com2008-09-172-28/+20
* Don't initialize the TabIconView if we don't need to. It's expensive to create.beng@google.com2008-09-172-20/+28
* Revert this earlier fix since it didn't do any good.beng@google.com2008-09-172-33/+28
* Attempt to reduce startup regression by deferring load of inactive window bit...beng@google.com2008-09-162-28/+33
* Added code for personalization to the new frame classjhaas@chromium.org2008-09-162-1/+48
* Fix bug where bookmark bar wouldn't animate away but would rather snap closed...beng@google.com2008-09-161-3/+5
* A couple of tweaks to the AeroGlassNonClientView:beng@google.com2008-09-141-2/+2
* Include the area to the right of the tabstrip underneath the window controls ...beng@google.com2008-09-141-3/+11
* Fix interactive UI tests...beng@google.com2008-09-141-3/+12
* Get the new frames to pass the accessibility UI tests.beng@google.com2008-09-142-1/+43
* Move more UI stuff into browser/viewsbeng@google.com2008-09-131-1/+1
* forgot these files, fixing clobber buildbeng@google.com2008-09-125-5/+5
* 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