Changes between Initial Version and Version 1 of Ticket #10443
- Timestamp:
- Dec 1, 2009, 6:22:42 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10443 – Description
initial v1 1 1 From Julian Cerruti (IBM): 2 2 3 Here I provide two patches (a 'hackish' easy version - 'hack', and a bit more refined one - 'tidy') that basically modify 4 doh to send Error objects generated inside unit tests to console.error instead of console.debug, if we're running inside 3 This patch modifies doh to send Error objects generated inside unit tests to console.error instead of console.debug, if we're running inside 5 4 Firefox and that method is available. 6 5