summaryrefslogtreecommitdiffstats
path: root/cc/trees/layer_tree_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix overscroll glow when page contents are smaller than viewport.bokan2015-08-141-2/+9
* Don't hide pinch viewport scrollbars near min-scale with device emulation.skobes2015-08-041-12/+14
* cc: Clean up <Property>IsAnimating and related logicajuma2015-07-241-5/+28
* Switch scrolling state from layer pointers to IDs.aelias2015-07-141-88/+47
* Compute if a layer is clipped outside CalcDrawPropsjaydasika2015-07-141-0/+1
* Revert of Compute if a layer is clipped outside CalcDrawProps (patchset #9 id...dpranke2015-07-131-1/+0
* cc: Fix post-commit property tree update for animationsajuma2015-07-131-0/+9
* Compute if a layer is clipped outside CalcDrawPropsjaydasika2015-07-131-0/+1
* CC Animations: Redirect all compositor animation requests to AnimationHost.loyso2015-07-031-0/+128
* CC Animations: Establish AnimationHost, AnimationTimeline and AnimationPlayer.loyso2015-07-031-2/+11
* cc: Store lists of nodes affected by bounds_delta in the transform treeajuma2015-06-301-16/+4
* Revert of cc: Store lists of nodes affected by bounds_delta in the transform ...ajuma2015-06-301-4/+16
* cc: Update property trees for animations after commitajuma2015-06-291-7/+8
* cc: Store lists of nodes affected by bounds_delta in the transform treeajuma2015-06-291-16/+4
* cc: Make impl-thread property trees handle bounds deltaajuma2015-06-251-1/+50
* cc: Remove contents_texture_manager from LayerTreeHost(Impl) and proxy.danakj2015-06-191-24/+0
* cc: Detemplatize LayerIteratorenne2015-06-181-12/+8
* cc: Remove layer contents_scale_x() and contents_scale_y().danakj2015-06-181-24/+11
* cc: Remove the layer content_bounds() and use bounds() instead.Dana Jansens2015-06-181-6/+4
* cc: Update property trees after page/scroll during commitenne2015-06-171-1/+25
* cc: De-templatize the OcclusionTracker class.danakj2015-06-151-1/+1
* Unify Android Webview and Chrome's flinghush2015-06-101-2/+2
* cc: Fix size_t to int truncations in tiles/ and trees/vmpstr2015-06-091-3/+5
* cc: Always set a TransformNode's source_node_idajuma2015-05-281-0/+1
* cc: Move RoundUp and RoundDown out of util.h into math_util.hvmpstr2015-05-281-1/+0
* cc: Fix video unit test with property treesenne2015-05-271-0/+8
* cc: Adding BeginFrameTracker object and removing Now() from LTHI.mithro2015-05-271-2/+2
* cc: Update property trees during page scaleenne2015-05-271-0/+14
* Remove the treewalk in ResetDrawProperties()jaydasika2015-05-261-2/+2
* Do not break existing swap promises early when a new commit or activation occ...tobiasjs2015-05-221-3/+3
* Rename cc::ResourceProvider::ResourceId to cc::ResourceId and move it to its ...jbauman2015-05-191-2/+1
* Move VISUAL_STATE promise to activationtobiasjs2015-05-151-10/+13
* cc: Move raster_source from Tile to PrioritizedTilehendrikw2015-05-131-3/+3
* Revert of cc: Adding BeginFrameTracker object and removing Now() from LTHI. (...ksakamoto2015-05-081-2/+2
* cc: Adding BeginFrameTracker object and removing Now() from LTHI.mithro2015-05-081-2/+2
* Plumb selection bounds as a single unitjdduke2015-04-231-19/+17
* cc: Commit property trees to the compositor threadenne2015-04-201-4/+3
* cc: Add support for sending BeginFrames for video.sunnyps2015-04-161-0/+5
* cc: Plumbing for storing property treesenne2015-04-091-2/+6
* Clean up some dead codehush2015-04-091-4/+0
* Refactor delegated scrolling in LayerImplhush2015-04-071-137/+49
* cc: Add main frame timing info to frame timing tracker.vmpstr2015-04-031-1/+14
* cc: Send updated tile priority with tiles into tracing.vmpstr2015-03-231-2/+3
* Compositor hit-testing considers scrollable layers that scroll a drawn RSLLmajidvp2015-03-061-2/+3
* cc: Change CallFunctionForSubtree to use lambdas.vmpstr2015-03-021-34/+16
* cc: Misc animation refactoringsunnyps2015-02-261-1/+1
* Fix Enum Style Throughout CC.ericrk2015-02-201-6/+6
* cc: Remove UpdateDrawProperties during sync compositeenne2015-02-191-4/+11
* cc: Calculate "can use lcd text" on the compositor threadenne2015-02-191-4/+30
* cc: Fix DCHECK when impl thread changes scale on a layer being hidden.danakj2015-02-141-1/+0