summaryrefslogtreecommitdiffstats
path: root/cc/scheduler/scheduler_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Force scheduler to draw and swap for WebView drawshush2015-09-241-0/+17
* IWYU for base/memory/scoped_vector.h.thestig2015-08-221-1/+0
* cc: Abort frame when becoming invisible and waiting for ready to draw.sunnyps2015-07-251-6/+5
* cc: Rename NeedsCommit to NeedsBeginMainFrame.mithro2015-07-221-89/+93
* cc: Simplify and rename MainThreadIsInHighLatency logicbrianderson2015-07-211-41/+40
* cc: Allow SendBeginMainFrame in idle state for synchronous compositor.sunnyps2015-07-141-0/+60
* cc: Heuristic for Renderer latency recoverybrianderson2015-07-101-71/+515
* cc: Reset prepare tiles funnel on visibility change.sunnyps2015-07-091-0/+34
* cc: Measure compositor timing with finer granularitybrianderson2015-07-071-30/+25
* Revert of cc: Measure compositor timing with finer granularity (patchset #8 i...tapted2015-07-071-25/+30
* cc: Measure compositor timing with finer granularitybrianderson2015-07-071-30/+25
* cc: Move timing history to the Scheduler.brianderson2015-06-241-69/+51
* cc: Remove unnecessary task runner refptrs from schedulers.sunnyps2015-06-241-3/+3
* cc: Remove BeginFrameSourcesConstructor.sunnyps2015-06-231-7/+4
* cc: Remove non-implside-painting branches.danakj2015-06-191-1/+2
* cc: Remove ResourceUpdateQueue and ResourceUpdateController.danakj2015-06-191-81/+0
* cc: Turn impl_side_painting on in scheduler tests.danakj2015-06-171-68/+95
* Replaced TestNowSource with SimpleTestTickClock.ankur1.verma2015-06-131-24/+26
* Remove "mixin" from BeginFrameSource/Observer base classes.deepak.s2015-06-121-1/+1
* cc: Fix size_t truncations in unittests.vmpstr2015-06-101-1/+2
* Pipe impl_latency_takes_priority_ to the RenderScheduler.alexclarke2015-06-101-0/+33
* cc: Allow synchronous compositor to PrepareTiles on each draw.sunnyps2015-06-031-0/+64
* cc: Adding BeginFrameTracker object and removing Now() from LTHI.mithro2015-05-271-7/+4
* Avoid deadlock with the UI thread and NPAPI in more casesbrianderson2015-05-201-1/+249
* cc: Aggressively expire retro frames.sunnyps2015-05-201-12/+62
* Revert of cc: Aggressively expire retro frames. (patchset #1 id:1 of https://...tnagel2015-05-191-62/+12
* cc: Aggressively expire retro frames.sunnyps2015-05-191-12/+62
* Revert of cc: Adding BeginFrameTracker object and removing Now() from LTHI. (...ksakamoto2015-05-081-4/+7
* cc: Adding BeginFrameTracker object and removing Now() from LTHI.mithro2015-05-081-7/+4
* 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
* Don't adjust deadline for children BeginFramesbrianderson2015-05-051-30/+59
* cc: Do not block commit on pending draw for synchronous compositor.sunnyps2015-04-231-7/+63
* cc: Add support for sending BeginFrames for video.sunnyps2015-04-161-0/+31
* Revert of Remove swap ack throttling to regain performance regression on freo...brianderson2015-04-151-11/+9
* cc: Adding EXPECT_SCOPED to MainFrameInHighLatencyMode scheduler tests.mithro2015-04-101-4/+4
* Remove swap ack throttling to regain performance regression on freon.alexst2015-04-091-9/+11
* cc: Remove background ticking from LTHI.mithro2015-04-091-2/+7
* cc: Make scheduling be driven by vsync for android webview.sunnyps2015-04-021-13/+153
* Hook NotifyReadToDraw in SingleThreadProxy and Defer Draw When Neededweiliangc2015-04-021-0/+86
* Revert of cc: Make scheduling be driven by vsync for android webview. (patchs...sunnyps2015-04-021-153/+13
* cc: Make scheduling be driven by vsync for android webview.sunnyps2015-04-021-13/+153
* Revert of cc: Make scheduling be driven by vsync for android webview. (patchs...sunnyps2015-04-021-153/+13
* cc: Make scheduling be driven by vsync for android webview.sunnyps2015-04-011-13/+153
* Make cc::Scheduler::BeginFrameNeeded be false when commits deferredccameron2015-04-011-13/+10
* cc: Add support for handling authoritative vsync intervalsimonhong2015-03-251-0/+28
* cc: Simplify SetNeedsBeginFrames code in scheduler.sunnyps2015-03-191-33/+71
* cc: remove useless forward_begin_frames_to_children flags in SchedulerSettingssimonhong2015-03-161-10/+0
* cc: Remove scheduler power monitoring.sunnyps2015-03-041-156/+4