summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/constrained_window_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-2/+2
* roll back r15177ben@chromium.org2009-05-041-1/+0
* Reverting 15182.ben@chromium.org2009-05-041-3/+3
* Bustage fix:ben@chromium.org2009-05-041-3/+3
* Extract all views resources into:ben@chromium.org2009-05-041-0/+1
* Rename web_contents_view* files to tab_contents_view* to reflect my previousbrettw@chromium.org2009-04-211-1/+1
* For some Indian locales, the automatic font fallback by Windows UI components...jungshik@google.com2009-04-151-7/+7
* Move controls into their own dir under chrome/views/controlsben@chromium.org2009-03-171-2/+2
* Move focus related files into a new chrome/views/focus subdirben@chromium.org2009-03-171-1/+1
* Move windowing related objects into chrome/views/window subdir.ben@chromium.org2009-03-171-3/+3
* Rework the Button API to be saner in preparation for NativeControl rejiggerin...ben@chromium.org2009-03-161-15/+13
* Rename Window->WindowWinben@chromium.org2009-03-141-13/+9
* rollback againben@chromium.org2009-03-141-9/+13
* Rename Window->WindowWinben@chromium.org2009-03-141-13/+9
* revertben@chromium.org2009-03-131-9/+9
* Rename Window->WindowWinben@chromium.org2009-03-131-9/+9
* Make Widget return a gfx::NativeView instead of a HWND.ben@chromium.org2009-03-121-3/+3
* Support DWM switching.ben@chromium.org2009-03-031-82/+101
* Update include paths for grit files. Go ahead and resorttc@google.com2009-02-221-4/+3
* 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