Commit Graph

10033 Commits

Author SHA1 Message Date
bclary@bclary.com
b6b0a842dc JavaScript Tests - relax randomness check for bug 211590 to prevent spurious failures 2007-12-16 08:01:48 -08:00
brendan@mozilla.org
e19d051052 Remove DUMP_CALL_TABLE (preliminary patch for 365851, r=igor). 2007-12-14 13:36:02 -08:00
crowder@fiverocks.com
20bd932eca Bug 408368 - Suboptimal code in array_sort implementation, code by Igor Bukanov, r=crowder 2007-12-14 09:30:20 -08:00
bclary@bclary.com
fa126fa8b6 JavaScript Tests - regression test for bug 367589 must call jsTestDriverEnd() after reportCompare(), not part of the build 2007-12-14 08:37:02 -08:00
bclary@bclary.com
04c40cc688 JavaScript Tests - regression test for bug 369404 must call jsTestDriverEnd() after reportCompare(), not part of the build 2007-12-14 08:35:17 -08:00
reed@reedloden.com
8935120f99 Bug 408065 - "JSAPI should assert if embedding omits JS_ClearContextThread" [p=jorendorff@mozilla.com (Jason Orendorff) r+a1.9=brendan] 2007-12-13 23:43:54 -08:00
sayrer@gmail.com
91e16977ee Bug 407794. Nightlies should not override module-specific build settings. r=ted.mielczarek. 2007-12-13 19:22:52 -08:00
jst@mozilla.org
93d4dd838f Fixing bug 408143. Make the JSObject for XPConnect wrappers that have classinfo share maps with their prototypes. r+sr+a=brendan@mozilla.org 2007-12-13 17:39:28 -08:00
bclary@bclary.com
3ac51418b3 JavaScript Tests - update known failures, no bug, not part of the build 2007-12-13 15:19:09 -08:00
bclary@bclary.com
8b0677a066 JavaScript Tests - regression tests for bug 407957, not part of the build 2007-12-13 15:17:42 -08:00
bclary@bclary.com
9eed25e814 JavaScript Tests - regression tests for bug 407501, by Igor Bukanov, not part of the build 2007-12-13 15:15:05 -08:00
bclary@bclary.com
fe05873ef9 JavaScript Tests - regression tests for bug 407323, not part of the build 2007-12-13 15:13:30 -08:00
bclary@bclary.com
7f25191278 JavaScript Tests - regression test for bug 406477, by Igor Bukanov, not part of the build 2007-12-13 15:11:38 -08:00
bclary@bclary.com
afcda6ee12 JavaScript Tests - regression test for bug 406769, by Gavin Sharp, not part of the build 2007-12-13 15:10:07 -08:00
brendan@mozilla.org
f8dbeff879 Fix warning introduced by patch for bug 408009, r=jst. 2007-12-13 12:59:44 -08:00
crowder@fiverocks.com
0fde2c75ba Bug 403977 - Huge Speed Drop in Array.prototype.sort, patch by Igor Bukanov <igor@mir2.org>, r=crowder, approval1.9 by beltzner 2007-12-13 11:55:21 -08:00
brendan@mozilla.org
d859371bba Back out last rev due to orange tboxen. 2007-12-12 22:40:27 -08:00
jst@mozilla.org
aebe41e4ba Fixing bug 408143. Make JSObjects share their prototypes scope (map) even if their ops differ, as long as their newObjectMap hooks are the same. r+a=brendan@mozilla.org 2007-12-12 21:42:04 -08:00
pavlov@pavlov.net
efaa13deea bug 408124. increase size of regexp arena to avoid unnecessary additional allocations. r=crowder 2007-12-12 16:12:30 -08:00
jst@mozilla.org
b30b544b5f Fixing bug 408009. Make doGetObjectPrincipal() faster. r+sr=bzbarsky@mit.edu, r+a=brendan@mozilla.org 2007-12-12 15:02:25 -08:00
bclary@bclary.com
f1e30aa514 JavaScript Tests - remove DST start/end ambiguity, r=igor, bug 408080, not part of the build 2007-12-12 13:17:11 -08:00
igor@mir2.org
5d37bcd03f Bug 398219: backing out the check in due to regression failures. 2007-12-12 12:08:24 -08:00
igor@mir2.org
32bd2824e1 Bug 398219: avoid storing references to the global scope in the compiled scripts. r,a=brendan 2007-12-12 10:47:56 -08:00
bclary@bclary.com
daa4c72c8f JavaScript Tests - remove fixes from known failures due to bug 396584 2007-12-12 10:09:32 -08:00
brendan@mozilla.org
0f836db049 Reflecting arguments in Call must happen irrespective of JSRESOLVE_ASSIGNING (396584, r=igor). 2007-12-11 13:40:51 -08:00
brendan@mozilla.org
62bd45bd4a Don't give Iterator a fixed global binding (407957, r=jwalden). 2007-12-11 13:37:04 -08:00
crowder@fiverocks.com
daeea1c2f9 Bug 403977 -- Backed out due to mochitest failures -- crowder 2007-12-11 13:07:47 -08:00
crowder@fiverocks.com
35267732ab Bug 403977 - Huge Speed Drop in Array.prototype.sort, patch by Igor Bukanoc <igor@mir2.org, r=crowder 2007-12-11 12:17:41 -08:00
crowder@fiverocks.com
503123113f Bug 375876 - "Assertion failure: (c2 <= cs->length) && (c1 <= c2)" with /[\[-h]/i, r=mrbkap, a=blocking1.9 2007-12-11 12:13:42 -08:00
igor@mir2.org
35b4acff45 Bug 406477: eval with function statements adds the function to the proper var object. r,a=brendan 2007-12-11 02:43:56 -08:00
reed@reedloden.com
a2751b7c96 Bug 407000 - "Tearing down rt->unitStrings too early leads to incorrect free later" [p=jorendorff@mozilla.com (Jason Orendorff) r=igor a1.9=brendan a=blocking1.9+] 2007-12-11 02:40:29 -08:00
igor@mir2.org
6cfb248c69 Bug 397215: Runtime option to switch to UTF-8 encoding in byte <-> jschar conversiions. Patch from Sam Ruby with some changes by me. r,a=brendan 2007-12-11 02:09:58 -08:00
pavlov@pavlov.net
82786d710b bug 407824. XPCJSContextStack::Push doesn't need to allocate as much as it does. use an nsAutoTArray<> instead. r/sr=jst 2007-12-11 00:40:57 -08:00
pavlov@pavlov.net
fafc2c57ee bug 407428. stack allocate small strings in js_XDRStringAtom instead of instead of using the tempPool arena to allocate them. r=brendan,igor 2007-12-11 00:36:29 -08:00
reed@reedloden.com
9d56c21fe0 Bug 407815 - Speed up GetSecurityManager() in our XOW code [p=jst@mozilla.org (Johnny Stenback [jst]) r+sr=sicking a=blocking1.9+] 2007-12-11 00:27:41 -08:00
reed@reedloden.com
3b3e2cb5d4 Bug 407819 - Speed up GetScopeOfObject() [p=jst@mozilla.org (Johnny Stenback [jst]) r+sr=sicking a=blocking1.9+] 2007-12-11 00:24:17 -08:00
sayrer@gmail.com
b29c709025 backout bug 407815 due to test failures 2007-12-10 21:11:30 -08:00
reed@reedloden.com
ac0e2619c0 Back out jst's patch from bug 407819 to see if it fixes qm-centos5-01's mochitest failures. 2007-12-10 19:48:02 -08:00
jst@mozilla.org
50d8fd2db9 Fixing bug 407819. Speed up GetScopeOfObject(). r+sr=jonas@sicking.cc 2007-12-10 18:00:40 -08:00
jst@mozilla.org
65de74b003 Fixing bug 407819. Speed up GetScopeOfObject(). r+sr=jonas@sicking.cc 2007-12-10 17:42:19 -08:00
jst@mozilla.org
642d5caf6d Fixing bug 407815. Speed up GetSecurityManager() in our XOW code. r+sr=jonas@sicking.cc 2007-12-10 17:21:37 -08:00
bclary@bclary.com
eb29fae67e JavaScript Test - update regression test for bug 342359 due to changes in bug 376957, not part of the build 2007-12-10 13:51:53 -08:00
bclary@bclary.com
ab6a02101c Sisyphus - cause test run to fail immediately if Spider fails to install properly, bug 407430, not part of the build 2007-12-10 09:18:28 -08:00
gavin@gavinsharp.com
a04170e2fe Bug 376957 followup fix: make Error readonly/permanent, patch by Brendan Eich <brendan@mozilla.org>, r=jwalden, a=schrep for M10 landing 2007-12-10 08:15:01 -08:00
bclary@bclary.com
2d5c6d7fc9 JavaScript Tests - regression tests for bug 368516, 371636, by Brendan Eich, Igor Bukanov, not part of the build 2007-12-10 07:27:59 -08:00
gavin@gavinsharp.com
6be20ce6c5 Bug 406769: simple code now causes a slow script warning dialog to appear when it didn't before (fix bad regression in the global variable optimizer), patch by Igor Bukanov <igor@mir2.org>, r=brendan, a=schrep for M10 landing 2007-12-09 14:37:27 -08:00
reed@reedloden.com
276af0541f Bug 407501 - "JSOP_NEWINIT lacks SAVE_SP_AND_PC" [p=igor@mir2.org (Igor Bukanov) r+a1.9=brendan aM10=damons] 2007-12-08 23:14:06 -08:00
brendan@mozilla.org
3547942100 JSCLASS_FIXED_BINDING only on Namespace, for better backward and forward compat (407323, r=jwalden). 2007-12-08 22:14:26 -08:00
bclary@bclary.com
69ad1bad7d JavaScript Tests - regression test for bug 353116, by Jesse Ruderman, Rich Dougherty, not part of the build 2007-12-08 16:28:59 -08:00
bclary@bclary.com
4db1316b77 JavaScript Tests - test regression from bug 398609, by Igor Bukanov, not part of the build 2007-12-08 12:12:09 -08:00