summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/frame
Commit message (Expand)AuthorAgeFilesLines
...
* Cleanup and rearrange methods on BrowserWindow interface.beng@google.com2008-11-112-46/+18
* Rename BrowserView2 to BrowserView.ben@chromium.org2008-11-1112-169/+168
* Forgot to remove these files.ben@chromium.org2008-11-102-0/+0
* Removes the old frames.ben@chromium.org2008-11-103-347/+4
* Roll back. Sigh. Still not fixed.ben@chromium.org2008-11-051-1/+2
* Reinstate this commented-out code now the root cause of the problem has been ...ben@chromium.org2008-11-051-2/+1
* This is r4523, with a few changes to make things work under Vista.erg@google.com2008-11-054-50/+0
* Revert change r4523 because Vista doesn't like it.erg@google.com2008-11-044-0/+50
* Redo how we block popups. Rip out the old constrained popup window cruft (whi...erg@google.com2008-11-044-50/+0
* Revert some of my earlier change to see if this fixes dist tests, and revert ...ben@chromium.org2008-11-031-1/+2
* Fix a couple of tab related bugs:ben@chromium.org2008-10-291-0/+4
* Fix browser crash when closing popups (issue 3631).finnur@google.com2008-10-281-5/+7
* Window controls were aligned to the top of the window, so their rollover stat...glen@chromium.org2008-10-271-1/+1
* Remove the status bubble 1px overhang.glen@chromium.org2008-10-242-6/+9
* Make resource bundle return red square box again instead of empty bitmapkuchhal@chromium.org2008-10-242-6/+6
* forgot this file tooben@chromium.org2008-10-221-1/+1
* Fix the bug with the minimize/restore buttons getting stuck hot when the wind...ben@chromium.org2008-10-224-0/+15
* Fixing various layout issues with the download shelf:finnur@google.com2008-10-211-0/+1
* try rolling this back to see if it helpsben@chromium.org2008-10-211-1/+1
* More Windows-is-a-crack-baby mitigation.beng@google.com2008-10-201-1/+1
* Support shortcut show styles for "run maximized", "run minimized" etc.ben@chromium.org2008-10-171-1/+1
* Straighten out the way the system menu works a bit. We no longer create the m...ben@chromium.org2008-10-176-41/+31
* testing a theory...ben@chromium.org2008-10-171-2/+4
* Rename ChromeViews namespace to viewsben@chromium.org2008-10-1613-206/+198
* Make View::SetBounds take a const gfx::Rect& instead of a const CRect&ben@chromium.org2008-10-168-32/+6
* 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