From 267596e4193b4573f72f8a1acd5b250b944240d0 Mon Sep 17 00:00:00 2001 From: B2G Bumper Bot Date: Mon, 12 May 2014 19:29:50 -0700 Subject: [PATCH] Bumping gaia.json for 2 gaia revision(s) a=gaia-bump ======== https://hg.mozilla.org/integration/gaia-central/rev/d94edb1e5374 Author: You-Sheng Yang 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 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. --- b2g/config/gaia.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/b2g/config/gaia.json b/b2g/config/gaia.json index 5a25b4b5a85..552adcbc5fc 100644 --- a/b2g/config/gaia.json +++ b/b2g/config/gaia.json @@ -4,6 +4,6 @@ "remote": "", "branch": "" }, - "revision": "baf36cbdfc74550ed782d73c70ac4af47a242a54", + "revision": "d94edb1e53749a717fa1f9306af816aeec6ce58f", "repo_path": "/integration/gaia-central" }