summaryrefslogtreecommitdiffstats
path: root/cc/layers/layer_impl_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Refactor delegated scrolling in LayerImplhush2015-04-071-157/+1
* cc: Move worker threads to RenderThreadImpl.reveman2015-03-231-6/+16
* Finalize rename of LayerImpl scroll offset methods.aelias2015-02-031-72/+73
* Convert scroll offsets to use SyncedProperty.aelias2015-01-311-21/+25
* Move RenderSurface creation outside of CalcDrawPropsawoloszyn2014-12-221-0/+10
* Fix the way scrollbars are attached to LayerImpl.timav2014-11-181-0/+128
* Make aborted commits inform the scroll delegate.aelias2014-11-041-1/+10
* Fix double subtraction of sent_delta on sync tree activation.bokan2014-11-041-0/+27
* Only call UpdateScrollOffsetDelegate once on setting delegate.bokan2014-10-241-0/+2
* Standardize usage of virtual/override/final in cc/dcheng2014-10-211-10/+6
* Respect user_scrollable disabling in pinch-virtual-viewport mode.aelias2014-10-141-4/+8
* cc: Stop converting update rect from int to float to int.danakj2014-10-111-1/+1
* [C++11 Allowed Features] Declares a type-safe null pointer converting from NU...kulkarni.a2014-10-101-2/+2
* Revert of "Converted LayerImpl::bounds() to return SizeF."bokan2014-10-081-2/+2
* Converted LayerImpl::bounds() to return SizeF.bokan2014-10-071-2/+2
* replace OVERRIDE and FINAL with override and final in cc/mostynb2014-10-061-6/+6
* Use ScrollOffset instead of vector2d to track scroll offset in ccmiletus2014-10-011-27/+39
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-6/+3
* Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr....dcheng2014-09-271-3/+6
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-6/+3
* Keeping track of descendants that draw content instead of recalcualtingawoloszyn@chromium.org2014-08-111-0/+2
* Update scrollbar parameters when it is associated to layerwangxianzhu@chromium.org2014-06-271-0/+28
* Rendering context information added to SharedQuadStatethildebr@chromium.org2014-06-191-4/+4
* Get rid of graphics layer anchor points, and replace withchrishtr@chromium.org2014-06-051-8/+4
* Make LayerScrollOffsetDelegate updates consistent.mkosiba@chromium.org2014-05-151-17/+2
* Stop displaying layers with non-invertible transforms.avallee@chromium.org2014-04-161-0/+30
* Switch to use SharedBitmapManager all the time in cc_unittestsjbauman@chromium.org2014-03-201-6/+12
* Fix up cc::Layer scroll parent managementjamesr@chromium.org2014-02-281-4/+0
* No more sublayer transform in cc.vollick@chromium.org2014-02-161-21/+0
* Fix the cause of AwZoomTest#testMagnification... tests flakinessmnaganov@chromium.org2014-02-121-2/+8
* Split preserve3d into: "should-flatten" and "is-3d-sorted"vollick@chromium.org2014-02-111-4/+9
* Revert of Split preserve3d into: "should-flatten" and "is-3d-sorted" (https:/...dstockwell@chromium.org2014-02-101-9/+4
* Split preserve3d into: "should-flatten" and "is-3d-sorted"vollick@chromium.org2014-02-091-4/+9
* Rename and unify paths for LayerTreeTest::CreateFakeOutputSurface.danakj@chromium.org2014-02-051-3/+6
* Pinch/Zoom Infrastructure & Plumbing CLwjmaclean@chromium.org2014-01-311-39/+34
* cc: Make PrepareToDraw return an enum for why it abortsenne@chromium.org2014-01-301-52/+64
* Revert of Pinch/Zoom Infrastructure & Plumbing CL (https://codereview.chromiu...ricea@chromium.org2014-01-291-38/+38
* Pinch/Zoom Infrastructure & Plumbing CLwjmaclean@chromium.org2014-01-291-38/+38
* Revert of Pinch/Zoom Infrastructure & Plumbing CL (https://codereview.chromiu...mkwst@chromium.org2014-01-241-38/+38
* Pinch/Zoom Infrastructure & Plumbing CLwjmaclean@chromium.org2014-01-241-38/+38
* Pass gfx structs by const ref (gfx::Vector2dF)ajay.berwal@samsung.com2014-01-231-5/+7
* Pluming for needs_push_properties for the impl tree.clholgat@chromium.org2014-01-181-8/+70
* [#3] Pass gfx structs by const ref (gfx::SizeF)r.kasibhatla@samsung.com2014-01-161-2/+2
* cc: Allow 'overflow: hidden' layers to be scrolled again.sadrul@chromium.org2013-12-101-1/+3
* The blink part of this implementation is uploaded at https://codereview.chrom...rosca@adobe.com2013-11-261-7/+26
* cc: Do not allow gesture-scrolling 'overflow[-{x|y}]:hidden' layers.sadrul@chromium.org2013-10-221-0/+14
* Use total page scale in the LayerScrollOffsetDelegate.mkosiba@chromium.org2013-10-091-2/+2
* Make Android WebView filtering depend on scrolling status.aelias@chromium.org2013-10-091-0/+2
* Delete LayerImpl::NoteLayerSurfacePropertyChanged.alokp@chromium.org2013-10-071-19/+5
* [android_webview] Use a fraction to calculate scroll offset.mkosiba@chromium.org2013-09-261-0/+7