summaryrefslogtreecommitdiffstats
path: root/components/scheduler
Commit message (Expand)AuthorAgeFilesLines
* Make IdleTimeEstimator ignore nested tasksalexclarke2015-10-163-5/+28
* A better idle time estimatoralexclarke2015-10-157-43/+411
* Implement ThreadTicks::Now on Windows.fdoray2015-10-151-0/+5
* scheduler: Rename delayed wake-up mapskyostil2015-10-142-11/+13
* Fix dangling pointer crash in scheduler::TaskQueueManageraltimin2015-10-141-8/+11
* Revert of Revert "Post loading tasks on the appropriate WebFrameScheduler's q...treib2015-10-142-0/+5
* Revert "Post loading tasks on the appropriate WebFrameScheduler's queue."treib2015-10-142-5/+0
* FIX UAF that occured when a TaskQueue was unregistered in a nested loopalexclarke2015-10-132-1/+48
* Dont assume the order of destruction for WebFrameHostSchedulerImplalexclarke2015-10-136-8/+84
* Don't use base::MessageLoop::{Quit,QuitClosure} in components/ki.stfu2015-10-131-1/+1
* scheduler::TaskQueueImpl refactoringaltimin2015-10-122-146/+208
* scheduler: Avoid recursive locking when posting tasks into the pastskyostil2015-10-122-12/+23
* Post loading tasks on the appropriate WebFrameScheduler's queue.alexclarke2015-10-072-0/+5
* Add UMA to the RendererScheduler's UserModelalexclarke2015-10-063-5/+89
* Fix four dangling header-file references in .gyp filesbrucedawson2015-10-021-1/+1
* Revert of Post loading tasks on the appropriate WebFrameScheduler's queue (pa...dmurph2015-10-022-5/+0
* scheduler: Disable blocking of expensive timersskyostil2015-10-022-3/+3
* Post loading tasks on the appropriate WebFrameScheduler's queue.alexclarke2015-10-022-0/+5
* scheduler: Add a base directoryskyostil2015-09-2955-167/+185
* Fix the drift in repeating timers (try #2)alexclarke2015-09-292-15/+0
* Revert of scheduler: Add a base directory (patchset #4 id:60001 of https://co...pavely2015-09-2855-185/+167
* scheduler: Add a base directoryskyostil2015-09-2855-167/+185
* Add a signal to the scheduler that a navigation is expectedalexclarke2015-09-286-55/+179
* Mark functions overriding Blink with "override" in components/.avi2015-09-282-2/+2
* scheduler: Use thread clock instead of wall clock in performance testskyostil2015-09-251-3/+9
* scheduler: Implement WebFrameScheduler and WebPageSchedulerskyostil2015-09-2517-32/+411
* Enforce marking "override" for functions overriding Blink in components/sched...avi2015-09-246-35/+35
* Add a scheduler to PpapiBlinkPlatformImplalexclarke2015-09-244-0/+129
* scheduler: Optimize for TouchStart responsiveness by modeling what the user i...skyostil2015-09-1513-433/+1264
* scheduler: Don't trigger wakeups from deferred non-nestable tasksskyostil2015-09-144-35/+75
* Temporarily comment out enqueue_order_set_ DCHECKkinuko2015-09-141-1/+3
* Revert of Optimize for TouchStart responsiveness (patchset #22 id:410001 of h...jam2015-09-1113-1228/+419
* Optimize for TouchStart responsiveness by modeling what the user is doing.alexclarke2015-09-0913-419/+1228
* [Android] Suspend shared timers for hidden renderersjdduke2015-09-044-4/+153
* Introduce WebTaskRunner Patch 4/5alexclarke2015-09-044-126/+0
* Introduce WebTaskRunner Patch 2/5alexclarke2015-09-0311-23/+182
* Prevent fling updates from turning off touchstart prioritizationjdduke2015-08-252-1/+4
* IWYU for base/memory/scoped_vector.h.thestig2015-08-221-1/+0
* scheduler: Disable expensive timers during main thread user inputskyostil2015-08-2114-31/+322
* [scheduler]: Fix tracing issues with nested IdlePeriod trace events.rmcilroy2015-08-213-66/+69
* Adds UnregisterTaskQueue to TaskQueueManager and makes thealexclarke2015-08-209-43/+185
* scheduler: Remove the null schedulerskyostil2015-08-1418-509/+4
* 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