Chromium Code Reviews
Description[scheduler] Move DatabaseAccess tasks to loading tq.
Posting DatabaseAccess tasks to unthrottled task queue can lead to running websql callbacks when the page is suspended, and it will cause callback to cancel itself.
Post DatabaseAccess tasks to loading queue, which can be suspended and make sure that these tasks run only when page isn't suspended.
R=haraken@chromium.org
CC=skyostil@chromium.org
BUG=700792
Review-Url: https://codereview.chromium.org/2752003002
Cr-Commit-Position: refs/heads/master@{#457145}
Committed: https://chromium.googlesource.com/chromium/src/+/27e68ff784ac0798b46bc596434dd50fbd673887
Patch Set 1 #
Messages
Total messages: 13 (8 generated)
|
|||||||||||||||||||