2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-15 18:12:54 +00:00
Commit Graph

12849 Commits

Author SHA1 Message Date
ohall-m
a8a6368dca Bug 1874441 - Connecting Dropdowns to Translate Button
This patch connects the translations to and from dropdowns to the
translation button and sets default dropdown selection values.
2024-01-25 21:42:43 +00:00
JohanLorenzo
92fca78ea3 Update Fenix initial_experiments.json based on the current first-run experiments in experimenter 2024-01-25 20:54:18 +00:00
t-p-white
d2e0d9fdd0 Bug 1876481 - Updated HomeActivity variables & funcs with the necessary visibility modifiers to enforce constraints. 2024-01-25 20:32:32 +00:00
t-p-white
4cfc195fa4 Bug 1876486 - Removed redundant val homeActivityInitTimeStampNanoSeconds from HomeActivity 2024-01-25 19:59:09 +00:00
ohall-m
1dbf0145d5 Bug 1876332 - Refactoring out Translations Controller and Interactor
This patch refactors out the translations controller and interactor to
transition fully to a redux pattern.

Leaving the translations use cases for reference browser usage.
2024-01-25 15:16:03 +00:00
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.
2024-01-25 10:22:58 +00:00
AndiAJ
5d45dacf7b Bug 1876036 - Add more test logs to BookmarksRobot 2024-01-25 08:17:55 +00:00
AndiAJ
ef1cf1928f Bug 1876026 - Add more test logs to AddToHomeScreenRobot 2024-01-25 07:39:24 +00:00
github-actions
5580e58913 Import translations from android-l10n 2024-01-25 00:28:52 +00:00
Noah Bond
29dab5ce0a Bug 1876122 - Enable the debug drawer in Beta and Release 2024-01-24 23:42:03 +00:00
Arturo Mejia
6589162a99 Bug 1860472 - Clean temporary file Uploads. 2024-01-24 22:40:21 +00:00
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.
2024-01-24 19:13:21 +00:00
Nazım Can Altınova
c443d4a37f Bug 1832147 - Add a note to keep the profiler presets in sync 2024-01-24 14:22:28 +00:00
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
2024-01-24 14:22:28 +00:00
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.
2024-01-24 14:22:28 +00:00
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.
2024-01-24 14:22:28 +00:00
github-actions
5b7d7e1124 Import translations from android-l10n 2024-01-24 00:30:00 +00:00
jackyzy823
e1f03ba3c9 Bug 1839067 - Ensure response's body closed whether request is success or not. 2024-01-23 22:03:17 +00:00
JohanLorenzo
15aeb19be2 Update Fenix initial_experiments.json based on the current first-run experiments in experimenter 2024-01-23 21:37:47 +00:00
jackyzy823
e58d0ae973 Bug 1850006 - conservative flag limits to mozilla services only 2024-01-23 21:08:32 +00:00
oana.horvath
0251620c54 Bug 1818183 - Fix shortcut not showing up in top sites UI test 2024-01-23 16:38:46 +00:00
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>
2024-01-23 15:53:55 +00:00
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.
2024-01-23 15:04:43 +00:00
sarah541
f1ea102053 Bug 1870066 - Add local dump and additonal logic 2024-01-23 04:32:13 +00:00
sarah541
a38cb0b853 Bug 1834842 - integrate updated SERP telemetry with Remote Settings Client 2024-01-23 04:32:13 +00:00
sarah541
8ed8e283ef Bug 1834842 - Replace Hardcoded SERP Telemetry 2024-01-23 04:32:13 +00:00
github-actions
aa2f7105c2 Import translations from android-l10n 2024-01-23 01:37:44 +00:00
Roger Yang
7dc1b784b4 Bug 1875514 - Only send installation ping when we receive adjust metrics 2024-01-23 00:57:39 +00:00
Jonathan Almeida
bef8bc3749 Bug 1875923 - Update max_line_length in editorconfig to match detekt 2024-01-22 23:00:06 +00:00
rahulsainani
ab56ebe21c Bug 1874388 - Remove unused notification pre prompt 2024-01-22 21:37:01 +00:00
Gabriel Luong
5d0b4517d6 Bug 1875869 - Start the Nightly 124 development cycle 2024-01-22 20:37:35 +00:00
Charlie
e113448a06 Bug 1875515 - record Nimbus is_ready event 2024-01-22 19:59:08 +00:00
jackyzy823
34435bba5d Bug 1807078 - use min for thumbail size of TabPreview 2024-01-22 18:56:14 +00:00
Julien Cristau
404a165968 Bug 1867539 - fix exception formatting in testrail script 2024-01-22 16:38:12 +00:00
Julien Cristau
28384dcde5 Bug 1867539 - reformat testrail scripts with black
Fixes lint warnings on oak
2024-01-22 15:08:16 +00:00
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.
2024-01-22 11:46:48 +00:00
iorgamgabriel
cc476767f7 Bug 1871408 - Translations UI Add Messages Under On Toggles 2024-01-22 11:15:45 +00:00
github-actions
acf5eec1a0 Import translations from android-l10n 2024-01-22 00:37:51 +00:00
github-actions
685543b8c2 Import translations from android-l10n 2024-01-21 00:31:26 +00:00
sarah541
388debfd20 Bug 1862738 - Put credential management strings before translation 2024-01-19 20:43:10 -05:00
github-actions
a0f615dc53 Import translations from android-l10n 2024-01-20 00:30:16 +00:00
Noah Bond
8af8a2a2d2 Bug 1871098 - Integrate TabTools into the Debug Drawer 2024-01-19 19:14:34 +00:00
oana.horvath
6497ad8f8a Bug 1874831 - Disable failing FF Suggest UI tests 2024-01-19 15:18:20 +00:00
github-actions
210a2195b7 Import translations from android-l10n 2024-01-18 20:02:46 -05:00
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>
2024-01-19 00:18:25 +00:00
Matthew Tighe
cd1610a13f Revert "Bug 1861459 - Add a binding from BrowserStore to AppStore for selected tab changes"
This reverts commit 32c3e5aae7acc037949c38027ae23d76bc80da1a.
2024-01-18 23:51:54 +00:00
Matthew Tighe
bd7a90d34b Revert "Bug 1861459 - Remove BrowsingModeManager usages outside of the Home Screen"
This reverts commit d5856268ec720ad0e41585a3f75201ae8d5e6755.
2024-01-18 23:51:54 +00:00
Matthew Tighe
452f7147d0 Revert "Bug 1861459 - Remove Home Screen usages of BrowsingModeManager"
This reverts commit 86e0f3c0ef1dd3a16194eeaff330c8517d18b49f.
2024-01-18 23:51:54 +00:00
Matthew Tighe
d080cf6e70 Revert "Bug 1861459 - Remove BrowsingModeManager"
This reverts commit 38af1c1363aa34b564305a1b2c809249e1be5b1b.
2024-01-18 23:51:54 +00:00
rahulsainani
04d83965a4 Bug 1872704 - Fix home activity leak by ExtensionsProcessDisabledController 2024-01-18 19:59:53 +00:00