Wojciech Skorodecki

Results 10 comments of Wojciech Skorodecki

I can confirm the issue. ### versions - SlimerJS: 1.0.0-prealpha.2 (07282f24bf8a89c678de603c4be8834fb89efacb) - Firefox: 50.1.0, 51.0b14 - Operating system: Arch Linux (rolling release distro) - Kernel: 4.8.13-1 x86_64 ``` Stack trace...

I suppose that the window name is being set just before the browser starts loading the page. In my case the window name is being set to window.name property (please...

I don't know how to do it. I have tried to hide errors by enabling the debugger: https://developer.mozilla.org/en-US/docs/Archive/Mozilla/XULRunner/Debugging_XULRunner_applications#Browser_Debugger but with no success. Errors are still not being catched by debugger,...

It is [impossible](https://bugzilla.mozilla.org/show_bug.cgi?id=575928) to intercept CONNECT request in `http-on-modify-request` without this [patch](https://bug575928.bmoattachments.org/attachment.cgi?id=455098) or similar.

@laurentj What do you think about my patch? Can we use it as a temporary workaround?

Yes, just create `slimerjs/lib/slimer/defaults/preferences/prefs.js` file in slimerjs directory and add: ``` javascript pref("javascript.options.strict", false); // Show JS errors only. ```

@puravida Hi! You can find getErrorCode() function in src/modules/slimer-sdk/net-log.js line: ~1165. There is a big switch with known error codes, but it looks like the list is not complete.

@vania-pooh This is the same qemu version. I have installed it only once. The problem is only when I'm trying to run the VM snapshot via docker -> entrypoint.sh >...

@vania-pooh Ok, I have figured it out. The problem was not QEMU installed on host but the one installed in guest (Ubuntu). I've supposed that the Dockerfile will install the...

I also have the same problem. It looks like the events (cycle_prev & cycle_next) are being triggered but images are not being slided.