summaryrefslogtreecommitdiffstats
path: root/content/renderer/scheduler
Commit message (Expand)AuthorAgeFilesLines
* Change most uses of Pickle to base::Picklebrettw2015-06-031-3/+3
* Move blink scheduler implementation into a componentjochen2015-04-2216-3067/+9
* Remove dependency on cc::TestNowSource from scheduler codejochen2015-04-213-11/+40
* Allow configurable idle period names in tracing, so the schedulersalexclarke2015-04-172-0/+7
* Patch 1/3 to get WebScheduler via WebThreadalexclarke2015-04-164-158/+17
* Introduce ChildScheduler as common base interface for WorkerScheduler and Ren...rmcilroy2015-04-161-40/+3
* scheduler: Encapsulate TaskQueueManager inside SchedulerHelperskyostil2015-04-151-14/+6
* Add a TimerTaskQueuealexclarke2015-04-147-29/+151
* [renderer]: Inform the RendererScheduler when the Renderer is hidden.rmcilroy2015-04-146-1/+136
* Revert of Revert of Add a WorkerScheduler and a WebThreadImplForWorker (patch...alexclarke2015-04-144-27/+36
* Revert of Add a WorkerScheduler and a WebThreadImplForWorker (patchset #16 id...alexclarke2015-04-144-36/+27
* Add a WorkerScheduler and a WebThreadImplForWorkeralexclarke2015-04-144-27/+36
* Revert of Add a WorkerScheduler and a WebThreadImplForWorker (patchset #15 id...japhet2015-04-134-36/+27
* Add a WorkerScheduler and a WebThreadImplForWorkeralexclarke2015-04-134-27/+36
* Adds an optional quiescence check to InitiateLongIdlePeriodalexclarke2015-04-101-2/+3
* Introduce a SchedulerHelper in content/child/scheduleralexclarke2015-04-0125-3579/+224
* Change TaskQueue::WillDeleteTaskQueueManager to clear all queuesalexclarke2015-04-012-2/+5
* Move IdleTask to WebThread side 2/3alexclarke2015-03-262-13/+12
* [renderer] Fix Task Queue Manager trace events.rmcilroy2015-03-201-0/+1
* Remove unused shutdown() function from WebSchedulerImpl.rmcilroy2015-03-192-5/+0
* [renderer] Enable long idle times in the Blink Scheduler.rmcilroy2015-03-183-15/+1
* The TaskQueueManager's internal::TaskQueue now has a priorityalexclarke2015-03-183-244/+482
* Chromium side of adding postTimerTask to blink::WebScheduleralexclarke2015-03-182-1/+20
* [renderer]: Fix RendererScheduler shutdown logic to ensure it is shutdown bef...rmcilroy2015-03-171-3/+1
* [content]: Add CanExceedIdleDeadlineIfRequired function to RendererScheduler.rmcilroy2015-03-168-0/+86
* [content]: Add support for long idle times in the Blink Scheduler.rmcilroy2015-03-166-41/+509
* [content] Add support for Non nestable idle tasks the the RendererSchedulerrmcilroy2015-03-1318-28/+379
* Prevent multiple pending UpdatePolicy tasks.alexclarke2015-03-136-18/+379
* scheduler: Allow checking the target thread after terminationskyostil2015-03-122-4/+13
* scheduler: Fix debug build crash with --disable-blink-schedulerskyostil2015-03-101-2/+4
* Adds a couple of simple micro benchmarks for the TaskQueueManageralexclarke2015-03-061-0/+171
* [content]: Ensure TaskQueueManager AFTER_WAKEUP autopump policy wakes only on...rmcilroy2015-03-024-38/+157
* Cleanup: Fix content header include guards.tfarina2015-02-271-3/+3
* scheduler: Add task posting helper for unit testsskyostil2015-02-271-297/+138
* scheduler: Remain in input prioritized policy while input event is queuedskyostil2015-02-273-34/+242
* scheduler: Convert enums to enum classesskyostil2015-02-265-79/+80
* [content]: Don't use task's from_here when posting delayed EnqueueTask on Tas...rmcilroy2015-02-252-2/+2
* scheduler: Trace queue size at post timeskyostil2015-02-251-6/+16
* scheduler: Implement task observersskyostil2015-02-2411-5/+447
* [renderer] Add support for postIdleTaskAfterWakeup to WebSchedulerImpl.rmcilroy2015-02-242-0/+14
* [content]: Add PostIdleTaskAfterWakeup support to the SingleThreadIdleTaskRun...rmcilroy2015-02-249-77/+320
* More aggressively yield when awaiting touchstart responsejdduke2015-02-192-8/+27
* [cc]: Add a BeginMainFrameNotExpectedSoon signal and route it to the Renderer...rmcilroy2015-02-185-0/+16
* Revert of scheduler: Implement task observers (patchset #7 id:120001 of https...skyostil2015-02-1610-216/+0
* scheduler: Implement task observersskyostil2015-02-1610-0/+216
* Add DeadlineOverrun step to the RendererSchedulerIdlePeriod trace event.rmcilroy2015-02-121-0/+11
* Revert of Add DeadlineOverrun step to the RendererSchedulerIdlePeriod trace e...gab2015-02-121-10/+0
* Defer loading tasks when awaiting touch responsejdduke2015-02-116-43/+289
* scheduler: Add alexclarke@ as an ownerskyostil2015-02-101-0/+1
* MouseMove when the mouse is down to signal compositor priorityalexclarke2015-02-106-16/+101