-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The issue of test case skip-waiting-installed.https.html #6548
Comments
@wanderview please check if it is an issue. |
I'm on PTO this week. @asutherland, what do you think? |
@asutherland could you confirm if it's an issue? |
Apologies for the delay; I've improved my email filters for mentions. Yes, the test was wrong. Your fix on #6564 looks right to me and is consistent with the gecko-local patch I had on bug 1318142 which was the original source of the issue I raised. |
@asutherland Thanks for your explanation. |
@xzhan96 |
Ok, so let's wait for asutherland's patch. Can we know when it will be merged? |
Ok, thanks a lot. :-) |
There is a discussion about the behavior of skipWaiting() in ServiceWorker issues 1015 , and the final decision should be in pull 1019:
If I understand right, then there maybe a issue in the test skip-waiting-installed.https.html.
When the saw_message was called, registration.active.scriptURL should be still url1 instead of url2, because skipWaiting() will be executed just after new service worker is "installed" and before it become "activating"/"activated".
The text was updated successfully, but these errors were encountered: