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: