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

========

https://hg.mozilla.org/integration/gaia-central/rev/5746057ab313
Author: Thomas Zimmermann <tdz@users.sourceforge.net>
Desc: Merge pull request #15907 from tdz/bug-966243

Bug 966243: Fix ICC detection handlers in Settings app

========

https://hg.mozilla.org/integration/gaia-central/rev/aef67c3ac9de
Author: Thomas Zimmermann <tdz@users.sourceforge.net>
Desc: Bug 966243: Fix ICC detection handlers in Settings app, r=arthur.chen

While running the Settings app several errors about self.* not being
defined show up in the logcat. An example is

  E/GeckoConsole(  440): [JavaScript Error: "TypeError: self.updateSimPinsUI \
    is not a function" {file: "app://settings.gaiamobile.org/js/simcard_lock.js" \
    line: 232}]

This is caused by 'self' not being set in the event handlers for ICC
detection. As a result, the UI update does not work correctly when the
ICC changes state. Setting the variable 'self' fixes this problem.

Signed-off-by: Thomas Zimmermann <tdz@users.sourceforge.net>
This commit is contained in:
B2G Bumper Bot 2014-02-05 00:30:10 -08:00
Родитель 9f78e8aace
Коммит 8f521737f3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,4 +1,4 @@
{
"revision": "25a845d52f3e11247beb67d9cb69dbb8a6ee0cc3",
"revision": "5746057ab313920ee0f1f6c2019691097acd792d",
"repo_path": "/integration/gaia-central"
}