bclary%bclary.com
|
78808e4b74
|
JavaScript Test Library - properly terminate browser based test if uncaught exception occurs, no bug, not part of the build
|
2006-06-22 06:44:45 +00:00 |
bclary%bclary.com
|
c0cce73db5
|
JavaScript Test Library - add support for browser tests which complete after page load, bug 341550, a=bsmedberg for checkin to closed tree
|
2006-06-14 18:52:00 +00:00 |
bclary%bclary.com
|
50061f37e5
|
JavaScript Test Library - apply with null this parameter passes the global object as this, bug 306591
|
2006-04-26 06:33:40 +00:00 |
bclary%bclary.com
|
67a9aa98d5
|
JavaScript Test Library - remove push, pop, shift, splice tests, bug 312385
|
2006-04-26 06:15:13 +00:00 |
bclary%bclary.com
|
6dba750e96
|
JavaScript Test Library - Regression test for bug 312385
|
2006-04-19 02:35:10 +00:00 |
bclary%bclary.com
|
b3d8fe9935
|
bug 332562 - Fix buggy loop in shell.js, patch by Seno Aiko
|
2006-04-03 13:33:33 +00:00 |
bclary%bclary.com
|
6307e73482
|
Regression test for bug 301574, fix by shutdown
|
2006-03-13 02:45:26 +00:00 |
bclary%bclary.com
|
e576a4bfb7
|
JavaScript Test Library - improve basic gc emulation when other method are unavailable, thanks to Igor Bukanov. no bug, not part of the build
|
2006-03-02 22:00:11 +00:00 |
bob%bclary.com
|
c35118dd68
|
JS Test Library - properly escape embedded tags in output to browser windows, add call to actual GC from the JSDebugger service
|
2006-01-13 19:26:59 +00:00 |
bob%bclary.com
|
57b884e6a4
|
JS Test Library - move regression test for bug 309242 from js1_6 to js1_5 since it requires that e4x not be explicitly turned on, bug 309242
|
2006-01-13 19:20:34 +00:00 |
bob%bclary.com
|
57e398e664
|
JS Test Library - make sure JavaScriptOptions has the appropriate permission, no bug, not part of the build
|
2006-01-13 16:23:39 +00:00 |
bob%bclary.com
|
3e14b5d7a8
|
Update template boilerplate for 2006, no bug, not part of the build
|
2006-01-03 04:16:14 +00:00 |
bob%bclary.com
|
199f5b0e81
|
Regression test for regression caused by bug 285219, bug 320172, by shutdown
|
2005-12-24 01:03:44 +00:00 |
bob%bclary.com
|
6a3219464d
|
Regression test for bug 320887, by Blake Kaplan
|
2005-12-23 09:23:26 +00:00 |
bob%bclary.com
|
c82c184d94
|
Improve BigO calculations, no bug, not part of the build
|
2005-11-24 03:25:06 +00:00 |
bob%bclary.com
|
32c9983b76
|
Handle negative results tests in browser based tests, no bug, not part of the build
|
2005-11-20 06:06:54 +00:00 |
bob%bclary.com
|
b5e554e099
|
Regression test for bug 314887
|
2005-11-04 07:32:54 +00:00 |
bob%bclary.com
|
8bf2b51a32
|
JavaScript Test Library - trap exceptions when getting non-existent options in JavaScriptOptions()
|
2005-10-28 08:13:36 +00:00 |
bob%bclary.com
|
4f736e2a69
|
JavaScriptTest Library - convert printStatus message argument to a string before processing, Not part of the build
|
2005-10-27 06:50:02 +00:00 |
bob%bclary.com
|
d1ae773b22
|
Regression test for bug 304828
|
2005-10-26 12:28:50 +00:00 |
bob%bclary.com
|
6ee0501f8b
|
Correct calculation of averages in BigO()
|
2005-10-24 02:22:35 +00:00 |
bob%bclary.com
|
119bd97659
|
Regression test for bug 305002, by Hans-Andreas Engel
|
2005-10-23 12:49:02 +00:00 |
bob%bclary.com
|
979bbc78f2
|
Regression test for bug 305583, by shutdown
|
2005-10-23 12:40:52 +00:00 |
bob%bclary.com
|
4ee3992837
|
Rewrite code to switch javascript options for strict/werror
|
2005-10-17 22:33:38 +00:00 |
bob%bclary.com
|
29e33a49ff
|
String static methods
|
2005-10-14 00:05:20 +00:00 |
bob%bclary.com
|
ddaf1faeed
|
Add js1_6/String to JS Test Library
|
2005-10-14 00:03:21 +00:00 |
bob%bclary.com
|
05da21b767
|
Correct expected value, bug 310425
|
2005-10-11 19:49:34 +00:00 |
bob%bclary.com
|
982b2485c7
|
Regression test - E4X should be enabled even when e4x=1 not specified, test by Wladimir Palant, bug 301574
|
2005-10-11 06:39:28 +00:00 |
bob%bclary.com
|
1c629929be
|
move js1_5/Array/array-002.js to js1_6/Array/regress-290592.js, change test to reflect change where holes are not enumerated, bugs 290592, 311082
|
2005-10-11 04:46:24 +00:00 |
bob%bclary.com
|
c90b8bce84
|
Regression Test - test Array.indexOf/Array.lastIndexOf edge cases, test by Igor Bukanov, bug 310425
|
2005-10-10 04:40:39 +00:00 |
bob%bclary.com
|
330f67153b
|
JS Test Library - add js1_6/Array for JavaScript 1.6 Array extensions
|
2005-10-10 04:37:21 +00:00 |
bob%bclary.com
|
dc72915f69
|
E4X should be on by default while preserving comment hacks, bug 309342, bug 311147, tests by Brendan Eich
|
2005-10-10 00:15:05 +00:00 |
bob%bclary.com
|
a3771442df
|
Add js1_6/Regress to the JavaScript test library
|
2005-10-09 23:29:42 +00:00 |
bob%bclary.com
|
460fa180f3
|
Add js1_6 directory for JavaScript 1.6 testing
|
2005-10-09 23:24:21 +00:00 |