mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
8b62dc109d
======== 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. |
||
---|---|---|
.. | ||
app | ||
branding | ||
chrome | ||
components | ||
config | ||
dev | ||
gaia | ||
installer | ||
locales | ||
simulator | ||
test | ||
app.mozbuild | ||
build.mk | ||
confvars.sh | ||
LICENSE | ||
Makefile.in | ||
moz.build |