mozrepl icon indicating copy to clipboard operation
mozrepl copied to clipboard

Remotely control Firefox and other Mozilla apps with JavaScript

Results 35 mozrepl issues
Sort by recently updated
recently updated
newest added

On RHEL 5.7 / Firefox 3.6 with Mozrepl 1.1 , activate on startup does not work.

From Firefox/XULRunner 8.0, loadSubscript uses the startup cache to speed up repeated loading of js files. This causes a problem for Mozrepl, which uses loadSubscript on a temp file for...

The latest one MozRepl 1.1beta2 is not compatible with firefox 5.0(eg:5.0b7), do you have a plan how to support this? And the coming firefox 6, 7 ,8...since Mozilla speeds up...

Hi, MozRepl is an indispensable tool for hacking webapps and js. However I'm using firefox 4.0b6 now. Any plans to make it 4.0 compatible?

enhancement

After using repl.enter, it is frequently the case that the 'repl' object can no longer be accessed, and one is effectively stuck. Breadcrumbs seem a heavy-handed solution to the problem...

See http://github.com/bard/mozrepl/blob/master/chrome/content/server.js Line 85: ``` function(session) { session.quit; }); ``` should be ``` function(session) { session.quit(); }); ```

bug

when sending a function definition to Firefox using mozrepl and Autoit/FF.au3 it seems that sending too many lines defining a function causes an error: __FFWaitForRepl ==> Error return value: MozRepl...

bug

The adress for online document is not valid any more. XulPlanet is gone. Please use https://developer.mozilla.org/En/XUL instead.

bug