reed@reedloden.com
|
51c2ff4cb8
|
Bug 398579 - "Allow using chrome:// URLs in Components.utils.import()" [p=ajvincent@gmail.com (Alex Vincent) r=sayrer sr=bsmedberg a1.9=damons]
|
2007-11-30 22:45:04 -08:00 |
reed@reedloden.com
|
518ad9ea7a
|
Back out WeirdAl's patch from bug 398579 to see if it caused the perf regression on Linux.
|
2007-11-30 17:23:10 -08:00 |
reed@reedloden.com
|
ca9a0becff
|
Bug 398579 - "Allow using chrome:// URLs in Components.utils.import()" [p=ajvincent@gmail.com (Alex Vincent) r=sayrer sr=bsmedberg a1.9=damons]
|
2007-11-30 12:03:37 -08:00 |
bclary@bclary.com
|
04cb5e978a
|
Sisyphus - JavaScript Tests - additional kernel pattern for CentOS5 VM
|
2007-11-29 09:12:26 -08:00 |
igor@mir2.org
|
30404149b6
|
Bug 403878: No compiler pseudo-frames when compiling functions. r,a=brendan
|
2007-11-29 06:49:42 -08:00 |
reed@reedloden.com
|
b5518fe2d0
|
Bug 371636 - "IE Array sort on numbers using default string comparator is 5x faster" [p=igor@mir2.org (Igor Bukanov) r+a1.9=brendan a=blocking1.9+]
|
2007-11-28 23:09:21 -08:00 |
reed@reedloden.com
|
af3a084357
|
Bug 404755 - fixing memory leak resulted from bug 363603 [p=igor@mir2.org (Igor Bukanov) r+a1.9=brendan]
|
2007-11-28 22:00:10 -08:00 |
reed@reedloden.com
|
52e3c0fabe
|
Back out Igor's patch from bug 404755 to see if it fixes the orange.
|
2007-11-28 20:12:08 -08:00 |
crowder@fiverocks.com
|
28d6419c1d
|
Bug 405882 - js.c has an unmatched fopen() resource leak, r=igor (not part of the build)
|
2007-11-28 17:00:33 -08:00 |
igor@mir2.org
|
d1174f4fdd
|
Bug 404755: fixing memory leak resulted from bug 363603. a,r=brendan
|
2007-11-28 14:22:40 -08:00 |
bclary@bclary.com
|
1031289535
|
Sisyphus/JavaScript Tests - cleanup log summary and TinderboxPrint output for Buildbot/Tinderbox, bug 397923, not part of the build, r=rcampbell
|
2007-11-28 10:17:28 -08:00 |
mrbkap@gmail.com
|
505b47d380
|
Make XOW's toString consistent over all cases. bug 398109, r=jst sr=bzbarsky a=beltzner
|
2007-11-27 17:09:31 -08:00 |
mrbkap@gmail.com
|
4086932c60
|
Don't use a prototype to do any work, just do it ourselves. bug 399298, r=jst sr=brendan a=blocking-1.9
|
2007-11-27 17:03:41 -08:00 |
mrbkap@gmail.com
|
7b4b71fc8c
|
Actually throw if the thrown thing was not an nsresult. bug 401735, r+sr+a=jst
|
2007-11-27 16:49:08 -08:00 |
jst@mozilla.org
|
e559d062e1
|
Landing fix for bug 393267. Fixing problem with setting __proto__ on objects with XOW's on its prototype chain. Patch by mrbkap@gmail.com, r=jst@mozilla.org, sr=brendan@mozilla.org
|
2007-11-27 15:45:20 -08:00 |
bclary@bclary.com
|
50e76de097
|
Sisyphus/JavaScript Tests - add option -S to runtests.sh to provide simpler output for Buildbot/Tinderbox, bug 397923, r=rcampbell
|
2007-11-27 14:53:24 -08:00 |
bclary@bclary.com
|
6a811e994a
|
JavaScript Tests - update test for bug 394941 to use regexps to match 1.8 and 1.9.0 behaviors, not part of the build
|
2007-11-27 09:42:04 -08:00 |
igor@mir2.org
|
a8fddbd5d6
|
Bug 399544: using custom storage for function argument and variable names. r,a=brendan
|
2007-11-27 00:38:47 -08:00 |
jwalden@mit.edu
|
f1400d818f
|
Bug 405372 - jsshell tracing() appears to work in JS_THREADED_INTERP builds but doesn't. r+a=brendan
|
2007-11-26 10:06:53 -08:00 |
igor@mir2.org
|
8da0be8c33
|
Bug 404803: patch from Jason Orendorff to restore C++ compatibility. r=myself a=brendan
|
2007-11-26 09:41:45 -08:00 |
igor@mir2.org
|
748930e7a4
|
Bug 347927: consistently using JS_ARRAY_LENGTH macro. r,a=brendan
|
2007-11-26 07:18:43 -08:00 |
bclary@bclary.com
|
42095f20e5
|
JavaScript Tests - update known failures due to bug 394941, not part of the build
|
2007-11-26 00:48:48 -08:00 |
bclary@bclary.com
|
6fc6ef3e39
|
JavaScript Tests - regression test for bug 394941 by Jesse Ruderman, update regression tests due to bug 394941, not part of the build
|
2007-11-26 00:42:53 -08:00 |
igor@mir2.org
|
a2efe3850f
|
Bug 394941: report exhausting of the script memory quota as ordinary runtime exceptions. r=brendan, a1.9=beltzner
|
2007-11-22 14:21:18 -08:00 |
igor@mir2.org
|
b344287c40
|
Bug 404499: fixing the regression in the decompiler from landing of bug 398609. r,a=brendan
|
2007-11-22 00:06:00 -08:00 |
reed@reedloden.com
|
ebb325cd64
|
Bug 403878 - Replacing js_InternalCall with js_Invoke in Array.sort for arrays with scripted compator functions (save alloc/free on each compare) [p=crowder@fiverocks.com (Brian Crowder) r=igor a=blocking1.9+]
|
2007-11-20 21:51:46 -08:00 |
crowder@fiverocks.com
|
97266e8cf7
|
Bug 403878 - Backing out, potentially caused orange on test tinderbox
|
2007-11-20 12:52:14 -08:00 |
crowder@fiverocks.com
|
c148f44b48
|
Bug 399199: jsfile.c fails to compile, patch by Jeff Watkins <jeff.watkins.spam@gmail.com> r=crowder, a=not part of the build
|
2007-11-20 10:23:49 -08:00 |
crowder@fiverocks.com
|
0285efe60d
|
Bug 403878 - Replacing js_InternalCall with js_Invoke in Array.sort for arrays with scripted compator functions -- save alloc/free on each compare r=ibukanov, a=blocking1.9+
|
2007-11-20 10:07:13 -08:00 |
bclary@bclary.com
|
5bbb1cf59d
|
JavaScript Tests - jsDriver.pl -k|-K fail to report test failures, bug 404539, r=igor, not part of the build
|
2007-11-20 08:28:29 -08:00 |
bclary@bclary.com
|
86e172fd07
|
JavaScript Tests - update public-failures.txt, spidermonkey-extensions-n.tests, bug 404367
|
2007-11-19 10:52:59 -08:00 |
bclary@bclary.com
|
8683a1b3ac
|
Sisyphus - JavaScript Tests auto create known failure patterns, bug 404357
|
2007-11-19 09:30:44 -08:00 |
bclary@bclary.com
|
01ea4d0e7f
|
JavaScript Tests - update tests to reflect changing error messages, bug 404355
|
2007-11-19 09:23:06 -08:00 |
igor@mir2.org
|
2b99286186
|
Bug 398609: simpler handling of hidden properties, r,a=brendan
|
2007-11-19 09:15:45 -08:00 |
bclary@bclary.com
|
a4de1e0d52
|
JavaScript Tests - handle race in some Date tests, bug 404351
|
2007-11-19 09:12:58 -08:00 |
peterv@propagandism.org
|
bef9c93401
|
Sync declaration of js_TraceFunction with definition.
|
2007-11-19 03:38:08 -08:00 |
igor@mir2.org
|
26b6e88b32
|
Bug 403678: GC thing callback is removed. r,a=brendan
|
2007-11-19 02:57:04 -08:00 |
igor@mir2.org
|
16ef90a8d3
|
Bug 398609: backing out due to test failures.
|
2007-11-18 16:58:46 -08:00 |
igor@mir2.org
|
70095b9a80
|
Bug 398609: cleanup of hidden properties support. r,a=brendan
|
2007-11-18 16:36:49 -08:00 |
peterv@propagandism.org
|
4840695be9
|
Fix for bug 375808 (Replacing GCX_PRIVATE by GCX_FUNCTION). r=igor, sr=jst, a=schrep.
|
2007-11-18 06:10:28 -08:00 |
reed@reedloden.com
|
bb5f531d67
|
Bug 395836 - "(new Date).toLocaleFormat("%D") crashes Minefield" [p=mats.palmgren@bredband.net (Mats Palmgren) r=crowder a=blocking1.9+]
|
2007-11-17 00:25:23 -08:00 |
reed@reedloden.com
|
cae15db0d0
|
Bug 400393 - "mozilla-central: jsatom.cpp has bad casts in 64-bit OS" [p=benjamin@smedbergs.us (Benjamin Smedberg) r=igor a1.9=schrep]
|
2007-11-16 20:20:37 -08:00 |
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 |