You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
8432: Closes#8431: Notify all new observers about change on enableTrackingProtection r=pocmo a=Amejia481
Co-authored-by: Arturo Mejia <arturomejiamarmol@gmail.com>
In 68559df, we introduced SpeculativeSessionObserver with the goal of capturing early crashes but as a side effect it's consuming early events that were meant to be consumed by the EngineObserver, that it's the case of EngineObserver#onTrackerBlockingEnabledChange causing issues like mozilla-mobile/fenix#15152 where the
EngineObserver
gotonTrackerBlockingEnabledChange
as theSpeculativeSessionObserver
consumed it before hand.┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: