summaryrefslogtreecommitdiffstats
path: root/components/scheduler/renderer
Commit message (Expand)AuthorAgeFilesLines
* scheduler: Remove the null schedulerskyostil2015-08-144-173/+3
* Introduce TaskQueueSets and use them in the TQM and Selectoralexclarke2015-07-233-93/+41
* scheduler: Remove task observer shenanigansskyostil2015-07-211-16/+0
* Redirect the MessageLoop's task runner to the renderer schedulerskyostil2015-07-165-20/+20
* Implement PostDelayedTaskAt for guaranteed timer orderingskyostil2015-07-167-18/+18
* Revert of Redirect the MessageLoop's task runner to the renderer scheduler (p...rtoy2015-07-145-20/+20
* Redirect the MessageLoop's task runner to the renderer schedulerskyostil2015-07-145-20/+20
* Remove a pointless call to SetQueuePriorityalexclarke2015-06-241-5/+0
* In compositor priority, run loading tasks only when idlealexclarke2015-06-223-31/+33
* Add a verbose debug tracing category to the Task Queue Manageralexclarke2015-06-192-1/+7
* Increase the idle period timer starvation threshold to 10salexclarke2015-06-181-2/+3
* Replaced TestNowSource with SimpleTestTickClock.ankur1.verma2015-06-132-92/+97
* Sometimes limit blink timer execution to idle periodsalexclarke2015-06-123-31/+181
* Introduce a loading policy to the renderer scheduleralexclarke2015-06-116-7/+81
* Refactor RendererSchedulerImpl to improve thread safety.alexclarke2015-06-113-151/+222
* Pipe impl_latency_takes_priority_ to the RenderScheduler.alexclarke2015-06-103-0/+24
* Disable blink timers during Policy::TOUCHSTART_PRIORITYalexclarke2015-06-092-9/+11
* Add idle periopd observers and use them in RendererSchedulerImplalexclarke2015-06-032-0/+15
* Simplify the renderer scheduler's input event handling.alexclarke2015-06-036-374/+553
* components: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-022-2/+3
* [scheduler]: Avoid waking up the scheduler to end long idle periods.rmcilroy2015-06-023-75/+68
* mojo: Fix Blink's shutdown sequence in AxProviderImplTestskyostil2015-06-012-0/+7
* scheduler: Refactor unit tests and shut down the scheduler in testsskyostil2015-06-012-104/+86
* Add a RendererWebSchedulerImpl with timer suspend & resumealexclarke2015-05-273-5/+63
* Remove gfx::FrameTime for a single clock sourceabhishek.ka2015-05-261-1/+0
* [scheduler]: Create IdleHelper.rmcilroy2015-05-213-24/+92
* cleanup: Remove enter/exitRunLoop() and related implementations.sadrul2015-04-302-6/+0
* scheduler: Encapsulate task queue selector inside the scheduler helperskyostil2015-04-241-20/+16
* Move blink scheduler implementation into a componentjochen2015-04-2214-0/+3062