- 10 Dec, 2013 3 commits
-
-
the toString() function is not called by gecko because a DOMNode does not inherits from Object. We should call a specific function to serialize the content of the XML.
Laurent Jouanneau authored -
-
- 09 Dec, 2013 1 commit
-
-
- 06 Dec, 2013 6 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 11 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 -
-
-
-
-
-