Граф коммитов

8801 Коммитов

Автор SHA1 Сообщение Дата
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