summaryrefslogtreecommitdiffstats
path: root/cc/scheduler/scheduler_state_machine_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert of Remove swap ack throttling to regain performance regression on freo...brianderson2015-04-151-0/+10
* Remove swap ack throttling to regain performance regression on freon.alexst2015-04-091-10/+0
* cc: Remove background ticking from LTHI.mithro2015-04-091-6/+27
* cc: Trigger BeginImplFrameDeadline immediately when invisible.mithro2015-04-091-0/+19
* cc: Adding testing for commits triggering NeedsBeginFrame.mithro2015-04-081-0/+29
* Revert of cc: Trigger BeginImplFrameDeadline immediately when invisible. (pat...tommycli2015-04-021-19/+0
* cc: Trigger BeginImplFrameDeadline immediately when invisible.mithro2015-04-021-0/+19
* cc: Don't background tick for needs redrawbrianderson2015-04-011-1/+59
* Make cc::Scheduler::BeginFrameNeeded be false when commits deferredccameron2015-04-011-1/+1
* cc: Request a proactive impl frame in early-out commit case.vmpstr2015-03-211-0/+15
* cc: Do not pass BeginFrameArgs to state machine.sunnyps2015-03-201-66/+62
* cc: remove useless forward_begin_frames_to_children flags in SchedulerSettingssimonhong2015-03-161-1/+0
* cc: Control defer_commits logic by Schedulersimonhong2015-01-311-0/+23
* Revert of cc: Control defer_commits logic by Scheduler (patchset #12 id:25000...danakj2015-01-301-23/+0
* cc: Control defer_commits logic by Schedulersimonhong2015-01-291-0/+23
* Mechanical rename of tracing includes for /ccprimiano2015-01-281-1/+1
* Create setup and arrange duplicated the following lines for Issue 443821jincheol.jo2015-01-271-153/+37
* cc: Only send a BeginMainFrame inside an BeginImplFrame.mithro2014-12-181-9/+78
* cc: Adding a CommitEarlyOutReason enum to replace bool in BeginMainFrameAbort...mithro2014-12-171-5/+3
* cc: Fixing scheduler state machine tests around BeginMainFrameAborted.mithro2014-12-161-150/+15
* cc: Small refactor of scheduler_state_machine_unittest macros.mithro2014-12-111-164/+160
* cc: Schedule a late deadline when swap throttled, allow rescheduling.sunnyps2014-12-081-10/+14
* Add a new scheduler mode main thread should always be low latency.weiliangc2014-12-031-1/+156
* cc: Adding creation location to debug BeginFrameArgs objects.mithro2014-12-021-52/+56
* cc: Add SetChildrenNeedBeginFrames() & SendBeginFramesToChildren()simonhong2014-11-211-0/+15
* Moving background animation ticking from LayerTreeHostImpl into the Scheduler.mithro2014-11-101-0/+2
* Revert of Moving background animation ticking from LayerTreeHostImpl into the...mithro2014-11-101-2/+0
* Moving background animation ticking from LayerTreeHostImpl into the Scheduler.mithro2014-11-101-0/+2
* Revert of Moving background animation ticking from LayerTreeHostImpl into the...mithro2014-11-051-2/+0
* Moving background animation ticking from LayerTreeHostImpl into the Scheduler.mithro2014-11-051-0/+2
* Making scheduler run ANIMATE after a COMMIT (instead of LayerTreeHostImpl).mithro2014-10-271-0/+33
* Attempt to fix flaky ChromeOS test timeouts.kustermann2014-10-141-43/+9
* Revert of Making scheduler run ANIMATE after a COMMIT (instead of LayerTreeHo...loislo2014-10-141-33/+0
* Make EXPECT_ACTION_UPDATE_STATE failure output easier to understand.mithro2014-10-131-1/+3
* cc:: Remove SwapAck throttling from Scheduler.orglofch2014-10-071-9/+43
* Making scheduler run ANIMATE after a COMMIT (instead of LayerTreeHostImpl).mithro2014-10-071-0/+33
* cc:: Remove main_frame_before_draw_enabled from scheduler settings.orglofch2014-09-291-131/+10
* cc: Be less aggressive about scheduling for scroll handlersskyostil2014-09-041-4/+4
* Add builders for tracing event's structural argumentsyurys@chromium.org2014-08-011-8/+11
* Revert of Add builders for tracing event's structural arguments (https://code...erikchen@chromium.org2014-07-311-11/+8
* Add builders for tracing event's structural argumentsyurys@chromium.org2014-07-311-8/+11
* cc: Make trace events use sync-tree labels instead of pending-tree.alokp@chromium.org2014-07-071-8/+4
* cc: Don't swap throttle BeginMainFrame just after swappingbrianderson@chromium.org2014-06-131-3/+60
* Revert 276130 "cc: Don't swap throttle BeginMainFrame within dea..."wittman@chromium.org2014-06-101-42/+3
* cc: Don't swap throttle BeginMainFrame within deadlinebrianderson@chromium.org2014-06-101-3/+42
* cc: Add test for triggering deadline early when output surface is lostsimonhong@chromium.org2014-05-231-0/+23
* Remove forced commit and readback from the scheduler.danakj@chromium.org2014-05-201-521/+174
* cc: Unify use of DidSwapBuffers() and did_request_swapsimonhong@chromium.org2014-05-121-27/+64
* Refactoring the debug creation of BeginFrameArgs objects to be in unittest co...mithro@mithis.com2014-05-101-54/+55
* cc: Check for pending tree before transition to COMMIT_STATE_IDLEbrianderson@chromium.org2014-05-071-1/+15