andreasgal / B2G

Boot to Gecko aims to create a complete, standalone operating system for the open web.
https://wiki.mozilla.org/B2G
909 stars 158 forks source link

mozIndexedDB.open fails in emulator #216

Closed jonallengriffin closed 12 years ago

jonallengriffin commented 12 years ago

Many of the Gaia dialer tests are failing on the emulator (but passing on the b2g desktop build), and the common point of failure seems to be indexedDB. Specifically, this call to mozIndexedDB.open() never succeeds:

https://github.com/andreasgal/gaia/blob/master/apps/dialer/js/recents.js#L15

The 'onsuccess' callback is never fired.

Related Gaia issues:

https://github.com/andreasgal/gaia/issues/770 https://github.com/andreasgal/gaia/issues/768

@vingtetun @etiennesegonzac

jonallengriffin commented 12 years ago

This problem isn't occurring any longer.