1. 12 Jul, 2013 2 commits
  2. 10 Jul, 2013 1 commit
  3. 03 Jul, 2013 1 commit
  4. 02 Jul, 2013 4 commits
  5. 01 Jul, 2013 1 commit
  6. 27 Jun, 2013 1 commit
    • - Type of window is "window", not "domwindow" in Gecko
      - The name of an exception for a syntax error is "SyntaxError"  in gecko
      - fixes utils.mergeObjects: it seems that the object constructor is undefined
        because of a bug in the security layer of sandboxes or a bug in slimerjs?
        Didn't really found the origin of this issue.
      Laurent Jouanneau authored
  7. 24 Jun, 2013 3 commits
  8. 21 Jun, 2013 1 commit
  9. 20 Jun, 2013 4 commits
  10. 18 Jun, 2013 2 commits
  11. 13 Jun, 2013 1 commit
  12. 09 Jun, 2013 4 commits
  13. 08 Jun, 2013 1 commit
  14. 07 Jun, 2013 1 commit
    • The call of webpage.open() (or openUrl()) is synchronous in PhantomJS,
      but is asynchronous in SlimerJS (it needs to open a real window etc..).
      
      So CasperJS should not launch the next step just after the call of
      webpage.openUrl(). A flag is set to true before this call, and
      then set to false when receiving the first event from the page loader.
      And this flag has to be checked before to execute the next step.
      Laurent Jouanneau authored
  15. 04 Jun, 2013 1 commit
  16. 02 Jun, 2013 4 commits
  17. 28 May, 2013 1 commit
  18. 27 May, 2013 4 commits
  19. 23 May, 2013 2 commits
  20. 22 May, 2013 1 commit