Граф коммитов

26 Коммитов

Автор SHA1 Сообщение Дата
bclary%bclary.com e0e327827f JavaScript Tests - standardize test reporting for shell and browser, bug 380257 2007-05-26 00:19:49 +00:00
bclary%bclary.com ae90306c5a JavaScript Tests - factor common code into top level shell.js|browser.js, bug 379779, r=igor, sr=brendan 2007-05-19 20:05:08 +00:00
bclary%bclary.com fdcf8cb57a JavaScript Tests - replace JavaScriptOptions, bug 379701 2007-05-04 18:49:31 +00:00
bclary%bclary.com 39d790359e JavaScript Tests - update netscape.security.* detection, bug 372198 2007-03-01 01:31:24 +00:00
bclary%bclary.com f9d8311018 JavaScript Test - revert bad checkin for bug 274152 2007-02-28 22:24:24 +00:00
bclary%bclary.com e00c3c3c62 JavaScript Test - remove add ecma_3/Unicode/uc-001.js to spidermonkey-n.tests, bug 274152.js 2007-02-28 22:06:39 +00:00
bclary%bclary.com 12a7a1d42a JavaScript Tests - kill writeLineToLog, etc. Not part of the build. Bug 358665, r=igor 2006-10-30 16:48:38 +00:00
cbiesinger%web.de 8807b2f780 Bug 341270 use the pref service's contract ID for
nsIPrefService/nsIPrefBranch, instead of the nsPref one
patch by Ryan Jones <sciguyryan+bugzilla@gmail.com> r=bclary
2006-10-20 09:58:28 +00:00
bclary%bclary.com cbce000cb5 JavaScript Tests - tweak success reporting, change comparison on source, no bug, not part of the build 2006-10-02 10:14:47 +00:00
bclary%bclary.com bdf65b7aca JavaScript Tests - tweak compareSource for decompilation testing 2006-09-14 12:31:31 +00:00
bclary%bclary.com 97d2e60736 JavaScript Tests - handle decompilation tests better, bug 352490 2006-09-13 09:59:15 +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
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 c82c184d94 Improve BigO calculations, no bug, not part of the build 2005-11-24 03:25:06 +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 6ee0501f8b Correct calculation of averages in BigO() 2005-10-24 02:22:35 +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 8f921cb6a6 convert msg argument in printStatus(msg) to string, add BigO function to estimate Big O of a data set, no bug, not part of the build. 2005-09-18 20:49:21 +00:00
bob%bclary.com 4218d0f595 Add ability to run js/tests from browsers. Bug 263119 2005-03-18 19:09:59 +00:00
gerv%gerv.net 368104ffe6 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-13 00:07:56 +00:00
gerv%gerv.net dabddf2034 Bug 236613: change to MPL/LGPL/GPL tri-license. This checkin does not actually change any licenses, but makes indentation and comment-formatting fixes so that the relicensing script is able to parse all the license blocks in the js/ directory. Once the smoke has cleared, I'll do the second step. 2005-02-02 23:52:03 +00:00
pschwartau%netscape.com 1f0fa0eff3 A more accurate inRhino() function. The previous one failed to distinguish Rhino from LiveConnect. 2002-11-08 22:42:25 +00:00
pschwartau%netscape.com 8343e0fb57 Adding a utility function to detect the Rhino shell. 2002-04-10 22:39:16 +00:00
pschwartau%netscape.com 136329a960 Adding two new utility functions. 2001-08-28 21:13:58 +00:00
pschwartau%netscape.com 38c1d1eb9c "for (i in myArray)" produces unintentional side effects if a test modifies Array.prototype or Object.prototype. Use for (i=0; __; i++) instead. 2001-04-18 22:33:31 +00:00
pschwartau%netscape.com 0aefd9f03b Adding new test case for scope check and creating js1_5 test suite. 2000-09-25 21:24:09 +00:00