-
Notifications
You must be signed in to change notification settings - Fork 41
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
Add '*' as a valid SeaMonkey application version #74
Comments
@wagnerand could you take a look at this? |
I am not sure we want this. @jvillalobos do you have an opinion on this? |
I don't feel strongly either way, so I'm okay adding it. |
Are there any cons to adding it? |
Developers get lazy and just set * as maxVersion without testing regularly, potentially causing stability problems for users, which we need to chase. This is a very minor problem for SeaMonkey, so I'm not concerned about it. |
done :) |
Fine, but I get all the credit. |
I was channelling your spirit while pressing those buttons and keys. |
This would allow extensions to not specify an upper bound on the browser version if they rely on a Stable API and would prevent problems like mozilla-jetpack/jpm#518
Relevant page: https://addons.mozilla.org/en-US/firefox/pages/appversions/
The text was updated successfully, but these errors were encountered: