summaryrefslogtreecommitdiffstats
path: root/cc/layers/layer_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Use ScrollOffset instead of vector2d to track scroll offset in ccmiletus2014-10-011-1/+1
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-5/+2
* Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr....dcheng2014-09-271-2/+5
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-5/+2
* cc: Remove the opaque rect return-parameter from ContentLayerClient.danakj2014-09-151-3/+2
* Fix RemoveFromScrollTree and RemoveFromClipTreevollick2014-09-131-0/+58
* Remove implicit conversions from scoped_refptr to T* in cc/dcheng2014-08-261-19/+19
* Removing the assumption that child->SetParent will not change Drawabilityawoloszyn@chromium.org2014-08-151-1/+45
* cc: Parameterize the main thread task runnerskyostil@chromium.org2014-07-181-7/+12
* Get rid of graphics layer anchor points, and replace withchrishtr@chromium.org2014-06-051-3/+2
* Fix crash in SetTransformAndInvertibility().avallee@chromium.org2014-05-061-0/+32
* Stop displaying layers with non-invertible transforms.avallee@chromium.org2014-04-161-0/+31
* cc: Add layer property for scroll handlersskyostil@chromium.org2014-03-311-0/+1
* Switch to use SharedBitmapManager all the time in cc_unittestsjbauman@chromium.org2014-03-201-7/+10
* Remove --background-color-instead-of-checkerboard flag.danakj@chromium.org2014-03-081-2/+4
* No more sublayer transform in cc.vollick@chromium.org2014-02-161-6/+4
* Pinch/Zoom Infrastructure & Plumbing CLwjmaclean@chromium.org2014-01-311-1/+3
* Revert of Pinch/Zoom Infrastructure & Plumbing CL (https://codereview.chromiu...ricea@chromium.org2014-01-291-2/+1
* Pinch/Zoom Infrastructure & Plumbing CLwjmaclean@chromium.org2014-01-291-1/+2
* Revert of Pinch/Zoom Infrastructure & Plumbing CL (https://codereview.chromiu...mkwst@chromium.org2014-01-241-2/+1
* Pinch/Zoom Infrastructure & Plumbing CLwjmaclean@chromium.org2014-01-241-1/+2
* Pass gfx::Rect and gfx::RectF by const ref.prashant.n@samsung.com2014-01-101-1/+1
* The blink part of this implementation is uploaded at https://codereview.chrom...rosca@adobe.com2013-11-261-0/+2
* Introduce separate client and init path for single-threaded ccjamesr@chromium.org2013-11-071-5/+10
* Add delegated rendering support for software renderer.jbauman@chromium.org2013-10-221-3/+4
* cc: Do not allow gesture-scrolling 'overflow[-{x|y}]:hidden' layers.sadrul@chromium.org2013-10-221-0/+1
* Delete LayerImpl::NoteLayerSurfacePropertyChanged.alokp@chromium.org2013-10-071-16/+16
* cc: Support animating filtersajuma@chromium.org2013-10-031-0/+36
* cc: Layer::SetTouchEventHandlerRegion should SetNeedsCommitdanakj@chromium.org2013-08-171-0/+2
* Add layer name into frame viewerqiankun.miao@intel.com2013-08-161-1/+0
* cc: Always have a LayerTreeHost in tests when we expect it in prod.danakj@chromium.org2013-08-031-6/+21
* cc: Cleanup Layer::SetNeedsDisplayInRectenne@chromium.org2013-07-311-1/+7
* cc: Allow the main thread to cancel commitsenne@chromium.org2013-07-301-4/+5
* Revert "cc: Cleanup Layer::SetNeedsDisplayInRect" (r214103).senorblanco@chromium.org2013-07-291-7/+1
* cc: Cleanup Layer::SetNeedsDisplayInRectenne@chromium.org2013-07-281-1/+7
* cc: Add unit tests for Layer::HasAncestor() method.tfarina@chromium.org2013-07-261-0/+21
* Revert 213338 "cc: Allow the main thread to cancel commits"jochen@chromium.org2013-07-241-5/+4
* cc: Allow the main thread to cancel commitsenne@chromium.org2013-07-241-4/+5
* cc: Remove SetNeedsDisplay on first resizeenne@chromium.org2013-07-121-21/+1
* Fix TextureLayer cleanuppiman@chromium.org2013-07-121-10/+17
* Add a hide_layer_and_subtree() flag to cc::Layerdanakj@chromium.org2013-06-241-0/+1
* Revert 207508 "Add a hide_layer_and_subtree() flag to cc::Layer"oshima@chromium.org2013-06-201-1/+0
* Add a hide_layer_and_subtree() flag to cc::Layerdanakj@chromium.org2013-06-201-0/+1
* cc: Remove cc::Thread and cc::ThreadImpl.danakj@chromium.org2013-06-201-6/+3
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in cc/.dcheng@chromium.org2013-06-121-7/+5
* cc: Don't clear transparent piles to an opaque colorenne@chromium.org2013-06-041-0/+31
* Update cc/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-1/+1
* Revert 202580 "Add CompositingReasons to compositor layer types."jchaffraix@chromium.org2013-05-281-2/+0
* Add CompositingReasons to compositor layer types.shawnsingh@chromium.org2013-05-281-0/+2
* cc: Replace Layer::SetAutomaticallyComputeRasterScale with a setting.danakj@chromium.org2013-05-091-26/+0