Commit Graph

6525 Commits (fc74ae29e82980f24cacc5f215a2a3e12247c5bd)

Author SHA1 Message Date
AndiAJ 5d10398f55 [fenix] startOnLastTab UI smoke test 3 years ago
AndiAJ 7662078764 [fenix] recentBookmarksOption UI smoke test 3 years ago
AndiAJ a5d2e8ee47 [fenix] jumpBackInOption UI smoke test 3 years ago
AndiAJ daa348bb2d [fenix] startOnHomepageTest refactoring work 3 years ago
Mozilla L10n Automation Bot 5986c6b7b9 [fenix] Import l10n. 3 years ago
Christian Sadilek d61fd5de0e [fenix] Update lastAccess timestamp of selected tab when launching to home 3 years ago
Roger Yang 627bc919d1 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/22402: Add top placeholder for home 3 years ago
Noah Bond bfc035e0c2 [fenix] MR2 Telemetry: Homescreen view count (https://github.com/mozilla-mobile/fenix/pull/22377)
* For https://github.com/mozilla-mobile/fenix/issues/22146 - Added counter for home screen views

* For https://github.com/mozilla-mobile/fenix/issues/22146 - Added PR number to metrics

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
3 years ago
Mugurell ba3138ccf9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22155 - Store inactive tabs count telemetry when user opens tabs tray
Setting this value in FenixApplication.onCreate was buggy because of a race
with restoring BrowserState.
Setting it here would ensure a better granularity of the events and so to more
accurate reporting.
3 years ago
Mugurell 31f98688a0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22147 - New search term groups telemetry 3 years ago
AndiAJ 8722950d3b [fenix] Improve homeThreeDotMenuItemsTest UI test coverage 3 years ago
Mozilla L10n Automation Bot 9062e9dfdb [fenix] Import l10n. 3 years ago
Arturo Mejia ad8f060cec [fenix] For https://github.com/mozilla-mobile/fenix/issues/22271 Improve URL accessing from the clipboard for Android 12 and above. 3 years ago
Mugurell 7c1b9b909f [fenix] For https://github.com/mozilla-mobile/fenix/issues/22388 - Update content description of the delete button 3 years ago
Mozilla L10n Automation Bot b739e6c511 [fenix] Import l10n. 3 years ago
Mozilla L10n Automation Bot ef1ae5fe11 [fenix] Import l10n. 3 years ago
Oana Horvath b215f9c585 [fenix] No issue: creates new SmokeTest annotation.
Updates smoke tests list according to the ones in TestRail.
3 years ago
Mozilla L10n Automation Bot 3f7c3ddf6c [fenix] Import l10n. 3 years ago
Noah Bond 1d02011196 [fenix] MR2 Telemetry: Opening screen preference (https://github.com/mozilla-mobile/fenix/pull/22333)
* For https://github.com/mozilla-mobile/fenix/issues/22145 - Added telemetry to the opening screen preference.

* For https://github.com/mozilla-mobile/fenix/issues/22145 - Added PR number to metric

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
3 years ago
Noah Bond 114f1347d9 [fenix] MR2 telemetry - Inactive tabs CFR (https://github.com/mozilla-mobile/fenix/pull/22301)
* For https://github.com/mozilla-mobile/fenix/issues/22298 - Added telemetry to inactive tabs CFR

* For https://github.com/mozilla-mobile/fenix/issues/22298 - added PR issue number to metrics

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
3 years ago
Jonathan Almeida a08fcc9a9d [fenix] Close https://github.com/mozilla-mobile/fenix/issues/22223: Move to the selected page when switching modes 3 years ago
Mozilla L10n Automation Bot 05e56a97a1 [fenix] Import l10n. 3 years ago
Grisha Kruglov 6f1ba6ca6b [fenix] No issue: clean up code duplication in PagedHistoryProvider 3 years ago
AndiAJ ee76b930bd [fenix] For https://github.com/mozilla-mobile/fenix/issues/22256 re-enable editCustomSearchEngineTest UI test 3 years ago
Ben Dean-Kawamura a8bce7b4f8 [fenix] Make findDuplicate() suspend
findLoginToUpdate() should be suspend, but I didn't get mark it that way
on the initial logins work.  Let's make this one suspend, then I can
update findLoginToUpdate() in a-c.
3 years ago
Mozilla L10n Automation Bot 31a6d88939 [fenix] Import l10n. 3 years ago
Jonathan Almeida 7222c0220c [fenix] No issue: Correct TabsTrayAction naming 3 years ago
Jonathan Almeida 199547f94f [fenix] Close https://github.com/mozilla-mobile/fenix/issues/22305: Use TabsTrayStore for populating adapters 3 years ago
Jonathan Almeida 35556e4cc2 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/22305: Add tab state into the TabsTrayStore 3 years ago
Michael Comella e24a305ba0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21084: put git hash on About screen in release builds. 3 years ago
AndiAJ d8dab150ad [fenix] Improve verifyEmptyTabTray Ui test coverage 3 years ago
Mugurell b95234f9d5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22155 - The inactiveTabsCount probe reports actualInactiveTabs number 3 years ago
Mugurell f40c19f406 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22155 - New BrowserState.actualInactiveTabs public method
This allows querying from all throughout the app which of the current tabs are
inactive while taking into consideration whether the feature is enabled or not
such that when the feature is disabled it will always return an empty result.
3 years ago
Mozilla L10n Automation Bot 3ae30a8446 [fenix] Import l10n. 3 years ago
Grisha Kruglov 3fc31d036b [fenix] No issue: rename test resource file that was causing issues on Windows 3 years ago
Mozilla L10n Automation Bot 03ddd32bb1 [fenix] Import l10n. 3 years ago
Mozilla L10n Automation Bot 4d092c3a82 [fenix] Import l10n. 3 years ago
mike a 77892a785c [fenix] For https://github.com/mozilla-mobile/fenix/issues/21816: Filename in "Open" PDF dialog overflows screen
Changing the download file name length to the max allowed by AS (251 char, won’t compile if more; max would be 260 for latest windows versions, but generally it is 255), and changing the UI test to check if the long file name is fully visible.
Changing the downloaded dialog layout to properly display really long file names.
3 years ago
Grisha Kruglov 07636be02b [fenix] For https://github.com/mozilla-mobile/fenix/issues/22342: Make layout constraint for 'recent bookmarks' the same as other sections 3 years ago
Sebastian Kaspari 6aa2f0c4fa [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/21695: ThreadPenaltyDeathWithIgnoresListener: Ignore stack traces containing InstrumentationHooks class 3 years ago
Mozilla L10n Automation Bot 7d11384733 [fenix] Import l10n. 3 years ago
Roger Yang ad076dd1c2 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/22299: Add history search term group telemetry 3 years ago
Grisha Kruglov 31c2c7bf12 [fenix] No issue: history view search group missing
Our boundary conditions for matching search groups to visits was wrong.

This change switches the boundary buffer to only be applied to history
items, not the metadata items.

In other words, when checking if any of the metadata items match the
current "page" of history, we'll be looking to see if the item falls
within this time window:
buffer - oldest history item <= metadata item <= newest history item +
buffer

There's a separate problem with buffer though: it's reset to 0 when requested
offset is >0, but that requires a larger refactor of this code, for a
separate PR.
3 years ago
Oana Horvath 422a8e2a67 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22304 & https://github.com/mozilla-mobile/fenix/issues/22256: Disabled failing visitedUrlHistoryTest & editCustomSearchEngineTest tests 3 years ago
Mozilla L10n Automation Bot f1814afed2 [fenix] Import l10n. 3 years ago
Michael Comella 67665ee689 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22177: add SearchDialogFragmentConstraintLayout; has markers.
Here's a profile with these changes: https://share.firefox.dev/3vTpZha
3 years ago
Michael Comella 7936660a8c [fenix] For https://github.com/mozilla-mobile/fenix/issues/22177: change onMeasure/onLayout markers into a single track + draw.
When you want to look at one of these markers, you usually want to look
at all three so I found that having them on a single track was easier to
follow. Since they run in sequence, they should never overlap and that
should minimize confusion.
3 years ago
Michael Comella a93ac9edc0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22177: rename RootLinearLayout -> HomeActivityRoot...
This is so we can be more specific with the detail text in our markers.
3 years ago
Elise Richards 3424aac1a6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21313: Renew product telemetry expiring in December (https://github.com/mozilla-mobile/fenix/pull/21316)
* For https://github.com/mozilla-mobile/fenix/issues/21313: Product telemetry renewals for December

* For https://github.com/mozilla-mobile/fenix/issues/21313: Data review for december product telemetry renewals

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
3 years ago
Elise Richards 6ed1cb0c8b [fenix] For https://github.com/mozilla-mobile/fenix/issues/21313: Remove expiring/unused metrics for December (https://github.com/mozilla-mobile/fenix/pull/21789)
* Remove crash reporter metrics

* Remove tab counter menu item probe

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
3 years ago
Christian Sadilek dbceb279f4 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/21659: Add SERPs to history search groups 3 years ago
Noah Bond cbfc23f8cc [fenix] Recent bookmark count telemetry (https://github.com/mozilla-mobile/fenix/pull/22293)
* For https://github.com/mozilla-mobile/fenix/issues/22075 - Added event to track the count of recent bookmarks

* For https://github.com/mozilla-mobile/fenix/issues/22075 - Added data review issue number

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
3 years ago
Arturo Mejia b1cb88fff7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22078 Selecting search group in Jump back in switches active tab 3 years ago
Matt Boris 008e453d6a [fenix] For https://github.com/mozilla-mobile/fenix/issues/22281 Fix studies opt out learn more link 3 years ago
Gabriel Luong 6d8071ccc5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/search_suggestion_indicator_icon_color_dark_theme redirection 3 years ago
Gabriel Luong 03cbf9f624 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/accent_dark_theme redirection 3 years ago
Gabriel Luong e0b7131f5c [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/foundation_dark_theme redirection 3 years ago
Gabriel Luong 113a1bc009 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/tab_tray_selected_mask_dark_theme redirection 3 years ago
Gabriel Luong 621f5a58d1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/tab_tray_item_thumbnail_icon_dark_theme redirection 3 years ago
Gabriel Luong a1a3a13acb [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/tab_tray_item_thumbnail_background_dark_theme redirection 3 years ago
Gabriel Luong 42a72ab0e6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/tab_tray_heading_icon_menu_dark_theme redirection 3 years ago
Gabriel Luong 788a8f16f5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/tab_tray_item_media_background_dark_them redirection 3 years ago
Gabriel Luong 94852bedb3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/tab_tray_item_divider_dark_theme redirection 3 years ago
Gabriel Luong bd95bec9c1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/tab_tray_toolbar_background_dark_theme redirection 3 years ago
Gabriel Luong f0a4f3d8d2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/tab_tray_item_background_dark_theme redirection 3 years ago
Gabriel Luong ab4aeaeb92 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/tab_tray_item_url_dark_theme redirection 3 years ago
Gabriel Luong 111cfabafa [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/tab_tray_item_text_dark_theme redirection 3 years ago
Michael Comella 8579079774 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/22213: add marker for LayoutInflater.inflate.
Here is a profile with this change: https://share.firefox.dev/3mlQSHu
3 years ago
Arturo Mejia 9fb7471f61 [fenix] No issue: Address tracking protection exceptions breaking changes 3 years ago
AndiAJ a599f10dad [fenix] Improve deleteBookmarkInEditModeTest UI test coverage 3 years ago
Mozilla L10n Automation Bot 6bb861b172 [fenix] Import l10n. 3 years ago
Arturo Mejia 4bcd25b25e [fenix] For https://github.com/mozilla-mobile/fenix/issues/22170 record auto-close prompt telemetry events 3 years ago
Roger Yang 3ffe906bcb [fenix] No issue: Show snackbar when opening non-http URL 3 years ago
Noah Bond 5e2853ea47 [fenix] MR2 Telemetry: Recent tabs section probe (https://github.com/mozilla-mobile/fenix/pull/22166)
* For https://github.com/mozilla-mobile/fenix/issues/22107 - Added probe to track if the Recent tabs / jump back in section is visible

* For https://github.com/mozilla-mobile/fenix/issues/22107 - Fixed lint errors

* For https://github.com/mozilla-mobile/fenix/issues/22107 - added data review number to metric

* For https://github.com/mozilla-mobile/fenix/pull/22166 - fixed expiration date

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
3 years ago
Gabriel Luong d02a7b9b66 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/onboarding_illustration_deselected_dark_theme redirection 3 years ago
Gabriel Luong 3aacbb54ee [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/search_suggestion_indicator_icon_bookmark_color_dark_theme redirection 3 years ago
Gabriel Luong 1c03194841 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/preference_section_header_dark_theme redirection 3 years ago
Gabriel Luong ef1e53ec9a [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/prompt_login_edit_text_cursor_color_dark_theme redirection 3 years ago
Gabriel Luong fc7a61c934 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/add_on_private_browsing_interior_icon_background_dark_theme redirection 3 years ago
Gabriel Luong 15f812d211 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/add_on_private_browsing_exterior_circle_background_dark_theme redirection 3 years ago
Gabriel Luong f6a6eaa4dd [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/sync_disconnected_background_dark_theme redirection 3 years ago
Gabriel Luong 976471faa1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/sync_disconnected_icon_fill_dark_theme redirection 3 years ago
Gabriel Luong bb13f9142a [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/toolbar_[start|center|end]_gradient_dark_theme redirection 3 years ago
Gabriel Luong 6676610267 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/toolbar_divider_color_dark_theme redirection 3 years ago
Gabriel Luong 08070ae3f7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/swipe_delete_background_dark_theme redirection 3 years ago
Gabriel Luong 9c8417d62e [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/onboarding_illustration_selected_dark_theme redirection 3 years ago
Gabriel Luong eed6603fd6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/onboarding_card_background_[start|end]_gradient_dark_theme redirection 3 years ago
Gabriel Luong 56a250ceeb [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/disabled_dark_theme redirection 3 years ago
Gabriel Luong 93b4422105 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/shadow_dark_theme redirection 3 years ago
Gabriel Luong 6770cea439 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/neutral_faded_dark_theme redirection 3 years ago
Gabriel Luong 1037d980e6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/neutral_dark_theme redirection 3 years ago
Gabriel Luong 64b8bcbc34 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/tab_ring_dark_theme redirection 3 years ago
Gabriel Luong b5dec0ead6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/scrimEnd_dark_theme redirection 3 years ago
Gabriel Luong 73bb4f4526 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/scrimStart_dark_theme redirection 3 years ago
Gabriel Luong 59a75bb57a [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/recently_used_share_menu_dark_theme redirection 3 years ago
Gabriel Luong 9054bfb2fd [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/tab_history_item_selected_background_light_theme redirection 3 years ago
Gabriel Luong e0c90b50e1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/menu_item_button_light_theme redirection 3 years ago
Gabriel Luong 39f9471c6f [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/search_suggestion_indicator_icon_bookmark_color_light_theme redirection 3 years ago
Gabriel Luong 1aca9a4fd7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/search_suggestion_indicator_icon_color_light_them redirection 3 years ago
Gabriel Luong cefb9478e2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/prompt_login_edit_text_cursor_color_light_them redirection 3 years ago
Jonathan Almeida 8393fac307 [fenix] No issue: Merge our inactive tab interactor/controllers 3 years ago
Jonathan Almeida 4bd2cc7d0a [fenix] No issue: Remove unused InactiveTabState code 3 years ago
Mugurell 3342f4a54a [fenix] For https://github.com/mozilla-mobile/fenix/issues/22155 - Inactive tabs count telemetry
A quantity probe in the metrics ping means we'll loose the granularity events
provided but it will be easier to extract the values.

For reporting whether the inactive tabs feature is enabled or not we already
have the "preferences.inactive_tabs_enabled" probe so I didn't duplicate this.
3 years ago
Roger Yang ba7d325bb4 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/22057: Add search term groups telemetry 3 years ago
Christian Sadilek 517f789958 [fenix] Introduce test rule to work around intermittent mockk failures 3 years ago
AndiAJ 867f11e5d9 [fenix] Improve coverage for cancelCreateBookmarkFolderTest UI test 3 years ago
AndiAJ 66862fa992 [fenix] For https://github.com/mozilla-mobile/fenix/issues/18421 re-enable verifyContextOpenImageNewTab, verifyContextOpenLinkNewTab & verifyContextOpenLinkPrivateTab UI tests 3 years ago
Mugurell d116c95205 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22138 - Install source metrics probe 3 years ago
Mugurell 33486f8434 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22226 - Open grouped history entries the same as individual ones 3 years ago
Roger Yang c0fde2bebb [fenix] Close https://github.com/mozilla-mobile/fenix/issues/22172: Add Recent searches telemetry 3 years ago
Roger Yang 46f9f1ae2c [fenix] Close https://github.com/mozilla-mobile/fenix/issues/22103: Add recent bookmarks telemetry 3 years ago
Mozilla L10n Automation Bot 03ef78cfa4 [fenix] Import l10n. 3 years ago
Elise Richards 55bf6f2839 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22175: Add data review link 3 years ago
Elise Richards 015be02422 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22175: Telemetry event for deleting a search term group from the recent searches section on home 3 years ago
Jonathan Almeida ff1c34b9ee [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/20704: Use AppStore for inactive expanded state 3 years ago
Jonathan Almeida 5d8a920b5f [fenix] Close https://github.com/mozilla-mobile/fenix/issues/20704: Add AppStore to Components 3 years ago
Oana Horvath 4807972089 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21397: disabled homescreen features to improve collections visibility 3 years ago
Arturo Mejia d201f02bfb [fenix] For https://github.com/mozilla-mobile/fenix/issues/22192 add telemetry for studies 3 years ago
Mozilla L10n Automation Bot 2f4da44511 [fenix] Import l10n. 3 years ago
Mozilla L10n Automation Bot f9118a465b [fenix] Import l10n. 3 years ago
Mozilla L10n Automation Bot 2fb5b29076 [fenix] Import l10n. 3 years ago
Gabriel Luong 2a00f903e9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Reduce redirection of colors variables between dark and light theme - Part 3 (https://github.com/mozilla-mobile/fenix/pull/22220)
* For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/disabled_light_theme redirection

* For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/scrimStart_light_theme redirection

* For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/scrimEnd_light_theme reddirection

* For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/synced_tabs_separator_light_theme redirection

* For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/toolbar_[start/center/end]_gradient_light_theme redirection

* For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/toolbar_divider_color_light_theme redirection

* For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/fill_link_from_clipboard_light_theme redirection

* For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/sync_disconnected_icon_fill_light_theme redirection

* For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/sync_disconnected_background_light_theme redirection

* For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/swipe_delete_background_light_theme redirection

* For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/onboarding_illustration_selected_light_theme redirection

* For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/onboarding_illustration_deselected_light_theme redirection

* For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/add_on_private_browsing_exterior_circle_background_light_theme redirection

* For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/add_on_private_browsing_interior_icon_background_light_theme redirection

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
3 years ago
Mozilla L10n Automation Bot 31c15daace [fenix] Import l10n. 3 years ago
Oana Horvath b49aeeddb1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15624 & https://github.com/mozilla-mobile/fenix/issues/17484: improves tab drawer locator & avoids homescreen refreshing 3 years ago
Gabriel Luong 5a29e58535 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/destructive_light_theme redirection 3 years ago
Gabriel Luong 908d86868f [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/shadow_light_theme redirection 3 years ago
Gabriel Luong ed92aac728 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/neutral_faded_light_theme redirection 3 years ago
Gabriel Luong ceda1cfcd5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/neutral_light_theme redirection 3 years ago
Gabriel Luong f1f972568e [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/tab_ring_light_theme redirection 3 years ago
Gabriel Luong 027bed0424 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/accent_high_contrast_light_theme redirection 3 years ago
Gabriel Luong 818417b078 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/about_link_dark_theme redirection 3 years ago
Gabriel Luong eab820e930 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/above_light_theme redirection 3 years ago
Gabriel Luong 5df9de00d1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/caption_text_light_theme redirection 3 years ago
Gabriel Luong 5ceb4bfa12 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/secondary_text_light_theme redirection 3 years ago
Christian Sadilek 0732718e1c [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/21355: Fix intermittent test failures in BookmarkItemMenuTest 3 years ago
Christian Sadilek bf2a718701 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/21952: Ignore intermittently failing FenixSnackbarKtTest 3 years ago
Christian Sadilek d03598c9a1 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/21438: Ignore intermittently failing ExceptionsListItemViewHolderTest 3 years ago
Christian Sadilek 3b686cec7b [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/22081: Ignore intermittently failing DefaultBrowsingModeManagerTest 3 years ago
Christian Sadilek 243a456c1b [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/21332: Ignore intermittently failing WebPushEngineIntegrationTest 3 years ago
Christian Sadilek dc552d78c6 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/21952: Ignore intermittently failing FenixSnackbarDelegateTest 3 years ago
Gabriel Luong 41ddc9226c [fenix] For https://github.com/mozilla-mobile/fenix/issues/21888 - Use Hero images for Jump back in 3 years ago
Arturo Mejia a529140c8d [fenix] No issue update strings ids 3 years ago
AndiAJ e62c814006 [fenix] For https://github.com/mozilla-mobile/fenix/issues/18421 re-enable verifyContextCopyLink and verifyContextCopyImageLocation UI tests 3 years ago
Gabriel Luong 43d6e2234d [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/top_site_title_text_light_theme redirection 3 years ago
Gabriel Luong 8aa133339d [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/inset_dark_theme redirection 3 years ago
Gabriel Luong 7a0b6301d8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/top_site_title_text_dark_theme redirection 3 years ago
Gabriel Luong 10c1bbd3e7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/synced_tabs_separator_dark_theme redirection 3 years ago
Gabriel Luong 7b26640382 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/toggle_off_knob_light_theme and @color/toggle_off_track_light_theme redirection 3 years ago
Gabriel Luong d5d302da69 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove redirection of color variables for the collection color variables 3 years ago
Gabriel Luong 6b38dd5259 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove redirection of color variables for the tabs tray color variables 3 years ago