summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/constrained_window_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Make system menus show up at the right place for all frames, whether they're ...pkasting@chromium.org2009-02-131-5/+8
* Second try of landing chrome_resources project. Changes from last time:tc@google.com2009-02-121-1/+1
* Revert "Create a chrome_resources.vcproj that holds grd files that hold"tc@google.com2009-02-121-1/+1
* Create a chrome_resources.vcproj that holds grd files that holdtc@google.com2009-02-121-1/+1
* Switch from HWNDs to NativeViews, take 2. (First attempt was r9409, in which ...avi@chromium.org2009-02-101-1/+1
* Try reverting r9409 to see if it fixes crashes on chromebot.kuchhal@chromium.org2009-02-101-1/+1
* Fix UI test regression, there's a better way to refactor this anyway.pkasting@chromium.org2009-02-101-0/+10
* Make aero glass code look more like other nonclient views in hopes of easing ...pkasting@chromium.org2009-02-091-24/+5
* Switch from HWNDs to NativeViews.avi@chromium.org2009-02-091-1/+1
* Remove old web app code it's no longer needed. Simplifies startup a little.ben@chromium.org2009-02-021-1/+0
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-011-1/+2
* Fix various problems with constrained windows and/or custom frame windows:pkasting@chromium.org2009-01-301-30/+83
* Reorganize DefaultNonClientView and ConstrainedWindowNonClientView to match c...pkasting@chromium.org2009-01-291-165/+120
* Per Glen, remove the bottom border of maximized windows. I went ahead and al...pkasting@chromium.org2009-01-291-2/+1
* This change should have few user-visible effects. I think I slightly modifie...pkasting@chromium.org2009-01-261-4/+3
* Move a bunch of TabContents related files into a tab_contents subdirben@chromium.org2009-01-151-3/+3
* Rip out custom WM_GETMINMAXINFO handling entirely. I think this is a relic o...pkasting@chromium.org2008-12-161-12/+0
* Rename Container->Widgetben@chromium.org2008-11-211-4/+4
* Add a function for eliding filenames to a set pixel width while preserving th...glen@chromium.org2008-11-061-1/+1
* This is r4523, with a few changes to make things work under Vista.erg@google.com2008-11-051-661/+24
* Revert change r4523 because Vista doesn't like it.erg@google.com2008-11-041-24/+661
* Redo how we block popups. Rip out the old constrained popup window cruft (whi...erg@google.com2008-11-041-661/+24
* Some code in MessageBoxView was focusing the first focusable element in the v...jcampan@chromium.org2008-10-311-2/+7
* Plumb the referrer throughout the OpenURL APIs.ericroman@google.com2008-10-271-1/+2
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+2
* Fix the bug with the minimize/restore buttons getting stuck hot when the wind...ben@chromium.org2008-10-221-0/+5
* Factor find in page out of WebContents and into the view, since it is almostbrettw@google.com2008-10-211-1/+9
* Convert SchedulePaint and a few other methods to use gfx types.ben@chromium.org2008-10-171-1/+1
* Rename ChromeViews namespace to viewsben@chromium.org2008-10-161-44/+42
* Make View::SetBounds take a const gfx::Rect& instead of a const CRect&ben@chromium.org2008-10-161-1/+1
* Rename ViewContainer to Container and HWNDViewContainer to ContainerWin.ben@chromium.org2008-10-161-7/+6
* Convert GetPreferredSize from:beng@google.com2008-10-151-19/+15
* Replace View::GetBounds(CRect* bounds) const; with gfx::Rect bounds() const. ben@chromium.org2008-10-141-9/+5
* Use system title bar font for app windows, detached popups, constrained popups.ben@chromium.org2008-10-131-0/+8
* Fix RTL issues with opaque frame. ben@chromium.org2008-10-101-3/+3
* Move window_resources.h to chrome/views to remove bad dependency of chrome/vi...ben@chromium.org2008-10-081-2/+2
* Constrained window title text colors are inverted.ben@chromium.org2008-10-081-1/+1
* Fix problem with popups frames when magic_browzr.erg@google.com2008-10-081-9/+18
* Rename legacy methods that were in CamelCase to unix_hacker.erg@google.com2008-09-171-18/+15
* Don't load the font for the window title if we're not going to be painting a ...beng@google.com2008-09-171-25/+16
* Revert the change that fixed the encoding when viewing source in subframes.brettw@google.com2008-09-121-6/+4
* Actually fix the javascript alert crasher in a way thaterg@google.com2008-09-121-0/+13
* Reverting constrained window change. Seems to break tests on TOT.erg@google.com2008-09-111-10/+0
* Fix crasher and possible security vulnerability in popuperg@google.com2008-09-111-0/+10
* Fix the polymorphic WindowResources class and FramePartBitmap enum.maruel@google.com2008-09-041-12/+2
* Localize the 11th hour popup window hack. Right before release, we made a cha...erg@google.com2008-09-041-10/+5
* Minor cleanup to OneShotTimer and RepeatingTimer: moves more of the member v...darin@google.com2008-09-031-21/+8
* Implement the 11th hour Google Chrome Beta behaviour for constrainederg@google.com2008-08-291-46/+36
* Remove Google Chrome specific strings from common resources file and use them...rahulk@google.com2008-08-271-1/+3
* Fix bug in constrained windows where the close box was detaching instead of c...beng@google.com2008-08-251-1/+2