summaryrefslogtreecommitdiffstats
path: root/cc/trees/layer_tree_host_common_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Hit test on the layer tree rather than the RSLLvollick@chromium.org2014-05-121-2147/+1
* cc: Add a flag to layers that returns true if the layer is in RSLL.vmpstr@chromium.org2014-05-091-2/+307
* Properly reset dirty bits before early-out in PreCalculateMetaInformation.hartmanng@chromium.org2014-05-031-0/+28
* Enable disabling WebCore::GraphicsContext in telemetry.schenney@chromium.org2014-05-021-3/+5
* Don't early out in PreCalculateMetaInformationvollick@chromium.org2014-05-011-0/+47
* Don't clear render surfaces unnecessarily.vollick@chromium.org2014-04-281-4/+0
* Relax touch hit testing in CC to look at all layers under a pointrbyers@chromium.org2014-04-271-14/+5
* Do main thread hit testing if impl hit testing is affected by occluders.vollick@chromium.org2014-04-171-0/+23
* Stop displaying layers with non-invertible transforms.avallee@chromium.org2014-04-161-10/+70
* Rasterize at maximum scale for scale animations on CPU-rasterized layersajuma@chromium.org2014-04-091-0/+226
* cc: CalculateDrawProperties use device transform scaleboliu@chromium.org2014-04-091-3/+45
* Fix fixed-pos jitter related to physical pixel snapping.aelias@chromium.org2014-04-021-0/+45
* plumbing fills_bounds_completely from aura to content_layer_updaterluken@chromium.org2014-03-251-0/+1
* Switch to use SharedBitmapManager all the time in cc_unittestsjbauman@chromium.org2014-03-201-32/+64
* cc: Ensure changes to a Layer's content bounds or scale get pushedajuma@chromium.org2014-02-251-0/+52
* No more sublayer transform in cc.vollick@chromium.org2014-02-161-584/+28
* Split preserve3d into: "should-flatten" and "is-3d-sorted"vollick@chromium.org2014-02-111-49/+458
* Revert of Split preserve3d into: "should-flatten" and "is-3d-sorted" (https:/...dstockwell@chromium.org2014-02-101-457/+48
* Split preserve3d into: "should-flatten" and "is-3d-sorted"vollick@chromium.org2014-02-091-48/+457
* [cc] Fix for hidden layers with copy requests getting composited to the screen.miu@chromium.org2014-02-071-1/+1
* Pinch/Zoom Infrastructure & Plumbing CLwjmaclean@chromium.org2014-01-311-10/+19
* [#7] Pass gfx::Size by const ref.prashant.n@samsung.com2014-01-291-3/+3
* Revert of Pinch/Zoom Infrastructure & Plumbing CL (https://codereview.chromiu...ricea@chromium.org2014-01-291-19/+10
* Pinch/Zoom Infrastructure & Plumbing CLwjmaclean@chromium.org2014-01-291-10/+19
* Revert of [#7] Pass gfx structs by const ref (gfx::Size) (https://codereview...mnissler@chromium.org2014-01-281-3/+3
* [#7] Pass gfx::Size by const ref.prashant.n@samsung.com2014-01-281-3/+3
* Revert of Pinch/Zoom Infrastructure & Plumbing CL (https://codereview.chromiu...mkwst@chromium.org2014-01-241-19/+10
* Pinch/Zoom Infrastructure & Plumbing CLwjmaclean@chromium.org2014-01-241-10/+19
* [#4] Pass gfx structs by const ref (gfx::PointF)r.kasibhatla@samsung.com2014-01-171-6/+6
* Pass gfx::Rect and gfx::RectF by const ref.prashant.n@samsung.com2014-01-101-1/+1
* Revert 232881 "cc: Fix hit-testing in zero-opacity layers."skyostil@google.com2013-11-121-156/+11
* cc: Fix hit-testing in zero-opacity layers.sadrul@chromium.org2013-11-051-11/+156
* cc: Make scroll compensation take integer snapping into accountenne@chromium.org2013-10-251-0/+113
* cc: Fix touch hit-testing for overlapping layers (in tests).sadrul@chromium.org2013-10-241-0/+84
* Only allocate temporary layer lists when sorting contributions.vollick@chromium.org2013-10-191-2/+6
* Revert "Revert "Allow clipping by scroll parents." and "Improve perf of Calcu...vollick@chromium.org2013-10-171-0/+562
* Revert "Allow clipping by scroll parents." and "Improve perf of CalculateDraw...vollick@chromium.org2013-10-151-562/+0
* Allow clipping by scroll parents.vollick@chromium.org2013-10-081-0/+562
* Remove PerformClipping(),CanClipSelf() and the related logic in LTHCommon.jun.a.jiang@intel.com2013-10-051-156/+0
* cc: Fix hit-testing of empty layers.sadrul@chromium.org2013-10-051-0/+115
* Revert 226219 "Allow clipping by scroll parents."phoglund@chromium.org2013-10-011-562/+0
* Allow clipping by scroll parents.vollick@chromium.org2013-10-011-0/+562
* Revert 225858 "Allow clipping by scroll parents."vollick@chromium.org2013-09-281-562/+0
* Allow clipping by scroll parents.vollick@chromium.org2013-09-281-0/+562
* Move tile-free-software render surface disabling to UpdateDrawProperties.aelias@chromium.org2013-09-271-0/+78
* Fix compilation and ui_unittests with float transformsenne@chromium.org2013-09-251-11/+11
* Revert 224725 "Fix compilation and ui_unittests with float trans..."sky@chromium.org2013-09-231-11/+11
* Fix compilation and ui_unittests with float transformsenne@chromium.org2013-09-231-11/+11
* cc: Use SkMScalar instead of doubles for transforms in ccenne@chromium.org2013-09-121-169/+142
* Clear render surface when we early out in CalcDrawPropsInternalvollick@chromium.org2013-08-291-0/+66