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.
We have some issues caused by SwipeRefreshFeature using EngineSession.Observer
by default EngineSession.Observer rejects onAppPermissionRequest and onContentPermissionRequest , as a side effect of it we have related site permissions issues like mozilla-mobile/fenix#8987 and mozilla-mobile/fenix#16411, moreover eventually we want to removeEngineSession.Observer, for the reasons mentioned above is a good a idea to refactor SwipeRefreshFeature to not use EngineSession.Observer instead use the BrowserStore.
We have some issues caused by
SwipeRefreshFeature
usingEngineSession.Observer
by default
EngineSession.Observer
rejects onAppPermissionRequest and onContentPermissionRequest, as a side effect of it we have related site permissions issues like mozilla-mobile/fenix#8987 and mozilla-mobile/fenix#16411, moreover eventually we want to remove
EngineSession.Observer
, for the reasons mentioned above is a good a idea to refactorSwipeRefreshFeature
to not useEngineSession.Observer
instead use theBrowserStore
.┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: