summaryrefslogtreecommitdiffstats
path: root/views/view_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix even more crashes. To help identify remaining crashes now and in the futu...ben@chromium.org2011-06-161-0/+3
* Add pressure information to touch event.miletus@chromium.org2011-06-161-4/+4
* Add View::ReorderChildView and Widget::MoveToTop.sadrul@chromium.org2011-06-161-0/+54
* Re-land:ben@chromium.org2011-06-161-4/+4
* Revert 89216 - Move private NativeWidget methods to new internal interface Na...ben@chromium.org2011-06-151-4/+4
* Move private NativeWidget methods to new internal interface NativeWidgetPrivate.ben@chromium.org2011-06-151-4/+4
* Add NativeWidgetDelegate::OnTouchEvent and move views::View::TouchStatus to u...sadrul@chromium.org2011-06-141-14/+14
* Eliminate Window completely.ben@chromium.org2011-06-131-20/+29
* Remove COMPOSITOR_2 flag, old compositor code.wjmaclean@chromium.org2011-06-101-1/+1
* views: Simplify View::RemoveAllChildViews() function implementation.tfarina@chromium.org2011-06-091-7/+12
* views: Add unittests for View::RemoveAllChildViews() method.tfarina@chromium.org2011-06-091-0/+33
* Fix remaining views_unittestsben@chromium.org2011-06-081-12/+12
* Fix views_unittests bustage.ben@chromium.org2011-06-081-1/+1
* Move more from Window onto Widget.ben@chromium.org2011-06-081-1/+1
* ui/base/models: Simplify TreeNode::GetIndexOf() member function.tfarina@chromium.org2011-06-071-0/+3
* views: Add unittests for View::GetIndexOf() member function.tfarina@chromium.org2011-06-061-3/+40
* views: Take transforms into account when computing visible bounds.sadrul@chromium.org2011-06-061-4/+32
* Replace ButtonDropDown menu implementation (Menu2) with MenuItemView.rhashimoto@chromium.org2011-06-011-16/+0
* Changing Checkbox class to use NativeTheme class for rendering instead ofrogerta@chromium.org2011-06-011-3/+3
* Make Widget ownership a little clearer by expressing it in terms of an enum.ben@chromium.org2011-05-251-5/+5
* Fixes rounding bug in transform. This is needed to avoid roundingsky@chromium.org2011-05-241-0/+9
* Move RootView to the internal namespace.ben@chromium.org2011-05-201-23/+23
* Fix transform concatenation order in GetTransformRelativeTo, improve/add tests.wjmaclean@chromium.org2011-05-191-13/+46
* Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk.ben@chromium.org2011-05-191-5/+2
* Makes Transform concrete. Fixes bug in coordinate conversion and makes all co...sky@chromium.org2011-05-171-18/+94
* views: Convert while loop to for loop on View::Contains().tfarina@chromium.org2011-05-171-0/+22
* Fix touch build for unit tests.sky@chromium.org2011-05-141-1/+1
* Re-land:ben@chromium.org2011-05-131-137/+81
* Revert 85269 - Split the hierarchy. ben@chromium.org2011-05-131-81/+137
* Split the hierarchy. ben@chromium.org2011-05-131-137/+81
* Enable TestViewsDelegates for views unittests and views_examples by defaultoshima@google.com2011-05-101-5/+0
* touch: Fix compile (after r83037).sadrul@chromium.org2011-04-261-1/+1
* Rename CreateParams to InitParams.ben@chromium.org2011-04-261-11/+11
* Rework the way Widget::Init works:ben@chromium.org2011-04-261-62/+58
* Get rid of the set_delete_on_destroy setter now that we have CreateParams.ben@chromium.org2011-04-211-27/+27
* Add extra touch information and related API to views::TouchEvent.miletus@chromium.org2011-04-181-4/+8
* touch: Fix compile (regressed in r80024).sadrul@chromium.org2011-04-011-2/+2
* TextButton inside NativeButton for the touch casesaintlou@chromium.org2011-03-311-10/+10
* Revert 79762 - This CL wraps TextButton inside NativeButton for the touch case. dhollowa@chromium.org2011-03-301-10/+10
* This CL wraps TextButton inside NativeButton for the touch case. saintlou@chromium.org2011-03-291-10/+10
* Disambiguate OnMouseCaptureLost from OnMouseReleased.msw@chromium.org2011-03-291-8/+8
* Convert more WidgetWin/WidgetGtk creations to use a new cross-platform static...ben@chromium.org2011-03-281-5/+2
* Lands http://codereview.chromium.org/2928005/ for Dill:sky@chromium.org2011-03-221-1/+2
* Tuned the MouseRelease handler in the Dropdown Button to not un-depress the b...stevet@google.com2011-03-141-10/+117
* touch: Fix touch events bubbling up the hierarchy.sadrul@chromium.org2011-03-141-0/+21
* This will help minimize the area we paint various views, including BrowserVie...davemoore@chromium.org2011-03-091-9/+42
* Move WindowDelegate and NonClientView creation and management to Window.ben@chromium.org2011-03-071-1/+1
* Final conversion step. Convert FocusManager, WidgetWin, SpeechInputBubble, an...ben@chromium.org2011-03-031-22/+11
* Reverting to fix builder redness. Please fix and reland.ananta@chromium.org2011-03-021-11/+22
* Remove/replace RootView/Widget getters with new NativeWidget getters.ben@chromium.org2011-03-021-22/+11