summaryrefslogtreecommitdiffstats
path: root/ui/views/view_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Do not interchange MOUSE_MOVED and MOUSE_DRAGGED events in Widgettdanderson2014-09-291-1/+1
* Fix touch selection for Athena home cardmohsen2014-09-051-1/+1
* Use qualified path for grit/ui_strings.htfarina2014-08-251-1/+1
* Revert "Make SingleThreadProxy a SchedulerClient"enne@chromium.org2014-08-131-40/+20
* Make SingleThreadProxy a SchedulerClientenne@chromium.org2014-08-121-20/+40
* Give up focus if the focused view becomes unfocusablemohsen@chromium.org2014-08-111-0/+63
* Revert of Make SingleThreadProxy a SchedulerClient (https://codereview.chromi...tkent@chromium.org2014-08-071-40/+20
* Make SingleThreadProxy a SchedulerClientenne@chromium.org2014-08-071-20/+40
* Revert 287747 "Make SingleThreadProxy a SchedulerClient"tommi@chromium.org2014-08-061-40/+20
* Make SingleThreadProxy a SchedulerClientenne@chromium.org2014-08-061-20/+40
* Do not store a separate scroll gesture handler in RootViewtdanderson@chromium.org2014-08-011-190/+0
* Add test WidgetTest.GestureEventDispatchtdanderson@chromium.org2014-07-221-78/+0
* Snap layers in views to physical pixeloshima@chromium.org2014-07-171-0/+49
* Replace touch_ids_bitfield_ with first_touch_id_.tdresser@chromium.org2014-07-141-2/+2
* Remove hit test mask methods from views::Viewtdanderson@chromium.org2014-07-121-110/+0
* Introduce ViewTargeterDelegate and MaskedTargeterDelegatetdanderson@chromium.org2014-07-011-2/+2
* Revert 280493 "Make SingleThreadProxy a SchedulerClient"nkostylev@chromium.org2014-06-281-40/+20
* Make SingleThreadProxy a SchedulerClientenne@chromium.org2014-06-281-20/+40
* Cleanup: Slightly simplify a test.thestig@chromium.org2014-06-241-5/+4
* Views which cannot process events cannot be tooltip targetstdanderson@chromium.org2014-06-131-0/+10
* MacViews: Split out ViewTest.RecreateLayers from view_unittest.cctapted@chromium.org2014-06-121-141/+0
* Introduce View::CanProcessEventsWithinSubtree()tdanderson@chromium.org2014-05-311-1/+164
* MacViews: Minimal to get views_unittests to compile.tapted@chromium.org2014-05-291-2/+2
* fix view culling for RTL languagesluken@chromium.org2014-05-221-0/+46
* Make ui::Layer use the cc:LayerTreeHost scale factor directlyccameron@chromium.org2014-05-141-11/+0
* patch from issue 218843002luken@chromium.org2014-05-121-2/+242
* Revert 268630 "View code, before this patch, used simple hierarc..."dalecurtis@google.com2014-05-061-242/+2
* View code, before this patch, used simple hierarchical bounding boxes to cull...luken@chromium.org2014-05-061-2/+242
* retry r266622:estade@chromium.org2014-04-301-1/+46
* Revert of retry r266042: (https://codereview.chromium.org/251703002/)thakis@chromium.org2014-04-281-46/+1
* retry r266042:estade@chromium.org2014-04-281-1/+46
* Revert 266042 "Automatically call OnNativeThemeChanged when a wi..."rmsousa@chromium.org2014-04-251-46/+1
* Automatically call OnNativeThemeChanged when a widget is added to a hierarchyestade@chromium.org2014-04-241-1/+46
* Remove all handling of touch events from viewstdanderson@chromium.org2014-04-011-153/+2
* Makes ~View explicitly update ViewStoragesky@chromium.org2014-03-271-4/+11
* Expands coverage of RecreateLayers testsky@chromium.org2014-03-261-29/+68
* Makes View::RecreateLayer() and Window::RecreateLayer() the samesky@chromium.org2014-03-191-7/+35
* Move wm/core to wm namespace.ben@chromium.org2014-03-141-1/+1
* Revert "Move wm/core to wm namespace."dmichael@chromium.org2014-03-131-1/+1
* Move wm/core to wm namespace.ben@chromium.org2014-03-131-1/+1
* Revert "Move wm/core to wm namespace."dmichael@chromium.org2014-03-121-1/+1
* Move wm/core to wm namespace.ben@chromium.org2014-03-121-1/+1
* Move files from ui/views/corewm to ui/wm/coreben@chromium.org2014-03-111-1/+1
* Make Widget an EventSource and RootView an EventProcessortdanderson@chromium.org2014-03-111-15/+61
* Removes dependency of window_util on viewssky@chromium.org2014-03-111-0/+101
* Nuke use_acceleration_when_possiblesky@chromium.org2014-03-111-6/+1
* Nukes USE_AURA ifdefs from viewssky@chromium.org2014-03-101-16/+6
* Purge unused code once associated with NativeWidgetWin.tapted@chromium.org2014-03-051-60/+0
* Move root_window.* to window_event_dispatcher.*ben@chromium.org2014-02-211-1/+1
* Automatically repaint when a child view is added or going to be removed.pkasting@chromium.org2014-02-141-0/+33