sailfishos / sailfish-browser

Sailfish Browser
https://github.com/sailfishos/sailfish-browser/wiki/Sailfish-Browser-wiki
Mozilla Public License 2.0
305 stars 86 forks source link

Cleanup float prefs #1038

Open rainemak opened 9 months ago

rainemak commented 9 months ago

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.