summaryrefslogtreecommitdiffstats
path: root/cc/scheduler
Commit message (Expand)AuthorAgeFilesLines
* cc: Schedule a late deadline when swap throttled, allow rescheduling.sunnyps2014-12-086-91/+133
* cc: Fix incorrect deadline for low-latency mode.sunnyps2014-12-051-4/+1
* Enable scheduler main thread low latency mode for SingleThreadProxy.weiliangc2014-12-041-2/+1
* Add a new scheduler mode main thread should always be low latency.weiliangc2014-12-036-8/+197
* cc: Adding creation location to debug BeginFrameArgs objects.mithro2014-12-024-107/+146
* cc: Prevent retro frames from being discarded too early.sunnyps2014-11-262-33/+169
* cc: Add SetChildrenNeedBeginFrames() & SendBeginFramesToChildren()simonhong2014-11-216-7/+114
* cc: Small BeginFrameArgs cleanup.mithro2014-11-212-12/+10
* cc: Fix flaky LayerTreeHostContextTestLostContextWhileUpdatingResourcesdanakj2014-11-141-1/+2
* SetNeedsRedraw directly when updating a visible tile.danakj2014-11-145-158/+0
* cc: Remove readability/inheritance exception for linter in cc.danakj2014-11-141-6/+6
* cc: Introduce forward_begin_frames_to_children and use_external_begin_frame_s...simonhong2014-11-114-50/+83
* cc: Make separate interface for BeginFrame ipc from OutputSurfacesimonhong2014-11-115-53/+75
* cc: ReadyToDraw notifications.ernstm2014-11-112-0/+6
* Moving background animation ticking from LayerTreeHostImpl into the Scheduler.mithro2014-11-105-20/+16
* Revert of Moving background animation ticking from LayerTreeHostImpl into the...mithro2014-11-105-16/+20
* Moving background animation ticking from LayerTreeHostImpl into the Scheduler.mithro2014-11-105-20/+16
* Revert of Moving background animation ticking from LayerTreeHostImpl into the...mithro2014-11-055-16/+20
* Moving background animation ticking from LayerTreeHostImpl into the Scheduler.mithro2014-11-055-20/+16
* Making scheduler run ANIMATE after a COMMIT (instead of LayerTreeHostImpl).mithro2014-10-273-1/+52
* Standardize usage of virtual/override/final in cc/dcheng2014-10-215-83/+73
* Disable scheduler deadline task on battery power in Windowssunnyps2014-10-167-11/+254
* cc: Replace > > with >>danakj2014-10-161-1/+1
* Attempt to fix flaky ChromeOS test timeouts.kustermann2014-10-143-55/+27
* Revert of Making scheduler run ANIMATE after a COMMIT (instead of LayerTreeHo...loislo2014-10-143-52/+1
* Make EXPECT_ACTION_UPDATE_STATE failure output easier to understand.mithro2014-10-131-1/+3
* Only trace frame sources when explicitly asked.mithro2014-10-091-3/+10
* Make BeginFrameSourceMultiplexer::AsValueInto use (Begin/End)Array tracing fu...mithro2014-10-091-2/+3
* cc:: Remove SwapAck throttling from Scheduler.orglofch2014-10-073-27/+55
* Making scheduler run ANIMATE after a COMMIT (instead of LayerTreeHostImpl).mithro2014-10-073-1/+52
* replace OVERRIDE and FINAL with override and final in cc/mostynb2014-10-065-69/+69
* fix typo of ConvertableToTraceFormatkouhei2014-10-011-1/+1
* Refactoring the way begin frame sources inside scheduler work.mithro2014-09-307-352/+1855
* cc: Activate when going invisible.vmpstr2014-09-292-7/+46
* cc:: Remove main_frame_before_draw_enabled from scheduler settings.orglofch2014-09-296-152/+11
* cc: Add trace events to track main thread latency modebrianderson2014-09-272-2/+15
* Small adjustment of tracing for discarded retro frames.mithro2014-09-191-7/+13
* Adding AsValueInto to scheduler.mithro2014-09-174-8/+13
* New features include;mithro2014-09-103-134/+133
* cc: Be less aggressive about scheduling for scroll handlersskyostil2014-09-046-26/+29
* cc: Use Scheduler::BeginFrame() in SingleThreadProxysimonhong2014-09-042-22/+16
* Add more logging to cc scheduler to debug RAF frame loss.zmo2014-09-033-2/+20
* Add a bunch of vlogs to RAF related calls in chrome.zmo2014-08-301-0/+2
* Remove implicit conversions from scoped_refptr to T* in cc/dcheng2014-08-263-6/+6
* cc: Disable all synthetic BeginFrame testsbrianderson@chromium.org2014-08-221-6/+11
* Make SingleThreadProxy a SchedulerClientenne@chromium.org2014-08-222-20/+22
* Revert "Make SingleThreadProxy a SchedulerClient"enne@chromium.org2014-08-132-22/+20
* Fix failing (flaky) LayerTreeHostTestLCDNotification test.danakj@chromium.org2014-08-133-5/+21
* Make SingleThreadProxy a SchedulerClientenne@chromium.org2014-08-123-21/+25
* Revert of Make SingleThreadProxy a SchedulerClient (https://codereview.chromi...tkent@chromium.org2014-08-073-25/+21