summaryrefslogtreecommitdiffstats
path: root/components/scheduler/child
Commit message (Expand)AuthorAgeFilesLines
* scheduler: Remove the null schedulerskyostil2015-08-148-272/+1
* Revert of [scheduler]: Fix a bug with non-nestable tasks. (patchset #2 id:200...rmcilroy2015-08-132-53/+3
* [scheduler]: Fix a bug with non-nestable tasks.rmcilroy2015-08-122-3/+53
* Reduce number of MessageLoop for delayed tasks posed throughalexclarke2015-08-0711-74/+267
* Explicitly track the scheduler task enqueueing order in a new fieldalexclarke2015-08-069-172/+277
* Revert of Explicitly track the scheduler task enqueueing order in a new field...mfomitchev2015-08-069-273/+172
* Explicitly track the scheduler task enqueueing order in a new fieldalexclarke2015-08-069-172/+273
* Chromium support for WebScheduler::postTimerTask with high precisionalexclarke2015-08-032-2/+19
* TaskQueueManager::UpdateWorkQueues only visits non empty queuesalexclarke2015-07-274-32/+77
* scheduler: Increase work batch size to 4skyostil2015-07-241-2/+1
* Stop notifying observers for control task queuesalexclarke2015-07-246-8/+72
* PlatformThreadHandle: remove public id() interfacetoyoshim2015-07-241-1/+1
* scheduler: Don't run multiple tasks per batch in a nested run loopskyostil2015-07-232-0/+37
* Introduce TaskQueueSets and use them in the TQM and Selectoralexclarke2015-07-2331-2219/+2134
* Revert of scheduler: Increase work batch size to 4 (patchset #5 id:80001 of h...yurys2015-07-221-1/+2
* scheduler: Increase work batch size to 4skyostil2015-07-211-2/+1
* scheduler: Remove task observer shenanigansskyostil2015-07-2111-103/+19
* Extract trace from TaskAnnotator::RunTask to its call sitescaseq2015-07-161-2/+4
* Redirect the MessageLoop's task runner to the renderer schedulerskyostil2015-07-1622-129/+361
* Implement PostDelayedTaskAt for guaranteed timer orderingskyostil2015-07-1619-95/+300
* Revert of Redirect the MessageLoop's task runner to the renderer scheduler (p...rtoy2015-07-1421-354/+125
* Redirect the MessageLoop's task runner to the renderer schedulerskyostil2015-07-1421-125/+354
* Set delayed task sequence num when delay has expired.alexclarke2015-07-083-11/+75
* Add a verbose debug tracing category to the Task Queue Manageralexclarke2015-06-199-18/+41
* Replaced TestNowSource with SimpleTestTickClock.ankur1.verma2015-06-137-143/+146
* Scheduler/child/TimeSource could be replaced with base/time/DefaultTickClock.jincheol.jo2015-06-058-64/+21
* [scheduler]: Avoid postTask when starting a long idle task immediately.rmcilroy2015-06-042-25/+18
* Remove using namespace from ObserverList.brettw2015-06-032-2/+2
* Add idle periopd observers and use them in RendererSchedulerImplalexclarke2015-06-034-42/+140
* [scheduler]: Avoid starting idle periods if the deadline is too close.rmcilroy2015-06-033-2/+84
* components: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-023-3/+6
* [scheduler]: Avoid waking up the scheduler to end long idle periods.rmcilroy2015-06-0213-349/+779
* [scheduler]: Add Add/RemoveTaskObserver to NestableSingleThreadTaskRunner int...rmcilroy2015-05-296-2/+35
* [scheduler]: Add GetQueueState() function to TaskQueueManager.rmcilroy2015-05-275-6/+117
* [scheduler]: Add WakeupPolicy to TaskQueueManager.rmcilroy2015-05-275-36/+178
* scheduler: Allow timer task to be nestedskyostil2015-05-221-2/+1
* [scheduler]: Create IdleHelper.rmcilroy2015-05-219-1206/+1442
* scheduler: Reintroduce mechanism to shut down the scheduler from Blinkskyostil2015-05-065-13/+33
* cleanup: Remove enter/exitRunLoop() and related implementations.sadrul2015-04-304-28/+0
* scheduler: Encapsulate task queue selector inside the scheduler helperskyostil2015-04-242-8/+31
* Move blink scheduler implementation into a componentjochen2015-04-2243-0/+6540