3

Has anyone been able to get anything past 4.0b1 of firefox either nightly or releases to build with jssh enabled in the .mozconfig, I get the error .js component without matching .manifest and if I change the rules I get a missing header file, which if I manually copy to the jssh directory and then build gives many many compile errors, was wondering if anyone knew what was going on with jssh as I managed to build it for 4.0b1 and it worked fine (except for an issue involving td tags and events within those tags). I just hope mozilla doesn't discontinue jssh. Any answers would be appreciated.

Jesus Ramos
  • 22,940
  • 10
  • 58
  • 88
  • I don't know about compiling with jssh, but can't you use the Firefox jssh plugin? – NinjaCat Aug 16 '10 at 20:13
  • 1
    the problem is that jssh only works for a specified version of FF so the plugin built for FF 3.6 or 4.0b1 will not work for 4.0b2 or 4.0b3 so I need to build the plugin with the browser in order for it to work as it requires some API calls from the browser code to function so it can't be built independently either. – Jesus Ramos Aug 16 '10 at 20:29

2 Answers2

4

Looks like it is known, but may not be fixed.

sdwilsh
  • 4,674
  • 1
  • 22
  • 20
3

for JSSH users, we have created a solution over MozRelp that simulates JSSH. It's also very fast, since it execute JS on the fly and avoid execute it from a HD File.

Downloadable extension: https://s3-us-west-2.amazonaws.com/abstracta/WatiN/mozrepl-jsshv2.6.xpi Source: https://subversion.assembla.com/svn/mozrepl-jssh

regards, Fabián Baptista

Colorator
  • 159
  • 6