Commit Graph

2030 Commits (382ca721c4788c348da1bc4c24f702a26fdbe707)

Author SHA1 Message Date
Mark Hammond 382ca721c4 Bug 1879332 - ensure synced tabs includes the inactive property
(cherry picked from commit 5b559a4e485fa859e43e5eb3bbca95abbcbdb151)
3 months ago
Rahul Sainani 8a082c4c0d Revert "Bug 1867717 - Add DownloadsFeature to AddonPopupBaseFragment."
This reverts commit cc65693e4f8811906f344d0e902af0bccbb7edbf.

(cherry picked from commit 15c6eb2c4a22e68b65f982b59ea83c8e7a6886ef)
3 months ago
Roger Yang 085ee21558 Bug 1884666 - Only add Google additional header in search, preferences and webhp urls
(cherry picked from commit dcc48c0e7c0e8f650234a72c0bd805077bc64ce9)
3 months ago
Roger Yang c8aba76bae Bug 1875668 - Bypass cache when intercepting site in desktop mode
(cherry picked from commit 775987289cb212ce0ef6cb843cc6f6954dcb9c5b)
3 months ago
Gabriel Luong 36886c0d0a Bug 1881128 - Add additional headers for Google requests
(cherry picked from commit 9bc558c887908470ee1746518cc9926a930ecc3e)
3 months ago
ohall-m 3c2274e8ac Bug 1877278 - AC Translations Check for if the Engine is Supported
This patch supports the workflow for checking if the device architecture supports translations.

This patch adds:
* New `TranslationsBrowserState` to hold global translations engine state
* New `SetEngineSupportedAction` to set the isEngineSupported value on `TranslationsBrowserState`
* New `EngineExceptionAction` to set errors on `TranslationsBrowserState`
4 months ago
William Durand 37138b62a1 Bug 1875229 - Add support for extensions not allowed in private windows 4 months ago
mcarare 764786b015 Bug 1850316 - Use alternative ways to get backQueue elements.
backQueue is now private in NavController.
4 months ago
William Durand ca23a8e95b Bug 1879819 - Improve rating description in list of add-ons 4 months ago
William Durand 499e533ac2 Bug 1870362 - Add underline to each link in the add-on details view 4 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.
4 months ago
Matthew Tighe 86c0e8156d Bug 1861459 - Update AppState.mode based on selected tab changes 4 months ago
Noah Bond 376ce30831 Bug 1877123 - Fix number localization in `TabCounter` and `TabTools` 4 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.
4 months ago
mike a 45238224b3 Bug 1873260 - Move Behavior classes to ui-widget component 4 months ago
t-p-white 667e5fb209 Bug 1852224 - Prevent background media from being stopped when existing application from an external link. 4 months ago
Arturo Mejia 5fc19e6755 Bug 1867717 - Add DownloadsFeature to AddonPopupBaseFragment. 4 months ago
Arturo Mejia 2b48fa54b3 Bug 1870335 - Merge content descriptions in the Add-ons details screen. 4 months ago
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.
4 months ago
jackyzy823 e58d0ae973 Bug 1850006 - conservative flag limits to mozilla services only 4 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.
4 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
t-p-white 224c92b3eb Bug 1870232 - Moved the Activity's getNavDirections() functionality to Activity.kt 5 months ago
t-p-white 53415dddb4 Bug 1870613 - Extracted the HomeActivity`getBreadcrumbMessage`, `getIntentSource` and `getIntentSessionId` as generic Activity functions 5 months ago
ohall-m 67d60af2e3 Bug 1855979 - Basic Translation Beginning
The goal of this bug is to get a very basic initial `translate`
interaction using the default determined page language and default
determined user language and begin starting `Controller` and `Interactor`
files.

This bug also sets up `sessionId` as a navigation parameter for
translations.
5 months ago
Noah Bond 0613321c15 Bug 1864076 - Integrate Navigation Middleware into the Debug Drawer 5 months ago
Gabriel Luong 970b262df2 Bug 1866133 - Add additional headers for Google search 5 months ago
Noah Bond 3ceb50b299 Bug 1864075 - Create navigation middleware for the debug drawer 5 months ago
Matthew Tighe 8395c80252 Bug 1861459 - Remove BrowsingModeManager 5 months ago
Matthew Tighe c68ae3cfea Bug 1861459 - Remove Home Screen usages of BrowsingModeManager 5 months ago
Matthew Tighe 9f196caa04 Bug 1861459 - Remove BrowsingModeManager usages outside of the Home Screen 5 months ago
Matthew Tighe 476e32470b Bug 1861459 - Add a binding from BrowserStore to AppStore for selected tab changes 5 months ago
alexandra.virvara 45e873fa01 Bug 1813794: Save search results when navigating back from saved logins list 5 months ago
mike a 9d659af75d Bug 1869664 - Add more toolbar telemetry 5 months ago
Noah Bond ece51eebdc Bug 1872885 - Move debug drawer store management from `DebugOverlay` to `FenixOverlay` 5 months ago
rahulsainani 1c4df19520 Bug 1868120 - RC recommendation impression once per product aid combination 5 months ago
iorgamgabriel 750cb246d6 Bug 1868989 - Translations UI Add Translate Page Browser Menu Button. 5 months ago
Noah Bond 23ddff7ebb Bug 1864073 - Stand up debug drawer Store and State 5 months ago
iorgamgabriel 62d7b1ce5e Bug 1856955 - Translations UI Download Model Settings Screen Popups. 5 months ago
Cathy Lu 8415d6d56e Bug 1858948 - Update ProductNotAvailable test to use initial state 6 months ago
rahulsainani 4a461e048f Bug 1867606 - Make message param logging api non nullable 6 months ago
Noah Bond ceeffadbcd Bug 1868453 - Wrap the debug setting data store with an interface 6 months ago
Cathy Lu 254ddba3b0 Bug 1869567 - Ignore intermittent shopping analysis status tests 6 months ago