Commit Graph

10169 Commits (665305103462347fd6c29fa17fc3856ee1a71747)
 

Author SHA1 Message Date
t-p-white 6653051034 [fenix] For https://github.com/mozilla-mobile/fenix/issues/28114: Update CFR strings in Private Browsing Mode. 2 years ago
MickeyMoz 379cb618c3 [fenix] Update to Android-Components 109.0.20221207203046. 2 years ago
MickeyMoz dea3f37c77 [fenix] Update to Android-Components 109.0.20221207143211. 2 years ago
mozilla-l10n-automation-bot 7327b21a62 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/28107) 2 years ago
mozilla-l10n-automation-bot c18f2ef3c9 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/28102)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2 years ago
Zac McKenney aed86b9d30 [fenix] Bug 1804107 - Fix for BaseBrowserFragment toolbar getter null crash and invalidating actions when modifying toolbar 2 years ago
Aaron Train 663b50a29a [fenix] For https://github.com/mozilla-mobile/fenix/issues/28098 - Disable openPocketDiscoverMoreTest 2 years ago
Jonathan Almeida b4b031b8b6 [fenix] Bug 1799996 - Speculative fix checks CFRPopup.anchor is attached to window
We're seeing crashes in the Fenix copy of the `CFRPopup` that are
happening when our activity has already been destroyed, and then we are
trying to add a view to it with the WindowManager.

Our guess from looking at the traces are that the
`BrowserToolbarCFRPresenter` is receiving the `collect call on the main
thread, but further down the event loop. As well as the Runnable in
`CFRPopup#show` that is posting to the end event loop - both of these
calls are putting us in a state where the activity we want has already
been destroyed before we get to the moment where we want to use it.

This is a crash that is difficult to synthesize or write a test for.
As a result, our fix is rather speculative but still straight-forward
and safe to uplift, should it work.

There are three remaining follow-ups to do when fix is confirmed:
1. There is a CFRPopup that was upstreamed which is based on the Fenix
   implementation. We should upstream this patch to that component as
   well.
2. We should remove this copy of the CFRPopup and use the upstreamed
   version to avoid confusion between the two copies.
3. With this change, we are now gracefully failing when our users get
   into this state, however our telemtry and onboarding flows are
   unaware that the CFR was never shown.
   We need to to correct telemetry for `TrackingProtection.tcpCfrShown`
   to stop incorrectly reporting false positives and reset our
   `shouldShowTotalCookieProtectionCFR` pref to false so that we can
   try again at the appropriate time.

Co-authored-by: Christian Sadilek <christian.sadilek@gmail.com>
2 years ago
MickeyMoz dd8b924b49 [fenix] Update to Android-Components 109.0.20221206190339. 2 years ago
Roger Yang 067b73eeca [fenix] Close https://github.com/mozilla-mobile/fenix/issues/27949: Add Nimbus exposure event for re-engagement notification 2 years ago
priyanka0906 37307db791 [fenix] For https://github.com/mozilla-mobile/fenix/issues/7924 - added an undo snackbar when a pinned site is removed 2 years ago
MickeyMoz 27dd57983e [fenix] Update to Android-Components 109.0.20221206143258. 2 years ago
mozilla-l10n-automation-bot 7848e265c7 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/28083)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Ryan VanderMeulen <rvandermeulen@mozilla.com>
2 years ago
Alexandru2909 6f8dbbcc3c [fenix] For https://github.com/mozilla-mobile/fenix/issues/22770 - Use String.toShortUrl from A-C 2 years ago
Alexandru2909 aae93b2bc4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/28010 - Update documentation for browser_search_with_ads and browser_search_ad_clicks 2 years ago
DreVla 2cba38ea4c [fenix] For https://github.com/mozilla-mobile/fenix/issues/27753 - Update search engines immediately after changing system language 2 years ago
DreVla 910948fac0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27753 - Update search engines immediately after changing language 2 years ago
Madalin Valceleanu f80ed71b1b [fenix] Fixed link from clipboard open up from same URL on every new tab https://github.com/mozilla-mobile/fenix/issues/15588 2 years ago
Jeff Boek 73918171ba [fenix] For mozilla-mobilehttps://github.com/mozilla-mobile/fenix/issues/17904 - Increases tap area on the add shortcut button 2 years ago
joaopmatos 96bdbba7e5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8545 - Change home screen recyclerView height to wrap_content 2 years ago
Perry McManis c60e1c5158 [fenix] For https://github.com/mozilla-mobile/fenix/issues/28042 - Increase lifetime of customize_home.contile to application 2 years ago
MickeyMoz cd14f357dd [fenix] Update to Android-Components 109.0.20221205143121. 2 years ago
mozilla-l10n-automation-bot f8208133c7 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/28060)
Co-authored-by: Ryan VanderMeulen <rvandermeulen@mozilla.com>
2 years ago
oana.horvath d3593a435f [fenix] No issue: RTL nav bar UI tests 2 years ago
oana.horvath 743dc17246 [fenix] No issue: disables openPocketStoryItemTest 2 years ago
MickeyMoz 7b816cd08a [fenix] Update to Android-Components 109.0.20221203143207. 2 years ago
mozilla-l10n-automation-bot 8b158fd11d [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/28058) 2 years ago
MickeyMoz 6cd87975b6 [fenix] Update to Android-Components 109.0.20221202210159. 2 years ago
Zac McKenney a9631f62ab [fenix] For https://github.com/mozilla-mobile/fenix/issues/27540: Add screen size configuration change handling 2 years ago
Ryan VanderMeulen 124121b919 [fenix] Update protobuf to version 3.21.10 2 years ago
AndiAJ f6113dc3fa [fenix] For https://github.com/mozilla-mobile/fenix/issues/26286 new dismissOnboardingWithPageLoadTest UI test 2 years ago
MickeyMoz ce8433723c [fenix] Update to Android-Components 109.0.20221202003559. 2 years ago
mozilla-l10n-automation-bot 8c35438c40 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/28049) 2 years ago
MickeyMoz 6e37b4f631 [fenix] Update to Android-Components 109.0.20221201174451. 2 years ago
Rahul Sainani 092a79a195 [fenix] For mozilla-mobilehttps://github.com/mozilla-mobile/fenix/issues/26736 - fix username validation error state (https://github.com/mozilla-mobile/fenix/pull/28017) 2 years ago
mozilla-l10n-automation-bot 1ee9ecf9e5 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/28038) 2 years ago
MickeyMoz f1602b2ca7 [fenix] Update to Android-Components 109.0.20221130170727. 2 years ago
MickeyMoz 3907fa52b3 [fenix] Update to Android-Components 109.0.20221129190138. 2 years ago
mozilla-l10n-automation-bot fcddd26dc5 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/28027) 2 years ago
Roger Yang 125be804f5 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/28021: Add ability to opt in to receiving push notifications on Android 13+ devices 2 years ago
Andrew Halberstadt 0a24b0243a [fenix] Update Taskgraph to version 3.7.0 2 years ago
mozilla-l10n-automation-bot 60f1ca1148 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/28018)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2 years ago
MickeyMoz 1050d45b5b [fenix] Update to Android-Components 109.0.20221129143251. 2 years ago
Alexandru2909 1878adad69 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26708 - Add search widget preview for nightly 2 years ago
mozilla-l10n-automation-bot 3092983428 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/28007)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2 years ago
Charlie Humphreys 826bf1341c [fenix] update nimbus event for sync sign in
https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/sync_auth_sign_in
2 years ago
Charlie Humphreys 6a382554f1 [fenix] update override method response to be nullable 2 years ago
Charlie Humphreys 0d2c16e024 [fenix] remove extra line 2 years ago
Charlie Humphreys c0014793e4 [fenix] add license headers 2 years ago
Charlie Humphreys ff740dac17 [fenix] fix tests and linting 2 years ago