summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/frame
Commit message (Expand)AuthorAgeFilesLines
* Fix broken resize from bottom with magic frame.ben@chromium.org2008-10-161-0/+1
* Rename ViewContainer to Container and HWNDViewContainer to ContainerWin.ben@chromium.org2008-10-168-18/+18
* This file was left out of my last checkin due to prior gcl cruft.beng@google.com2008-10-151-32/+21
* Convert GetPreferredSize from:beng@google.com2008-10-155-45/+50
* Insert NULL check to fix dist crashben@chromium.org2008-10-151-5/+4
* Convert HitTest/GetViewForPoint to use gfx::Pointben@chromium.org2008-10-143-6/+5
* Try and find the location of crashben@chromium.org2008-10-141-0/+2
* Change all ConvertPointTo* methods to use gfx::Point instead of CPoint.ben@chromium.org2008-10-141-4/+4
* Replace View::GetBounds(CRect* bounds) const; with gfx::Rect bounds() const. ben@chromium.org2008-10-142-36/+24
* Move more view stuff out of WebContents. This moves context menus and infobrettw@google.com2008-10-141-2/+5
* Use system title bar font for app windows, detached popups, constrained popups.ben@chromium.org2008-10-131-5/+13
* Hook up throbber animation for vista detached popup windows and app windows.ben@chromium.org2008-10-136-10/+76
* Assorted improvements to window maximization and flicker on Windows Vista wit...ben@chromium.org2008-10-131-3/+3
* Remove black line above detached poppup location barsben@chromium.org2008-10-111-1/+1
* Add incognito icon to vista frame windows that are incognito.ben@chromium.org2008-10-112-3/+48
* Fix RTL issues with opaque frame. ben@chromium.org2008-10-101-15/+9
* Make loading animations on app windows not call WM_SETICON on every frame. Ow.ben@chromium.org2008-10-106-11/+18
* Fix regression with app window titles.ben@chromium.org2008-10-091-5/+2
* Account for the distributor logo when sizing the title text bounds.ben@chromium.org2008-10-091-1/+4
* Roll back changes to the client area size calculation, since this fix didn't ...ben@chromium.org2008-10-092-32/+27
* Move window_resources.h to chrome/views to remove bad dependency of chrome/vi...ben@chromium.org2008-10-082-2/+2
* Always position and size the toolbar view, since it's used to position other ...ben@chromium.org2008-10-081-17/+18
* Make it so that you can resize glass windows from the bottom.ben@chromium.org2008-10-081-1/+2
* Attempt to fix more standard non-client painting by extending the client area...ben@chromium.org2008-10-082-10/+14
* Reduce the amount of excessive updating done when there is no window icon to beben@chromium.org2008-10-061-2/+4
* Add some padding between the right edge of the new tab button and the left ed...ben@chromium.org2008-09-181-2/+7
* Make sure window controls in maximized browser windows can be hit-tested as t...ben@chromium.org2008-09-181-2/+8
* Rename legacy methods that were in CamelCase to unix_hacker.erg@google.com2008-09-176-133/+130
* 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