summaryrefslogtreecommitdiffstats
path: root/cc/trees/thread_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* DevTools: unwire WebDevToolsAgent from CC, emit trace events directly in CCcaseq2015-02-041-0/+2
* cc: Control defer_commits logic by Schedulersimonhong2015-01-311-11/+16
* Revert of cc: Control defer_commits logic by Scheduler (patchset #12 id:25000...danakj2015-01-301-16/+11
* cc: Control defer_commits logic by Schedulersimonhong2015-01-291-11/+16
* Mechanical rename of tracing includes for /ccprimiano2015-01-281-3/+3
* Reland: Add more trace events to "benchmark" categorymiletus2015-01-261-1/+2
* Revert of Add more trace events to "benchmark" category (patchset #4 id:50001...miletus2015-01-221-2/+1
* Add more trace events to "benchmark" categorymiletus2015-01-221-1/+2
* [Android] Show autofill popup after animation.rouslan2015-01-221-0/+12
* Added ability to dynamically toggle frame throttling in the scheduler.bajones2015-01-061-0/+15
* cc: Adding a CommitEarlyOutReason enum to replace bool in BeginMainFrameAbort...mithro2014-12-171-17/+15
* Move output surface fallback from cc to embeddersenne2014-12-101-16/+8
* cc: Rename TileManager::ManageTiles to PrepareTiles.vmiura2014-12-091-9/+10
* cc: Add SetChildrenNeedBeginFrames() & SendBeginFramesToChildren()simonhong2014-11-211-0/+8
* cc: Include new visibility state in trace output.mithro2014-11-191-2/+2
* SetNeedsRedraw directly when updating a visible tile.danakj2014-11-141-32/+2
* cc: Make separate interface for BeginFrame ipc from OutputSurfacesimonhong2014-11-111-17/+20
* cc: ReadyToDraw notifications.ernstm2014-11-111-0/+5
* Moving background animation ticking from LayerTreeHostImpl into the Scheduler.mithro2014-11-101-14/+13
* Revert of Moving background animation ticking from LayerTreeHostImpl into the...mithro2014-11-101-13/+14
* Moving background animation ticking from LayerTreeHostImpl into the Scheduler.mithro2014-11-101-14/+13
* cc: Remove main thread rendering statshendrikw2014-11-081-6/+0
* Revert of Moving background animation ticking from LayerTreeHostImpl into the...mithro2014-11-051-13/+14
* Moving background animation ticking from LayerTreeHostImpl into the Scheduler.mithro2014-11-051-14/+13
* cc: Fix weakptr destruction of DelayedUniqueNotifier on shutdown.danakj2014-10-291-6/+4
* Making scheduler run ANIMATE after a COMMIT (instead of LayerTreeHostImpl).mithro2014-10-271-9/+0
* Defer scroll status determination until scrolling has occurredjdduke2014-10-241-1/+1
* cc: Delete non-impl-side-painting animation freezing logicajuma2014-10-201-24/+2
* Disable scheduler deadline task on battery power in Windowssunnyps2014-10-161-1/+2
* Revert of Making scheduler run ANIMATE after a COMMIT (instead of LayerTreeHo...loislo2014-10-141-0/+8
* cc: Move RequiresHighResToDraw from tree to lthi.vmpstr2014-10-091-1/+1
* Making scheduler run ANIMATE after a COMMIT (instead of LayerTreeHostImpl).mithro2014-10-071-8/+0
* Refactoring the way begin frame sources inside scheduler work.mithro2014-09-301-9/+3
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-7/+6
* Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr....dcheng2014-09-271-6/+7
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-7/+6
* Make cc output surface creation asyncenne2014-09-251-8/+6
* Clean up logging for debugging RAF related flakiness in WebGL conformance tests.zmo2014-09-161-16/+0
* cc: Add logging to help pinpoint lost SetNeedsCommitbrianderson2014-09-101-0/+9
* cc: Cancel RenewTreePriorirty callback if LTHI is gone.vmpstr2014-09-091-0/+6
* cc: Be less aggressive about scheduling for scroll handlersskyostil2014-09-041-4/+9
* cc: Use correct message loop proxy in BlockingTaskRunnerskyostil2014-09-041-2/+4
* Add a bunch of vlogs to RAF related calls in chrome.zmo2014-08-301-0/+7
* Make SingleThreadProxy a SchedulerClientenne@chromium.org2014-08-221-18/+7
* Rename Animate as Begin(Main)Frameskyostil@chromium.org2014-08-181-8/+7
* Revert "Make SingleThreadProxy a SchedulerClient"enne@chromium.org2014-08-131-7/+18
* Implement scroll handler latency trackingskyostil@chromium.org2014-08-131-1/+2
* Fix failing (flaky) LayerTreeHostTestLCDNotification test.danakj@chromium.org2014-08-131-18/+17
* Make SingleThreadProxy a SchedulerClientenne@chromium.org2014-08-121-18/+7
* LayerTreeHostImpl knows if it has an output surface.dneto@chromium.org2014-08-081-11/+0