Closed rainemak closed 1 month ago
"profile-after-change" falls through in URLQueryStrippingListService.jsm triggering Cu.reportError(Unexpected event ${topic}); upon handling of profile-after-change.
Unexpected event ${topic}
toolkit/components/antitracking/URLQueryStrippingListService.jsm
Looks that it's just missing a break.
Maybe there's something in upstream for this.
It's actually this that we should be looking at https://github.com/llewelld/gecko-dev-mirror/commit/1fe7c56c7363d093b5eadec73d872340467970b4
Fixed here https://github.com/sailfishos/gecko-dev/blob/sailfishos-esr91/rpm/0043-sailfishos-gecko-Supress-URLQueryStrippingListServic.patch
One more PR https://github.com/sailfishos/gecko-dev/pull/163
Now merged. Closing as fixed.
"profile-after-change" falls through in URLQueryStrippingListService.jsm triggering Cu.reportError(
Unexpected event ${topic}
); upon handling of profile-after-change.toolkit/components/antitracking/URLQueryStrippingListService.jsm
Looks that it's just missing a break.
Maybe there's something in upstream for this.
It's actually this that we should be looking at https://github.com/llewelld/gecko-dev-mirror/commit/1fe7c56c7363d093b5eadec73d872340467970b4