Description[ServiceWorker] Add WebDataSource argument to isControlledByServiceWorker() [2/3 chromium].
In current implementation, while the new page is loading the request from the existing previous page may refer to the provisional dataSource in isControlledByServiceWorker().
But this is wrong.
We should pass WebDataSource to this method to avoid the ambiguity.
1/3 blink: https://codereview.chromium.org/634813002
2/3 chromium: https://codereview.chromium.org/629953003
3/3 blink: https://codereview.chromium.org/635693003
BUG=411151
Committed: https://crrev.com/2945dc9627894bf5d366c16a02d77a5d75ebe7ca
Cr-Commit-Position: refs/heads/master@{#298732}
Patch Set 1 #Patch Set 2 : use reference #
Messages
Total messages: 13 (4 generated)
|