Chromium Code Reviews
DescriptionExpose RunsTasksOnCurrentThread through WebTaskRunner
RunsTasksOnCurrentThread will be used by assertions in tasks that checks
if it runs on the correct thread. WebTaskRunner itself will use it in
the following CL.
Blink code starts using per-frame WebTaskRunner rather than global
WebThread-associated TaskRunner. RunTasksOnCurrentThread is a missing
functionality to migrate from thread-based task scheduling to TaskRunner
based scheduling.
Committed: https://crrev.com/a1a9a32d4127e9e0b09e0abf0a3b7994bc7d7459
Cr-Commit-Position: refs/heads/master@{#406537}
Patch Set 1 #
Total comments: 4
Patch Set 2 : rebase #Patch Set 3 : s/false/true/ on MockWebTaskRunners #Patch Set 4 : update comment #Patch Set 5 : rebase #Messages
Total messages: 28 (13 generated)
|