summaryrefslogtreecommitdiffstats
path: root/ui/gfx/compositor/layer_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Setting a layer property immediately should cancel any current animations.vollick@chromium.org2011-11-031-0/+2
* Moves scheduling draw/paint from Window::SetBounds tosky@chromium.org2011-11-031-4/+36
* Test that pixels are drawn to the screenbacker@chromium.org2011-11-031-0/+20
* Revert r107440 because this causes a crash on touchui on page load.sadrul@chromium.org2011-11-021-178/+2
* Allows observers to be notified when layer animations complete.vollick@chromium.org2011-11-021-13/+0
* ui/gfx: Convert CreateCanvas to use gfx::Size.tfarina@chromium.org2011-11-011-6/+2
* ui/gfx: Convert Canvas::FillRectInt() to use gfx::Rect.tfarina@chromium.org2011-10-311-3/+2
* Reland r107720 - Enable the new layer animation framework.vollick@chromium.org2011-10-281-4/+9
* Revert 107715 - Enable the new layer animation framework.vollick@chromium.org2011-10-281-9/+4
* Enable the new layer animation framework.vollick@chromium.org2011-10-281-4/+9
* Fix visibility on WebLayerpiman@chromium.org2011-10-271-0/+14
* This patch lets the browser window punch a hole in the DesktopBackgroundView,pkotwicz@chromium.org2011-10-261-2/+178
* Revert 107360vandebo@chromium.org2011-10-261-178/+2
* This patch lets the browser window punch a hole in the DesktopBackgroundView,pkotwicz@chromium.org2011-10-261-2/+178
* ui::TestCompositor::TestCompositor() constructor has been changed to take a a...backer@chromium.org2011-10-251-1/+1
* Use WebKit compositor in ui::Layerpiman@chromium.org2011-10-221-41/+66
* Animate desktop rotations.ben@chromium.org2011-10-211-0/+6
* Revert 106606 - Use WebKit compositor in ui::Layerlipalani@chromium.org2011-10-201-63/+41
* Use WebKit compositor in ui::Layerpiman@chromium.org2011-10-201-41/+63
* Fixes hole boundspkotwicz@chromium.org2011-10-201-0/+11
* Fixes transform of holes to match that of the child view in ::Drawpkotwicz@chromium.org2011-10-131-6/+9
* Fixes aura build on windows. Makes all tests use the test compositorsky@chromium.org2011-10-071-2/+12
* Revert 104311 - Revert 104304 - Avoid overdraw in views desktop.vollick@chromium.org2011-10-061-31/+25
* Revert 104304 - Avoid overdraw in views desktop.vollick@chromium.org2011-10-061-25/+31
* Avoid overdraw in views desktop.vollick@chromium.org2011-10-061-31/+25
* Fix bubble rendering.ben@chromium.org2011-10-051-1/+1
* Allow CanvasSkia to bind to an existing SkCanvas.piman@chromium.org2011-10-051-2/+2
* Makes visbility inherited. That is, in order for a window to besky@chromium.org2011-10-051-6/+46
* Layer unittests for http://codereview.chromium.org/7976040/pkotwicz@chromium.org2011-10-041-37/+183
* Makes layer_unittests run on linuxpkotwicz@chromium.org2011-10-031-10/+0
* Refactors TestCompositor out of views_unittests into a place it can besky@chromium.org2011-09-281-16/+95
* Allow layers to be created without a compositor, creating this association wh...ben@chromium.org2011-09-271-38/+131
* Do not allocate a texture if hole covers entire layer.pkotwicz@chromium.org2011-09-271-1/+15
* compositor: Fix compositor_unittests build on Linux.tfarina@chromium.org2011-09-221-1/+1
* Make specifying a texture optional on a Layer.ben@chromium.org2011-09-191-61/+63
* Remove base/scoped_ptr.hakalin@chromium.org2011-09-181-1/+1
* The Compositor should own drawing the root layer.ben@chromium.org2011-09-141-20/+7
* Rework View Layer Draw() to use the Layer::DrawTree() method and the LayerDel...ben@chromium.org2011-09-131-15/+94
* Add invalid rect tracking and repaint scheduling to Layer.ben@chromium.org2011-09-011-4/+78
* Adds support for point conversions to ui::Layer.ben@chromium.org2011-08-291-0/+162