summaryrefslogtreecommitdiffstats
path: root/ui/views/view_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Removes unnecessary code path in ScopedTargetHandlervarkha2015-12-031-2/+2
* Fix resource-related issues in views_unitteststmoniuszko2015-12-011-1/+2
* events: EventTarget is not an EventHandler anymore.sadrul2015-11-301-6/+2
* Refactor ink drop animations to allow adding them to any Viewvarkha2015-11-271-0/+58
* Further plumb visual rect into cc:DisplayItemList.wkorman2015-11-251-0/+158
* Fix views::View::BoundsChangedflint2015-11-191-0/+39
* Make operators on scoped_ptr match the ones defined for std::unique_ptrdanakj2015-11-171-4/+4
* [MacViews] Disable tests that use Widget::ReparentNativeViewjackhou2015-07-301-1/+8
* Change PaintRecorder to Use Bounds from View or Layer Instead of PaintContextweiliangc2015-07-131-30/+78
* Make ViewsTestHelpers DCHECK that all Widgets are destroyed before unit test ...tapted2015-06-181-57/+41
* Refactor ViewsDelegate singletonmohsen2015-06-101-1/+0
* views: Early out of painting Views with empty bounds.Dana Jansens2015-06-101-0/+35
* ui: Introduce CanvasPainter, remove PaintContext(gfx::Canvas*).danakj2015-06-041-38/+160
* views: Avoid allocing a new SkPictureRecorder for each view.danakj2015-05-071-1/+2
* Move PaintContext from views::View to ui::.danakj2015-04-031-17/+18
* views: Store the View's offset from the paint root in PaintContextdanakj2015-04-021-0/+141
* views: Replace CullSet with intersection queries against the paint rectdanakj2015-04-021-283/+303
* Pass a View::PaintContext through the View paint recursion.danakj2015-03-301-7/+8
* views: Make View::Paint non-virtual.danakj2015-03-251-2/+2
* Adjust view unittest to work with impl-side-paintingweiliangc2015-03-071-68/+27
* Add time_stamp parameter to MouseEvent constructorrobert.bradford2015-02-181-18/+22
* Make ui::Compositor use ui::Schedulerweiliangc2015-01-291-20/+40
* View: Resizing a layer in RTL now correctly repositions its children.mgiuca2015-01-121-0/+63
* Revert of Make ui::Compositor use ui::Scheduler (patchset #13 id:360001 of ht...isherman2014-12-061-40/+20
* Make ui::Compositor use ui::Schedulerweiliangc2014-12-051-20/+40
* Revert of Do not interchange MOUSE_MOVED and MOUSE_DRAGGED events in Widget (...tdanderson2014-11-071-1/+1
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-271-41/+31
* Revert of Make ui::Compositor use ui::Scheduler (patchset #2 id:20001 of http...weiliangc2014-10-091-40/+20
* replace OVERRIDE and FINAL with override and final in ui/mostynb2014-10-091-23/+23
* Make ui::Compositor use ui::Schedulerweiliangc2014-10-091-20/+40
* 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