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

26 Коммитов

Автор SHA1 Сообщение Дата
bclary@bclary.com 3703c3c05f JavaScript Tests - standardize test reporting for shell and browser, bug 380257 2007-05-25 17:19:18 -07:00
bclary@bclary.com d9db2bdf6b JavaScript Tests - factor common code into top level shell.js|browser.js, bug 379779, r=igor, sr=brendan 2007-05-19 13:05:05 -07:00
bclary@bclary.com 84ccceb26d JavaScript Tests - replace JavaScriptOptions, bug 379701 2007-05-04 11:49:29 -07:00
bclary%bclary.com bffd225067 JavaScript Tests - update netscape.security.* detection, bug 372198 2007-03-01 01:31:24 +00:00
bclary%bclary.com 63723ba408 JavaScript Test - revert bad checkin for bug 274152 2007-02-28 22:24:24 +00:00
bclary%bclary.com e873572a96 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 f577de167a 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 d186d00677 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 5b9ebc350a 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 4d20ef20cf JavaScript Tests - tweak compareSource for decompilation testing 2006-09-14 12:31:31 +00:00
bclary%bclary.com ac63d10a3a JavaScript Tests - handle decompilation tests better, bug 352490 2006-09-13 09:59:15 +00:00
bclary%bclary.com b5406fa0be bug 332562 - Fix buggy loop in shell.js, patch by Seno Aiko 2006-04-03 13:33:33 +00:00
bob%bclary.com e36b8a8e51 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 0c224a23a1 Improve BigO calculations, no bug, not part of the build 2005-11-24 03:25:06 +00:00
bob%bclary.com e33676be8c JavaScript Test Library - trap exceptions when getting non-existent options in JavaScriptOptions() 2005-10-28 08:13:36 +00:00
bob%bclary.com ec09b78273 Correct calculation of averages in BigO() 2005-10-24 02:22:35 +00:00
bob%bclary.com 3522e21df2 Rewrite code to switch javascript options for strict/werror 2005-10-17 22:33:38 +00:00
bob%bclary.com 6d11aa1fb9 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 f5797aeb24 Add ability to run js/tests from browsers. Bug 263119 2005-03-18 19:09:59 +00:00
gerv%gerv.net 70dc80657e Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-13 00:07:56 +00:00
gerv%gerv.net 21d4b2141a 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 ab79e573d9 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 23d222431f Adding a utility function to detect the Rhino shell. 2002-04-10 22:39:16 +00:00
pschwartau%netscape.com 09987595a3 Adding two new utility functions. 2001-08-28 21:13:58 +00:00
pschwartau%netscape.com c3db8a47c0 "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 2e458fb55e Adding new test case for scope check and creating js1_5 test suite. 2000-09-25 21:24:09 +00:00