jaragunde / addon-sdk

The Add-on SDK repository.
https://wiki.mozilla.org/Labs/Jetpack
Other
0 stars 0 forks source link

Fix bug 989288 - Firefox Addons SDK is not receving any events from windows opened via window.open #4

Open jaragunde opened 9 years ago

jaragunde commented 9 years ago

Fix bug 989288.

There are several kinds of events that are not emitted for windows opened via window.open. Fix and write tests for as many of those events as possible.

jaragunde commented 9 years ago

I have a patch for this issue and I think it fixes all the problems related to windows.open and SDK events.

I'll add tests trying to cover most of the problems reported in the different bugs.

jaragunde commented 9 years ago

I have the fix and the tests; unfortunately, current master does not pass a complete test run, it gets stuck on test-context-menu. I will still prepare and sent the pull request anyway.

jaragunde commented 9 years ago

PR sent: https://github.com/mozilla/addon-sdk/pull/2030