deanmao / node-chimera

A new kind of headless webkit integration for nodejs; a great alternative to phantomjs.
http://www.deanmao.com/2012/08/13/enter-chimera/
MIT License
847 stars 45 forks source link

Ability to Silence WebKit #11

Closed cjihrig closed 4 years ago

cjihrig commented 11 years ago

Is there a way to silence WebKit messages? For example, messages about insecure content when a HTTPS site loads a HTTP resource. This would be a great feature to have.

deanmao commented 11 years ago

no way to silence right now, but I could add that as a feature of course. I just have some really basic cout << in the code for debugging purposes.

cjihrig commented 11 years ago

@deanmao I would like to contribute to this project. Unfortunately, I'm having a lot of issues building on Ubuntu. Particularly, the compile_qt.sh script is complaining that I don't have 'make' installed, even though I do.

Trindaz commented 11 years ago

@cjihrig I had the same issue on Mac OS X. The problem has two causes. 1) The qt source bundled with chimera is missing the contents of qt/config.tests so qt/config will never discover the make path. 2) The .zip file from the qt website with the qt source uses non-Unix line endings. This will cause all of kinds of other errors, one of which for me was not finding make, so make sure you use the .tar.gz archive from the qt website and not the .zip option when downloading the 4.8.4 source.