mozilla / r2d2b2g

Firefox OS Simulator is a test environment for Firefox OS. Use it to test your apps in a Firefox OS-like environment that looks and feels like a mobile phone.
https://addons.mozilla.org/en-US/firefox/addon/firefox-os-simulator/
Other
392 stars 139 forks source link

Support Firefox 31+ in the 4.0 branch #895

Closed jryans closed 10 years ago

jryans commented 10 years ago

This updates the 4.0 branch to support Firefox 31+.

Mostly just promise updates as we had to do in other addons a while back.

However I also got error when trying to send custom events to the simulator dashboard page, so I just hacked that up to use postMessage. It's enough to get it working at least.

It's possible I've now broken the addon for pre-30 Firefox (that's the earliest I tested). Should I update the minVersion?