Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump

========

https://hg.mozilla.org/integration/gaia-central/rev/dbe7543ce99b
Author: lissyx <lissyx+github@lissyx.dyndns.org>
Desc: Merge pull request #12911 from lissyx/bug906296

Bug 906296 - Ensure that settings from range value are Numbers

========

https://hg.mozilla.org/integration/gaia-central/rev/13c7ccd68db5
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Bug 906296 - Ensure that settings from range value are Numbers

When storing the settings that comes from a range input, we do some
rounding using toFixed(). Unfortunately, toFixed() returns a String.
Changes in the Gecko handling of some of the settings (namely, audio
policy) makes usage of String impossible and we need to ensure that we
pass some Number. We thus change the code to perform a supplementary
parseFloat() after toFixed() to ensure this.
This commit is contained in:
Gaia Pushbot 2013-10-17 02:31:24 -07:00
parent 727ee8fbef
commit 9fb02aef69

View File

@ -1,4 +1,4 @@
{
"revision": "8007ba6d191e72372f4d4f0e21c07c5d3992fb13",
"revision": "dbe7543ce99b1a503bea1129bcfc33bc35a981fb",
"repo_path": "/integration/gaia-central"
}