Commit Graph

8275 Commits (f38d5c52f33c16ec5a41230617feaa3ac7b8055d)

Author SHA1 Message Date
DreVla f38d5c52f3 For #15348: Voice search option appears for all search engines
Voice search was restricted only for google, with the condition removed
it should appear now for all search engines
2 years ago
mozilla-l10n-automation-bot 3edc91d13d
Import l10n. (#28120) 2 years ago
t-p-white e65209af74 For #28114: Update CFR strings in Private Browsing Mode. 2 years ago
mozilla-l10n-automation-bot 953f033cfd
Import l10n. (#28107) 2 years ago
mozilla-l10n-automation-bot 342f8138ed
Import l10n. (#28102)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2 years ago
Zac McKenney 4cd398a0b5 Bug 1804107 - Fix for BaseBrowserFragment toolbar getter null crash and invalidating actions when modifying toolbar 2 years ago
Aaron Train f6a52e9216 For #28098 - Disable openPocketDiscoverMoreTest 2 years ago
Jonathan Almeida 7a8b0a91c0 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
Roger Yang 40e4c57ec4 Close #27949: Add Nimbus exposure event for re-engagement notification 2 years ago
priyanka0906 d4303a29c6 For #7924 - added an undo snackbar when a pinned site is removed 2 years ago
mozilla-l10n-automation-bot 54b2dac294
Import l10n. (#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 3135062936 For #22770 - Use String.toShortUrl from A-C 2 years ago
Alexandru2909 9361fb1bb8 For #28010 - Update documentation for browser_search_with_ads and browser_search_ad_clicks 2 years ago
DreVla 80a1708d2f For #27753 - Update search engines immediately after changing system language 2 years ago
DreVla 807b0567f9 For #27753 - Update search engines immediately after changing language 2 years ago
Madalin Valceleanu 1b63240f99 Fixed link from clipboard open up from same URL on every new tab #15588 2 years ago
Jeff Boek 0ea57ded11 For mozilla-mobile#17904 - Increases tap area on the add shortcut button 2 years ago
joaopmatos 630edbb709 For #8545 - Change home screen recyclerView height to wrap_content 2 years ago
Perry McManis ce6dd57487 For #28042 - Increase lifetime of customize_home.contile to application 2 years ago
mozilla-l10n-automation-bot b054222676
Import l10n. (#28060)
Co-authored-by: Ryan VanderMeulen <rvandermeulen@mozilla.com>
2 years ago
oana.horvath 5b61f2ec72 No issue: RTL nav bar UI tests 2 years ago
oana.horvath 2c00a4b587 No issue: disables openPocketStoryItemTest 2 years ago
mozilla-l10n-automation-bot 70b623ca9f
Import l10n. (#28058) 2 years ago
Zac McKenney b634f0e115 For #27540: Add screen size configuration change handling 2 years ago
AndiAJ 181f6b5ffe For #26286 new dismissOnboardingWithPageLoadTest UI test 2 years ago
mozilla-l10n-automation-bot e04b8b77b8
Import l10n. (#28049) 2 years ago
Rahul Sainani efdb1172ef
For mozilla-mobile#26736 - fix username validation error state (#28017) 2 years ago
mozilla-l10n-automation-bot 68bcf7e872
Import l10n. (#28038) 2 years ago
mozilla-l10n-automation-bot 561b56389b
Import l10n. (#28027) 2 years ago
Roger Yang 322b9ecf73 Close #28021: Add ability to opt in to receiving push notifications on Android 13+ devices 2 years ago
mozilla-l10n-automation-bot c1afeac743
Import l10n. (#28018)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2 years ago
Alexandru2909 326986b98f For #26708 - Add search widget preview for nightly 2 years ago
mozilla-l10n-automation-bot acc4b8b2d9
Import l10n. (#28007)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2 years ago
Charlie Humphreys 73d105bd4e update nimbus event for sync sign in
https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/sync_auth_sign_in
2 years ago
Charlie Humphreys f3f98173e6 update override method response to be nullable 2 years ago
Charlie Humphreys 01bc96990c remove extra line 2 years ago
Charlie Humphreys 4dc05644c6 add license headers 2 years ago
Charlie Humphreys e400a8ed8d fix tests and linting 2 years ago
Charlie Humphreys 65a4442d89 update for pr feedback and add sync login event 2 years ago
Charlie Humphreys d8e724218f add Experimentation helper 2 years ago
Charlie Humphreys f709036636 Fixes #27933: record app opened event and add nimbus event test suite 2 years ago
Roger Yang 11efaff96c Close #27949: Add engagement notification for inactive users 2 years ago
DreVla f681171720 For #27896 - Match share sheet header style with the rest
"Send to device" share sheet header is now styled to match the other headers.
2 years ago
mcarare 171a2e6522 For #26633: Add post notifications permission. 2 years ago
mozilla-l10n-automation-bot c4b9983bfb
Import l10n. (#27991) 2 years ago
mozilla-l10n-automation-bot fb0db11265
Import l10n. (#27981) 2 years ago
mozilla-l10n-automation-bot 2d04c13c5c
Import l10n. (#27970) 2 years ago
AndiAJ 53d0a50973 For #26286 new verifyPocketLearnMoreLinkTest UI test 2 years ago
AndiAJ e0cc64a13a For #26286 new selectStoriesByTopicItemTest UI test 2 years ago
AndiAJ 12c01ff4f9 For #26286 new openPocketDiscoverMoreTest UI test 2 years ago