Commit Graph

10211 Commits (382ca721c4788c348da1bc4c24f702a26fdbe707)

Author SHA1 Message Date
JohanLorenzo 6e38c30c81 Update Fenix initial_experiments.json based on the current first-run experiments in experimenter 4 months ago
William Durand 37138b62a1 Bug 1875229 - Add support for extensions not allowed in private windows 4 months ago
DreVla 3e0231b3f7 Bug 1870701 - Replace straight quotes with curly quotes in RC onboarding
Due to straight quotes giving an error in pontoon, these have to be
replaced with curly quotes.
4 months ago
AndiAJ 2229abaf05 Bug 1880221 - Add logs to RecentlyClosedTabsRobot 4 months ago
AndiAJ b5b4abb1ff Bug 1880221 - Convert private variables to functions so they don't get initialised 4 months ago
github-actions 9c7b082829 Import translations from android-l10n 4 months ago
Roger Yang ff6e0c2cd8 Bug 1880150 - Do not wait for attribution before dismissing splash screen 4 months ago
mcarare 764786b015 Bug 1850316 - Use alternative ways to get backQueue elements.
backQueue is now private in NavController.
4 months ago
AndiAJ 3f55c9095a Bug 1880064 - Add logs to ReaderViewRobot 4 months ago
AndiAJ 5c3e6298c2 Bug 1880064 - Remove redundant assertion functions from ReaderViewRobot 4 months ago
AndiAJ 1ee892eb4c Bug 1880064 - Add logs to PwaRobot 4 months ago
AndiAJ d14cbc72f6 Bug 1880047 - Convert private variables to functions so they don't get initialised 4 months ago
AndiAJ 7455523c8f Bug 1880047 - Add missing pairs of logs to NotificationRobot 4 months ago
DreVla 2967c025c9 Bug 1870701 - Review Checker opt-in privacy policy link and text update
Updated the Privacy Policy links and text to clearly explain the
minimal nature of data that's collected and processed during
Review Checker use in Firefox.
5 months ago
AndiAJ c3da54cfba Bug 1879886 - Add test logs to NavigationToolbarRobot 5 months ago
AndiAJ 611c39e09c Bug 1879886 - Remove redundant assertion functions from NavigationToolbarRobot 5 months ago
AndiAJ cd55ceee51 Bug 1879886 - Convert private variables to functions so they don't get initialized 5 months ago
AndiAJ 1be6982290 Bug 1879886 - Remove unused functions from NavigationToolbarRobot 5 months ago
github-actions 7f8dfd4e61 Import translations from android-l10n 5 months ago
Ben Dean-Kawamura 1343061679 Revert "Bug 1875294 - Record breadbcrumbs before crashing with UnsatsisfiedLinkError"
This reverts commit 6fb061ce5efc1a3fb11dace06b826382e0b56736.

These didn't work out in practice.  The file lists were always empty, I
think it might be a difference in permissions for release builds vs the
debug builds that I was testing with.

The package installer name was useful, but I realized there's Sentry tag for that which is even more useful.
5 months ago
Jonathan Almeida 9ef4aef273 Bug 1868469 - Update the url immediately for existing engineSession
When we have an existing `engineSession` we use an optimized route to
load the url without needing to dispatch the load action. This is still
a valid performance improvement to make page loads faster.

However, in this code path we do not end up update the url in the state
until we get back a response from the Engine. This gives a perceived
performance loss of slow browsing. Updating the url gives UI components
an immediate update which reflects a change that would have been entered
by the user.

It was considered if we should do this in a middleware, but since this
is an optimized route, we should not wait for the middleware to process
the action before we perform the state update.
5 months ago
William Durand ca23a8e95b Bug 1879819 - Improve rating description in list of add-ons 5 months ago
AndiAJ c2179540f5 Bug 1879539 - Remove unused functions from LibrarySubMenusMultipleSelectionToolbarRobot 5 months ago
AndiAJ 7dc56f88c0 Bug 1879539 - Add test logs to LibrarySubMenusMultipleSelectionToolbarRobot 5 months ago
AndiAJ f9031dd0a2 Bug 1879539 - Remove redundant assertion functions from LibrarySubMenusMultipleSelectionToolbarRobot 5 months ago
AndiAJ 039c64c33b Bug 1816066 - Fix verifyMultipleLoginsSelectionsTest UI test 5 months ago
iorgamgabriel af474e69f7 Bug 1876140 - Translations UI Dropdown Checkmark 5 months ago
github-actions f4503a4bfe Import translations from android-l10n 5 months ago
github-actions 24f38a6af5 Import translations from android-l10n 5 months ago
github-actions 07a960be18 Import translations from android-l10n 5 months ago
Titouan Thibaud 70a8203442 Bug 1879583 - Change the default for pull-to-refresh to enabled
Co-authored-by: Jonathan Almeida <git@jonalmeida.com>
5 months ago
AndiAJ 9e213654b2 Bug 1879509 - Add missing pairs of logs to DownloadRobot 5 months ago
AndiAJ a99d224387 Bug 1879498 - Add missing pairs of logs to CustomTabRobot 5 months ago
AndiAJ 8f39d7ceb4 Bug 1879339 - Add missing pairs of logs to ComposeTopSitesRobot 5 months ago
William Durand c291a3ab1a Bug 1870337 - Update description of the add-on post-install popup 5 months ago
William Durand 2aa12bb12a Bug 1870319 - Announce title in add-ons sub-menu and use "navigate back" instead of "navigate up" 5 months ago
AndiAJ 0965d2d352 Bug 1879308 - Add missing pairs of logs to ComposeTabDrawerRobot 5 months ago
oana.horvath 95cf640fdc Bug 1878868 - Create TestSetup helper: Test classes A-C 5 months ago
William Durand 499e533ac2 Bug 1870362 - Add underline to each link in the add-on details view 5 months ago
AndiAJ 5ad9a003a6 Bug 1879288 - Add missing pairs of logs to BrowserRobot 5 months ago
AndiAJ 95b74cd8c6 Bug 1874662 - Fix flaky closeAllTabsTest UI tests 5 months ago
github-actions bee6feaa0f Import translations from android-l10n 5 months ago
William Durand ec85d157fe Bug 1870329 - Add add-on name to the content description of each install button 5 months ago
JohanLorenzo 487705b91a Update Fenix initial_experiments.json based on the current first-run experiments in experimenter 5 months ago
github-actions 8fbfcc2bce Import translations from android-l10n 5 months ago
Roger Yang 5672f64abb Bug 1832357 - Fallback to loading new window requests in custom tab 5 months ago
Aaron Train 15d7df99bf Revert "Bug 1878868 - Create TestSetup helper: Test classes A-C"
This reverts commit 56ae080d8374021e87617e53757c244fcca47284.
5 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>
5 months ago
Noah Bond 767a0ea036 Bug 1860778 - Remove increased fab shadow while it's pressed 5 months ago
oana.horvath 6890d9ecdd Bug 1878868 - Create TestSetup helper: Test classes A-C 5 months ago
AndiAJ a68320cae8 Bug 1879072 - Add test logs to HomeScreenRobot 5 months ago
AndiAJ fa93a4ba3a Bug 1879072 - Convert private variables to functions so they don't get initialized 5 months ago
AndiAJ ab4a64f380 Bug 1879072 - Remove unused functions from HomeScreenRobot 5 months ago
AndiAJ e36e0e2313 Bug 1879072 - Remove redundant assertion functions from HomeScreenRobot 5 months ago
AndiAJ da540d7578 Bug 1879027 - Add missing pairs of logs to CollectionRobot 5 months ago
AndiAJ efad284e53 Bug 1878878 - Add missing pairs of logs to BookmarksRobot 5 months ago
AndiAJ 9277995e3a Bug 1878866 - Add missing pairs of logs to AddToHomeScreenRobot 5 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.
5 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.
5 months ago
github-actions aaa15b6972 Import translations from android-l10n 5 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`
5 months ago
jackyzy823 801fe811aa Bug 1878524 - Return immediately when tab found 5 months ago
AndiAJ eaf06fb0c0 Bug 1878028 - Add more test logs to HistoryRobot 5 months ago
AndiAJ 31df2b7167 Bug 1878028 - Remove redundant assertion functions from HistoryRobot 5 months ago
AndiAJ 28746c1ba7 Bug 1877945 - Add pairs of test logs to FindInPageRobot 5 months ago
AndiAJ c8934beca1 Bug 1877945 - Remove redundant assertion functions from FindInPageRobot 5 months ago
AndiAJ 3146218088 Bug 1877939 - Add pairs of test logs to EnhancedTrackingProtectionRobot 5 months ago
AndiAJ 30b306f1d9 Bug 1877939 - Remove redundant assertion functions from EnhancedTrackingProtectionRobot 5 months ago
github-actions dd0e9e1918 Import translations from android-l10n 5 months ago
Matthew Tighe 86c0e8156d Bug 1861459 - Update AppState.mode based on selected tab changes 5 months ago
Noah Bond 376ce30831 Bug 1877123 - Fix number localization in `TabCounter` and `TabTools` 5 months ago
ohall-m 68e0b8e621 Bug 1877712 - Update Mock Translations Languages
Bug updates mock display languages to match the current engine support.
5 months ago
Titouan Thibaud 13adc68342 Bug 1807080 - Fix PTR dark theme colors
Co-authored-by: Jonathan Almeida <git@jonalmeida.com>
5 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.
5 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.
5 months ago
mcarare 1407f92171 Bug 1870050 - Suppress false positive DiffUtilEquals lint 5 months ago
mcarare 030332e0c7 Bug 1870050 - Suppress RestrictedApi lint 5 months ago
github-actions 7969a62aaf Import translations from android-l10n 5 months ago
github-actions 4d3d19aaf3 Import translations from android-l10n 5 months ago
github-actions bb7a66e2ed Import translations from android-l10n 5 months ago
Ben Dean-Kawamura c9546cef39 Bug 1877847 - Remove Suggest error reporting 5 months ago
t-p-white a36f35eebd Bug 1813875 - Prevent the inherited theming implementation being applied to Custom Tab views 5 months ago
sarah541 f8edd00fe1 Bug 1868539 - Add method of changing remote server url 5 months ago
github-actions 5bc7208970 Import translations from android-l10n 5 months ago
JohanLorenzo 94825c0ffa Update Fenix initial_experiments.json based on the current first-run experiments in experimenter 5 months ago
AndiAJ 693624395a Bug 1877938 - Remove redundant assertion functions from BookmarksRobot 5 months ago
AndiAJ df7f6cb4db Bug 1877440 - Use only TestHelper snack bar verification function in UI tests 5 months ago
github-actions 1a5db351f2 Import translations from android-l10n 5 months ago
mike a 45238224b3 Bug 1873260 - Move Behavior classes to ui-widget component 5 months ago
AndiAJ 48df9bb6bf Bug 1844252 - Fix verifyVideoPlaybackSystemNotificationTest UI test 5 months ago
AndiAJ 2c1324df25 Bug 1865316 - Fix askBeforeOpeningLinkInAppCancelTest UI test 5 months ago
AndiAJ b170ff7927 Bug 1877639 - Add more test logs to FindInPageRobot 5 months ago
AndiAJ f1b67e9866 Bug 1876734 - Add more test logs to ComposeTopSitesRobot 5 months ago
AndiAJ 7122973f6a Bug 1877435 - Add more test logs to EnhancedTrackingProtectionRobot 5 months ago
AndiAJ 294b781e80 Bug 1877409 - Add more test logs to CustomTabRobot 5 months ago
github-actions a02cb0cb39 Import translations from android-l10n 5 months ago
sarah541 2d3fa988b4 Bug 1876794 - Fixes in A-C and Fenix strings 5 months ago
mike a db6f728e78 Bug 1877350 - Refactor tabstray composable to extract tab counter into a separate file
Preparing to use it for navigation bar composable.
5 months ago
Noah Bond 6bc66460eb Bug 1876596 - Add probe for debug drawer secret setting 5 months ago
Arturo Mejia dbf94e7cb3 Bug 1870351 - Improve touch targets Add-ons details screen. 5 months ago