Commit Graph

3476 Commits

Author SHA1 Message Date
pschwartau@netscape.com
f3367eac38 Replace 'onload' with meaningless string. Alertboxes were popping up otherwise when the jsDriver.pl results file was opened! 2002-11-19 23:23:33 +00:00
pschwartau@netscape.com
1322218a92 Correcting minor formatting mistake at Retest List header. 2002-11-19 22:00:38 +00:00
pschwartau@netscape.com
dd195b53ce One-line fix for bug 62187, "JS shell producing too much console output on Mac" (r=waldemar, r=rginda). Without this fix, running the test driver is impossible on Mac 9. [NOT PART OF BROWSER BUILD]. 2002-11-19 20:53:17 +00:00
pschwartau@netscape.com
ffdb9e9eb0 Bringing Windows makefile for JS shell in sync with recent changes made to the browser build and to the js.mak(VC++) build of the JS shell; see bug 160592. [DOES NOT AFFECT BROWSER BUILD]. 2002-11-19 20:29:38 +00:00
timeless@mozdev.org
b0e387cee6 Bug 180783 nsDependentCString filename(PR_GetEnv("MOZILLA_JS_PROFILER_OUTPUT")) => ASSERTION: nsDependentCString must wrap a non-NULL buffer: 'aPtr'
r=dbradley sr=bz
2002-11-19 05:06:27 +00:00
timeless@mozdev.org
26d661bf38 Bug 58221 don't use strlen to check if a string is of length 0
patch by aaronl@vitelus.com r=timeless sr=bz
2002-11-17 05:16:49 +00:00
dbradley@netscape.com
44eb58b63c Bug 180098 - "--enable-activex-scripting" option seems to break composition window. Error was in enumeration when IDispatch logic was turned on. r=adamlock, sr=jst 2002-11-15 13:57:16 +00:00
seawood@netscape.com
5b2454aa98 Drop unneeded java build rules & variables since blackwood now builds using ant.
Bug #161617 r=edburns sr=beard
2002-11-14 19:36:28 +00:00
pschwartau@netscape.com
22f47b2086 Adding comments. 2002-11-14 02:12:15 +00:00
brendan@mozilla.org
e46c5a2519 Remove l10n_debug cruft, expand tabs, eliminate else-after-break, don't invade the standard C namespace with leading _ in identifiers, etc. (173827, r=scole@planetweb.com). 2002-11-13 22:59:15 +00:00
brendan@mozilla.org
9adb1988e3 Make enumeration const unless PL_DHASH_REMOVE is returned by the etor callback; improve several comments (174859, r=waterson, sr=beard). 2002-11-13 04:35:37 +00:00
pschwartau@netscape.com
89e8858d86 Removing redundant variable declarations. 2002-11-13 00:19:57 +00:00
pschwartau@netscape.com
20f72c6517 Adding more sections to cover str.search(), str.replace(). 2002-11-12 23:14:17 +00:00
brendan@mozilla.org
61d9dcfc7f Fix s.match('re', 'g') and similar cases to use the right local root (179524, r=rogerl). 2002-11-12 19:25:01 +00:00
pschwartau@netscape.com
2af451ba8b Comment fix. 2002-11-12 19:02:18 +00:00
pschwartau@netscape.com
b1519feb1a str.match() CAN take a 2nd parameter, if the 1st one is a string instead of a RegExp object. Added cases to cover that. 2002-11-12 18:33:39 +00:00
dbradley@netscape.com
06a43e744f NOT PART OF BUILD. Corrected scriptability tests. 2002-11-12 10:38:17 +00:00
dbradley@netscape.com
e4bb3ec53a Bug 173146 - Add support to XPConnect for IDispatch interface. Second round of changes. r=adamlock, sr=jst. Most changes are not part of build. 2002-11-12 08:22:35 +00:00
pschwartau@netscape.com
d3a3422d0e Initial add. Regression test for bug 179524. 2002-11-12 01:52:25 +00:00
pschwartau@netscape.com
5520b3ce4b Initial add. Regression test by igor@icesoft.no for bug 31255, bug 179366. 2002-11-10 20:56:42 +00:00
pschwartau@netscape.com
e24a14490e Initial add. Regression test for bug 179068. 2002-11-10 20:31:36 +00:00
seawood@netscape.com
dd426bc133 JS is a C only library and should be linked as such. 2002-11-09 08:18:25 +00:00
pschwartau@netscape.com
a11d38e656 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
b905769289 New engine command for JS2: was dikdik, now epimetheus. 2002-11-08 21:56:41 +00:00
pschwartau@netscape.com
94099314f2 Tweaking sort function. 2002-11-07 23:02:06 +00:00
pschwartau@netscape.com
42c5b7b42d Reinstituting check on |arr instanceof Array && arr.length === 0| from version 1.1 of test; this is necessary. 2002-11-07 22:57:40 +00:00
pschwartau@netscape.com
7961ac6fe0 Adding comments - 2002-11-07 22:43:52 +00:00
pschwartau@netscape.com
eafdea7d99 Adding cases with non-default sorting. 2002-11-07 19:40:26 +00:00
pschwartau@netscape.com
863e70412b Improving readability. 2002-11-07 19:25:42 +00:00
pschwartau@netscape.com
7e93b08239 Improving test: arr, arr.sort() must be more than just two arrays of the same length, they must be equal as objects. 2002-11-07 19:15:28 +00:00
pschwartau@netscape.com
55d2ab1409 Improving readability. 2002-11-07 19:05:57 +00:00
brendan@mozilla.org
765f91f549 Check in rogerl's patch for bug 178722, r=me. 2002-11-07 10:51:23 +00:00
pschwartau@netscape.com
10b22b96e9 Initial add. Regression test for bug 178722. 2002-11-07 04:20:27 +00:00
dbaron@fas.harvard.edu
746424466d Fix leaks of references to jsdService. r=rginda sr=alecf b=170194 2002-11-06 12:59:21 +00:00
pschwartau@netscape.com
1632fe601e New version of the test, by igor@icesoft.no; uses less memory. 2002-11-02 01:26:08 +00:00
pschwartau@netscape.com
7b53f15de2 Initial add. Regression test for bug 159334. 2002-11-01 02:00:08 +00:00
pschwartau@netscape.com
b638f75823 Improving comments. 2002-10-31 21:24:25 +00:00
pschwartau@netscape.com
583a7bd8e6 Don't ever run shell.js files as tests; they are only utility files. 2002-10-31 01:01:20 +00:00
pschwartau@netscape.com
3fe1bc7814 Initial add. Regression test for bug 177314. 2002-10-30 20:34:13 +00:00
mstoltz@netscape.com
786fdce035 Bug 168316 - When calling from Java into JS, add a "dummy" JS stack frame with
principal information for the security manager. r=dveditz, sr=jst, a=chofmann.
2002-10-30 03:15:59 +00:00
pschwartau@netscape.com
7b5be2d26c Initial add. Testcases created by Brendan in the course of fixing bug 96526. 2002-10-30 02:09:53 +00:00
pschwartau@netscape.com
841663aca5 Initial add. Utility file needed for certain tests in js/tests/js1_5/Expressions/. 2002-10-30 02:08:46 +00:00
pschwartau@netscape.com
8f3e860784 Fixed small bug in reporting of skipped tests. 2002-10-28 03:44:09 +00:00
pschwartau@netscape.com
9fa52a42c3 Improving efficiency by calling xp_path() as little as possible. Also, never call xp_path() on a user-provided path.
Improving consistency of style in the get_xxx_engine_command() functions.
2002-10-28 03:31:03 +00:00
pschwartau@netscape.com
a35616aaa1 Improving efficiency. Make $win_sep a global variable so we only have to call get_win_sep() once. And then, only use $win_sep if it differs from $path_sep. 2002-10-26 01:24:21 +00:00
pschwartau@netscape.com
1f45a130ca Removing two calls to xp_path(). They are unnecessary, since xp_path() gets called again later in the program on the same paths. This also fixes a couple of new bugs. Rev 1.41 of jsDriver made xp_path() more subtle on Windows: it may now return paths containing backslashes instead of forward slashes. But backslashes cause the Perl methods |join| and |grep|, both of which are used in jsDriver, to fail. So we are now delaying any calls to xp_path() until after those methods are used. 2002-10-26 00:11:50 +00:00
beard@netscape.com
efbbcb8e8a don't require release specific configuration for Darwin [not part of build] 2002-10-25 01:01:34 +00:00
brendan@mozilla.org
2368dbd4e2 Fix bug where lightweight function expression-statement result would contaminate caller result via js_Interpret's *result pigeon-hole, via better JSOP_POP vs. JSOP_POPV instruction selection (176125, r=shaver, a=dbaron). 2002-10-24 21:57:40 +00:00
waldemar@netscape.com
ddcc2c1ffd Fixed buffer overrun bug 174555 r=brendan, a=shaver 2002-10-18 23:03:16 +00:00
waldemar@netscape.com
497820ae58 MacOSX version of the build files; work with CodeWarrior 8.2 to create a Carbon JSRef. Doesn't build mach-o yet. 2002-10-18 01:40:40 +00:00