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