Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #14469 +/- ##
==========================================
- Coverage 98.13% 98.13% -0.01%
==========================================
Files 270 270
Lines 10751 10702 -49
Branches 3315 3296 -19
==========================================
- Hits 10551 10502 -49
Misses 187 187
Partials 13 13 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
eviljeff
marked this pull request as ready for review
September 18, 2026 13:23
eviljeff
requested review from
a team and
diox
and removed request for
a team
September 18, 2026 13:24
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes mozilla/addons#16398 (*)
Defaults users to /firefox/ if the app is not specified in the url, and don't link to /android/ anywhere.
Note, the "More..." menu is now a bit pointless, when only one menu item remains, but general UI changes are not in scope for this pr.
(*) the api (in addons-server) is returning urls with /android/ in them, so even though frontend doesn't itself link to /android/, all the search results/shelves still return urls with /android/ in them. mozilla/addons-server#25463 addresses the addons-server changes.