sailfishos / sailfish-browser

Sailfish Browser
https://github.com/sailfishos/sailfish-browser/wiki/Sailfish-Browser-wiki
Mozilla Public License 2.0
307 stars 87 forks source link

Profile-after-change observers falls through in URLQueryStrippingListService.jsm #1065

Closed rainemak closed 1 month ago

rainemak commented 4 months ago

"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

rainemak commented 1 month ago

Fixed here https://github.com/sailfishos/gecko-dev/blob/sailfishos-esr91/rpm/0043-sailfishos-gecko-Supress-URLQueryStrippingListServic.patch

rainemak commented 1 month ago

One more PR https://github.com/sailfishos/gecko-dev/pull/163

rainemak commented 1 month ago

Now merged. Closing as fixed.