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

9919 Коммитов

Автор SHA1 Сообщение Дата
reed@reedloden.com dd6c781e12 Bug 402653 - "xpcshell core dump when shutdown" [p=solar@netease.com (Solar) r=igor a=blocking1.9+] 2007-11-15 01:01:17 -08:00
reed@reedloden.com e7ad677649 relanding bug 400687 since it doesn't look to be the source of the Ts regression 2007-11-14 20:16:35 -08:00
gavin@gavinsharp.com 72fb173675 Back out the patch for bug 400687 to see whether it caused the Ts regression, a=sicking 2007-11-14 16:17:28 -08:00
bclary@bclary.com 21b69d628d JavaScript Tests - regression tests for bug 402386, semicolon insertion, not part of the build 2007-11-13 20:19:18 -08:00
brendan@mozilla.org d510c84f8b Propagate end position in all cases parsing a parenthesized expression (402386, r=mrbkap/a=schrep). 2007-11-13 18:07:28 -08:00
igor@mir2.org 44c970296d Bug 396487: objects can be marked as system only during creation. r,a=brendan 2007-11-13 16:50:17 -08:00
igor@mir2.org bb0f6d3e7b bug 397289: removing JSParseNode.pn_ts. r,a=brendan 2007-11-13 14:18:17 -08:00
igor@mir2.org 6c008fe1e0 Bug 400687: removal of dependency of xpconnect on internal JS GC thing types. r,a=brendan 2007-11-13 13:23:07 -08:00
bclary@bclary.com fc33ca4410 JavaScript Tests - regression test for bug 398485, not part of the build 2007-11-13 10:53:16 -08:00
igor@mir2.org 2dde8b9ca8 Bug 398609: Backing out due to mochi test failure. 2007-11-13 07:47:28 -08:00
igor@mir2.org ba086a3cc1 Bug 398609: cleanup of hidden properties. r,a=brendan 2007-11-13 06:56:18 -08:00
reed@reedloden.com 8d679f039a Bug 401188 - "Thread-unsafe updates to sub-atomic rt->gc{Poke,Zeal}" [p=crowder r=igor a1.9=brendan] 2007-11-13 02:44:08 -08:00
reed@reedloden.com e175d1106c Bug 327869 - "new Date (1899, 0).toLocaleString() causes abnormal program termination if compiled with VC 8" [p=mats.palmgren@bredband.net (Mats Palmgren) r=crowder a=blocking1.9+] 2007-11-13 00:35:42 -08:00
reed@reedloden.com 7477185f20 Bug 400793 - "Need JS_AlreadyHasOwnProperty (UCProperty, Element)" [p=crowder r+a1.9=brendan] 2007-11-13 00:28:47 -08:00
reed@reedloden.com 2de09aefd4 Bug 398177 - "ISO 8601 dates helper" [p=erwan@flock.com (Erwan Loisant) r=sayrer sr=mscott a1.9=damons] 2007-11-13 00:12:56 -08:00
reed@reedloden.com 8822231a07 Bug 398485 - "Date toLocaleString() clamps the year to -32767 .. 32767" [p=mats.palmgren@bredband.net (Mats Palmgren) r=crowder a1.9=schrep] 2007-11-12 22:39:16 -08:00
reed@reedloden.com 62253eed3a Bug 353116 - ""has no properties" is misleading and should be replaced with "is null or undefined"" [p=rich@rd.gen.nz (Rich Dougherty) r=brendan r=crowder a1.9=damons] 2007-11-12 21:23:22 -08:00
peterv@propagandism.org 70c515796d Undoing accidental backout of the fix for bug 401254. 2007-11-12 06:45:08 -08:00
reed@reedloden.com 0f4bce72f8 Bug 401298 - "Including jsapi.h generates many warnings with certain compiler configurations (e.g. gcc 3.4 -Wstrict-prototypes)" [p=wes@page.ca (Wesley W. Garland) r=mrbkap a1.9=brendan] 2007-11-07 01:17:35 -08:00
igor@mir2.org f33231e83b Bug 398085: better handling of long jumps in the bytecode. r,a=brendan,aM9=beltzner 2007-11-06 11:41:04 -08:00
igor@mir2.org 5e2c6f0737 Bug 402087: fixing iteraction between gczeal mode and scripts. r,a=brendan, aM9=beltzner 2007-11-06 03:05:00 -08:00
shaver@mozilla.org c00d3b888d copy WINNT5.2 config for vista, npotb, r=crowder 2007-11-05 12:08:23 -08:00
peterv@propagandism.org 7d616bf099 Fix for bug 402535 (Cycle collection crashes with Leak Monitor extension installed). Pending-r=sicking, sr=jst, a=dsicore. 2007-11-05 11:43:08 -08:00
peterv@propagandism.org 8417552133 Fix for bug 402379 (Crash with Venkman profiling [@ JS_IsSystemObject]). r=igor, pending-sr=jst. 2007-11-05 01:12:16 -08:00
jonas@sicking.cc 2bf11197b2 Bug 404402: Don't remove an XPCTraceableVariant from root set in dtor if it has already been done during unlinking. Patch by peterv. r/sr=sicking 2007-11-04 18:07:09 -08:00
brendan@mozilla.org c14ddb9adf Fix post-increment/decrement automatic semicolon insertion bug (401466, r=mrbkap). 2007-11-04 14:21:19 -08:00
peterv@propagandism.org d717255ca2 Fix crash from patch for bug 401687 (Stop refcounting JS objects in the cycle collector). r/sr=jst, a=dsicore@mozilla.com. 2007-11-02 08:48:00 -07:00
reed@reedloden.com d106f66c85 Bug 401806 - "support building with dtrace enabled on Mac OS X" [p=Ryan r=luser aM9=schrep] 2007-11-01 23:36:49 -07:00
jst@mozilla.org 958edbe6cf Fixing solaris bustage from bug 401687. r+sr=jonas@sicking.cc 2007-11-01 18:09:53 -07:00
jst@mozilla.org d7d6ffb392 Landing patch for bug 401687. Stop reference counting JS objects in the cycle collector. Patch by peterv@propagandism.org, r+sr=dbaron@mozilla.com,igor@mir2.org, a=dsicore@mozilla.com 2007-11-01 15:51:57 -07:00
bclary@bclary.com d0696f02b8 Sisyphus|JavaScript Tests - remove need to parallel dir structure of tests into results, bug 399888, r=rcampbell, not part of the build 2007-10-31 14:04:03 -07:00
bclary@bclary.com 77d5d138b7 JavaScript Tests - regression test for bug 383682, by Blake Kaplan, not part of the build 2007-10-31 10:22:32 -07:00
brendan@mozilla.org db5d699473 Fix conditional expressions (401405, r=mrbkap). 2007-10-29 19:35:02 -07:00
peterv@propagandism.org 2e01f470e6 Part 1 of fix for bug 379718 (using trace API for reference counts) and bug 386912 (cycle collector faults after tracing "JS object but unknown to the JS GC"). r=igor/jst, sr=jst, a=blocking1.9+/M9 (for bug 386912). 2007-10-29 06:45:07 -07:00
peterv@propagandism.org 8aff563c48 Backing out once more to fix orange. 2007-10-28 05:49:30 -07:00
peterv@propagandism.org abb09e26b6 Part 1 of fix for bug 379718 (using trace API for reference counts) and bug 386912 (cycle collector faults after tracing "JS object but unknown to the JS GC"). r=igor/jst, sr=jst, a=blocking1.9+/M9 (for bug 386912). 2007-10-28 04:14:40 -07:00
igor@mir2.org 67e18d6377 Bug 401254: new shell function gcparam as a wrapper for JS_SetGCParameter. r=brendan. Browser builds do not use the file. 2007-10-27 16:04:13 -07:00
jonas@sicking.cc 4c1a3910ac bug 394390: Don't report bogus warnings to the error console when using cross-site xmlhttprequest. Patch by Surya Ismail <suryaismail@gmail.com>, r/sr=sicking 2007-10-26 18:46:09 -07:00
peterv@propagandism.org a84948aa32 Backing out to fix orange. 2007-10-26 07:15:28 -07:00
peterv@propagandism.org 3a33ff3fcf Part 1 of fix for bug 379718 (using trace API for reference counts) and bug 386912 (cycle collector faults after tracing "JS object but unknown to the JS GC"). r=igor/jst, sr=jst, a=blocking1.9+/M9 (for bug 386912). 2007-10-26 06:25:32 -07:00
reed@reedloden.com 774585b04d Bug 393627 - "JS XPCOM component exception handled by native code shows up in error console" (don't report nsresult exceptions thrown from JS) [p=mrbkap r+sr=jst aM9=beltzner] 2007-10-24 22:59:37 -07:00
igor@mir2.org c38ffed2ec Bug 399090: proper check for duplicated parameter names in xdr decoder. r=brendan,mrbkap a=brendan aM9=beltzner 2007-10-24 14:50:22 -07:00
bclary@bclary.com 6931b18fbc JavaScript Tests - update public-failures.txt 2007-10-24, bug 400958, not part of the build 2007-10-24 06:57:21 -07:00
bclary@bclary.com 47447f6bcf Sisyphus - add -v verbose output switch, bug 399879, r=rcampbell, not part of the build 2007-10-23 09:52:36 -07:00
jst@mozilla.org fbef483d10 Landing fix for bug 388564. Adding Dtrace probes to the JS engine. Patch by padraig.obriain@sun.com and brendan@sun.com, and some intergration work done by jst@mozilla.org. r=brendan@mozilla.org, igor@mir2.org, sayrer@gmail.com, and r+a=ted.mielczarek@gmail.com. 2007-10-19 15:24:32 -07:00
bclary@bclary.com 0978f40e34 JavaScript Tests - regression tests for bug 387955, by Jesse Ruderman, Igor Bukanov, not part of the build 2007-10-18 19:34:01 -07:00
bclary@bclary.com 28b94d2c62 JavaScript Tests - regression test for bug 390078, by Igor Bukanov, not part of the build 2007-10-18 19:26:52 -07:00
bclary@bclary.com 1de1d8dddd JavaScript Tests - update public-failures.txt, bug 400246, not part of the build 2007-10-17 22:21:42 -07:00
brendan@mozilla.org df567b52fb Include $ and _ in identifier chars (still to do: Unicode alnums and escapes); based on patch from Frankie Robertson <frankierobertson5@googlemail.com> (399625, r=mrbkap). 2007-10-16 16:43:28 -07:00
brendan@mozilla.org 5f7baa7b6c Fix from Frankie Robertson <frankierobertson5@googlemail.com> to Node toString (399659, r/a=me). 2007-10-16 15:56:16 -07:00