Roger Yang

Results 33 comments of Roger Yang

Please make sure you answer question 5 for the data review request. Thanks

> # Request for data collection review form > > All questions are mandatory. You must receive review from a data steward peer on your responses to these questions before...

Once an investigation / fix is done in https://bugzilla.mozilla.org/show_bug.cgi?id=1697255. Remove this workaround if possible.

A good solution might be creating a persistent storage for breadcrumbs so we can retrieve it when reporting native crashes.

Looks like this requires some changes from the GeckoView side. I'll take this issue and work on the GeckoView change.

> Maybe you saw already, the difference between Fenix and Focus, why this works on Fenix and not on Focus is again [interceptsAppInitiatedRequests() = true ](https://github.com/mozilla-mobile/focus-android/blob/2407357cfaf3b5f2f21861d9953a6b2b6cb29342/app/src/main/java/org/mozilla/focus/engine/AppContentInterceptor.kt#L89)- on Fenix it is...

Another URL test case https://www.learningcontainer.com/mp4-sample-video-files-download/

Related https://bugzilla.mozilla.org/show_bug.cgi?id=1694192

The root cause is that we need to have some way of loading URI without it intercepted even when `interceptsAppInitiatedRequests` is set to true.