Commit Graph

6777 Commits

Author SHA1 Message Date
timeless%mozdev.org
f6b3916b12 hoping that the build bustage is macro related 2005-08-02 16:12:27 +00:00
timeless%mozdev.org
d2b31f1255 Bug 281137 Add profiling column for functions excluding other functions running
jsd part
patch by silver@warwickcompsoc.co.uk r=shaver sr=dmose a=bsmedberg
2005-08-02 15:53:59 +00:00
igor%mir2.org
05eb249aed Fixing bug 298786: bad type inference caused infinite loop in the compiler. 2005-08-01 14:02:27 +00:00
igor%mir2.org
63eb7d49ba Bug 278701: patch based on code from James Eggleston <james.eggleston@vega.de> to deiconify debugger window on breakpoints. 2005-08-01 13:50:33 +00:00
igor%mir2.org
c5deb378f3 Fix to make things compilable: getElemFunctionAndThis returns Callable, not Function nowdays. 2005-08-01 13:48:32 +00:00
igor%mir2.org
90ebe1bf30 Resolving bug 299613
New interface RefCallable simplifies implementation of function-call-as-rvalue
in Java code. In addition native objects is required to implemet only Callable
interface, not Function, to serve as target of () operator.
2005-07-31 14:27:36 +00:00
igor%mir2.org
5839d1a3e2 Fixing bug 291591
\<LineTerminator> in string literals is removed from the resulting string to follow SpiderMonkey and C/C++
2005-07-31 13:48:46 +00:00
jst%mozilla.jstenback.com
8c2bc6fcb8 Landing the split window work, bug 296639. This change doesn't have full reviews yet, bzbarsky@mit.edu and shaver@mozilla.org have done partial reviews, but there's still more to look at. Given the current time constraint this is landed with reviews and followup changes that result to come after the initial checkin. a=drivers 2005-07-30 20:57:07 +00:00
bob%bclary.com
4ba662faf3 Date Parsing - fix regression from bug 273292, improve MSIE compatibility, bug 301738. r=mrbkap, r=shaver, a=asa 2005-07-30 03:15:49 +00:00
bob%bclary.com
488023703c ECMA Compliance: fix daylight savings time before 1970, Bug 58116. Patch by Mike McCabe <mike+mozilla@meer.net>. r+a=shaver 2005-07-30 00:00:05 +00:00
bzbarsky%mit.edu
e45e9c1699 Include pointers to the JSObjects involved when printing out the path in the
GC_MARK_DEBUG log.  Bug 295434, r+a=shaver
2005-07-29 15:15:48 +00:00
bzbarsky%mit.edu
6e9cbfcb44 Make XPCNativeWrapper call the wrapped native's classinfo resolve/get/set
hooks.  Makes native wrappers work in lots of nasty DOM0 corner cases.  Bug
296967, r=mrbkap, sr=jst, a=asa
2005-07-29 15:11:08 +00:00
mrbkap%gmail.com
b2ecd424ea bug 302531: QuoteString doesn't deal with not outputting anything. Also fix some whitespace nits. r=shaver a=brendan 2005-07-28 18:16:30 +00:00
mrbkap%gmail.com
3e48666511 bug 302439: Spandep fu doesn't skip unused JSOP_TABLESWITCH jump table entries. Patch by brendan (except for the whitespace cleanup by me), r=shaver a=brendan 2005-07-28 17:39:44 +00:00
timeless%mozdev.org
07c3882b90 Bug 301491 [@ js_LinkFunctionObject]
r=brendan sr=shaver a=brendan
2005-07-28 17:18:09 +00:00
bzbarsky%mit.edu
8077a028f9 Reland patch for bug 300562. Patch by brendan. r=jst, sr=shaver, a=brendan 2005-07-28 16:19:06 +00:00
timeless%mozdev.org
22de97b33b Bug 302100 I just downloaded Firefox 1.06, and it crashes at 004A6170 whenever I try to view any page [@ nsJSPrincipalsSubsume] using PAC
r=mrbkap sr=shaver a=bsmedberg
2005-07-28 15:26:05 +00:00
nboyd%atg.com
882189d2fd Fix bug 302501. Constructor property shouldn't be readonly. 2005-07-28 14:12:03 +00:00
bob%bclary.com
c18d228a2c Regression test for bug 300858, crash sorting arrays with holes 2005-07-28 07:32:26 +00:00
bob%bclary.com
0c36e43a6a Regression test for bug 301692, by Seno Aiko 2005-07-28 07:28:34 +00:00
mrbkap%gmail.com
7fe260fe29 bug 301692: Fix typos (extraneous ! in a < condition) and style nits. r+a=brendan 2005-07-28 07:06:20 +00:00
bob%bclary.com
024eac051a Add regression testcase for bug 292455, by Martin Honnen 2005-07-28 06:49:17 +00:00
bob%bclary.com
01c18759df Add regression testcase for bug 301545, by Axel Hecht 2005-07-28 06:45:28 +00:00
bob%bclary.com
0b94961a45 function prototypes are now enumerable, bug 299642. Hat tip to mrkbap 2005-07-28 06:30:14 +00:00
bob%bclary.com
949fcbe078 add bug number 297025 to test, no bug 2005-07-28 06:27:19 +00:00
bob%bclary.com
9dcc00b831 add bug number 289630 to test, no bug 2005-07-28 06:26:16 +00:00
bob%bclary.com
97d772d33a jsDriver.pl - Add Failure indicators for automated testing 2005-07-28 03:37:12 +00:00
bob%bclary.com
e4def52223 Do not crash in args_resolve enumerating |arguments|, bug 291213. Test by David Baron 2005-07-28 03:33:22 +00:00
bob%bclary.com
451d0c1c1c ECMA 262, 10.1.3 - Function Declarations, bug 299639. Test by mozilla@florian.loitsch.com 2005-07-28 03:17:06 +00:00
bob%bclary.com
0ed4afbec5 Add tests for Date.toLocaleFormat, bug 291494 2005-07-28 02:34:07 +00:00
bob%bclary.com
a40af3be93 ECMA 262-3 12.4 - wrap function expressions in parens since expression statements can not begin with a comma or function keyword 2005-07-28 01:14:32 +00:00
mrbkap%gmail.com
8e9858b476 bug 302412: Make sure to call QuoteString on XML strings so non-ASCII strings get properly escaped. Prefer to use small precedences instead of the op = JSOP_NOP hack in the decompiler. JSOP_JSEXPR is a bad name for a bytecode, use the more-consistent name JSOP_STARTXMLEXPR. r+a=brendan 2005-07-28 00:38:40 +00:00
bob%bclary.com
3bab970ee1 function prototypes are now enumerable, bug 299642. Hat tip to mrbkap 2005-07-27 22:28:25 +00:00
mrbkap%gmail.com
2257a6416b bug 302097: E4X toString incorrectly quotes JS tag expressions that are used as attributes. r+a=shaver 2005-07-27 16:10:26 +00:00
mrbkap%gmail.com
02f7438649 bug 301692: E4X toString quotes the returned XML string. r+a=shaver 2005-07-26 20:43:09 +00:00
wr%rosenauer.org
0e4b5d6149 Bug 302173 JS engine doesn't work on PPC/Linux because of gcc optimization, r+a=shaver 2005-07-26 13:28:08 +00:00
joshmoz%gmail.com
45cb947e65 export MACOSX_DEPLOYMENT_TARGET and kill MACOS_DEPLOYMENT_TARGET. Allows us to build on x86 Macs right out of cvs (note that we still crash a lot straight from cvs, but it runs). Patch by Mark Mentovai. b=298543 r=josh sr=peterv a=bsmedberg 2005-07-23 21:17:40 +00:00
mrbkap%gmail.com
a433fbeebb bug 301574: Allow XML mode to be enabled explicitly by the XML constructor. r+a=brendan 2005-07-22 20:22:28 +00:00
brendan%mozilla.org
134696824a No silent failures! (301553, r=shaver). 2005-07-22 16:55:15 +00:00
brendan%mozilla.org
ecbf37a541 Expand entities only in TSF_XMLONLYMODE (r=mrbkap, who helped a great deal; a=me). 2005-07-21 22:15:36 +00:00
shaver%mozilla.org
a5ea7b7872 Bug 301545: avoid crash when attribute-op name collides with local var or arg
by taking an early out from LookupArgOrVar for JSOP_QNAMEPART. r+a=brendan.
2005-07-21 19:18:15 +00:00
brendan%mozilla.org
19e50e0cc6 Fix js_FilterXMLList to save and restore fp->spbase (301596, r+a=shaver). 2005-07-21 19:14:30 +00:00
joshmoz%gmail.com
275e8624be don't use regparm on i386 Mac OS X. Patch by Apple Computer, Inc. r=josh r=smfr sr=bsmedberg a=bsmedberg 2005-07-21 19:02:52 +00:00
shaver%mozilla.org
42c6c08978 Bug 301353 (followup): return value from JS_ThrowReportedError, telepathic
r=brendan, a=shaver.
2005-07-20 15:35:13 +00:00
mrbkap%gmail.com
df323010c4 bug 301340: Use public apis to fix link errors on Windows. r+a=brendan 2005-07-20 04:15:42 +00:00
mrbkap%gmail.com
562ca693d8 bug 300858: Make sure to update all_strings so that we don't try to treat a JSVAL_HOLE as a JSString in sort_compare_strings. Instead, arrays composed of strings and holes should go through sort_compare. r+a=brendan 2005-07-20 04:06:51 +00:00
mrbkap%gmail.com
dc0eb13339 bug 300841: Provide a readline function to allow scripts run under the js shell to access stdin. r+a=brendan 2005-07-20 03:51:45 +00:00
brendan%mozilla.org
109c7dda42 Fix Components.utils.evalInSandbox bugs: 1) GC'ing after even eval blows performance, no need; 2) borrowing the calling cx's error reporter doesn't work, we must turn uncaught exception errors back into thrown exceptions on the calling cx (301353, r+sr+a=shaver). 2005-07-20 03:35:40 +00:00
pete.zha%sun.com
b92515c042 bug=297750 wrong sequence of declaration in union fd_twoints on x86
r/sr/a=brendan@mozilla.org
patch=nian.liu@sun.com
2005-07-20 03:18:59 +00:00
bob%bclary.com
5f527788ae tweak system to place redirect_command after stdout redirect, bug 301346 2005-07-20 02:27:42 +00:00