Description[ServiceWorker] Add WebDataSource argument to isControlledByServiceWorker() [3/3 blink]
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://src.chromium.org/viewvc/blink?view=rev&revision=183436
Patch Set 1 #Patch Set 2 : rebase #Patch Set 3 : rebase #Messages
Total messages: 15 (6 generated)
|