summaryrefslogtreecommitdiffstats
path: root/cc/trees/layer_tree_host_impl_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* [Merge to M44] Chromium changes to statically link ffmpeg.Dale Curtis2015-06-171-1/+1
* Scroll bubbling in the compositor should use the layer's scroll parent.David Bokan2015-06-171-0/+79
* Merge to M44: "Don't report compositor dropped frames for invisible layers."Dale Curtis2015-06-011-1/+29
* cc: Move files out of cc/resources/.Dana Jansens2015-05-191-1/+1
* cc: split UpdateGpuRasterizationStatus() into two parts.senorblanco2015-05-151-30/+23
* cc: Add null checks for GrContext created by ContextProviderCommandBuffer.vmiura2015-05-151-2/+1
* Cleanup: Simplify some checks in tests.thestig2015-05-111-5/+5
* cc: Avoid extra copies of vectorshendrikw2015-05-081-0/+38
* cc: change the GPU rasterization content veto into an MSAA trigger.senorblanco2015-05-081-0/+62
* Revert of cc: change the GPU rasterization content veto into an MSAA trigger....ajuma2015-05-081-62/+0
* Revert of cc: Adding BeginFrameTracker object and removing Now() from LTHI. (...ksakamoto2015-05-081-11/+0
* cc: change the GPU rasterization content veto into an MSAA trigger.senorblanco2015-05-081-0/+62
* cc: Adding BeginFrameTracker object and removing Now() from LTHI.mithro2015-05-081-0/+11
* cc: Adding DidFinishImplFrame to LTHI.mithro2015-05-071-2/+2
* Revert of cc: Adding DidFinishImplFrame to LTHI. (patchset #10 id:180001 of h...ksakamoto2015-05-071-2/+2
* cc: Adding DidFinishImplFrame to LTHI.mithro2015-05-071-2/+2
* cc: Remove pairs from the raster and eviction queueshendrikw2015-05-061-265/+0
* cc: Removing base::TimeTicks argument to DrawLayers as it isn't used.mithro2015-05-051-50/+50
* Fix fling boostingjdduke2015-05-051-0/+14
* cc: Send BeginFrame to VideoFrameController when added.sunnyps2015-05-051-0/+42
* Move the Ganesh GPU rasterization veto into LayerTreeHostImpl.senorblanco2015-05-051-5/+13
* Plumb selection bounds as a single unitjdduke2015-04-231-23/+19
* cc: Add support for sending BeginFrames for video.sunnyps2015-04-161-0/+1
* cc: Remove orphaned RenderPasses and RenderPassDrawQuads from frames.danakj2015-04-141-686/+131
* cc: Remove use of MessageLoopProxyskyostil2015-04-131-2/+4
* Remove DeferredInitialize from ccboliu2015-04-111-94/+5
* Refactor delegated scrolling in LayerImplhush2015-04-071-21/+82
* cc: Make scheduling be driven by vsync for android webview.sunnyps2015-04-021-0/+1
* Hook NotifyReadToDraw in SingleThreadProxy and Defer Draw When Neededweiliangc2015-04-021-39/+6
* Revert of cc: Make scheduling be driven by vsync for android webview. (patchs...sunnyps2015-04-021-1/+0
* cc: Make scheduling be driven by vsync for android webview.sunnyps2015-04-021-0/+1
* Revert of cc: Make scheduling be driven by vsync for android webview. (patchs...sunnyps2015-04-021-1/+0
* cc: Make scheduling be driven by vsync for android webview.sunnyps2015-04-011-0/+1
* cc: Keep tilings texture size in synchendrikw2015-03-231-0/+6
* cc: Move worker threads to RenderThreadImpl.reveman2015-03-231-27/+20
* Refactor discard/clear behavior in DirectRendererericrk2015-03-211-2/+2
* Add back the truncation of scroll_deltamiletus2015-03-191-7/+6
* Split cc/base into separate GN source_set and clean depsjamesr2015-03-161-1/+1
* cc: Prevent a layer with a copy request from overriding RequiresHighResdanakj2015-03-111-228/+247
* cc: Remove unused tracing functions from LayerTreeHost(Impl).vmpstr2015-03-111-3/+4
* Fix over comparison of floats in Top Controls testslof842015-03-101-4/+8
* (Reland) Always create top controls manager.bokan2015-03-091-3/+1
* cc: Fix scrollbar animation tests.sunnyps2015-03-071-167/+135
* Compositor hit-testing considers scrollable layers that scroll a drawn RSLLmajidvp2015-03-061-8/+42
* Revert of Always create top controls manager (patchset #6 id:100001 of https:...dpranke2015-03-061-1/+3
* Always create top controls manager.bokan2015-03-051-3/+1
* cc: Make scrollbar animations not require traversing the layer tree.sunnyps2015-02-251-32/+56
* Notify main-thread of top controls state/height changes instead of CC.majidvp2015-02-231-0/+63
* Fix Enum Style Throughout CC.ericrk2015-02-201-315/+286
* cc: Calculate "can use lcd text" on the compositor threadenne2015-02-191-1/+2