Commit Graph

12844 Commits (2d03674397b081c3f91c1806fafa596959dc9a12)
 

Author SHA1 Message Date
DreVla 9aaeacc16f Bug 1861744 - Don't display pending to delete bookmarks when refresh
When deleting bookmarks, we do not instantly remove them due to
having the possibility of undoing the deletion. Because of this,
when the bookmarks are pending to delete, they can still be displayed
when pulling down to refresh and then acted on. This patch aims to
fix this issue by subtracting the pending to delete bookmarks
when they are refreshed by pulling down.
5 months ago
AndiAJ 5d45dacf7b Bug 1876036 - Add more test logs to BookmarksRobot 5 months ago
AndiAJ ef1cf1928f Bug 1876026 - Add more test logs to AddToHomeScreenRobot 5 months ago
github-actions 5580e58913 Import translations from android-l10n 5 months ago
Noah Bond 29dab5ce0a Bug 1876122 - Enable the debug drawer in Beta and Release 5 months ago
Arturo Mejia 6589162a99 Bug 1860472 - Clean temporary file Uploads. 5 months ago
Ben Dean-Kawamura 03883cc976 Bug 1875294 - Record breadbcrumbs before crashing with UnsatsisfiedLinkError
Report breadcrumbs to Sentry before crashing with
`UnsatsisfiedLinkError`:

  - The files inside the app directory, to detect if the library is
    present or not.
  - The files inside the APK, to detect if a file inside the APK didn't
    get installed correctly.
  - The name of the installer package, so that we can know if the APK
    was installed from a 3rd-party source.
  - The path to the APK.  I don't really see this being useful, but it's
    needed to determine all the other info, so we might as well report
    it.

The idea here is that hopefully one of these will detect that something
was off with their install.  For example, maybe they installed an APK
for the wrong arch or maybe `libjnidispatch` was not extracted
correctly.  If not, at least we can rule these possibilities out as the
root cause.
5 months ago
Nazım Can Altınova c443d4a37f Bug 1832147 - Add a note to keep the profiler presets in sync 5 months ago
Nazım Can Altınova 4cf2674ff3 Bug 1832147 - Sync the profiler preset features and threads
See here for the preset list inside Firefox:
https://searchfox.org/mozilla-central/rev/c130c69b7b863d5e28ab9524b65c27c7a9507c48/devtools/client/performance-new/shared/background.jsm.js#121
5 months ago
Nazım Can Altınova 6915dd6599 Bug 1832147 - Remove extraneous "java" feature
It looks like the "java" feature appears twice in the firefox_features
list. Let's remove the second one.
5 months ago
Nazım Can Altınova f63999e555 Bug 1832147 - Remove the leaf feature from the profiler presets
"leaf" feature has been removed since [Bug 1571089](https://bugzilla.mozilla.org/show_bug.cgi?id=1571089)
and it's been removed from the presets in that bug as well. This commit
removes this feature from these presets as well to keep them in sync.
Note that having an unrecognised feature gets ignored automatically and
it doesn't throw any error, but still these presets should kept up-to-date.
5 months ago
github-actions 5b7d7e1124 Import translations from android-l10n 5 months ago
jackyzy823 e1f03ba3c9 Bug 1839067 - Ensure response's body closed whether request is success or not. 5 months ago
JohanLorenzo 15aeb19be2 Update Fenix initial_experiments.json based on the current first-run experiments in experimenter 5 months ago
jackyzy823 e58d0ae973 Bug 1850006 - conservative flag limits to mozilla services only 5 months ago
oana.horvath 0251620c54 Bug 1818183 - Fix shortcut not showing up in top sites UI test 5 months ago
github-actions[bot] bc729a894e Update to GeckoView Nightly 124.0.20240123053648 on main (#5258)
* Update GeckoView (Nightly) to 124.0.20240123053648.

* Update Glean to 56.1.0.

* Bug 1870050 - Properly define buildConfigField SUPPORTED_LOCALE_ARRAY

This was previously generated as a side effect, and fails with the new AGP version.
See also https://github.com/mozilla-mobile/fenix/issues/14175.

---------

Co-authored-by: MickeyMoz <sebastian@mozilla.com>
Co-authored-by: mcarare <48995920+mcarare@users.noreply.github.com>
Co-authored-by: dsmithpadilla <88508950+dsmithpadilla@users.noreply.github.com>
5 months ago
RebecaTudor 22e4f2b9e4 Bug 1838580 - [a11y] Increase tap area for search engine icon
The touching area for search engine icon (Google by default) from
the search bar was only 28dp.
To Increase tap area to reach the minimum accessibility touch target
size of 48dp, it was used TouchDelegate. This way there are no visual
changes.
5 months ago
sarah541 f1ea102053 Bug 1870066 - Add local dump and additonal logic 5 months ago
sarah541 a38cb0b853 Bug 1834842 - integrate updated SERP telemetry with Remote Settings Client 5 months ago
sarah541 8ed8e283ef Bug 1834842 - Replace Hardcoded SERP Telemetry 5 months ago
github-actions aa2f7105c2 Import translations from android-l10n 5 months ago
Roger Yang 7dc1b784b4 Bug 1875514 - Only send installation ping when we receive adjust metrics 5 months ago
Jonathan Almeida bef8bc3749 Bug 1875923 - Update max_line_length in editorconfig to match detekt 5 months ago
rahulsainani ab56ebe21c Bug 1874388 - Remove unused notification pre prompt 5 months ago
Gabriel Luong 5d0b4517d6 Bug 1875869 - Start the Nightly 124 development cycle 5 months ago
Charlie e113448a06 Bug 1875515 - record Nimbus is_ready event 5 months ago
jackyzy823 34435bba5d Bug 1807078 - use min for thumbail size of TabPreview 5 months ago
Julien Cristau 404a165968 Bug 1867539 - fix exception formatting in testrail script 5 months ago
Julien Cristau 28384dcde5 Bug 1867539 - reformat testrail scripts with black
Fixes lint warnings on oak
5 months ago
RebecaTudor 528136c473 Bug 1809798 - Loads the right wallpaper for the right orientation
Before, the orientation was taken from the application context which
didn't update during orientation change. Which caused to load the wrong
wallpaper when the phone was rotated. With these changes we can send
the correct orientation taken from the HomeActivity context.
5 months ago
iorgamgabriel cc476767f7 Bug 1871408 - Translations UI Add Messages Under On Toggles 5 months ago
github-actions acf5eec1a0 Import translations from android-l10n 5 months ago
github-actions 685543b8c2 Import translations from android-l10n 5 months ago
sarah541 388debfd20 Bug 1862738 - Put credential management strings before translation 5 months ago
github-actions a0f615dc53 Import translations from android-l10n 5 months ago
Noah Bond 8af8a2a2d2 Bug 1871098 - Integrate `TabTools` into the Debug Drawer 5 months ago
oana.horvath 6497ad8f8a Bug 1874831 - Disable failing FF Suggest UI tests 5 months ago
github-actions 210a2195b7 Import translations from android-l10n 5 months ago
Soulfire Jarexi Backblaze bbc27b1947 Bug 1875360 - Update archived "Good First Issue" search with Bugzilla search in Fenix README.md (#5209)
* Bug 1875360 - Update archived "Good First Issue" search with Bugzilla search in Fenix README.md

* Bug 1875360 - Update archived "Good First Issue" search with Bugzilla search in Fenix README.md

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
5 months ago
Matthew Tighe cd1610a13f Revert "Bug 1861459 - Add a binding from BrowserStore to AppStore for selected tab changes"
This reverts commit 32c3e5aae7acc037949c38027ae23d76bc80da1a.
5 months ago
Matthew Tighe bd7a90d34b Revert "Bug 1861459 - Remove BrowsingModeManager usages outside of the Home Screen"
This reverts commit d5856268ec720ad0e41585a3f75201ae8d5e6755.
5 months ago
Matthew Tighe 452f7147d0 Revert "Bug 1861459 - Remove Home Screen usages of BrowsingModeManager"
This reverts commit 86e0f3c0ef1dd3a16194eeaff330c8517d18b49f.
5 months ago
Matthew Tighe d080cf6e70 Revert "Bug 1861459 - Remove BrowsingModeManager"
This reverts commit 38af1c1363aa34b564305a1b2c809249e1be5b1b.
5 months ago
rahulsainani 04d83965a4 Bug 1872704 - Fix home activity leak by ExtensionsProcessDisabledController 5 months ago
t-p-white ccefb2dd2d Bug 1870231 - Remove no-ops from ExternalAppBrowserActivity 5 months ago
t-p-white ca7896ad4b Bug 1874861 - Removed redundant LongParameterList suppression's 5 months ago
Roger Yang 931c43127f Bug 1874768 - Hide default browser onboarding card if user already set us as default browser 5 months ago
oana.horvath f9fdb86eb9 Bug 1874885 - Fix reset to default locale when a test crashes 5 months ago
t-p-white 224c92b3eb Bug 1870232 - Moved the Activity's getNavDirections() functionality to Activity.kt 5 months ago