Commit Graph

11911 Commits (9b4f4e7d1e2c8dbcb8096520b63821797b889842)
 

Author SHA1 Message Date
mcarare d75dcaf52e Bug 1849833 - Replace deprecated main with mainClass.
See https://docs.gradle.org/7.6/dsl/org.gradle.api.tasks.JavaExec.html#org.gradle.api.tasks.JavaExec:main.
1 year ago
mcarare fd001d5ee4 Bug 1849833 - Replace deprecated OutputFile and VariantOutput. 1 year ago
mcarare 0991e4bbc8 Bug 1849833 - Use tasks.register to avoid unnecessary configuration. 1 year ago
mcarare 1eda8620ff Bug 1849833 - Replace deprecated flavorDimensions property.
Also do not add unused dimension 'engine'.
1 year ago
mcarare 1f930111f5 Bug 1849833 - Replace deprecated compileSdkVersion.
This is replaced by defaultConfig compileSdk.
1 year ago
mcarare b92867654f Bug 1849833 - Use configureEach to avoid unnecessary configuration. 1 year ago
mcarare 1b7c3f5631 Bug 1849833 - Replace all with configureEach.
This avoids unnecessary configuration.
1 year ago
mcarare f1f380a770 Bug 1849833 - Replace deprecated kotlinOptions method. 1 year ago
mcarare 3fddd3df77 Bug 1849833 - Replace qualified name with import. 1 year ago
github-actions f85c762e14 Import translations from android-l10n 1 year ago
t-p-white 8344abf3e4 Bug 1851548 - Top sites are aligned to the left with Compose Top Sites enabled 1 year ago
github-actions 2bc455243c Import translations from android-l10n 1 year ago
github-actions 47239a274e Import translations from android-l10n 1 year ago
Harrison Oglesby 491e524698 Bug 1847819 - Add new Homescreen description for Total Private Browsing Mode. 1 year ago
AndiAJ 14be2d4b58 Bug 1851419 - Disable searchHistoryNotRememberedInPrivateBrowsingTest UI test 1 year ago
AndiAJ d2a78f37df Bug 1850730 - General settings TestRail matching 1 year ago
iorgamgabriel cd8e2bfb27 Bug 1851006 - SearchEngineSuggestionProvider should always be added to the provider list. 1 year ago
Logan Rosen d6dc375ead Bug 1829018 - Remove and clean up `Settings.enableTaskContinuityEnhancements` 1 year ago
mike a 0f9c0402a9 Bug 1841572 – added styles to checkbox menu item views and overrode it on fenix side to give checkbox button more space for text 1 year ago
Jeff Boek d916e92967 Bug 1845232 - Adds CFR for clear private browsing aciton 1 year ago
Jeff Boek 5d75244515 Bug 1845232 - Adds action to clear private browsing 1 year ago
mike a 0bd49e299e Bug 1845613 – restore hidden engines for unified search settings 1 year ago
Gabriel Luong 3db5fbce22 Bug 1851678 - Catch AutofillApiException exception when fetching autofill data and setting startup metrics 1 year ago
Noah Bond 200dab4054 Bug 1847575 - Create UI component for shopping analysis status 1 year ago
JohanLorenzo b4c9ceb4db Update Fenix initial_experiments.json based on the current first-run experiments in experimenter 1 year ago
Alexandru2909 454fc73fd1 Bug 1844319 - Add review quality check CFR 1 year ago
Ryan VanderMeulen 47681e21d9 Bug 1852002 - Update AndroidX Lifecycle to version 2.6.2 1 year ago
mcarare 1f43b5e865 Bug 1847141 - Remove hardcoding of RECEIVE_DOWNLOAD_BROADCAST_PERMISSION 1 year ago
Oana Horvath ff9ad24790 Bug 1815395 - Disable failing audio-video permissions UI tests (#3512)
Co-authored-by: oana.horvath <ohorvath@mozilla.com>
Co-authored-by: Donal Meehan <76789979+DonalMe@users.noreply.github.com>
1 year ago
iorgamgabriel 89489c6e8e Bug 1850493 - The tracking protection divider should be gone if all the views are gone. 1 year ago
dependabot[bot] 37d14cf870 Bump cryptography
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.2 to 41.0.3.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/41.0.2...41.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
github-actions 50fa732613 Import translations from android-l10n 1 year ago
Benjamin Forehand 758472a7d2 Bug 1850761 - Allow for local usage of experiment integration test suite 1 year ago
Matthew Tighe 55aa05e843 Bug 1721904 - update thumbnail caching on app open 1 year ago
JohanLorenzo f346f16ea1 Update Fenix initial_experiments.json based on the current first-run experiments in experimenter 1 year ago
t-p-white 6054bcf76b Bug 1848605 - Implement similar functionality as loadIntoView for Compose Favicons 1 year ago
Zac McKenney 19375a5d57 Bug 1846979 - Add extensions process spawning disabled dialog 1 year ago
oana.horvath 5ddefa0b3f Bug 1851543 - Cleanup old Onboarding UI test code 1 year ago
t-p-white 57e8f3f4f7 Bug 1839967 - Updated the Firefox Browser imagery assets. 1 year ago
github-actions 498e8dc151 Import translations from android-l10n 1 year ago
Logan Rosen ca16f20e7e Bug 1839513 - Pass crash reporter to SessionStorage 1 year ago
mcarare 3a55ab9a19 Bug 1847141 - Restrict receiving download broadcasts. 1 year ago
Noah Bond e600cd673a Bug 1851186 - Add new design system color tokens 1 year ago
gitstart 91af52469d Bug 1807126 - Increased gap between slider and scale value 1 year ago
gitstart f75dd254f6 Bug 1807126 - The dot from the scale overlaps the percentage number 1 year ago
AndiAJ 3dd1b13f9b Bug 1849576 - Navigation toolbar TestRail matching 1 year ago
AndiAJ 675cd56875 Bug 1848349 - Sponsored shortcuts TestRail matching 1 year ago
github-actions b44181d3db Import translations from android-l10n 1 year ago
alexandra.virvara d2ddcb01ae Bug 1833693: refactor menu items list creation out of TabsTray Banner 1 year ago
mcarare 6000a5786a Bug 1847996 - Switch to all-compatibility JVM default mode.
See https://issuetracker.google.com/issues/280831518 about why this is needed.
This will be fixed in the next Room version: https://android-review.googlesource.com/c/platform/frameworks/support/+/2673596
1 year ago