gecko/b2g/config/gaia.json
B2G Bumper Bot ddecd6b15b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d66ae3e4ca7d
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #16721 from lissyx/bug970832

Bug 970832 - Balance pending image loading counter

========

https://hg.mozilla.org/integration/gaia-central/rev/20dcd48de3bc
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Bug 970832 - Balance pending image loading counter

Contacts pictures were not correctly imported because the onscroll
handler was checking the |imgsLoading| counter to be able to stop
pending requests. However, decrementing this variable was only performed
in the onsuccess handler of the image loading. If for any reason you
have some that fails, they would not get accounted as not loading
anymore. Upon onscroll event, this would trigger window.stop() call,
which will at the end break in the middle your pending XHR that perform
pictures import. Thus, we also perform decrementation in the error
handler.
2014-02-28 04:10:30 -08:00

10 lines
200 B
JSON

{
"git": {
"remote": "",
"branch": "",
"revision": ""
},
"revision": "d66ae3e4ca7d06905d257b2ab153a3c7065750fd",
"repo_path": "/integration/gaia-central"
}