mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
37103186f1
======== 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> |
||
---|---|---|
.. | ||
app | ||
branding | ||
chrome | ||
components | ||
config | ||
gaia | ||
installer | ||
locales | ||
test | ||
app.mozbuild | ||
build.mk | ||
confvars.sh | ||
LICENSE | ||
Makefile.in | ||
moz.build |