summaryrefslogtreecommitdiffstats
path: root/cc/trees/layer_tree_impl_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Don't hide pinch viewport scrollbars near min-scale with device emulation.skobes2015-08-041-3/+3
* Compute if a layer is clipped outside CalcDrawPropsjaydasika2015-07-141-0/+3
* Revert of Compute if a layer is clipped outside CalcDrawProps (patchset #9 id...dpranke2015-07-131-3/+0
* Compute if a layer is clipped outside CalcDrawPropsjaydasika2015-07-131-0/+3
* cc: Rename visible_content_rect and content stuff on quads.danakj2015-06-191-2/+1
* cc: Remove the layer content_bounds() and use bounds() instead.Dana Jansens2015-06-181-186/+1
* cc: Apply page scale to page scale layerenne2015-05-261-4/+4
* Plumb selection bounds as a single unitjdduke2015-04-231-115/+120
* cc: Move worker threads to RenderThreadImpl.reveman2015-03-231-2/+4
* Splitting of layers for correct intersectionsawoloszyn2015-03-121-8/+0
* Revert of Splitting of layers for correct intersections (patchset #20 id:3700...gab2015-03-111-0/+8
* Splitting of layers for correct intersectionsawoloszyn2015-03-111-8/+0
* Revert of Splitting of layers for correct intersections (patchset #17 id:3100...eroman2015-02-271-0/+8
* Splitting of layers for correct intersectionsawoloszyn2015-02-271-8/+0
* Hide pinch viewport scrollbars when near minimum scale.bokan2015-01-281-0/+69
* Move RenderSurface creation outside of CalcDrawPropsawoloszyn2014-12-221-425/+153
* Use EXPECT_EQ when possible.hush2014-12-041-4/+4
* Refactor delta/sent_delta logic into self-contained abstraction.aelias2014-12-041-2/+4
* Plumb scroll elasticity layer from Blink to ccccameron2014-11-211-2/+4
* cc cleanup: Update paths to geometry headersheejin.r.chung2014-10-231-1/+1
* Revert of "Converted LayerImpl::bounds() to return SizeF."bokan2014-10-081-22/+22
* Converted LayerImpl::bounds() to return SizeF.bokan2014-10-071-22/+22
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-3/+2
* Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr....dcheng2014-09-271-2/+3
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-3/+2
* Plumb selection edge points through the compositorjdduke@chromium.org2014-08-221-26/+54
* Keeping track of descendants that draw content instead of recalcualtingawoloszyn@chromium.org2014-08-111-25/+25
* Add a UMA for the number of layers in a frame.dneto@chromium.org2014-07-141-0/+15
* Route selection bounds updates through the compositorjdduke@chromium.org2014-07-011-0/+249
* Rendering context information added to SharedQuadStatethildebr@chromium.org2014-06-191-3/+3
* Clean up PointIsClippedBySurfaceOrClipRectvollick@chromium.org2014-06-121-0/+138
* Get rid of graphics layer anchor points, and replace withchrishtr@chromium.org2014-06-051-84/+184
* Remove hit-testing-only RSLL entriesvollick@chromium.org2014-05-151-104/+0
* Hit test on the layer tree rather than the RSLLvollick@chromium.org2014-05-121-0/+1940