Commit Graph

7452 Commits

Author SHA1 Message Date
brendan%mozilla.org
0e628dfa78 Comment typos fixed. 2005-12-08 17:59:45 +00:00
brendan%mozilla.org
5473753429 Fix uninitialized variable use in an assertion (311583, r=igor). 2005-12-07 22:42:06 +00:00
mrbkap%gmail.com
c1c671891e bug 319384: Don't use unsigned objects for signed values. Also give the "can't convert to integer" error an exception type so that it can be caught. r=daumling@adobe.com sr=brendan 2005-12-07 20:49:52 +00:00
brendan%mozilla.org
47984fd9cc Add missing TOK_XMLSPACE case (one-line fix to 318922, r=mrbkap). 2005-12-06 23:40:36 +00:00
bzbarsky%mit.edu
709973dd99 Make sure to keep memberval alive while we use it. Bug 318969, r=mrbkap, sr=jst 2005-12-06 04:48:19 +00:00
brendan%mozilla.org
1385a88fa8 Fix some style nits. 2005-12-05 23:41:30 +00:00
brendan%mozilla.org
0b0e90d50c Patch from Michael Daumling <daumling@adobe.com> to let the OOM message be localized (318767, r=me). 2005-12-05 21:35:15 +00:00
brendan%mozilla.org
2f2cb5e85a Fix XML folding to skip name nodes with list arity due to embedded {expr} terms (318922, r=mrbkap). 2005-12-05 05:26:50 +00:00
bsmedberg%covad.net
d54d3d7b09 Reverting bug 316416 due to Ts regression and mysterious monkey orange :-( 2005-12-03 15:27:17 +00:00
dbaron%dbaron.org
f2a37733b9 Make wrapper preservation (the mechanism that makes the GC use reachability information between certain C++ objects rather than rooting at language boundaries) use an interface (nsIDOMGCParticipant) to get reachability information. Preserve the wrappers for event handlers as long as what they are attached to is reachable (from C++ or JS) to avoid entraining event handler closures in cycles. b=241518 r=mrbkap sr=jst 2005-12-03 07:42:40 +00:00
jst%mozilla.jstenback.com
f95e73dac7 Fixing bug 318873. Crash in js_GetLocalizedErrorMessage(). Patch by tor@acm.org, r+sr=jst@mozilla.org 2005-12-03 07:32:07 +00:00
brendan%mozilla.org
a9762daf5d Michael Daumling <daumling@adobe.com> patch to allow user-defined errors, finally (thanks to Michael for doing this; 215173, r=mrbkap/me). 2005-12-03 02:31:21 +00:00
bsmedberg%covad.net
18d1271404 Bustage fix, bug 316416, nested classes are not automatically friendly. 2005-12-02 17:09:19 +00:00
bsmedberg%covad.net
28e3019754 Bug 316416 - Convert nsIComponentLoader into nsIModuleLoader, xpcom bits r=darin xpconnect bits r=shaver; and bug 318625 - Make a version of nsTArray.AppendElement that doesn't copy-construct, r=darin 2005-12-02 16:34:42 +00:00
brendan%mozilla.org
d0fdbe647b Followup to maximize error-reporting code sharing (315436, r=daumling). 2005-12-01 21:05:12 +00:00
brendan%mozilla.org
16b5d0988a Fix from Michael Daumling <daumling@adobe.com> to make read-only assignment a strict warning (315436, r/sr=mrbkap/brendan). 2005-12-01 02:26:35 +00:00
dougt%meer.net
0b8260d91c Allowing js to be statically linked, if desired. r=bsmedberg. b=236617 2005-11-30 17:38:49 +00:00
mrbkap%gmail.com
4e4b58e6fa bug 307526: Add a -i option to the two shells to force interactive mode so that it's possible to use xpcshell from Emacs (where isatty returns bad results). r=dmose sr=brendan 2005-11-29 23:52:28 +00:00
dougt%meer.net
a6e31396b5 PR_MemMap is busted on WINCE. Until it is fixed, disable memory map access in js loader. b=318077. r=dougt. WINCE only. 2005-11-29 05:44:40 +00:00
mrbkap%gmail.com
3a77b12867 bug 317476: The error thrown by JS_ReportError is not catchable. r=brendan 2005-11-28 20:42:30 +00:00
mrbkap%gmail.com
b51cc879fb bug 317533: Don't get confused by final if statements when determining if a function always returns a value. r=brendan 2005-11-28 20:35:13 +00:00
timeless%mozdev.org
9b0852aaf7 Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 21:57:13 +00:00
timeless%mozdev.org
db820cf720 Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 08:16:51 +00:00
brendan%mozilla.org
9d0de76443 Fix bad regression in fix for 316885 (317714, r=shaver). 2005-11-25 07:49:05 +00:00
bob%bclary.com
7c234773e0 Improve BigO reporting, no bug, not part of the build 2005-11-24 04:54:52 +00:00
bob%bclary.com
b756f93fe2 Test for version() function's existence so that test does not fail in the browser, no bug, not part of the build 2005-11-24 04:51:38 +00:00
bob%bclary.com
9990df994c Correct erroneous tests, no bug, not part of the build 2005-11-24 04:49:48 +00:00
bob%bclary.com
0c69c8767b Fix test by constructing valid date from toDateString() and toLocaleTimeString(), no bug, not part of the build 2005-11-24 04:46:08 +00:00
bob%bclary.com
562ff36e70 Remove @ native from global toString in debug builds, no bug, not part of the build 2005-11-24 04:43:16 +00:00
bob%bclary.com
002d82bd70 Add JavaScript language version to mime attribute of js1_x browser tests, no bug, not part of the build 2005-11-24 04:40:43 +00:00
bob%bclary.com
1bdaa6408a Remove jsbrowser, e4xbrowser from browser target, no bug, not part of the build 2005-11-24 04:39:15 +00:00
bob%bclary.com
2f785718f4 Add call to test() to display status messages, no bug, not part of the build 2005-11-24 04:01:38 +00:00
bob%bclary.com
b30d745874 BUGNUMBER is not a URL, no bug, not part of the build 2005-11-24 03:51:58 +00:00
bob%bclary.com
85cb04ad3b 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
0c224a23a1 Improve BigO calculations, no bug, not part of the build 2005-11-24 03:25:06 +00:00
bob%bclary.com
e961da4da3 Rename regress-234389.js to regress-234389-n.js since successful test throws an exception, no bug, not part of the build 2005-11-24 03:07:55 +00:00
jag%tty.nl
4a7d85ba3e Sorry, no tabs allowed here. (whitespace-only change, r=jack, sr=lumpy) 2005-11-23 07:09:37 +00:00
brendan%mozilla.org
fc8c3998b8 No switch for threaded interpreter (121414, r=igor). 2005-11-22 04:47:42 +00:00
brendan%mozilla.org
21b200f08b Root me harder (316885 r/sr=igor/shaver). 2005-11-22 00:47:05 +00:00
dougt%meer.net
d2a7417e56 Fixing build bustage on minimo linux. Shell doesn't compile when building against minimo. 2005-11-22 00:12:49 +00:00
igor%mir2.org
df24c9296d Fixing bug 316879:
I hope this time the implementation of optimization for int-only operations
is the right one. review=brendan
2005-11-22 00:03:04 +00:00
mrbkap%gmail.com
1631ef2f9d bug 316990: Allow hasOwnProperty to work, even with split windows, by checking that the returned object is actually the inner object of |this|. r=brendan 2005-11-21 19:40:55 +00:00
bob%bclary.com
2b90ed855c Regression test for bug 96526, behavior has changed due to bug 311583, holes are no longer represented by undefined in array.toSource() 2005-11-21 07:25:33 +00:00
timeless%mozdev.org
98c84e24ac Bug 106386 Correct misspellings in source code
patch by supernova_00@yahoo.com r=timeless rs=brendan
2005-11-21 06:30:34 +00:00
bryner%brianryner.com
9aa84f551d Only issue a warning if we failed to map a file, not an assertion. This doesn't violate any built-in assumptions. Bug 317205, r=shaver. 2005-11-21 03:27:32 +00:00
brendan%mozilla.org
1d59dac7f6 Fix bogus assertion. 2005-11-20 21:37:14 +00:00
igor%mir2.org
922e2e894c Removal of the previous commit: my patch brought bogus assert in JSOP_NEG:
the result of -rval can fit jsint even if rval is not int in cases like when
rval is "1" string.
2005-11-20 19:25:47 +00:00
igor%mir2.org
6b6b0f28b6 Fixing bug 316879:
Special treatment of int values in numeric operations for faster and smaller
code. r=brendan
2005-11-20 18:14:21 +00:00
bob%bclary.com
8619eb83da Regression test for bug 232182, by Michael Daumling 2005-11-20 06:47:15 +00:00
bob%bclary.com
03e59d0c06 Obsolete ecma_3/Statements/regress-121744.js, no bug, not part of the build. 2005-11-20 06:15:10 +00:00
bob%bclary.com
e9c41dcab9 Test for shell only constructs to prevent false negatives when running tests in the browser, no bug, not part of the build 2005-11-20 06:10:46 +00:00
bob%bclary.com
88e1c12a5e Modify test to handle script error path when running in the browser, no bug, not part of the build 2005-11-20 06:08:42 +00:00
bob%bclary.com
eb0dcad057 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
6c7a3b0acc Change default mode from Quirks to Standards in browser based tests, no bug, not part of the build 2005-11-20 06:01:39 +00:00
bob%bclary.com
7bf0c1bd09 Remove obsolete JS test automation scripts, no bug, not part of the build 2005-11-20 05:59:09 +00:00
bob%bclary.com
c17f87551f Modify JS test automation to be driven by external text files containing lists of urls, no bug, not part of the build. 2005-11-20 05:56:58 +00:00
igor%mir2.org
765babd101 Fix for bug 311583:
Not uneval(array) uses elision, not undefined, to represent array holes.
r=brendan
2005-11-20 01:12:58 +00:00
igor%mir2.org
d1471187a3 Fixing bug 316993 +jump generation cleanup 2005-11-19 22:57:49 +00:00
brendan%mozilla.org
d190f94f8e Threaded interpreter, first step toward more aggressive optimizations (121414, r=shaver). 2005-11-19 03:20:17 +00:00
brendan%mozilla.org
6af9912379 Toasted Windows, not able to debug till tomorrow, backing out. 2005-11-18 06:19:46 +00:00
brendan%mozilla.org
86ccad8608 Threaded interpreter, first step toward more aggressive optimizations (121414, r=shaver). 2005-11-18 04:22:25 +00:00
igor%mir2.org
cbf3b32676 Fix for bug 302849: js shell calls setlocal, r=shaver 2005-11-17 17:32:00 +00:00
igor%mir2.org
2f5e6f0d10 Fix for bug 312138:
js_HeapSort terminates as soon as sort function indicates so. r=brendan
2005-11-16 10:02:57 +00:00
bzbarsky%mit.edu
f02076fb6f Get principals for XPConnect wrapped natives off their scope instead of walking
their parent chain.  Add some asserts to check that this actually does give the
same result, which it should with splitwindow.  Bug 289655, r=dbradley, sr=jst
2005-11-16 02:12:21 +00:00
bzbarsky%mit.edu
b4e353549f Keep reading from the sync stream till we're done. Bug 303376, r=darin, sr=jst 2005-11-16 02:04:10 +00:00
bob%bclary.com
6c8cc6658d Regression test for bug 315509, by moz_bug_r_a4 2005-11-14 19:25:22 +00:00
brendan%mozilla.org
e22351e864 Fix old logic bug in useless expression eliminator (315990, r=mrbkap). 2005-11-11 20:20:19 +00:00
bsmedberg%covad.net
78f6d0683d Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver 2005-11-11 14:36:26 +00:00
mrbkap%gmail.com
24c101cf4c bug 315925: Fix some nits in TestUtf8 including better bad-argument handling and general JS style nits. r=brendan 2005-11-10 22:19:22 +00:00
pkw%us.ibm.com
9c71c9931d AIX bustage fix after checkin of Bug 315288 enabled UTF-8 strings in JS. Changed C++ style comment to C style comment. No bug.
r=shaver@mozilla.org
2005-11-10 21:03:28 +00:00
bsmedberg%covad.net
caee95c028 Bug 315401 - XPTI_GetInterfaceInfoManager is a bad signature and should be removed, r=darin sr=jst 2005-11-10 16:19:44 +00:00
mrbkap%gmail.com
ee19e5b458 bug 315797: The label goes after the variables that were never set. r=brendan 2005-11-10 07:09:22 +00:00
mrbkap%gmail.com
e5b2badc4d bug 315509: array_unshift doesn't deal with holes in the array correctly. Patch from moz_bug_r_a4@yahoo.com. r=mrbkap 2005-11-08 20:58:28 +00:00
dougt%meer.net
57e921b9c8 WindowsCE doesn't really have a console per se. displaying the xpc shell as it isn't build on windows ce. WINCE only. 2005-11-07 20:58:30 +00:00
bob%bclary.com
22347fd8e9 JavaScript Test Library - test size of string operands, not number of iterations of concat 2005-11-07 07:26:33 +00:00
bob%bclary.com
cef24765d4 JavaScript Test Library - automation, proper handling of exit codes for timed executions 2005-11-07 07:10:59 +00:00
bob%bclary.com
bfe41df825 JavaScript Test Library - add test path to ecma_3/Date/shell.js 2005-11-07 07:03:15 +00:00
mrbkap%gmail.com
030dd22ead bug 315147: Error JSMSG_UNDEFINED_PROP should be JSEXN_REFERENCEERR (pointed out by Michael Daumling). r=brendan 2005-11-05 02:01:17 +00:00
mrbkap%gmail.com
809abae6c7 bug 232182: Allow SpiderMonkey to deal with UTF-8 strings (controlled by a define). Patch from Michael Daumling <daumling@adobe.com>. r=shaver 2005-11-05 01:06:30 +00:00
szegedia%freemail.hu
6260d33506 Added enter() and exit() methods to ContextFactory - behave identically to enter() and exit() in Context, except that the context factory on which the methods are invoked is used instead of the ContextFactory.global 2005-11-04 13:37:45 +00:00
szegedia%freemail.hu
6074b83bc6 Bugzilla #312702: Feature for limiting call stack depth in interpeter 2005-11-04 13:10:56 +00:00
bob%bclary.com
dd021cc4ed Regression test for bug 314887 2005-11-04 07:32:54 +00:00
mrbkap%gmail.com
cfd7dbec0a bug 314890: Add in a fast early-out pointer comparison for quick string compares. r=brendan 2005-11-03 22:01:09 +00:00
brendan%mozilla.org
db4481ee41 Don't store non-GC-things in local roots (3148887, r=mrbkap). 2005-11-03 17:50:04 +00:00
brendan%mozilla.org
fa44e6b5aa Augh. 2005-11-03 02:23:59 +00:00
brendan%mozilla.org
0f10624173 Oops. 2005-11-03 01:56:52 +00:00
brendan%mozilla.org
999f42157c Whitespace policing. 2005-11-03 01:45:06 +00:00
brendan%mozilla.org
da295763b5 Better AMD64 detection, courtesy wtchang, in bug 226094. 2005-11-03 01:39:39 +00:00
brendan%mozilla.org
1dba545634 MSVC on AMD64 LLP64 type model support (226094, r=me on patch from Michael Moy <mmoy@yahoo.com>). 2005-11-03 01:22:09 +00:00
mrbkap%gmail.com
f014b5fc1f bug 294302: Map JSMSG_CANT_OPEN to a real exception type so that shell scripts can catch failed loads. r=brendan 2005-11-03 00:16:14 +00:00
mrbkap%gmail.com
9bd744a01e bug 313220: Push the sandbox's context onto the context stack so that functions that need to use the current fp can find it. r=brendan sr=shaver 2005-11-02 22:07:15 +00:00
bsmedberg%covad.net
5a3dee9942 Bug 307168 - Add configure test for GCC bug that prevent the pragma-visibility stuff from working properly on some configurations, and also clean up usages of HAVE_VISIBILITY_PRAGMA which should really be HAVE_VISIBILITY_ATTRIBUTE r=roc+wolfiR, previous revisions reviewed by bryner 2005-11-02 14:14:18 +00:00
timeless%mozdev.org
d72cc699d0 Bug 276979 Unrooted JSObject in nsXPCWrappedJSClass::DelegatedQueryInterface crashes [@ js_LookupPropertyWithFlags ]
r=mrbkap sr=bz
2005-11-02 04:07:55 +00:00
bob%bclary.com
dd7fc0840a Regression test for bug 313592, by Seno Aiko 2005-11-01 19:00:33 +00:00
brendan%mozilla.org
46a92c27aa Use explicit local roots in native methods (313763, r/sr=igor/shaver). 2005-11-01 01:13:36 +00:00
mrbkap%gmail.com
a94fa7d326 bug 314401: Handle a null scopeobj (don't crash, report an error instead). This is my version of a patch from moz_bug_r_a4@yahoo.com. r=brendan 2005-10-31 19:50:49 +00:00
mrbkap%gmail.com
317210d2b9 bug 314456: Handle the empty string better. r/sr=brendan/dveditz 2005-10-31 19:31:55 +00:00
bob%bclary.com
e7f6c4ecd9 Regression test for bug 313929, use XML to defer error to runtime 2005-10-29 11:26:23 +00:00
bob%bclary.com
ce28095302 Regression test for bug 313929, by Seno Aiko 2005-10-29 06:32:23 +00:00
mrbkap%gmail.com
be646f33a3 bug 313375: Oops, we're locking the wrong object! r=brendan sr=jst 2005-10-28 22:45:12 +00:00
brendan%mozilla.org
ab5e44bb8d Fix script_thaw to set its local root. 2005-10-28 18:14:44 +00:00
brendan%mozilla.org
ba3f8cafc4 Internal invocation result GC protection, after a patch from Igor (313952, r/sr=mrbkap/shaver). 2005-10-28 18:07:42 +00:00
igor%mir2.org
f2b2996f42 Fixing bug 313938: better handling of GC strings 2005-10-28 09:50:12 +00:00
bob%bclary.com
106bc6a487 Trap possible exceptions to sure JavaScript Options are reset 2005-10-28 08:17:28 +00:00
bob%bclary.com
5cf264ab62 Be sure to reset JavaScript options before test ends. 2005-10-28 08:16:10 +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
mrbkap%gmail.com
16971355eb bug 314059: Make sure to untag the jsval when we use it. r=brendan 2005-10-28 01:10:49 +00:00
brendan%mozilla.org
0fb916cac2 Fix xml_child to include leaf types (attributes, PIs, etc.) in its result (313799, r=mrbkap). 2005-10-27 21:48:20 +00:00
mrbkap%gmail.com
6a2996e793 Some random fixes on top of a patch from Johan Bevemyr <jb@bevemyr.com>. 2005-10-27 21:12:13 +00:00
bob%bclary.com
35e96efb0c 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
1bb25b3ccc Regression test for bug 281487, add status messages making it clear the test is DEBUG only and only fails if it crashes. Not part of the build 2005-10-27 06:46:37 +00:00
bob%bclary.com
401cfd8900 JavaScript Test Library - Add js1_6 to the automated tests, not part of the build. 2005-10-27 06:43:50 +00:00
brendan%mozilla.org
8c662582d4 E4X ISO/ECMA-Edition-2 change to XML.prototype.child, plus common subroutining (313949, r=mrbkap). 2005-10-27 02:55:51 +00:00
brendan%mozilla.org
7b0ebc0259 Fix CDATA end sequence scanning (313929, r=mrbkap). 2005-10-26 20:54:22 +00:00
bob%bclary.com
2cc427d996 Regression test for bug 304828 2005-10-26 12:28:50 +00:00
bob%bclary.com
ab87b51f6c Regression test for bug 313799, fix typo. Thanks to Seno Aiko for the catch 2005-10-26 10:29:55 +00:00
bob%bclary.com
03444f36e3 Regression test fo rbug 313567, by Igor Bukanov 2005-10-26 10:16:43 +00:00
bob%bclary.com
052cbefcb5 Regression test for bug 313570, by Yuh-Ruey Chen 2005-10-26 10:08:56 +00:00
brendan%mozilla.org
036a925773 mrbkap's fix for 313799, r=me. 2005-10-26 08:34:13 +00:00
bob%bclary.com
944fa95a6f Regression test for bug 313799, by Seno Aiko 2005-10-26 08:00:06 +00:00
bob%bclary.com
c6efb002d7 Regression test for bug 313803, by Colin Blake 2005-10-26 07:40:56 +00:00
timeless%mozdev.org
19ece1aaf1 Bug 313803 uneval() on func with embedded object with getter or setter has unmatched parenthesis
patch by colin@theblakes.com r=mrbkap sr=brendan
2005-10-26 05:23:50 +00:00
jst%mozilla.jstenback.com
baa0bf293f Followup fix for bug 313373. Make sure call methods on the right object when dealing with double wrapped JS objects. r=shaver@mozilla.org, sr=brendan@mozilla.org 2005-10-26 02:25:05 +00:00
mrbkap%gmail.com
d46c7859d9 Clean up a compile error from my last checkin. Take a suggestion from John Bevemyr <jb@bevemyr.com> so that readln returns null, and not false on EOF to make distinguishing between an empty line and EOF trivial. NPOTB 2005-10-25 20:48:16 +00:00
brendan%mozilla.org
66d36e5359 Fix string.length to be specific for String objects, generic for others for backward compat; and simplify resolve/enumerate accordingly (313567, r/sr=igor/shaver). 2005-10-25 15:58:33 +00:00
bob%bclary.com
57680965b1 Regression test for bug 304897, match shell behavior 2005-10-25 11:50:43 +00:00
bob%bclary.com
909c3c70b5 Regression test for Date.prototype.toLocaleFormat, remove test for %x 2005-10-25 10:38:41 +00:00
bob%bclary.com
bbeaf64202 Regression test for bug 304376, restore String constructor 2005-10-25 10:00:31 +00:00
bob%bclary.com
c7cdb9da47 JavaScript Test Library - explicitly convert printStatus argument to string in e4x/shell.js, ecma_3/shell.js, no bug 2005-10-25 09:58:37 +00:00
brendan%mozilla.org
f96f8cbb8f Close a loophole Jesse pointed out. 2005-10-25 08:51:38 +00:00
brendan%mozilla.org
32c0127066 Consolidate and check fun->object access (313685, r=mrbkap). 2005-10-25 08:00:30 +00:00
bob%bclary.com
5a0a09ce73 Regression test for bug 313153, fix to compare string types, not part of the build 2005-10-25 07:15:07 +00:00
jst%mozilla.jstenback.com
44614095f4 Fixing bug 313373. Pass *vp through untouched to the checkAccess hook when checking for write access. r=mrbkap@gmail.com, sr=brendan@mozilla.org 2005-10-25 00:29:28 +00:00
brendan%mozilla.org
3081b361ad Easy local rooting fix (313630, r/sr=igor/shaver). 2005-10-24 23:44:04 +00:00
mrbkap%gmail.com
30a07cf51e bug 305628: Fix iloop on Windows and a couple of memory leaks. Still more work to be done, but this gets closer and closer. Lots of style nitpicks cleaned up too. rs=shaver 2005-10-24 21:35:57 +00:00
bryner%brianryner.com
c47a7f8696 Fix uninitialized result code in JS component loader (bug 313612) regression from bug 279839. Thanks to Boris for helping track this down. 2005-10-24 21:01:27 +00:00
bob%bclary.com
7c40adc831 Regression test for e4x/XML/13.4.4.3-02.js, catch exceptions to prevent exit code 3 2005-10-24 08:37:17 +00:00
bob%bclary.com
1bd7abaf4c Regression test for bug 313080 - catch exceptions to prevent exit code 3 2005-10-24 08:35:25 +00:00
bob%bclary.com
351bc32f57 Regression test for bug 311580 - remove expected exit code 3 as change no longer causes Out of memory errors 2005-10-24 08:34:02 +00:00
bob%bclary.com
3c3e18ef06 Temporarily exclude ecma_3/RegExp/regress-307456.js since it hangs the shell 2005-10-24 07:44:34 +00:00
brendan%mozilla.org
7c3560b7b5 Must convert obj to string in resolve and enumerate, Firefox depends on this (313565, r/a=me). 2005-10-24 07:18:16 +00:00
bob%bclary.com
512d3f118f Add js1_5/Error 2005-10-24 02:47:28 +00:00
brendan%mozilla.org
70d7915de1 Better local GC rooting (312278, r/sr=igor/shaver). 2005-10-24 02:45:45 +00:00
bob%bclary.com
a69558cbd1 Regression test for bug 311414, test function should return number, not array 2005-10-24 02:43:36 +00:00
bob%bclary.com
8924fa76b5 Regression test for bug 311580, slight performance improvement 2005-10-24 02:42:26 +00:00
bob%bclary.com
9422e9a70c Make sure to use :js: to identify talkback urls, not bug not part of the build 2005-10-24 02:40:55 +00:00
bob%bclary.com
f8b486ff3d Use jsDriver option -k instead of lynx to get text only failure report, no bug, not part of the build. 2005-10-24 02:39:28 +00:00
bob%bclary.com
79c7ba71dd Regression test for bug 312196 - Remove extraneous alert 2005-10-24 02:33:22 +00:00
bob%bclary.com
975b47fe92 Regression test for bug 226078, replace print by printStatus 2005-10-24 02:28:18 +00:00
bob%bclary.com
524eff9922 Regression test for bug 289669, by 'Bug Tracker' 2005-10-24 02:25:21 +00:00
bob%bclary.com
ec09b78273 Correct calculation of averages in BigO() 2005-10-24 02:22:35 +00:00
bob%bclary.com
900ee65ed5 Regression test for bug 286216, by Philipp Vogt 2005-10-23 23:56:19 +00:00
bob%bclary.com
c84ac3ed1d Regression test for bug 285219, by Brendan Eich 2005-10-23 23:45:59 +00:00
bob%bclary.com
4552014830 Regression test for bug 281487, by Philipp Vogt 2005-10-23 23:27:10 +00:00
bob%bclary.com
eeda5eb795 Regression test for bug 302531, by Blake Kaplan 2005-10-23 21:52:43 +00:00
brendan%mozilla.org
6ec00688d6 Fix class-prototype rooting to be bullet-proof (313500, r=igor). 2005-10-23 21:42:07 +00:00
brendan%mozilla.org
a000bfe5e8 Reorder to avoid a GC hazard (313479, r=igor). 2005-10-23 21:23:00 +00:00
bob%bclary.com
6eb57f63ec Regression test for bug 304376, by Blake Kaplan 2005-10-23 13:28:37 +00:00
bob%bclary.com
304f41302c Fix my errors in writing the testcases for bug 312692 2005-10-23 13:12:00 +00:00
bob%bclary.com
e1e720c62e Regression test for bug 304897, by simon 2005-10-23 13:02:28 +00:00
bob%bclary.com
629b053932 Regression test for bug 305002, by Hans-Andreas Engel 2005-10-23 12:49:02 +00:00
bob%bclary.com
caa6773171 Regression test for bug 305583, by shutdown 2005-10-23 12:40:52 +00:00
bob%bclary.com
ed1852f363 reset javascript options before calling reportCompare, no bug, fix my goof. 2005-10-23 12:31:35 +00:00
bob%bclary.com
73d703ff67 Regression test for bug 306633, by Michael Daumling 2005-10-23 12:29:03 +00:00
bob%bclary.com
3a94a1273d Regression test for bug 306727, by Michael Daumling 2005-10-23 12:18:56 +00:00
bob%bclary.com
29b606c9a8 Regression test for bug 306738, by Liam Davis-Mead 2005-10-23 12:06:37 +00:00
bob%bclary.com
2c6f0fc981 Regression test for bug 307456, by Lupin.wp 2005-10-23 11:46:35 +00:00
bob%bclary.com
4e43375628 Regression test for bug 308566 2005-10-23 10:56:42 +00:00
bob%bclary.com
7efae41b33 Regression test for bug 310295, by Konstantin Mirny 2005-10-23 08:36:57 +00:00
bob%bclary.com
64d2b3908c Regression test for bug 310607, by Daniel Krieg 2005-10-23 08:09:22 +00:00
bob%bclary.com
4ee5baf495 Regression test for bug 311414, by timeless 2005-10-23 08:00:36 +00:00
bob%bclary.com
feff0570a6 Regression test for bug 311583, by Igor Bukanov 2005-10-23 07:31:07 +00:00
bob%bclary.com
2436624f45 Regression test for bug 311583, by Igor Bukanov 2005-10-23 07:05:43 +00:00
bob%bclary.com
715b03602f Regression test for bug 312138, by Igor Bukanov 2005-10-23 06:56:32 +00:00
bob%bclary.com
f32d2d8856 Regression test for bug 312354, by Seno Aiko 2005-10-23 06:44:53 +00:00
bob%bclary.com
dd87704700 Regression test for bug 312692, by Seno Aiko 2005-10-23 06:26:15 +00:00
brendan%mozilla.org
a41d3b7584 Oops. 2005-10-23 06:22:46 +00:00
brendan%mozilla.org
a69f966840 Remove unused variable. 2005-10-23 05:18:29 +00:00
brendan%mozilla.org
de6fbbd1cf Better local GC rooting (312278, r/sr=igor/shaver). 2005-10-23 04:59:50 +00:00
bryner%brianryner.com
8223f72812 Fix gcc 2.95 bustage as reported in bug 279839 by sergei_d@fi.tartu.ee. 2005-10-22 22:55:44 +00:00
mrbkap%gmail.com
71214f2f8d bug 313236: Consolidate some code. r=brendan 2005-10-22 01:03:06 +00:00
brendan%mozilla.org
b2c5e73ff1 Check for cycles and throw an error (fix to ECMA-357 for Edition 2; 312692, r/sr=mrbkap/shaver). 2005-10-21 23:50:50 +00:00
bob%bclary.com
b0711d7130 Regression test for bug 312196, test by Sean McMurray 2005-10-21 09:10:40 +00:00
bob%bclary.com
cced1f80ef Regression test for bug 312260, test by Gavin Sharp 2005-10-21 08:36:48 +00:00
bob%bclary.com
f9b47cd8dc Regression test for bug 313080, test by nanto_vi (TOYAMA Nao) 2005-10-21 08:15:36 +00:00
bob%bclary.com
114cddd996 Regression test for bug 313153, test by Brendan Eich 2005-10-21 08:04:05 +00:00
brendan%mozilla.org
96d5582cde Parenthesize to avoid warning. 2005-10-21 05:00:28 +00:00
mrbkap%gmail.com
68301eb842 bug 312278: Protect some objects from getting GC'd before we could root them. r=brendan 2005-10-21 00:26:56 +00:00
brendan%mozilla.org
8de05eef88 Must use js_CheckAccess if you use js_SetProtoOrParent (313080, r/sr=mrbkap/shaver). 2005-10-21 00:05:47 +00:00
brendan%mozilla.org
3a58bafb31 Followup fix to suppress function:: in decompiler output unless it was explicitly used in JS source (312196, r/sr=mrbkap/shaver). 2005-10-20 19:43:06 +00:00
brendan%mozilla.org
10de8e659f Fix generic native methods to work with extra args (313153, r/sr=mrbkap/shaver). 2005-10-20 19:30:44 +00:00
brendan%mozilla.org
3286eae123 Use local roots effectively (312278, r=igor). 2005-10-20 18:58:24 +00:00
bryner%brianryner.com
e628680727 attempt to fix btek bustage. r=darin. 2005-10-20 17:51:15 +00:00
bryner%brianryner.com
b4a806dc9d Enable fastloading of JS components. Bug 279839, r=shaver sr=brendan. 2005-10-20 16:39:24 +00:00
mrbkap%gmail.com
ebba4a190b bug 312278: Make sure to root things if they can be collected before their use. r=brendan 2005-10-19 23:32:37 +00:00
darin%meer.net
6763ec6040 fixes bug 312946 "javascript:Packages.prototype crashes browser if Java plugin is not found" r=brendan 2005-10-19 18:55:44 +00:00
mrbkap%gmail.com
42e86bc919 Fix a silly spelling mistake. 2005-10-18 17:17:12 +00:00
brendan%mozilla.org
b61061c6e9 Get rid of duplicate assignment of a->avail in gc_new_arena. 2005-10-18 04:15:51 +00:00
bob%bclary.com
dd3f3bda24 add expectExitCode(3) to deal with out of memory error when the test case does not crash, bug 312588 2005-10-17 23:42:40 +00:00
bob%bclary.com
349159d091 add emacs modeline, no bug, not part of the build 2005-10-17 22:42:39 +00:00
bob%bclary.com
3522e21df2 Rewrite code to switch javascript options for strict/werror 2005-10-17 22:33:38 +00:00
mrbkap%gmail.com
6a5af4bab4 bug 307895: Date.toLocalFormat("%x") with format yyyy/MM/dd produces yyyy/MM/yyyy. Patch from gekacheka@yahoo.com. r=brendan 2005-10-17 21:57:45 +00:00
mrbkap%gmail.com
886aa6028e bug 307983: Look for a good JSContext when doing GetDynamicContext so that things like evalInSandbox can use e.g. location.replace. r=jst sr=brendan 2005-10-17 18:47:13 +00:00
bob%bclary.com
b0567249fd Regression test - do not crash creating infinite array, by Martijn Wargers, bug 3125288 2005-10-16 23:15:36 +00:00
gavin%gavinsharp.com
c9ab2e82ff Bug 312260: Bogus "undefined property" strict warning in switch discriminants, patch by Jeff Walden <jwalden@mit.edu>, r=brendan 2005-10-16 22:14:30 +00:00
bob%bclary.com
b70762299f updated test from Michael Daumling, bug 232182 2005-10-16 16:41:51 +00:00
bob%bclary.com
1a016a793a add XML.ignoreWhitespace = false to ensure valid comparison of string values, bug 312064 2005-10-16 16:24:07 +00:00
brendan%mozilla.org
3689f9d650 Make __noSuchMethod__ work with E4X (312196, r/sr=mrbkap/shaver). 2005-10-15 07:30:59 +00:00
brendan%mozilla.org
c6a7771a3b Add (vacuous now, maybe helpful later) assertion. 2005-10-15 04:09:24 +00:00
db48x%yahoo.com
30bbc6c214 bug 311775: objects created with GeckoActiveXObject are broken,
patch by David Bradley <dbradley@gmail.com>, r=jst, sr=brendan
2005-10-15 02:27:49 +00:00
brendan%mozilla.org
4de10b1527 Fix from igor.bukanov@gmail.com for old bug in argv provisioning/scanning (311497, r=me). 2005-10-15 00:14:08 +00:00
brendan%mozilla.org
f237e71c51 Assertion botching, need to back out and debug. 2005-10-14 22:34:31 +00:00
brendan%mozilla.org
41630a0aa9 Fix from igor.bukanov@gmail.com for old bug in argv provisioning/scanning (311497, r=me). 2005-10-14 22:31:50 +00:00
mrbkap%gmail.com
44834d9757 bug 311892: Add some (awful, gross) checks. r=brendan 2005-10-14 19:05:43 +00:00
bob%bclary.com
1307e74294 Regression test for bug 312351, do not crash on RegExp(null), by drimbk@yahoo.com 2005-10-14 03:16:19 +00:00
bob%bclary.com
dc84b1c76c Regression test for bug 226078, by Zbigniew Braniecki, Brendan Eich 2005-10-14 02:40:17 +00:00
bob%bclary.com
fac732d03a Regression test for bug 303277, by shutdown@flashmail.com 2005-10-14 00:39:06 +00:00
bob%bclary.com
8e19f47695 String static methods 2005-10-14 00:05:20 +00:00
bob%bclary.com
76bcc2878a Add js1_6/String to JS Test Library 2005-10-14 00:03:21 +00:00
mrbkap%gmail.com
4824910e9f bug 312351: Don't dereference null (which counts as a primitive). r=shaver 2005-10-13 21:32:46 +00:00
igor%mir2.org
c86ee3b5ef Fixing bug 312069:
My previous patch to avoid memory allocation for pivot in HeapSort did not deal properly with checking for overflow. So here is a proper version.
2005-10-12 07:39:45 +00:00
brendan%mozilla.org
b1f07f5553 Add missing first [ in CDATA literal generator (312064, r=mrbkap). 2005-10-12 05:50:51 +00:00
bob%bclary.com
659f4796f8 Correct expected value, bug 310425 2005-10-11 19:49:34 +00:00
bob%bclary.com
2de12a07d3 Add expected exit code of 3 to deal with out of memory conditions, bug 303213 2005-10-11 19:47:52 +00:00
bob%bclary.com
5bc33ac77f Bring test up to current js1_5 standards, no bug, not part of the build 2005-10-11 19:45:18 +00:00
bob%bclary.com
70b6982f77 Add expected exit code of 3 to deal with out of memory conditions, bug 311580 2005-10-11 19:43:25 +00:00
bob%bclary.com
e1203b060f Fix expected value for CDATA section nodeKind 2005-10-11 19:03:02 +00:00
bob%bclary.com
774c5495a4 Regression test - wrap test function in try catch block to prevent undefined functions in test case from percolating to the top, no bug, not part of the build 2005-10-11 17:23:03 +00:00
bob%bclary.com
57a1587f8c Regression test - Do not crash watching property when watcher sets property, test by Brant Gurganus, bug 213482 2005-10-11 08:19:55 +00:00
bob%bclary.com
1214fa96fd Regression test - crash caused by bug 208030, test by Olivier Cahagne, bug 214761 2005-10-11 07:21:20 +00:00
bob%bclary.com
794c3bc441 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
99308e4deb Regression test - spandep fu should skip unused JSOP_TABLESWITCH jump table entries, test by Silviu Trasca, bug 302439 2005-10-11 06:16:19 +00:00
bob%bclary.com
7826873fcc 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
mrbkap%gmail.com
a83973d319 bug 311792: Make sure that temporary values are protected from GC. Patch from Igor Bukanov <igor.bukanov@gmail.com>. r=mrbkap/brendan 2005-10-10 23:33:16 +00:00
bob%bclary.com
cddd9aec20 Regression Test - integer overflows in jsstr.c, js_str_escape.js, test by Georgi Guninski, bug 303213 2005-10-10 05:53:10 +00:00
bob%bclary.com
030e987887 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
2d39c648ee JS Test Library - add js1_6/Array for JavaScript 1.6 Array extensions 2005-10-10 04:37:21 +00:00
brendan%mozilla.org
854337d093 Use local roots in XMLToXMLString (311580, r=mrbkap). 2005-10-10 03:28:14 +00:00
bob%bclary.com
87a8e7179e Regression test - treat <! as the start of a comment to end of line unless e4x=1, test by Peter van der Woude, bug 311071 2005-10-10 03:00:38 +00:00
bob%bclary.com
ac68689a39 Regression test - HTML Comment on JS if statement causes erroneous results, test by Peter van der Woude, bug 310993 2005-10-10 02:57:47 +00:00
bob%bclary.com
6717add8a2 Regression test - JavaScript switch statement going to wrong case, test by Henry Cejtin, bug 308085 2005-10-10 02:54:56 +00:00
bob%bclary.com
e120dece77 Regression test - assertion parsing getter\n, test by Blake Kaplan, bug 306794 2005-10-10 02:51:30 +00:00
bob%bclary.com
25b92c44e4 Regression Test - sorting array of arrays should not crash due to GC, bug 306788regress-306788.js 2005-10-10 02:48:10 +00:00
bob%bclary.com
e2dd05e1c1 Allow conversion of NodeList to Array via Array.prototype.slice, test by Seno Aiko, bug 310351 2005-10-10 02:44:29 +00:00
bob%bclary.com
6e97f3ad96 Regression Test - allow unescaped / in regular expression literals, test by Phil Schwartau, bug 309840, obsoletes js1_5/Regress/regress-173067.js 2005-10-10 02:38:21 +00:00
bob%bclary.com
cdf209be60 Regression test - properly root stack in toXMLString, test by Stephen Donner, bug 311580 2005-10-10 02:34:42 +00:00
bob%bclary.com
6aa78291b1 Regression test - Do not crash on long running script using e4x, test by conor@the325project.org, bug 309897 2005-10-10 02:29:58 +00:00
bob%bclary.com
8d014053a3 Regression test, Do not crash when searching large e4x tree, bug 308111, test by Aaron Boodman 2005-10-10 02:26:32 +00:00
bob%bclary.com
b54b4f4d7a 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
d86ff46038 E4X 11.4.1 - XML Initializer: SGML Comment hiding, bug 311157, test by Brendan Eich 2005-10-09 23:59:43 +00:00