summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/views/constrained_window_views.cc
Commit message (Expand)AuthorAgeFilesLines
* TabContentsWrapper -> TabContents, part 48.avi@chromium.org2012-06-111-10/+10
* Converted the rest of chrome except for extensions and favicons to user Image...pkotwicz@chromium.org2012-06-051-2/+2
* Revert 140531 - Converted the rest of chrome except for extensions and favico...pkotwicz@chromium.org2012-06-051-2/+2
* Converted the rest of chrome except for extensions and favicons to user Image...pkotwicz@chromium.org2012-06-051-2/+2
* Converts remainder of ui (except for ui/app_list) and chrome/browser/ui/views...pkotwicz@chromium.org2012-05-311-25/+25
* Change SetImage, SetBackground, and SetToggledImage to take in a gfx::ImageSkiapkotwicz@chromium.org2012-05-211-3/+3
* Revert 136964 - Change SetImage, SetBackground, and SetToggledImage to take i...vrk@google.com2012-05-141-3/+3
* Change SetImage, SetBackground, and SetToggledImage to take in a gfx::ImageSkiapkotwicz@chromium.org2012-05-141-3/+3
* Support non-hierarchy ownership for aura::Windows.ben@chromium.org2012-04-061-0/+2
* views: Stop using ResourceBundle without the namespace prefix.tfarina@chromium.org2012-04-051-5/+5
* Fix ConstrainedWindowViews losing input on focus on aura.alicet@chromium.org2012-03-241-0/+4
* Revert 127012 - Handle Escape key on view certificate dialog.kochi@google.com2012-03-211-23/+0
* Aura/ash split: Split the extra parts into ash and aura parts.erg@chromium.org2012-03-151-2/+2
* Handle Escape key on view certificate dialog.kochi@google.com2012-03-151-0/+23
* Ash: Constrained windows use new framesjamescook@chromium.org2012-03-081-24/+38
* Switch chrome to use TabContentsViewWin. The goal is to eventually have all T...jam@chromium.org2012-03-071-1/+0
* Ash: Use translucent frames by defaultjamescook@chromium.org2012-03-071-3/+8
* Revert 125251 - Ash: Use translucent frames by defaultdbeam@chromium.org2012-03-071-9/+3
* Ash: Use translucent frames by defaultjamescook@chromium.org2012-03-061-3/+9
* Aura: CrOS dialogs use new window framesjamescook@chromium.org2012-03-061-2/+3
* Extract the last SkColor from ResourceBundle API.tfarina@chromium.org2012-03-051-2/+4
* Pass const gfx::Rect& as the first parameter to FillRect.tfarina@chromium.org2012-02-011-2/+2
* Animate Constrained Window show/hide.ben@chromium.org2012-01-301-1/+1
* Rename TabContentsView to WebContentsView and move to content/public.joi@chromium.org2012-01-181-3/+3
* Fix ifdef in constrained window... need to fall back to constrainedwindowfram...ben@chromium.org2012-01-111-3/+7
* Allow a Views client to provide a default frameview for window widgets.ben@chromium.org2012-01-111-0/+8
* Revert 117165 - Allow a Views client to provide a default frameview for windo...ben@chromium.org2012-01-111-8/+0
* Allow a Views client to provide a default frameview for window widgets.ben@chromium.org2012-01-111-0/+8
* Get rid of another bunch of tab_contents.h includes from chrome and switch th...jam@chromium.org2012-01-051-2/+2
* views: Fix comments refering to Window instead of Widget.tfarina@chromium.org2011-12-241-1/+1
* Make use of ThemeService to get the default colors for the frame.tfarina@chromium.org2011-12-231-13/+14
* Refactor window frame painting into a window background classjamescook@chromium.org2011-12-101-80/+33
* Extract MonitorInfoProvider from WindowSizer.tfarina@chromium.org2011-12-081-1/+1
* views: Move the remaining file from views/ to ui/views/.tfarina@chromium.org2011-12-011-1/+1
* views: Move button directory to ui/views/controls/.tfarina@chromium.org2011-11-281-1/+1
* Get rid of the EnableClose() infrastructure in Widget.ben@chromium.org2011-11-221-5/+0
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-221-2/+2
* Revert 110949 - views: Move widget/ directory to ui/views.wez@chromium.org2011-11-211-2/+2
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-211-2/+2
* Now that we are doing a hard-cut-over to Aura, remove a bunch of *Views based...ben@chromium.org2011-11-191-14/+2
* views: Delete bubble, events, focus, layout directories and its stubbed files.tfarina@chromium.org2011-11-181-1/+1
* Give Constrained windows the proper square frame corners.ben@chromium.org2011-11-171-4/+20
* views: Remove the old views/window/ directory and its stubbed files.tfarina@chromium.org2011-11-141-4/+4
* Aura: Resize cursors show properly when hovering over window framejamescook@chromium.org2011-11-091-4/+1
* Fix build breakageoshima@google.com2011-11-041-1/+1
* Enable CertificateVieweroshima@google.com2011-11-041-0/+4
* Create constrained windows in a hidden state.asanka@chromium.org2011-11-011-4/+1
* ui/gfx: Convert Canvas::FillRectInt() to use gfx::Rect.tfarina@chromium.org2011-10-311-19/+24
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-1/+0
* Enable NativeConstrainedWindowAuraoshima@chromium.org2011-10-121-22/+10