summaryrefslogtreecommitdiffstats
path: root/cc/test/layer_tree_test.cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Remove use of MessageLoopProxyskyostil2015-04-131-4/+7
* cc: Remove all traces of synchronous GPU rasterizationhendrikw2015-04-041-9/+0
* cc: Make scheduling be driven by vsync for android webview.sunnyps2015-04-021-0/+5
* Revert of cc: Make scheduling be driven by vsync for android webview. (patchs...sunnyps2015-04-021-5/+0
* cc: Make scheduling be driven by vsync for android webview.sunnyps2015-04-021-0/+5
* Revert of cc: Make scheduling be driven by vsync for android webview. (patchs...sunnyps2015-04-021-5/+0
* cc: Make scheduling be driven by vsync for android webview.sunnyps2015-04-011-0/+5
* cc: Move worker threads to RenderThreadImpl.reveman2015-03-231-26/+35
* Don't let unittests access LTH from the impl thread.vollick2015-03-191-0/+9
* CC Animations: Move all the passes over controllers to AnimationRegistrarloyso2015-03-061-1/+1
* cc: Misc animation refactoringsunnyps2015-02-261-4/+3
* [cc]: Add a BeginMainFrameNotExpectedSoon signal and route it to the Renderer...rmcilroy2015-02-181-0/+1
* Remove scroll_delta flooring hackmiletus2015-02-041-2/+2
* DevTools: unwire WebDevToolsAgent from CC, emit trace events directly in CCcaseq2015-02-041-3/+1
* cc: Control defer_commits logic by Schedulersimonhong2015-01-311-11/+94
* Revert of cc: Control defer_commits logic by Scheduler (patchset #12 id:25000...danakj2015-01-301-94/+11
* cc: Control defer_commits logic by Schedulersimonhong2015-01-291-11/+94
* cc: Fix flakiness in LayerTreeHostCopyRequestTestMultipleDrawsHiddenCopyRequestdanakj2015-01-291-5/+0
* cc: Dirty the RenderSurfaceLayerList when taking copy requests.danakj2015-01-291-0/+5
* [Android] Show autofill popup after animation.rouslan2015-01-221-0/+1
* Added ability to dynamically toggle frame throttling in the scheduler.bajones2015-01-061-4/+2
* cc: GPU rasterize tiles synchronously in PrepareToDrawhendrikw2015-01-031-0/+9
* cc: Turn off verify_property_treeshendrikw2014-12-221-1/+2
* cc: Adding a CommitEarlyOutReason enum to replace bool in BeginMainFrameAbort...mithro2014-12-171-3/+3
* Introduce Property Treesvollick2014-12-171-0/+1
* Introduce CompositorDependencies for RenderWidgetCompositor.danakj2014-12-161-48/+3
* Move output surface fallback from cc to embeddersenne2014-12-101-13/+10
* cc: Rename TileManager::ManageTiles to PrepareTiles.vmiura2014-12-091-3/+3
* Add argument to pass elastic overscroll delta to Blink (Chrome side)ccameron2014-12-091-3/+3
* cc: Renaming Rasterizer and RasterWorkerPool interfacesvmiura2014-12-091-8/+8
* Enable scheduler main thread low latency mode for SingleThreadProxy.weiliangc2014-12-041-5/+0
* Add a new scheduler mode main thread should always be low latency.weiliangc2014-12-031-0/+5
* cc: Ensure to issue only one NotifiyReadyTo* callback per manage tiles.vmpstr2014-12-031-0/+5
* cc: Adding creation location to debug BeginFrameArgs objects.mithro2014-12-021-1/+1
* cc: Add SetChildrenNeedBeginFrames() & SendBeginFramesToChildren()simonhong2014-11-211-0/+4
* Add cc::RendererSettings for use in with cc::Displayjbauman2014-11-201-3/+3
* Prefix CommandLine usege with base namespace (Part 5: cc/)pgal.u-szeged2014-11-181-1/+1
* Make Keyframe use TimeTicks/TimeDelta to represent time instead of double.behara.ms2014-11-181-4/+2
* SetNeedsRedraw directly when updating a visible tile.danakj2014-11-141-8/+8
* cc: Remove readability/inheritance exception for linter in cc.danakj2014-11-141-2/+2
* cc: Introduce forward_begin_frames_to_children and use_external_begin_frame_s...simonhong2014-11-111-2/+2
* cc: Make separate interface for BeginFrame ipc from OutputSurfacesimonhong2014-11-111-8/+84
* cc: ReadyToDraw notifications.ernstm2014-11-111-2/+9
* Moving background animation ticking from LayerTreeHostImpl into the Scheduler.mithro2014-11-101-8/+1
* Revert of Moving background animation ticking from LayerTreeHostImpl into the...mithro2014-11-101-1/+8
* Moving background animation ticking from LayerTreeHostImpl into the Scheduler.mithro2014-11-101-8/+1
* Revert of Moving background animation ticking from LayerTreeHostImpl into the...mithro2014-11-051-1/+8
* Moving background animation ticking from LayerTreeHostImpl into the Scheduler.mithro2014-11-051-8/+1
* cc: Support texture rect targets for masksenne2014-10-301-1/+19
* Support single-threaded impl-side paintingenne2014-10-291-0/+13