Chromium Code Reviews
Descriptionservice worker: Avoid starting up for activation during shutdown
Activation is prone to start failures due to browser shutdown, since
it's triggered when tabs close. This patch:
- Delays activation for a second, when triggered by tab close
- Tries to detect when shutdown happened when activation fails
BUG=600226
Committed: https://crrev.com/6daa334159472055f2d967e17cc8de3bc98ff232
Cr-Commit-Position: refs/heads/master@{#397649}
Patch Set 1 #Patch Set 2 : rm irrevlant #Patch Set 3 : maybe fix win #
Total comments: 13
Patch Set 4 : rebase #Patch Set 5 : comments #
Total comments: 2
Patch Set 6 : commetns #Patch Set 7 : revised appraoach #Patch Set 8 : rebase #Patch Set 9 : add unittest #Messages
Total messages: 27 (7 generated)
|