Commit Graph

8874 Commits

Author SHA1 Message Date
crowder%fiverocks.com
94dc4f9ced Bug 367923: tweak strict warning for variable that redeclares function parameter, patch by Ryan Jones bugs@ryan-jones.com, r=crowder 2007-01-23 23:44:39 +00:00
timeless%mozdev.org
abf608ad64 Bug 365943 nsIScriptError comment is wrong
r=bz sr=bz
2007-01-23 21:18:04 +00:00
alfred.peng%sun.com
94ce737fe3 Bug 261468. SpiderMonkey LiveConnect calls free() instead of JS_smprintf_free(), problem with static linking.
r=brendan,sr=jst.
2007-01-23 05:28:31 +00:00
szegedia%freemail.hu
5130de5dd8 Fix for #367385 and #333168 defineClass's inheritance mapping is broken for abstract class subclasses 2007-01-23 02:21:35 +00:00
szegedia%freemail.hu
84f52576a7 Fix for #366550 � increment and decrement operators don't work for global vars with dynamic scopes (patch by Hannes Wallnoefer) 2007-01-23 02:14:24 +00:00
szegedia%freemail.hu
29fbd4596b Fix for #366550 � increment and decrement operators don't work for global vars with dynamic scopes 2007-01-23 02:10:13 +00:00
brendan%mozilla.org
fe0b75a735 Oops. 2007-01-22 20:29:17 +00:00
brendan%mozilla.org
045fb650d1 Fix 367589, a=dveditz. 2007-01-22 20:27:31 +00:00
crowder%fiverocks.com
0c098d5500 Bug 367743: memory leak in AddCharsToURI (jsstr.c) - patch by Gavin Reaney gavin@picsel.com, r=crowder 2007-01-22 17:13:23 +00:00
inonit%inonit.com
06c8cfcb75 Partial fix for bug #224334: implements __defineGetter__ and __defineSetter__. 2007-01-21 15:28:18 +00:00
brendan%mozilla.org
8dfb021c18 Handle slot-and-setter-less read-write nonsense state; compatibility requires it (367589, r=mrbkap). 2007-01-20 22:56:50 +00:00
brendan%mozilla.org
2d5f3bb3b5 Remove unused NATIVE_SET. 2007-01-20 02:38:10 +00:00
inonit%inonit.com
d7a73ba3b4 Partial fix for bug #224334: implements __defineGetter__ and __defineSetter__. 2007-01-19 21:43:49 +00:00
igor.bukanov%gmail.com
d3aa4afaeb Bug 367226: JS_THREADED_INTERP can be set through command line. r=brendan 2007-01-19 18:33:13 +00:00
igor.bukanov%gmail.com
170a2f2fa8 Bug 36680: new function to report error using decompiled jsval text. r=brendan 2007-01-19 08:37:55 +00:00
igor.bukanov%gmail.com
3316f787fe Bug 366975: Allow to allocate new GC things from JSGC_END callback. r=brendan 2007-01-18 23:36:41 +00:00
pavlov%pavlov.net
0ff3b7b29b removing perlconnect. bug 366355. 2007-01-18 21:04:13 +00:00
bclary%bclary.com
fb76622d4d JavaScript Test - regression test for bug 355497, by Jesse Ruderman, Seno Aiko 2007-01-18 11:31:49 +00:00
bclary%bclary.com
db4b5e643c JavaScript Test - regression test for bug 363988, by Hein Roehrig, Daniel Veditz, Erik Fabert 2007-01-18 11:05:24 +00:00
bclary%bclary.com
5a07bda9d3 JavaScript Test - regression test for bug 364017, by Jeff Walden 2007-01-18 10:41:55 +00:00
brendan%mozilla.org
96901888ec Fix for 362872, r=mrbkap. 2007-01-18 00:28:38 +00:00
jwalden%mit.edu
25a28b4274 Fix two bug number typos 2007-01-17 21:45:16 +00:00
bclary%bclary.com
7d222753f0 JavaScript Test - regression test for bug 364104 2007-01-17 12:53:44 +00:00
bclary%bclary.com
295edce23e JavaScript Test - regression test for bug 366288, by Jesse Ruderman 2007-01-17 12:38:42 +00:00
bclary%bclary.com
a4c39f61b1 JavaScript Test - regression test for bug 366292, by Jesse Ruderman 2007-01-17 12:33:53 +00:00
igor.bukanov%gmail.com
61e6b9d2ad Bug 351739: Patch from Ryan Jones, bugs@ryan-jones.com, to fix memory leak. a=myself 2007-01-17 12:27:47 +00:00
bclary%bclary.com
b7069ab09b JavaScript Test - regression test for bug 366396, by Jesse Ruderman 2007-01-17 12:25:43 +00:00
bclary%bclary.com
28bf74664d JavaScript Test - regression test for bug 366468, by Alex Vincent, Gavin Sharp 2007-01-17 12:18:46 +00:00
bclary%bclary.com
1cd9d35574 JavaScript Test - regression test for bug 354246, by Jesse Ruderman 2007-01-17 11:12:49 +00:00
igor.bukanov%gmail.com
7d2008a7b1 Bug 364809: Patch from Seno.Aiko@gmail.com to remove no longer used JSContext.jsop_*. r=myself 2007-01-17 11:02:11 +00:00
bclary%bclary.com
bdb682ff0b JavaScript Test - regression test for bug 347155, by Jesse Ruderman 2007-01-17 10:24:24 +00:00
brendan%mozilla.org
573da385ae Tweak comment per wtchang. 2007-01-17 00:56:35 +00:00
crowder%fiverocks.com
743598bdfe Bug 314874: Function.call/apply pass thisArg.valueOf() as this value when thisArg is not a primitive, r=brendan 2007-01-17 00:27:36 +00:00
brendan%mozilla.org
4185947a8b Fix O(n^2) complexity in {Get,Inset}PropertyTreeChild (335700, r=mrbkap). 2007-01-15 05:40:45 +00:00
brendan%mozilla.org
50babdd79e Fix from wtc/kai for unsafe macro parameter (366869, r=me). 2007-01-13 00:41:19 +00:00
crowder%fiverocks.com
a566354f3c Bug 354246. Fix allows throwing exceptions and reporting errors while constructing an exception object, as long as an error is not already being reported, or an exception already being thrown. Previously yielded silent failure. r=igor 2007-01-12 20:41:11 +00:00
igor.bukanov%gmail.com
83ca98586b Bug 366236: cleanup and debug checks for atom indexes. r=brendan 2007-01-12 12:10:36 +00:00
bclary%bclary.com
ed54807b03 JavaScript Test - regression test for bug 313967, by Julien Lecomte, Igor Bukanov 2007-01-11 18:04:27 +00:00
igor.bukanov%gmail.com
216cbd80e3 bug 366601, r=brendan 2007-01-11 10:45:03 +00:00
brendan%mozilla.org
d0c543781e Fix js_IsScopeLocked assertion (366606, r=sayrer). 2007-01-11 00:45:49 +00:00
brendan%mozilla.org
2e4976944e Add macrology for presetting double hashtable capacity to avoid growth given a known initial population (356116, r=dbaron). 2007-01-10 22:11:34 +00:00
crowder%fiverocks.com
f63d3b9033 Bug 355497: infinite recursion with Array.slice/getter for 0. Patch by Seno.Aiko@gmail.com, r=crowder 2007-01-10 17:04:35 +00:00
brendan%mozilla.org
5b1c35a600 Fix bogus assertion and improve comment per mrbkap's suggestion (366468). 2007-01-10 01:47:58 +00:00
brendan%mozilla.org
0deb33f7fe Fix LOCKED_OBJ_CHECK_SLOT misnomers; tweak comment. 2007-01-09 06:27:48 +00:00
brendan%mozilla.org
24de37da87 Fix 366396, r=mrbkap. 2007-01-09 05:59:48 +00:00
crowder%fiverocks.com
2a0bf1174b Bug 374155: fix for too much recursion in E4X literal. Patch by Seno.Aiko@gmail.com. r=crowder 2007-01-08 23:04:28 +00:00
brendan%mozilla.org
98a6ab10d3 Fix regression from bug 365851 (366292, r=mrbkap). 2007-01-08 20:36:22 +00:00
igor.bukanov%gmail.com
f1e30ac704 Bug 366312: fixing document.all detecting regression from bug 365608. r=brendan 2007-01-08 20:29:14 +00:00
brendan%mozilla.org
383deae9a7 Followup warning fix for 128150. 2007-01-08 19:37:09 +00:00
brendan%mozilla.org
715e06484d Remove property cache (128150, r=igor). 2007-01-08 19:34:43 +00:00
brendan%mozilla.org
7c71bd6237 Fix copy/paste error in assertion (366288, r=me). 2007-01-08 09:01:41 +00:00
timeless%mozdev.org
f80ba2953a Bug 325539 typo in mozilla/js/jsd/idl/jsdIDebuggerService.idl
r=silver
2007-01-07 10:50:23 +00:00
timeless%mozdev.org
e39cb7489c Bug 348879 case errors in jsshell help
r=brendan

i tried to fix the regression test so that it handles both the new and old spellings
2007-01-07 10:46:06 +00:00
brendan%mozilla.org
5535f707ed Igor's patch for simpler extended atom indexing (365608, tweaks and r=me). 2007-01-06 23:25:00 +00:00
igor.bukanov%gmail.com
fa9f0ba8f4 Bug 363603: JSObjectMap.nslots is removed as redundant. r=brendan 2007-01-06 22:03:06 +00:00
brendan%mozilla.org
96845bbad4 Fast followup for 365851: use MARK_ID instead of its expansion. 2007-01-05 00:14:39 +00:00
graydon%mozilla.com
4525ab79d9 Bug 333078: XPCOM cycle collector
r=brendan, sicking, bz, dbaron, bsmedberg
2007-01-04 22:31:26 +00:00
brendan%mozilla.org
546f5b33f3 Stage 0 patch for getter/setter optimizations (365851, r=igor). 2007-01-04 21:15:09 +00:00
brendan%mozilla.org
7a3aad3932 Partial fix from me (239721, r=gavin) and the real fix from Gavin Reaney <gavin@picsel.com> (364836, r=me). 2007-01-02 20:57:03 +00:00
igor.bukanov%gmail.com
f9d3b754f0 Bug 363530: cleaning up arguments bytecode implementation. r=brendan 2007-01-01 03:03:16 +00:00
brendan%mozilla.org
d728d63203 Optimize x.p for arg/var/local x; fix decompiler bugs hiding nearby (363536, r=igor). 2006-12-27 23:47:13 +00:00
szegedia%freemail.hu
c16d7587b8 Test watches 2006-12-27 20:35:32 +00:00
szegedia%freemail.hu
f6be9da78b Updated with recently fixed bugs 2006-12-27 19:43:00 +00:00
szegedia%freemail.hu
b453f25c70 Updated changelog with recent bugfixes 2006-12-27 19:23:09 +00:00
szegedia%freemail.hu
90ea0ccc19 Fix for #344501 "Can't step into/put breakpoint in functions that are tail called in the debugger" 2006-12-27 18:34:25 +00:00
szegedia%freemail.hu
2493b1c42d Bug 340561 � <Function>.prototype should not be DontEnum 2006-12-27 18:21:59 +00:00
szegedia%freemail.hu
7ab7ff434e Revert previous change for now 2006-12-27 18:07:58 +00:00
szegedia%freemail.hu
96d918a47a Fix for Bug 347154 � CompilerEnvirons examines deprecated cx.compileFunctionsWithDynamicScopeFlag instead of calling cx.hasFeature(Context.FEATURE_DYNAMIC_SCOPE) 2006-12-27 18:04:25 +00:00
igor.bukanov%gmail.com
dfdb718838 Bug 310405: allow to stop long running native code. r=brendan 2006-12-24 11:31:37 +00:00
bclary%bclary.com
946fd9029b JavaScript Test - test callback mutation in Array filter, by Jeff Walden, bug 364603 2006-12-22 21:45:44 +00:00
brendan%mozilla.org
51a581faa8 Meter small-slot ops (363529, r=crowder). 2006-12-22 18:02:42 +00:00
bclary%bclary.com
102a225dc1 JavaScript Test - modify test to use object instance instead of |this|, bug 355344 2006-12-22 14:53:50 +00:00
bclary%bclary.com
05522692d9 JavaScript Test - modify test to reflect change in typeof RegExp instance, bug 61911 2006-12-22 14:43:56 +00:00
bclary%bclary.com
15f4576091 JavaScript Test - modify test to delay execution until page loaded, bug 324688 2006-12-22 14:38:00 +00:00
brendan%mozilla.org
a4a9b8bd30 Fix from shutdown@flashmail.com for off-by-one in js_Disassemble1 (364691, r=me). 2006-12-22 08:22:32 +00:00
brendan%mozilla.org
288ec0e9ea Back out patch for 310405 due to regressions. 2006-12-22 05:46:46 +00:00
igor.bukanov%gmail.com
68c89714e9 Bug 310405: long running loops in native code are brekable now. r=brendan,crowder 2006-12-22 00:00:40 +00:00
timeless%mozdev.org
c87ecd54c6 Bug 364264 Assertion failure: pcdepth >= 0, at jsopcode.c:4737 - failure to handle JSOP_TRAP in js_DecompileValueGenerator
r=brendan
2006-12-21 06:59:51 +00:00
igor.bukanov%gmail.com
81b3f34473 Bug 364017: fix source node decoding in the dissembler, r=brendan 2006-12-21 01:48:27 +00:00
brendan%mozilla.org
c5d8b22052 Finish NEW_ => STRICT_ renaming (363536, r=igor). 2006-12-21 01:35:54 +00:00
brendan%mozilla.org
fe3bf24fdf Remove stale comments (334261 followup, r=self). 2006-12-21 01:00:32 +00:00
brendan%mozilla.org
feeaaf3367 JSOP_GETTHISPROP optimization (363536, r=igor). 2006-12-21 00:02:20 +00:00
crowder%fiverocks.com
968a68cf5d Bug 364350: free of uninitialized memory in OOM condition, patch by Gavin Reaney (gavin@picsel.com), r=crowder@fiverocks.com 2006-12-20 20:51:12 +00:00
mozilla.mano%sent.com
9d34c4f244 Fix upcoming bustage from bug 326854 2006-12-20 20:16:23 +00:00
mozilla.mano%sent.com
e3c73f5312 Bug 326854 - expose btoa and atob to JS components. r=brendan, sr=jst. 2006-12-20 20:10:12 +00:00
igor.bukanov%gmail.com
a62403471a Bug 354297: Fix for getters on index when compiled with GC_MARK_DEBUG. r=brendan 2006-12-20 18:55:07 +00:00
brendan%mozilla.org
b46f2143a6 Rename strict equality ops (cleanup pre-patch for 363536, r=igor). 2006-12-20 08:12:18 +00:00
brendan%mozilla.org
32eddc2698 Bytecode succession metering (363529, r=crowder). 2006-12-20 07:47:22 +00:00
wsharp%adobe.com
7abcdeeded bug 360602. fix mac build from recent checkin 2006-12-18 16:43:46 +00:00
wsharp%adobe.com
ace068b208 bug 360602. 64-bit porting work. review: stejohns.adobe.com 2006-12-18 16:04:48 +00:00
jwalden%mit.edu
2fbf4b340c Bug 364104 - Fix two bugs: one in array.indexOf with first argument === array[array.length-1] and second argument >= array.length, and another in array.lastIndexOf with first argument === array[0] and with second argument < -array.length. r=brendan 2006-12-18 06:43:02 +00:00
szegedia%freemail.hu
2a2981fba5 finalizers should be protected 2006-12-17 15:39:48 +00:00
szegedia%freemail.hu
63d44c67b6 Don't invoke System.gc 2006-12-17 15:39:36 +00:00
szegedia%freemail.hu
b89a57f202 Smaller sanity fixes - removal of unnecessary casts and local variables 2006-12-17 15:37:19 +00:00
szegedia%freemail.hu
bc04c4d7fc Fix for #351664: more usable error message in JavaScriptException 2006-12-17 15:14:31 +00:00
szegedia%freemail.hu
aa29c493e5 Fix for #359411, courtesy of Hannes Wallnoefer 2006-12-17 14:42:39 +00:00
szegedia%freemail.hu
7c27ee1b39 Fix for #359411: make it serializable 2006-12-17 14:33:47 +00:00
szegedia%freemail.hu
33334aab54 Reduce race condition opportunity 2006-12-17 14:29:34 +00:00
szegedia%freemail.hu
86040ad890 Fix for #361574 2006-12-17 13:16:46 +00:00
igor.bukanov%gmail.com
8799bf27d3 Bug 362909: Faster debugging of function calls. r=brendan 2006-12-17 01:58:54 +00:00
brendan%mozilla.org
3390a3b656 Fix for 363988 from shutdown@flashmail.com, r=me. 2006-12-16 20:01:05 +00:00
szegedia%freemail.hu
3e5796da07 Fix for #342807: Error objects can have automatic "fileName" and "lineNumber" properties 2006-12-16 16:15:59 +00:00
szegedia%freemail.hu
6b3b7eb534 Fix for #342807: Error objects can have automatic "fileName" and "lineNumber" properties 2006-12-16 16:08:07 +00:00
szegedia%freemail.hu
9366d4fcc9 Fix for #361616 2006-12-16 15:27:39 +00:00
igor.bukanov%gmail.com
b2de0a9052 Bug 363057: Propagating cx to MakeStringImmutable so it can properly report out-of-memory. r=brendan 2006-12-16 01:27:48 +00:00
igor.bukanov%gmail.com
e8722e3cae Bug 313967: function body parser use the shared recycle list. r=brendan 2006-12-15 10:50:20 +00:00
brendan%mozilla.org
a4f7a8f68d Fix 363917, r=igor. 2006-12-15 08:00:13 +00:00
igor.bukanov%gmail.com
9a2e336d30 Bug 331966: Fixing orage tinderboxes due to my stupid oversight in RealloSlots. 2006-12-12 12:58:42 +00:00
igor.bukanov%gmail.com
60d4240828 Bug 331966: initial object's slots are allocated together with JSObjects, r=brendan. 2006-12-12 10:45:06 +00:00
igor.bukanov%gmail.com
8a6cd78d70 Bug 362668: JSObject.slot is no longer accessed directly. Instead code uses STOBJ_macros. r=brendan 2006-12-09 15:02:37 +00:00
wsharp%adobe.com
13cd292bc5 bug 363255. uintptr_t should be uintptr. Also checked in fix for e4xnode.cpp when parsing malformed namespace. no reviewer for sat. morning 2006-12-09 13:33:53 +00:00
bclary%bclary.com
fb6bef7f39 Bug 309169 - update JS_GetImplementationVersion, r=brendan 2006-12-08 21:08:09 +00:00
dschaffe%adobe.com
0284f46788 bug 361312, fix tamarin tests of case Math.pow(Infinity,-1)=0 and variants, r=wsharp 2006-12-07 14:30:29 +00:00
wsharp%adobe.com
4ca4131209 bug 361312. Fix for Math.pow plus a few other things. r: stejohns@adobe.com 2006-12-06 20:51:03 +00:00
timeless%mozdev.org
c2af885732 Bug 351261 startup crash. [@ js_XDRStringAtom] / jsxdrapi.c
mips crash because of bad optimization with MIPSpro compiler
patch by neko@nekochan.net r=brendan
2006-12-06 03:03:59 +00:00
brendan%mozilla.org
21fcbfb1ba Back out last checkin. 2006-12-05 15:46:19 +00:00
brendan%mozilla.org
0e730225bc Back out last rev to clear orange balsa. 2006-12-05 07:39:15 +00:00
brendan%mozilla.org
adf992b77e Fix O(n^2) problem exposed by closures as instance-getters/setters (335700, r=mrbkap+shaver). 2006-12-05 00:55:00 +00:00
brendan%mozilla.org
029e2627fd Add JS_DHASH_{,DEFAULT_}CAPACITY macros for realloc-free init (356116, r/sr=mrbkap+shaver/dbaron). 2006-12-05 00:52:05 +00:00
bzbarsky%mit.edu
2e2a56f630 Fix build bustage on platforms where we use a struct for 64-bit ints. Bug
361075, r=shaver
2006-12-04 20:28:31 +00:00
szegedia%freemail.hu
772faaed07 Bugfix for a generated proxy 2006-12-03 19:46:12 +00:00
mrbkap%gmail.com
4e4c5f4b39 Fix silly mistake (and thus UMR). bug 361694, r=brendan 2006-12-03 00:15:06 +00:00
brendan%mozilla.org
a3f20eeb8a Fix from Gavin Reaney <gavin@picsel.com> for bug 362110, r=me. 2006-12-02 23:12:56 +00:00
wsharp%adobe.com
5077e74e1e fix mac build. bug 362390. 2006-12-01 17:17:06 +00:00
wsharp%adobe.com
726b9a0426 bug 362390. Various fixes to get Tamarin working with latest Adobe Flash player. Some fixes from Flash source code brought over. r: edwsmith 2006-12-01 16:38:46 +00:00
bclary%bclary.com
0736e0c82d JavaScript Test - regression test for bug 361571, by Jesse Ruderman 2006-12-01 16:11:58 +00:00
mrbkap%gmail.com
43c0e6cd3f Give the psuedo frame a scopeChain. bug 361571, r=brendan a=dveditz 2006-11-30 21:54:39 +00:00
mrbkap%gmail.com
5a7c06313c Make argv as large as GC expects it to be. bug 361964, r=brendan 2006-11-30 21:43:57 +00:00
benjamin%smedbergs.us
987c4882f9 Bug 362264 - Cross-platform Tamarin build system (early initial cut, only builds on mac-x86 right now), a=stejohns 2006-11-30 16:43:12 +00:00
benjamin%smedbergs.us
7d8d6aaa49 Bug 362254 - Assining NULL to an integer type breaks some GCCs, r=stejohns 2006-11-29 19:18:36 +00:00
igor.bukanov%gmail.com
cd89a14818 Bug 362180: optimizing slot access in JS_NewPropertyIterator. 2006-11-29 17:16:55 +00:00
wsharp%adobe.com
f8c9d2b9aa bug 361388. More 64-bit fixes. r:stejohns 2006-11-29 14:39:14 +00:00
brendan%mozilla.org
081e12fd49 Hack around compare-and-swap prob (353962, r=mrbkap). 2006-11-28 19:53:56 +00:00
wsharp%adobe.com
35b8db178e bug 361427. Fix debug build for Linux. r:mtilburg 2006-11-28 16:08:03 +00:00
peterv%propagandism.org
3e4eb1f0d1 Fix for bug 356851 (nsXPConnect::ReparentAllWrappersInScope uses wrong parents.). r/sr=jst 2006-11-27 16:20:31 +00:00
brendan%mozilla.org
b5ef6024be Fix 360612, r=igor. 2006-11-25 02:11:28 +00:00
bclary%bclary.com
fd6d10dd6d JavaScript Test - regression test for bug 361558, by Jesse Ruderman 2006-11-25 00:16:46 +00:00
mrbkap%gmail.com
fbd7a0a162 Remove JOF_NAME so as to not confuse the code generator. bug 360969, r=brendan 2006-11-24 19:00:39 +00:00
mrbkap%gmail.com
a2ac29f1f3 Mark our saved setter in case we have the last reference to it. bug 361346, r=brendan 2006-11-24 18:57:34 +00:00
brendan%mozilla.org
259cba6a26 Back out last change. 2006-11-24 05:12:29 +00:00
gavin%gavinsharp.com
3d4af0cded Bug 357398: js_ExpandErrorArguments can crash in OOM conditions, patch by Gavin Reaney <gavin@picsel.com>, r=mrbkap 2006-11-24 03:07:59 +00:00
brendan%mozilla.org
c50c06c7e6 Move GSN cache for best sharing and correct clearing (360612, r=igor). 2006-11-24 03:03:18 +00:00
brendan%mozilla.org
4e9f9b42f2 Fix 316552, r=mrbkap. 2006-11-23 19:08:08 +00:00
brendan%mozilla.org
71e281e07e Fix bogus assertion (361558, r=mrbkap). 2006-11-23 17:16:17 +00:00
vladimir%pobox.com
82a10357c9 backing out bug 333078, xpcom cycle collector due to perf issues 2006-11-22 23:18:16 +00:00
brendan%mozilla.org
89d818175f Fix from Gavin Reaney <gavin@picsel.com> for 357392, r=me. 2006-11-22 22:32:47 +00:00
wsharp%adobe.com
de39e28e51 bug 361427. Lost some MathUtils changes for 64-bit. 2006-11-22 21:22:34 +00:00
wsharp%adobe.com
d7a5d0e8b0 bug 361427. Merge Linux code into AVM+ source tree. Not quite building yet - some sort of zlib problem with the new zlib routines. Maybe a C/C++ mismatch somehow? r:mtilburg 2006-11-22 21:10:17 +00:00
vladimir%pobox.com
3748c8bf4f b=333078, xpcom cycle collector -- patch from graydon@mozilla.com, r=many 2006-11-22 19:23:02 +00:00
wsharp%adobe.com
a14d9fada6 bug 361366. Continuation of Mac 64-bit port. r: stejohns. Also fixed two bugs with Steven's change from yesterday. NATIVE functions in DictionaryGlue and DomainClass need 'constructor' changed to new name. 2006-11-22 18:41:17 +00:00