bard / mozrepl

Remotely control Firefox and other Mozilla apps with JavaScript
https://github.com/bard/mozrepl/wiki/
510 stars 64 forks source link

Fix repl injection in content privileged contexts on Firefox >= 36 #56

Closed rpl closed 9 years ago

rpl commented 9 years ago

This pull request introduce changes needed to fix the repl injection in content privileged contexts (e.g. after a repl.enter(content);) on Firefox >= 36 and introduces a basic test suites (which connect a mozrepl instance exposed on the standard 4242 tcp port from a "node + mocha" process) to guard the fix.

The test suites is executed integrated with travis (where it runs on Firefox >= 36 and <= 40.0b8)

NOTE: