summaryrefslogtreecommitdiffstats
path: root/views/view_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert r107440 because this causes a crash on touchui on page load.sadrul@chromium.org2011-11-021-11/+0
* Create constrained windows in a hidden state.asanka@chromium.org2011-11-011-0/+36
* Reland r107720 - Enable the new layer animation framework.vollick@chromium.org2011-10-281-39/+16
* Revert 107715 - Enable the new layer animation framework.vollick@chromium.org2011-10-281-16/+39
* Enable the new layer animation framework.vollick@chromium.org2011-10-281-39/+16
* This patch lets the browser window punch a hole in the DesktopBackgroundView,pkotwicz@chromium.org2011-10-261-0/+11
* views: Change the remaining std::wstring entries to string16.tfarina@chromium.org2011-10-241-6/+6
* Use WebKit compositor in ui::Layerpiman@chromium.org2011-10-221-0/+22
* Revert 106606 - Use WebKit compositor in ui::Layerlipalani@chromium.org2011-10-201-22/+0
* Use WebKit compositor in ui::Layerpiman@chromium.org2011-10-201-0/+22
* views: Change TextButton API to string16.tfarina@chromium.org2011-10-191-3/+3
* views: Change Checkbox API to string16.tfarina@chromium.org2011-10-121-1/+1
* views: Make sure layer visibility is updated properly.sadrul@chromium.org2011-10-121-0/+199
* views: Some more layer change, and add/update some tests for layers.sadrul@chromium.org2011-10-111-6/+68
* Allow CanvasSkia to bind to an existing SkCanvas.piman@chromium.org2011-10-051-1/+1
* Makes visbility inherited. That is, in order for a window to besky@chromium.org2011-10-051-0/+1
* Fixes touch buildsky@chromium.org2011-10-041-4/+0
* Couple of tweaks to get more views tests passing:sky@chromium.org2011-10-041-15/+8
* Reland the layer creation change since the touchui issues will be resolved in...sadrul@chromium.org2011-10-031-13/+4
* Revert the layer creation change r103338 due to some issues with the keyboard...ben@chromium.org2011-09-301-4/+13
* Construct a View's layer immediately when SetPaintToLayer(true) is called or ...ben@chromium.org2011-09-291-13/+4
* Setting fills bounds opaquely as the default.pkotwicz@chromium.org2011-09-291-0/+1
* Refactors TestCompositor out of views_unittests into a place it can besky@chromium.org2011-09-281-90/+20
* Gets views_unittests to work when aura is defined, and adds coveragesky@chromium.org2011-09-271-21/+111
* These are the changes necessary for views to be able to build w/ use_aura imp...davemoore@chromium.org2011-09-221-1/+1
* Adds some features to the shell:ben@chromium.org2011-09-161-1/+1
* Rework View Layer Draw() to use the Layer::DrawTree() method and the LayerDel...ben@chromium.org2011-09-131-8/+7
* Removed ActivatedAtWithDisposition from menu handler, and introduced Activate...shinyak@google.com2011-09-051-2/+1
* Changes to port holey layer changes into windows compositorpkotwicz@chromium.org2011-09-021-2/+0
* Get views_unittests to compile (but not run).ben@chromium.org2011-09-021-5/+5
* Vend common GL contextbacker@chromium.org2011-08-261-1/+3
* Get views_unittests pass on touch buildoshima@google.com2011-08-241-0/+3
* Make sure dialog window gets closed at the end of test.oshima@google.com2011-08-171-5/+27
* Nix GetFocusManagerForNativeView|Window.msw@chromium.org2011-08-021-4/+2
* Shell of implementation for embedded windows. At this point this issky@chromium.org2011-07-291-2/+2
* First pass for eliminating double paintingpkotwicz@chromium.org2011-07-291-1/+107
* Create views.dll / libviews.sodarin@chromium.org2011-07-281-1/+1
* Update Texture/Layer SetCanvas, callsites, and comments.msw@chromium.org2011-07-271-5/+6
* Removing unused NativeButton codesaintlou@chromium.org2011-07-261-40/+2
* views: Add unittests for View::GetViewsWithGroup() method.tfarina@chromium.org2011-07-131-0/+14
* views: Some views tests should use EXPECT_* rather than ASSERT_*.tfarina@chromium.org2011-07-081-32/+32
* Fixes crash in views desktop. The problem wassky@chromium.org2011-07-081-4/+4
* Use SkMatrix44 for the underlying implementation of ui::Transformbacker@chromium.org2011-07-081-22/+40
* Push (not pull) window geometry for the compositor.backer@chromium.org2011-07-061-0/+1
* Fixed issue with layers being deleted upon SetVisible with an argument of truebacker@chromium.org2011-07-061-0/+19
* Fixes bug where transform wasn't reset on layer correctly.sky@chromium.org2011-07-011-0/+20
* Gets compositor working for embedded widgets.sky@chromium.org2011-07-011-0/+49
* Views views_unittests Views and NativeTextFields tests leakdhollowa@chromium.org2011-06-301-25/+25
* Convert the rect to the widget's coordinates correctly.sadrul@chromium.org2011-06-291-0/+48
* views: Allocate View on the stack in the OnBoundsChanged unittest.tfarina@chromium.org2011-06-281-27/+18