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

8772 Коммитов

Автор SHA1 Сообщение Дата
alfred.peng%sun.com 0a67065a9d 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 d3daba9ac8 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 3e9025687f 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 9bf9c18654 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 da6c255437 Oops. 2007-01-22 20:29:17 +00:00
brendan%mozilla.org 9ff14f57a9 Fix 367589, a=dveditz. 2007-01-22 20:27:31 +00:00
crowder%fiverocks.com d13831daec 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 2ddce0e3a4 Partial fix for bug #224334: implements __defineGetter__ and __defineSetter__. 2007-01-21 15:28:18 +00:00
brendan%mozilla.org 2390dbc7a8 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 88f31401ec Remove unused NATIVE_SET. 2007-01-20 02:38:10 +00:00
inonit%inonit.com 52cc959c99 Partial fix for bug #224334: implements __defineGetter__ and __defineSetter__. 2007-01-19 21:43:49 +00:00
igor.bukanov%gmail.com 853db1c897 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 1d566a8d50 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 7138d86b57 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 93af174929 removing perlconnect. bug 366355. 2007-01-18 21:04:13 +00:00
bclary%bclary.com 00518f2f5b JavaScript Test - regression test for bug 355497, by Jesse Ruderman, Seno Aiko 2007-01-18 11:31:49 +00:00
bclary%bclary.com 34e286cf9d 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 2db96d068e JavaScript Test - regression test for bug 364017, by Jeff Walden 2007-01-18 10:41:55 +00:00
brendan%mozilla.org 516c3688b2 Fix for 362872, r=mrbkap. 2007-01-18 00:28:38 +00:00
jwalden%mit.edu 8ed0ece502 Fix two bug number typos 2007-01-17 21:45:16 +00:00
bclary%bclary.com 76fd1c1e17 JavaScript Test - regression test for bug 364104 2007-01-17 12:53:44 +00:00
bclary%bclary.com 22d4ec9038 JavaScript Test - regression test for bug 366288, by Jesse Ruderman 2007-01-17 12:38:42 +00:00
bclary%bclary.com 5219abf478 JavaScript Test - regression test for bug 366292, by Jesse Ruderman 2007-01-17 12:33:53 +00:00
igor.bukanov%gmail.com 64e1975786 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 d8c832deeb JavaScript Test - regression test for bug 366396, by Jesse Ruderman 2007-01-17 12:25:43 +00:00
bclary%bclary.com 58674671a1 JavaScript Test - regression test for bug 366468, by Alex Vincent, Gavin Sharp 2007-01-17 12:18:46 +00:00
bclary%bclary.com c4f2baeb35 JavaScript Test - regression test for bug 354246, by Jesse Ruderman 2007-01-17 11:12:49 +00:00
igor.bukanov%gmail.com 923c892ded 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 3c42ecbbbf JavaScript Test - regression test for bug 347155, by Jesse Ruderman 2007-01-17 10:24:24 +00:00
brendan%mozilla.org d2fbcc8e73 Tweak comment per wtchang. 2007-01-17 00:56:35 +00:00
crowder%fiverocks.com e33f506fe4 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 4ca1952be9 Fix O(n^2) complexity in {Get,Inset}PropertyTreeChild (335700, r=mrbkap). 2007-01-15 05:40:45 +00:00
brendan%mozilla.org 1c16305c5f Fix from wtc/kai for unsafe macro parameter (366869, r=me). 2007-01-13 00:41:19 +00:00
crowder%fiverocks.com 29b9ce1de0 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 e9fcc9ad15 Bug 366236: cleanup and debug checks for atom indexes. r=brendan 2007-01-12 12:10:36 +00:00
bclary%bclary.com 0cee61d555 JavaScript Test - regression test for bug 313967, by Julien Lecomte, Igor Bukanov 2007-01-11 18:04:27 +00:00
igor.bukanov%gmail.com 36f887bb64 bug 366601, r=brendan 2007-01-11 10:45:03 +00:00
brendan%mozilla.org 0c54e8701c Fix js_IsScopeLocked assertion (366606, r=sayrer). 2007-01-11 00:45:49 +00:00
brendan%mozilla.org 19a7868826 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 6137d7e995 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 c4a7976288 Fix bogus assertion and improve comment per mrbkap's suggestion (366468). 2007-01-10 01:47:58 +00:00
brendan%mozilla.org 76e658cb58 Fix LOCKED_OBJ_CHECK_SLOT misnomers; tweak comment. 2007-01-09 06:27:48 +00:00
brendan%mozilla.org 14097cb9a3 Fix 366396, r=mrbkap. 2007-01-09 05:59:48 +00:00
crowder%fiverocks.com 9fdb4be93b 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 18ac67221c Fix regression from bug 365851 (366292, r=mrbkap). 2007-01-08 20:36:22 +00:00
igor.bukanov%gmail.com b6061b3599 Bug 366312: fixing document.all detecting regression from bug 365608. r=brendan 2007-01-08 20:29:14 +00:00
brendan%mozilla.org 61ec17454c Followup warning fix for 128150. 2007-01-08 19:37:09 +00:00
brendan%mozilla.org 12a3c88a14 Remove property cache (128150, r=igor). 2007-01-08 19:34:43 +00:00
brendan%mozilla.org d5f3d89a7e Fix copy/paste error in assertion (366288, r=me). 2007-01-08 09:01:41 +00:00
timeless%mozdev.org 514c77dd47 Bug 325539 typo in mozilla/js/jsd/idl/jsdIDebuggerService.idl
r=silver
2007-01-07 10:50:23 +00:00