- 09 May, 2012 2 commits
-
-
- 08 May, 2012 1 commit
-
-
- 07 May, 2012 2 commits
-
-
- 05 May, 2012 2 commits
-
-
- 02 May, 2012 1 commit
-
-
- 01 May, 2012 7 commits
-
-
- 30 Apr, 2012 5 commits
-
-
- 29 Apr, 2012 1 commit
-
-
- 28 Apr, 2012 2 commits
-
-
- 27 Apr, 2012 2 commits
-
-
This fixes a bug where casperjs' python launcher process won't pass along kill signals to the phantomjs subprocess. This patch works by using an exec system call which causes the phantomjs subprocess to completely replace the casperjs parent process (while maintaining the same pid). This patch also has the added benefit of saving 10 megs or so of memory.
Justine Tunney authored -
-
- 26 Apr, 2012 1 commit
-
-
- 24 Apr, 2012 1 commit
-
-
- 20 Apr, 2012 2 commits
-
-
- 13 Apr, 2012 1 commit
-
-
- 09 Apr, 2012 2 commits
-
-
- 05 Apr, 2012 1 commit
-
-
allow specification of raw query string for POST in ClientUtils.getBinary()
Nicolas Perriault authored
-
- 04 Apr, 2012 2 commits
-
-
this is useful in cases where there are hidden form fields you need to grab via something like ``` var form_data = this.evaluate(function() { return jQuery('form').serialize(); }); var base64contents = this.base64encode(form_url, 'POST', form_data); ```
Rafael authored -
-
- 02 Apr, 2012 1 commit
-
-
- 01 Apr, 2012 1 commit
-
-
- 31 Mar, 2012 1 commit
-
-
- 28 Mar, 2012 2 commits
-
-