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

========

https://hg.mozilla.org/integration/gaia-central/rev/d94edb1e5374
Author: You-Sheng Yang <vicamo@gmail.com>
Desc: Merge pull request #18908 from vicamo/bugzilla/994819/cost-control-racing-conditions

Bug 994819 - [Cost Control] invoke passed callbacks when everything is ready. r=salva, f=cyang

========

https://hg.mozilla.org/integration/gaia-central/rev/48e654d8f0fe
Author: You-Sheng Yang <vicamo@gmail.com>
Desc: Bug 994819 - [Cost Control] invoke passed callbacks when everything is ready. r=salva

1) apps/costcontrol/js/config/config_manager.js, function
requestSettings, callback may be invoked while a companion
asyncStorage.setItem() call is on going.

2) apps/costcontrol/js/config/config_manager.js, function setOption,
callback may be invoked while a companion requestSettings() call is on
going.

3) apps/costcontrol/js/message_handler.js, function _onNetworkAlarm,
function closeIfProceeds may be invoked while a companion
ConfigManager.setOption() call is on going.
This commit is contained in:
B2G Bumper Bot 2014-05-12 19:29:50 -07:00
parent 58bb477865
commit 267596e419

View File

@ -4,6 +4,6 @@
"remote": "",
"branch": ""
},
"revision": "baf36cbdfc74550ed782d73c70ac4af47a242a54",
"revision": "d94edb1e53749a717fa1f9306af816aeec6ce58f",
"repo_path": "/integration/gaia-central"
}