summaryrefslogtreecommitdiffstats
path: root/cc/layers
Commit message (Expand)AuthorAgeFilesLines
* cc: Detemplatize CDP input structsenne2015-08-212-6/+4
* cc: Make animation contents scale aware of trees affected by animationsajuma2015-08-201-3/+15
* Draw Opacity of Render Surface from Property Treesjaydasika2015-08-182-0/+12
* cc: Remove main thread input handler countingenne2015-08-182-29/+0
* cc: Remove render_pass_test_common, move to render_pass_test_utils.danakj2015-08-181-47/+35
* cc: Ensure to keep the same low res tiling when activating.vmpstr2015-08-182-3/+31
* Rename OpacityTree to EffectTreeweiliangc2015-08-184-28/+26
* Compute blend_mode outside CDPjaydasika2015-08-156-12/+29
* Render Surface is_clipped from Property Treesjaydasika2015-08-142-0/+5
* cc: Don't mark any tilings low resolution during animation/pinch.vmpstr2015-08-132-4/+37
* Implement LayerTypeAsString for solid color scrollbar layer.liushouqun2015-08-132-0/+6
* cc: Don't create tiles in a non-ideal tiling.vmpstr2015-08-122-5/+7
* cc: Don't create low resolution tilings on the pending tree.vmpstr2015-08-123-122/+92
* Separate RenderSurfaceLayerList Generation CalcDrawPropsweiliangc2015-08-111-12/+0
* Drawable Content Rect From Property Treesjaydasika2015-08-102-0/+18
* cc: Declare high res tilings to not have low res content.danakj2015-08-102-5/+19
* cc: Handle overflow/underflow in MathUtil::RoundUp/RoundDown functions.prashant.n2015-08-061-3/+4
* cc: Do not raster images into low res tilings.danakj2015-08-062-3/+66
* cc: For debugging, show checkerboards with the tile border colordanakj2015-08-061-1/+4
* cc: Remove code for drawing checkerboard quads, it's not used.danakj2015-08-056-32/+0
* cc: Always show solid color as checkerboards.danakj2015-08-041-17/+8
* All scrolls scroll visual viewport first. (Chromium-side)bokan2015-08-041-6/+15
* cc: Keep the transform tree's to_screen_is_animated updatedajuma2015-08-044-1/+60
* SkImage-backed PictureImageLayerfmalita2015-08-043-29/+25
* Directly include SkPath.h where needed in cc/.bungeman2015-08-031-0/+1
* Initial WebImageLayer::setImage() implementationfmalita2015-08-012-0/+11
* cc: Fix invalid cast to PaintedScrollbarLayerImpl.danakj2015-07-311-2/+2
* Avoid destroying webview Surface too earlyjbauman2015-07-311-0/+1
* Arrange compositor scrolling into scroll customization format (WIP)tdresser2015-07-313-0/+31
* cc: Remove target_space_transform_is_animating from DrawPropertiesajuma2015-07-315-9/+16
* Assume outer viewport always exists in Viewport::ScrollBy.bokan2015-07-301-5/+3
* [Android] Suppress overscroll for unscrollable axes in the browserjdduke2015-07-251-10/+0
* cc: Clean up <Property>IsAnimating and related logicajuma2015-07-244-46/+64
* Draw Transform of Render Surface From Property Treesjaydasika2015-07-232-0/+5
* Should be tracking scrolls for Outer, and not Inner, Viewport.wjmaclean2015-07-221-1/+1
* cc: Change max_tiles_for_interest_rect to be screen pixels padding.vmpstr2015-07-212-2/+2
* Use double precision ScrollOffset when pulling delta for main threadbokan2015-07-201-6/+7
* cc: Plumb Blink-reported memory usage to raster source.jbroman2015-07-164-0/+12
* cc: Remove transforms_are_animating from render surfacesajuma2015-07-164-32/+0
* cc: Remove unused opacity animation properties from DrawPropertiesajuma2015-07-167-30/+0
* Cleanup viewport scrolling for future scroll customization work.tdresser2015-07-152-21/+20
* Switch scrolling state from layer pointers to IDs.aelias2015-07-141-2/+2
* Compute if a layer is clipped outside CalcDrawPropsjaydasika2015-07-148-8/+30
* Revert of Compute if a layer is clipped outside CalcDrawProps (patchset #9 id...dpranke2015-07-138-29/+8
* cc: Fix post-commit property tree update for animationsajuma2015-07-132-2/+30
* Compute if a layer is clipped outside CalcDrawPropsjaydasika2015-07-138-8/+29
* media: extract Format and ColorSpace enum from VideoFrame.dongseong.hwang2015-07-133-37/+21
* cc: Make TilingSetEvictionQueue perf tests use >1 tilingsenne2015-07-091-49/+50
* Revert of Cleanup viewport scrolling for future scroll customization work. (p...tdresser2015-07-092-22/+38
* Cleanup viewport scrolling for future scroll customization work.tdresser2015-07-072-38/+22