DescriptionMozilla removed JS shell from it's server (Mozilla FF V20.0-candidates), the one we were using during the build of our project.
I was trying to use the new ones as Wladimir suggested (Mozilla FF v27), but without success, because the new versions of JS shell (above v20) parsing our script the way different so jshydra unable to run.
example:
jshydra.js line 43:
arguments are not been able to be passed after running abp_rewrite.py.
and also some other function that seams like to be changed or not exist in current JS shell.
The current patch is pointing to v17 Mozilla build and seams to work Okey.
Actually what I suggest is to host v20 JS shell build on ABP servers, I do not have the files, but if you still have them, then we can figure out to host on ABP servers. You can find the js shield in current directory -> "[projectdir]/buildtools/jshydra/mozilla"
Note: In future we have risk that the files will be removed again from Mozilla servers.
Patch Set 1 #MessagesTotal messages: 2
|