summaryrefslogtreecommitdiffstats
path: root/cc/trees/layer_tree_host_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Plumb selection bounds as a single unitjdduke2015-04-231-2/+1
* cc: Add support for sending BeginFrames for video.sunnyps2015-04-161-0/+18
* cc: Remove orphaned RenderPasses and RenderPassDrawQuads from frames.danakj2015-04-141-110/+87
* Remove DeferredInitialize from ccboliu2015-04-111-61/+3
* Refactor delegated scrolling in LayerImplhush2015-04-071-1/+1
* cc: Remove all traces of synchronous GPU rasterizationhendrikw2015-04-041-20/+6
* cc: Add main frame timing info to frame timing tracker.vmpstr2015-04-031-0/+14
* cc: Make scheduling be driven by vsync for android webview.sunnyps2015-04-021-0/+4
* Hook NotifyReadToDraw in SingleThreadProxy and Defer Draw When Neededweiliangc2015-04-021-10/+20
* Revert of cc: Make scheduling be driven by vsync for android webview. (patchs...sunnyps2015-04-021-4/+0
* cc: Make scheduling be driven by vsync for android webview.sunnyps2015-04-021-0/+4
* Revert of cc: Make scheduling be driven by vsync for android webview. (patchs...sunnyps2015-04-021-4/+0
* cc: Make scheduling be driven by vsync for android webview.sunnyps2015-04-011-0/+4
* Adding a metric to track only the checkerboarding.cblume2015-03-261-0/+2
* Move viewport scrolling logic into separate classbokan2015-03-261-104/+54
* cc: Fix crash with blink layout tests and GPU rasterizationhendrikw2015-03-251-11/+11
* cc: Move worker threads to RenderThreadImpl.reveman2015-03-231-15/+12
* cc: Send updated tile priority with tiles into tracing.vmpstr2015-03-231-8/+8
* Add back the truncation of scroll_deltamiletus2015-03-191-1/+1
* CC: Force push properties for all layers when tracing is startedcaseq2015-03-171-6/+3
* Split cc/base into separate GN source_set and clean depsjamesr2015-03-161-2/+2
* Animations: Extract LayerTreeHostImpl::ScrollAnimation* methodsloyso2015-03-131-31/+48
* cc: Prevent a layer with a copy request from overriding RequiresHighResdanakj2015-03-111-15/+35
* cc: Remove unused tracing functions from LayerTreeHost(Impl).vmpstr2015-03-111-18/+0
* cc: Add raster_enabled settingenne2015-03-101-3/+4
* (Reland) Always create top controls manager.bokan2015-03-091-27/+27
* cc: Fix unit tests with impl-side painting default trueenne2015-03-061-0/+5
* CC Animations: Move all the passes over controllers to AnimationRegistrarloyso2015-03-061-31/+14
* Revert of Always create top controls manager (patchset #6 id:100001 of https:...dpranke2015-03-061-15/+27
* Always create top controls manager.bokan2015-03-051-27/+15
* cc: Change CallFunctionForSubtree to use lambdas.vmpstr2015-03-021-6/+2
* cc: Misc animation refactoringsunnyps2015-02-261-17/+10
* cc: Make scrollbar animations not require traversing the layer tree.sunnyps2015-02-251-23/+25
* Notify main-thread of top controls state/height changes instead of CC.majidvp2015-02-231-0/+2
* Fix Enum Style Throughout CC.ericrk2015-02-201-32/+27
* cc: Stop using TextureUploader for UIResources, HUD, and tests.danakj2015-02-191-10/+5
* cc: Calculate "can use lcd text" on the compositor threadenne2015-02-191-3/+7
* Break down end-to-end scroll update latency UMA metricsmiletus2015-02-181-2/+9
* cc: Commit directly to active tree when using single thread.danakj2015-02-171-7/+1
* cc: Stop passing the occlusion explicitly to AppendQuads.danakj2015-02-141-15/+2
* cc: Add threaded GPU rasterization.vmiura2015-02-141-1/+1
* cc: Fix bug in generating picture layer pairs from 2 lists.danakj2015-02-131-3/+6
* cc: Make occlusion a draw property.danakj2015-02-131-48/+27
* [Android] Disable pull-to-refresh with overflow-y:hiddenjdduke2015-02-121-0/+10
* cc: Move occlusion debug rects into the debug layer borders.danakj2015-02-121-11/+0
* cc: Stop passing OcclusionTracker to RenderSurfaceImpl.danakj2015-02-111-12/+33
* cc: Move the picture_layers_ list from LayerTreeHostImpl to the trees.danakj2015-02-111-41/+18
* cc: Remove some GetTrees in favor of layer_tree_impl()->Is*Treevmpstr2015-02-101-3/+4
* mechanical rename of base::debug -> base::trace_event for /ccssid2015-02-091-11/+12
* Normalize top controls offset to (0, 1), Chromium-side.aelias2015-02-071-32/+22