summaryrefslogtreecommitdiffstats
path: root/views/widget/native_widget_views.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert the layer creation change r103338 due to some issues with the keyboard...ben@chromium.org2011-09-301-4/+8
* views: Change NativeWidget's SetAccessibleName() to string16.tfarina@chromium.org2011-09-301-1/+1
* Construct a View's layer immediately when SetPaintToLayer(true) is called or ...ben@chromium.org2011-09-291-8/+4
* views: Make NativeWidgetView invisible by default, since a widget is invisibl...sadrul@chromium.org2011-09-291-1/+4
* Setting fills bounds opaquely as the default.pkotwicz@chromium.org2011-09-291-0/+2
* Do not allocate a texture if hole covers entire layer.pkotwicz@chromium.org2011-09-271-1/+1
* NativeWidgetViews: Send unprocessed keyevents to the focus-manager.sadrul@chromium.org2011-09-261-1/+4
* Fix for black-hole on views desktop with compositor.oshima@google.com2011-09-221-1/+2
* NativeWidgetViews: Implement Maximize.sadrul@chromium.org2011-09-221-10/+21
* wstring: convert all SetPageTitle APIs to use string16evan@chromium.org2011-09-211-1/+1
* Fix for bug with pages loading in a background tab.mmocny@chromium.org2011-09-211-2/+4
* Relanding 100792oshima@google.com2011-09-201-10/+73
* fix build breakageoshima@google.com2011-09-141-1/+1
* Revert "Relanding 100792"oshima@google.com2011-09-141-73/+10
* Rework View Layer Draw() to use the Layer::DrawTree() method and the LayerDel...ben@chromium.org2011-09-131-7/+4
* Relanding 100792oshima@google.com2011-09-131-10/+73
* Revert 100792 "Use TabContentsViewViews for RenderWidgetHostViweViews."oshima@google.com2011-09-131-70/+9
* Use TabContentsViewViews for RenderWidgetHostViweViews.oshima@google.com2011-09-121-9/+70
* Allow Chrome-in-Aura to start.ben@chromium.org2011-09-121-0/+3
* views: Partial implementation of always-on-top for NativeWidgetViews.sadrul@chromium.org2011-09-121-0/+8
* Restoring a session should restore window minimization state on Windowsdhollowa@chromium.org2011-08-311-4/+4
* Revert 98679 - Restoring a session should restore window minimization state o...dhollowa@chromium.org2011-08-291-4/+4
* Restoring a session should restore window minimization state on Windowsdhollowa@chromium.org2011-08-291-4/+4
* Possible fix for the issue that keyboard doesn't show up.oshima@google.com2011-08-251-5/+3
* More input focus fixoshima@google.com2011-08-251-3/+5
* Focus fix. InputMethod needs to be initialized before calling OnFocusoshima@google.com2011-08-251-2/+4
* Move input_method to widgetoshima@google.com2011-08-231-27/+19
* Simple WindowManager that can move/resize window.oshima@google.com2011-08-191-16/+27
* Implement NativeWidgetViews::CenterWindow().rhashimoto@chromium.org2011-08-171-2/+4
* views-desktop: Fix updating the cursor for windows.sadrul@chromium.org2011-08-151-0/+1
* NativeWidgetViews: Implement widget activation/deactivation.sadrul@chromium.org2011-08-081-2/+3
* Fix method call on potentially deleted object in NativeWidgetViews.rhashimoto@chromium.org2011-07-271-4/+3
* Remove menu keyboard grab and close menu on window manager activation change.rhashimoto@chromium.org2011-07-271-12/+0
* NativeWidgetViews: Add support for window properties.sadrul@chromium.org2011-07-261-8/+18
* Rework NativeWidgetViews/NativeWidgetView lifetime management.rhashimoto@chromium.org2011-07-251-13/+26
* views capture: Fix mouse-event location and reset capture view.sadrul@chromium.org2011-07-191-1/+8
* Makes sure widget is created at right size before showingsky@chromium.org2011-07-191-1/+7
* Add const to HasKeyboardCaptureoshima@google.com2011-07-141-1/+1
* views-desktop: Fix a couple of crashes.sadrul@chromium.org2011-07-141-4/+5
* Fix typo in header file name.oshima@google.com2011-07-141-1/+1
* Clean up FocusManageroshima@google.com2011-07-141-0/+4
* Move SetInitialFocus to Widgetoshima@google.com2011-07-141-2/+48
* Allow different kinds of 'desktops'.sadrul@chromium.org2011-07-131-2/+2
* Add Widget::Observer for observing Widgets.sadrul@chromium.org2011-07-131-1/+2
* Attempt 2 at:sky@chromium.org2011-07-131-0/+19
* Remove unused ContainsNativeView methods.ben@chromium.org2011-07-131-5/+0
* ClearNativeFocus: Do it from widget, with appropriate native-widget implement...sadrul@chromium.org2011-07-131-0/+4
* Revert 92252 - Gets mouse capture to work for menus with pure views. As part ...sky@chromium.org2011-07-121-18/+0
* Gets mouse capture to work for menus with pure views. As part of thissky@chromium.org2011-07-121-0/+18
* Correct issues with NativeWidgetViews ownership.ben@chromium.org2011-07-121-21/+27