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

Cleanup float prefs #1038

Open
rainemak opened this issue Nov 14, 2023 · 0 comments
Open

Cleanup float prefs #1038

rainemak opened this issue Nov 14, 2023 · 0 comments
Assignees
Labels
esr91 Changes required to support Gecko ESR 91
Milestone

Comments

@rainemak
Copy link
Member

It seems that "0.1f" value is no longer getting through as a float like it used to. The all.js of gecko-dev kind of confirms this as there are no longer f-suffixed floats.

Cleanup from all float prefs f-suffixes for example "0.1f" should be "0.1".

This cleanup should be applied to sailfish-browser, sailfish-components-webview, gecko-dev (embedding.js) and qtmozembed.

@rainemak rainemak added the esr91 Changes required to support Gecko ESR 91 label Nov 14, 2023
@rainemak rainemak added this to the esr91 milestone Nov 14, 2023
rainemak added a commit to sailfishos/gecko-dev that referenced this issue Oct 3, 2024
It seems that "0.1f" value is no longer getting through as a float
like it used to. The all.js of gecko-dev confirms this as there are
no longer f-suffixed floats.

This commit cleans f-suffixed float prefs from embedding.js.

GitHub issue:
sailfishos/sailfish-browser#1038
rainemak added a commit to sailfishos/gecko-dev that referenced this issue Oct 3, 2024
It seems that "0.1f" value is no longer getting through as a float
like it used to. The all.js of gecko-dev confirms this as there are
no longer f-suffixed floats.

This commit cleans f-suffixed float prefs from embedding.js.

GitHub issue:
sailfishos/sailfish-browser#1038
@rainemak rainemak self-assigned this Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
esr91 Changes required to support Gecko ESR 91
Projects
None yet
Development

No branches or pull requests

1 participant