Commit Graph

3015 Commits (cbc8d3aa45327f292e067b3e43aa877eaf845f73)
 

Author SHA1 Message Date
Gabriel Luong 9ddf93eb7d For #6758 - Part 3: Add TopSiteStorage wrapper around AC's TopSiteStorage
This follows the existing pattern around TabCollectionStorage.
5 years ago
Gabriel Luong 584b270aa4 For #6758 - Part 2: Add AC dependencies for top sites feature 5 years ago
Gabriel Luong 0a856d9413 For #6758 - Part 1: Add new strings for top sites feature 5 years ago
Aaron Train 0fa0a84887 Closes #7920 - Disable ETP UI test for investigation into failure in #7907 5 years ago
Tiger Oakes 2e6ffece0c
Fixes #7895 - Update chat link (#7897) 5 years ago
Sebastian Kaspari 9a15103a20 Issue #7762: Enable glean based on setting for non-fennec builds. 5 years ago
Severin Rudie 44e4d8e12c
No issue: clarify naming for showing a prompt to allow search suggestions (#7870) 5 years ago
Emily Kager a39a9e5b4e No issue: Enable about:config in beta builds 5 years ago
David Walsh 1ee0243efa Fix 4021 - Provide tab title during share 5 years ago
ekager c556e819bd For #5586 - Add telemetry for save logins setting 5 years ago
Emily Kager 7adb5b6084 For #6812 - Navigate via openToBrowser to selected session from search 5 years ago
Sawyer Blatz e1722b95b3 No issue: Fixes ErrorResponse instantiation 5 years ago
Arturo Mejia 310da6c1ea No Issue: Add support for deleting individual tracking protection
exceptions on nightly.
5 years ago
Chenxia Liu f726b03792 Fix breaking changes from new TrackingProtectionException 5 years ago
Chenxia Liu 4dc0aa2bfb Update Fenix to 29.0.0-SNAPSHOT 5 years ago
Michael Comella 847056b332 Issue #7423: remove redundant bottom_bar ConstraintLayout. 5 years ago
Michael Comella 91a557dc0a For #7423: remove unnecessary CoordinatorLayout in fragment_home.
Co-authored-by: Emma Malysz <emalysz@mozilla.com>
5 years ago
Michael Comella d7fd8e763a For #7423: remove unnecessary wordmark_spacer view.
Co-authored-by: Emma Malysz <emalysz@mozilla.com>
5 years ago
Sawyer Blatz 20396f78a9
For #7698: Adds search back button animation (#7840)
* For #7698: Adds search back button animation

* Refactor for searchController
5 years ago
Josh Vocal 2372ee6b15 For #4212: Control text not translated 5 years ago
Severin Rudie d146e75682
3088 filter locales 2nd try (#7839)
* For #3088: filter incomplete locales in release builds

* For 3088: update locale filtering to not error on nightly builds
5 years ago
Emily Kager 0b1a67367e
Closes #7814 - Updates dark shield icons (#7838) 5 years ago
Michael Comella e25ee98d7d No issue: fix typo in Performance.instrumentColdStartup... (#7848) 5 years ago
mozilla-l10n-automation-bot cf63db20b4 Import l10n. (#7843) 5 years ago
Kaaira Gupta 08cce8cf58 for #7421 :removed collection from clear browsing history 5 years ago
Michael Comella ffc441f12a For perf-frontend-issues#50: instrument imperfect reportFullyDrawn.
We don't capture the second RV draw yet. Unfortunately, I don't know if
it's the best use of my time to capture that as well.
5 years ago
Chenxia Liu e5164e3670 For #6980 - Pre-land string changes to onboarding cards. 5 years ago
Mihai Carare cd853d0d8f For #7029: Navigate to Search Fragment when pressing Start browsing 5 years ago
Kaaira Gupta e291c6905c For #3813 - Create a save button for bookmark editing 5 years ago
Mozilla L10n Automation Bot db875ac929 Import l10n. 5 years ago
Severin Rudie 2dc5b397b6
For #7506: show highlight on home 3-dot button (#7665) 5 years ago
mcarare 8274ff6f2b For #7714: Align engine name to viewStart to support RTL layouts 5 years ago
Mihai Adrian 355cb35cb6 For #7574: Send toolbar position metrics in English. (#7712) 5 years ago
Sebastian Kaspari e5ba74711d MigratingFenixApplication: Pass MigrationStore to FennecMigrator. 5 years ago
Johan Lorenzo 182cbaf9d2 Bug 1608882 - part 2: Let fennec-nightly upload APKs on Google Play's alpha track 5 years ago
mozilla-l10n-automation-bot 5a429b99e9 Import l10n. (#7744) 5 years ago
Jonathan Almeida 02b4582c8d No issue: Update Migration UI with new API 5 years ago
Sebastian Kaspari af3726a505 Fennec home screen bookmarks: Select new tab. 5 years ago
Sebastian Kaspari 80eb19294b AboutFragment: Use SupportUtils.getWhatsNewUrl(). 5 years ago
Johan Lorenzo 76bf74c4be Bug 1608882 - part 1: Move Fennec Nightly to a dedicated hook 5 years ago
Michael Comella ffb2e72b97 For #7423: remove unnecessary CoordinatorLayout in fragment_home.
Co-authored-by: Emma Malysz <emalysz@mozilla.com>
5 years ago
Michael Comella a1cbbba4ea For #7423: remove unnecessary wordmark_spacer view.
Co-authored-by: Emma Malysz <emalysz@mozilla.com>
5 years ago
ekager 053e5b8065 For #6396 For #6553 - Update sync engine checkboxes and send telemetry once 5 years ago
Kate Glazko dbf711e112 For #4904: Pressing back external link doesn't go back 5 years ago
Will Hawkins f69009aa9e No Issue: Add custom detekt rule to blacklist certain properties
Add a custom detekt rule to blacklist certain properties. This is
immediately useful for making sure that developers do not configure
runtime behavior using the `BuildConfig.DEBUG` property but it is
useful in a wider context.
5 years ago
Sawyer Blatz 509fa112d0 For #6308: Remove unecessary telemetry & bump expiry date (#7793)
* For #6308: Remove unecessary telemetry

* For #6308: Bump expiry date on telemetry
5 years ago
Sebastian Kaspari e4eba42b93 Revert "3088 filter incomplete locales on release builds (#7581)" (nightly build errors)
This reverts commit 93122b6128.
5 years ago
Severin Rudie 93122b6128
3088 filter incomplete locales on release builds (#7581)
* For #3088: add translation pruning Py scripts from Focus

The only change made was updating "Focus/Klar" to "Fenix"

* For 3088: call translation pruning scripts during release builds

* For 3088: fix filter-release-translations.py

Moving it into Fenix introduced one additional layer of nesting, which was not accounted for in a relative path.  🤦

* For 3088: comment about the risks of modifying source

* For 3088: updated locales.py to read from l10n.toml

Also removed some previously unused properties from locales.py

* For 3088: added error handling to script in locales.py

* For 3088: updated locale parser per review comments
5 years ago
liuche 904098387a
Issue #7093 - Pre-land strings for new onboarding cards. (#7747) 5 years ago
Jeff Boek 6789df55a5 For #220 - Puts language picker behind a feature flag 5 years ago