Commit Graph

12786 Commits (fenix/124.1.0)
 

Author SHA1 Message Date
JohanLorenzo 487705b91a Update Fenix initial_experiments.json based on the current first-run experiments in experimenter 3 months ago
github-actions 8fbfcc2bce Import translations from android-l10n 3 months ago
Roger Yang 5672f64abb Bug 1832357 - Fallback to loading new window requests in custom tab 3 months ago
Aaron Train 15d7df99bf Revert "Bug 1878868 - Create TestSetup helper: Test classes A-C"
This reverts commit 56ae080d8374021e87617e53757c244fcca47284.
3 months ago
dependabot[bot] 38d89f7e0f Bump cryptography
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 42.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/41.0.6...42.0.0)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
3 months ago
Noah Bond 767a0ea036 Bug 1860778 - Remove increased fab shadow while it's pressed 3 months ago
oana.horvath 6890d9ecdd Bug 1878868 - Create TestSetup helper: Test classes A-C 3 months ago
AndiAJ a68320cae8 Bug 1879072 - Add test logs to HomeScreenRobot 3 months ago
AndiAJ fa93a4ba3a Bug 1879072 - Convert private variables to functions so they don't get initialized 3 months ago
AndiAJ ab4a64f380 Bug 1879072 - Remove unused functions from HomeScreenRobot 3 months ago
AndiAJ e36e0e2313 Bug 1879072 - Remove redundant assertion functions from HomeScreenRobot 3 months ago
AndiAJ da540d7578 Bug 1879027 - Add missing pairs of logs to CollectionRobot 3 months ago
AndiAJ efad284e53 Bug 1878878 - Add missing pairs of logs to BookmarksRobot 3 months ago
AndiAJ 9277995e3a Bug 1878866 - Add missing pairs of logs to AddToHomeScreenRobot 3 months ago
Lina Butler 6e866c4206 Bug 1878434 - Add the `awesomebar.{engagement, abandonment}` events.
This commit:

* Sends the new `awesomebar.{engagement, abandonment}` events when the
  user finishes interacting with the awesomebar. These events match
  iOS's events of the same name, and Desktop's
  `urlbar.{engagement, abandonment}` events.
* Removes the `engagement_abandoned` extra key for the
  `awesomebar.{sponsored, non_sponsored}_suggestion_impressed` events,
  since they're specific to AMP and Wikipedia suggestions, and are
  subsumed by the new events.

This is the first step toward unifying our awesomebar search telemetry
on all our platforms.
3 months ago
Lina Butler ce80610473 Bug 1878434 - Record an awesomebar abandonment for cancelled toolbar edits.
We were missing instrumentation for the case where the user cancels
editing. This commit adds that instrumentation.
3 months ago
github-actions aaa15b6972 Import translations from android-l10n 3 months ago
ohall-m f008f890e1 Bug 1877205 - Translations Fetch Supported Languages Refactor
This patch refactors a few things for fetching supported languages:

* `TranslateExpectedAction` is decoupled from fetching languages
* Now use `OperationRequestedAction` w/ `FETCH_SUPPORTED_LANGUAGES`
* Refactors the Fenix fragment to send `OperationRequestedAction` as a
placeholder for data initialization
* `TranslateSetLanguagesAction` is now `SetSupportedLanguagesAction`
3 months ago
Jackie Johnson fa6b603804 Bug 1873897 - Update Testrail Milestone Release Trigger and Slack Message 3 months ago
jackyzy823 801fe811aa Bug 1878524 - Return immediately when tab found 3 months ago
AndiAJ eaf06fb0c0 Bug 1878028 - Add more test logs to HistoryRobot 3 months ago
AndiAJ 31df2b7167 Bug 1878028 - Remove redundant assertion functions from HistoryRobot 3 months ago
AndiAJ 28746c1ba7 Bug 1877945 - Add pairs of test logs to FindInPageRobot 3 months ago
AndiAJ c8934beca1 Bug 1877945 - Remove redundant assertion functions from FindInPageRobot 3 months ago
AndiAJ 3146218088 Bug 1877939 - Add pairs of test logs to EnhancedTrackingProtectionRobot 3 months ago
AndiAJ 30b306f1d9 Bug 1877939 - Remove redundant assertion functions from EnhancedTrackingProtectionRobot 3 months ago
github-actions dd0e9e1918 Import translations from android-l10n 3 months ago
Matthew Tighe 86c0e8156d Bug 1861459 - Update AppState.mode based on selected tab changes 3 months ago
Noah Bond 376ce30831 Bug 1877123 - Fix number localization in `TabCounter` and `TabTools` 3 months ago
ohall-m 68e0b8e621 Bug 1877712 - Update Mock Translations Languages
Bug updates mock display languages to match the current engine support.
3 months ago
Titouan Thibaud 13adc68342 Bug 1807080 - Fix PTR dark theme colors
Co-authored-by: Jonathan Almeida <git@jonalmeida.com>
3 months ago
Ryan VanderMeulen 9c687b88c9 Bug 1878409 - Update Gradle to version 8.6 3 months ago
RebecaTudor a1c7fca0d3 Bug 1809798 - Loads the right wallpaper when changing orientation
Because of the android:configChanges from Manifest that disable the
automate Activity recreation, the responsibility of handling the
configuration changes is transferred to Activity. When configurations
changes, onConfigurationChanged() is called.

So now when this function called, the correct orientation is sent
forward as parameter of applyWallpaper.
3 months ago
DreVla a92d52af80 Bug 1840969 - Add title for homepage default browser info card
Title for the card info to set Firefox as default browser was
missing, "Switch your default browser" is the title now, to
match with iOS.
3 months ago
mcarare 1407f92171 Bug 1870050 - Suppress false positive DiffUtilEquals lint 3 months ago
mcarare 030332e0c7 Bug 1870050 - Suppress RestrictedApi lint 3 months ago
mcarare b98ddf8a46 Bug 1870050 - Upgrade AGP and kotlin dsl version.
Also sync lint version.
3 months ago
github-actions 7969a62aaf Import translations from android-l10n 3 months ago
github-actions 4d3d19aaf3 Import translations from android-l10n 4 months ago
github-actions bb7a66e2ed Import translations from android-l10n 4 months ago
Ben Dean-Kawamura c9546cef39 Bug 1877847 - Remove Suggest error reporting 4 months ago
t-p-white a36f35eebd Bug 1813875 - Prevent the inherited theming implementation being applied to Custom Tab views 4 months ago
sarah541 f8edd00fe1 Bug 1868539 - Add method of changing remote server url 4 months ago
github-actions 5bc7208970 Import translations from android-l10n 4 months ago
JohanLorenzo 94825c0ffa Update Fenix initial_experiments.json based on the current first-run experiments in experimenter 4 months ago
AndiAJ 693624395a Bug 1877938 - Remove redundant assertion functions from BookmarksRobot 4 months ago
AndiAJ df7f6cb4db Bug 1877440 - Use only TestHelper snack bar verification function in UI tests 4 months ago
Ryan VanderMeulen ad3c92ab9d Revert "Bug 1877888 - Update Adjust to version 4.38.1"
This reverts commit 6d10180e7bf63060768ebb07df68ed7844ed3185.
4 months ago
Ryan VanderMeulen 8201151db6 Bug 1877888 - Update Adjust to version 4.38.1 4 months ago
github-actions 1a5db351f2 Import translations from android-l10n 4 months ago