Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore non-existing Firefox for Android versions (69-78) #5094

Merged

Conversation

Rob--W
Copy link
Member

@Rob--W Rob--W commented Nov 7, 2023

Fixes #5093.
Resolves the CI error that prevents #5090 from being merged.

The androidStrictMinVersion method is used to derive the version used to detect incompatibilities in the manifest. Because there haven't been any official Firefox for Android release in the range [69, 78], we should interpret browser_specific_settings.gecko.strict_min_version as version 79 when its value is in the range [69, 78].

┆Issue is synchronized with this Jira Task

The androidStrictMinVersion method is used to derive the version used to
detect incompatibilities in the manifest. Because there haven't been any
official Firefox for Android release in the range [69, 78], we should
interpret `browser_specific_settings.gecko.strict_min_version` as
version 79 when its value is in the range [69, 78].
@Rob--W Rob--W requested a review from willdurand November 7, 2023 13:45
Copy link

codecov bot commented Nov 7, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f553cf3) 98.73% compared to head (129d707) 98.73%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5094   +/-   ##
=======================================
  Coverage   98.73%   98.73%           
=======================================
  Files          54       54           
  Lines        2919     2922    +3     
  Branches      887      888    +1     
=======================================
+ Hits         2882     2885    +3     
  Misses         37       37           
Files Coverage Δ
src/utils.js 99.54% <100.00%> (+<0.01%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unexpected KEY_FIREFOX_ANDROID_UNSUPPORTED_BY_MIN_VERSION warning for features from version range [69, 78]
2 participants