- 06 Dec, 2013 5 commits
-
- 05 Dec, 2013 3 commits
-
-
if a property is only a getter, we could have a Javascript error in strict mode when setting the value to the new object. "TypeError: setting a property that has only a getter" We should then define the property with defineProperty, not by setting the value on the new object.
Laurent Jouanneau authored -
When calling the gecko version of mergeObjects, options were missing. So a test about keepReferences failed with SlimerJS & gecko25+...
Laurent Jouanneau authored
- 04 Dec, 2013 1 commit
- 02 Dec, 2013 2 commits
-
-
- 01 Dec, 2013 2 commits
-
-
- 29 Nov, 2013 4 commits
-
-
- 28 Nov, 2013 3 commits
-
- 27 Nov, 2013 4 commits
-
-
-
-
Prevent overriding of preconfigured casper instance in a test environment
Nicolas Perriault authored
-
- 26 Nov, 2013 12 commits
-
-
This was a hard decision to take, but too many people just don't read the docs and create new casper instance in a test env, overriding the preconfigured one which creates cumbersome and hard to understand situation. Hopefully this change will inform users right from the place they read docs the most, fatal error messages.
Nicolas Perriault authored -
-
-
-
-
-
-
- 25 Nov, 2013 3 commits
-
-
Introduced a new Casper `silentErrors` option which is set to `false` by default.
Nicolas Perriault authored
-
- 21 Nov, 2013 1 commit
-
-