Indexed DB: Prevent invalid transaction timeouts
A transaction watchdog timer intended to guard against hung renderers would be scheduled even if the transaction backend still had tasks to perform, which could be blocked on other backend work. The watchdog timer should only be started if the backend is only waiting on the front end. Add the extra condition. Bug: 1045585 Change-Id: I86e978faa9735e1b7a89a10660f1c747237b3c9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2026109Reviewed-by:Daniel Murphy <dmurph@chromium.org> Commit-Queue: Joshua Bell <jsbell@chromium.org> Cr-Commit-Position: refs/heads/master@{#736211}
Showing
Please register or sign in to comment