DescriptionReplace createCrossThreadTask with crossThreadBind in webdatabase
createCrossThreadTask and ExecutionContextTask are deprecated in favor
of crossThreadBind and CrossThreadClosure respectively. This patch
removes the deprecated versions. This patch also changes the code to
post tasks to WebTaskRunner instead of ExecutionContext, but the
behavour remains the same as Document::postTask already forwards tasks to
WebTaskRunner of the LocalFrame in the Document.
BUG=625927
Review-Url: https://codereview.chromium.org/2741443003
Cr-Commit-Position: refs/heads/master@{#456043}
Committed: https://chromium.googlesource.com/chromium/src/+/ff80830195cffa6ffb66ccbef546ff4a0f758a5f
Patch Set 1 #Patch Set 2 : Save WebTaskRunner in main thread and use it later in another thread #
Total comments: 6
Patch Set 3 : address comments #Patch Set 4 : comment #
Total comments: 2
Patch Set 5 : comment #
Messages
Total messages: 29 (15 generated)
|