bclary@bclary.com
4fbafc30e9
JavaScript Tests - standardize test reporting for shell and browser, bug 380257
2007-05-25 17:19:18 -07:00
bclary@bclary.com
34c73f8469
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
ecd76abfa2
JavaScript Tests - replace JavaScriptOptions, bug 379701
2007-05-04 11:49:29 -07:00
roc+@cs.cmu.edu
0054412272
Bug 374866. Reftests for text-transform. r=dbaron
2007-03-22 16:01:14 -07:00
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
a1bb44ddc1
JavaScript Tests - increase memory pressure in browser based gc(), bug 327198
2007-03-01 19:50:33 +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
34e5623b82
JavaScript Test - teach test |new Date()| and |new Date| are equivalent, bug 352016,
2006-09-10 08:20:30 +00:00
bclary%bclary.com
0da0968ed7
JavaScript Test Library - update browser.js adapters, bug 349827
2006-08-23 05:42:44 +00:00
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
b3d8fe9935
bug 332562 - Fix buggy loop in shell.js, patch by Seno Aiko
2006-04-03 13:33:33 +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
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
2f0678e8b8
Change GLOBAL string to be calculated from global this.toString() to eliminate erroneous errors in debug builds, no bug, not part of the build
2005-11-24 03:41:37 +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
8bf2b51a32
JavaScript Test Library - trap exceptions when getting non-existent options in JavaScriptOptions()
2005-10-28 08:13:36 +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
94ef0d67d7
automated testing - add full path to test results written to stdout, add simulated gc() for browser based tests (from Igor Bukanov), not part of the build, no bug
2005-10-09 23:19:44 +00:00
gerv%gerv.net
a656eecc05
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-09-13 18:40:56 +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
8c57572d65
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-02-12 20:11:18 +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
nboyd%atg.com
64101e02a5
Fix test: can only look for FunctionDeclaration syntax.
...
15.3.4.2 Function.prototype.toString ( )
An implementation-dependent representation of the function is returned. This representation has the syntax of a
FunctionDeclaration. Note in particular that the use and placement of white space, line terminators, and semicolons
within the representation string is implementation-dependent.
2001-04-24 12:55:25 +00:00
pschwartau%netscape.com
dfe73ef724
Minor change; see Brendan's comment at 2001-04-19 12:00 in Bugzilla bug 76634.
2001-04-20 04:57:51 +00:00
pschwartau%netscape.com
b5f153ba2e
Made this testcase acknowledge that indirect eval is LEGAL; see bug 38512.
2001-02-06 07:57:17 +00:00
pschwartau%netscape.com
904cfabfa9
Made this testcase acknowledge that indirect eval is LEGAL; see bug 38512.
2001-02-06 07:33:28 +00:00
pschwartau%netscape.com
d91df546f5
Made this testase acknowledge that indirect eval is LEGAL; see bug 38512.
2001-02-06 06:52:59 +00:00
pschwartau%netscape.com
548e4a5cd6
Changed comma expresions in this testcase from trivial to non-trivial. Explanation is in the introduction.
2001-02-05 04:58:39 +00:00
norris%netscape.com
8c7e3cf788
Fix typo.
2000-03-07 17:22:43 +00:00
rogerl%netscape.com
56d9ddc6f5
version() must have int type argument
1999-12-06 22:45:53 +00:00
dmose%mozilla.org
a3997676e7
updated license boilerplate to xPL v1.1
1999-11-02 22:23:59 +00:00
rogerl%netscape.com
b9e8b7deb0
Changed -n to regular since the error is getting detected in the code now.
1999-11-02 01:55:59 +00:00
cbegle%netscape.com
47f6d82edf
Add a regression test case for #7224 .
...
This is not part of the mozilla build and has no effect on build bustage.
1999-07-16 01:30:24 +00:00
cbegle%netscape.com
8338dd389c
adding more javascript language tests
1999-05-26 22:24:04 +00:00