Mugurell

Results 128 comments of Mugurell

@mcomella Just curious, can you share a link to the query for this graphs?

Looking at the evolution of the startup data between 7/13-7/24 and the commits merged in that period ([focus](https://github.com/mozilla-mobile/focus-android/pulls?q=is%3Apr+is%3Aclosed+merged%3A2022-07-13..2022-07-24+base%3Amain+sort%3Aupdated-desc+), [A-C](https://github.com/mozilla-mobile/android-components/pulls?q=is%3Apr+is%3Aclosed+merged%3A2022-07-13..2022-07-24+base%3Amain+sort%3Aupdated-desc+)) there isn't anything that would stand out to explain the 38ms...

> 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...

Based on the above comment it seems like we'd want the same behavior as on other browsers. @delia-pop Can you test if Focus / Fenix has the same behavior for...

Thank you Delia! So it remains for us to investigate what configuration is sent to us with `EXTRA_SHARE_STATE` and then if the app uses that as expected or not.

I think permissions should be the same with the only difference being whether telemetry is enabled by default or not. Marking this as a `feature-request` for this.

For a bit of context regarding Fenix this was implemented in https://github.com/mozilla-mobile/fenix/issues/4155 and https://github.com/mozilla-mobile/fenix/issues/6846. The [`ToolbarPopupWindow`](https://github.com/mozilla-mobile/fenix/blob/49f352d52da55bed7ab1cc7dc90f75953a112c86/app/src/main/java/org/mozilla/fenix/utils/ToolbarPopupWindow.kt) that is used would probably have to be shared through A-C a refactoring which...

> @Mugurell , shall I change the commit title of the PR #12288 to this issue#? Thank you for going ahead and updating. Indeed all PRs in a project should...

@delia-pop Can you please also add a logcat for accessing `about:crashparent` and then getting that ANR message?

Copying here the message from the Fenix issue (https://github.com/mozilla-mobile/fenix/issues/18565) @Yetoo1 I understand this issue is important for you but let's wait until we hear from UX what should be the...