Manvel Saroyan
unread,Nov 18, 2022, 4:37:58 AM11/18/22Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium Extensions, Jackie Han, Chromium Extensions, Artem, Manvel Saroyan
Thanks for followup, really helpful.
I see your point, right, the fix commit in `1271154` seem to aim to fix both cases, but those two have 2 different hotfix(if we refer to separation mentioned in Simeon's comment) from what I read/tested:
- `1316588` - opening any extension page seem to fix that "zombie" state.
- `1271154` - opening any extension page and then registering service worker again.
That's why I try to differentiate between both at this point, I might be still missing something, but my impression is that there are less reports about `1271154`, but more about `1316588` and many new reports on `1271154` doesn't mention if the SW has got unregistered(extension ID does not appear on chrome://serviceworker-internals), more seem to be zombie state(can find the extension's ID on chrome://serviceworker-internals) related. Assume that might be one of the reason why Simeon ask to comment under 2 different ticket. Saying that, I am currently thinking to come-up with a hot-fix for `1316588`, assuming that `1271154` is fixed, please correct me if I am wrong and
if you or anyone else know of any available more or less reliable reproduction step for `1271154` in that context reported since the fix, that would be super helpful because we have repro for `1316588`, but can't reproduce `1271154` in mentioned context.