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

10190 Коммитов

Автор SHA1 Сообщение Дата
brendan%mozilla.org 25db1536e1 Fix warning introduced by patch for bug 408009, r=jst. 2007-12-13 20:59:44 +00:00
crowder%fiverocks.com 4b5676323d 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 19:55:21 +00:00
brendan%mozilla.org 898a54b151 Back out last rev due to orange tboxen. 2007-12-13 06:40:27 +00:00
jst%mozilla.org 12c21c746e 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-13 05:42:04 +00:00
pavlov%pavlov.net 59cffdfe0b bug 408124. increase size of regexp arena to avoid unnecessary additional allocations. r=crowder 2007-12-13 00:12:30 +00:00
jst%mozilla.org d05eccb938 Fixing bug 408009. Make doGetObjectPrincipal() faster. r+sr=bzbarsky@mit.edu, r+a=brendan@mozilla.org 2007-12-12 23:02:26 +00:00
bclary%bclary.com 66604660df JavaScript Tests - remove DST start/end ambiguity, r=igor, bug 408080, not part of the build 2007-12-12 21:17:12 +00:00
igor%mir2.org 98a7447843 Bug 398219: backing out the check in due to regression failures. 2007-12-12 20:08:24 +00:00
igor%mir2.org 5aedc825c9 Bug 398219: avoid storing references to the global scope in the compiled scripts. r,a=brendan 2007-12-12 18:47:56 +00:00
bclary%bclary.com f5d6861f13 JavaScript Tests - remove fixes from known failures due to bug 396584 2007-12-12 18:09:32 +00:00
brendan%mozilla.org 476082062e Reflecting arguments in Call must happen irrespective of JSRESOLVE_ASSIGNING (396584, r=igor). 2007-12-11 21:40:51 +00:00
brendan%mozilla.org c1c543db4e Don't give Iterator a fixed global binding (407957, r=jwalden). 2007-12-11 21:37:04 +00:00
crowder%fiverocks.com 9272a03474 Bug 403977 -- Backed out due to mochitest failures -- crowder 2007-12-11 21:07:47 +00:00
crowder%fiverocks.com b8884b0e7e Bug 403977 - Huge Speed Drop in Array.prototype.sort, patch by Igor Bukanoc <igor@mir2.org, r=crowder 2007-12-11 20:17:41 +00:00
crowder%fiverocks.com cf3e6e344e Bug 375876 - "Assertion failure: (c2 <= cs->length) && (c1 <= c2)" with /[\[-h]/i, r=mrbkap, a=blocking1.9 2007-12-11 20:13:42 +00:00
igor%mir2.org cea85473ff Bug 406477: eval with function statements adds the function to the proper var object. r,a=brendan 2007-12-11 10:43:56 +00:00
reed%reedloden.com 7761fd19d0 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 10:40:29 +00:00
igor%mir2.org 70af3ad7d9 Bug 407720: optimizing the constructor lookup, r,a=brendan 2007-12-11 10:09:59 +00:00
igor%mir2.org 1c19587b2c 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 10:09:58 +00:00
pavlov%pavlov.net 80ea2912f9 bug 407824. XPCJSContextStack::Push doesn't need to allocate as much as it does. use an nsAutoTArray<> instead. r/sr=jst 2007-12-11 08:40:57 +00:00
pavlov%pavlov.net 36d7c1065d 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 08:36:29 +00:00
reed%reedloden.com 8400923b32 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 08:27:41 +00:00
reed%reedloden.com 8d4c2f89b0 Bug 407819 - Speed up GetScopeOfObject() [p=jst@mozilla.org (Johnny Stenback [jst]) r+sr=sicking a=blocking1.9+] 2007-12-11 08:24:17 +00:00
sayrer%gmail.com 83c5b070e8 backout bug 407815 due to test failures 2007-12-11 05:11:30 +00:00
reed%reedloden.com dc4a8023c5 Back out jst's patch from bug 407819 to see if it fixes qm-centos5-01's mochitest failures. 2007-12-11 03:48:02 +00:00
jst%mozilla.org a8afd79f9b Fixing bug 407819. Speed up GetScopeOfObject(). r+sr=jonas@sicking.cc 2007-12-11 02:00:40 +00:00
jst%mozilla.org 76fc70460c Fixing bug 407819. Speed up GetScopeOfObject(). r+sr=jonas@sicking.cc 2007-12-11 01:42:19 +00:00
jst%mozilla.org bea18d40af Fixing bug 407815. Speed up GetSecurityManager() in our XOW code. r+sr=jonas@sicking.cc 2007-12-11 01:21:37 +00:00
bclary%bclary.com 4542ad6927 JavaScript Test - update regression test for bug 342359 due to changes in bug 376957, not part of the build 2007-12-10 21:51:53 +00:00
nboyd%atg.com cca8d63f47 Fix bug 407374 - Destructuring assignment isn't threadsafe
Patch from Christophe Grand.
2007-12-10 18:00:53 +00:00
bclary%bclary.com 43ffb0e84c Sisyphus - cause test run to fail immediately if Spider fails to install properly, bug 407430, not part of the build 2007-12-10 17:19:18 +00:00
gavin%gavinsharp.com a388eb5955 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 16:15:01 +00:00
bclary%bclary.com 5be13a2d1b JavaScript Tests - regression tests for bug 368516, 371636, by Brendan Eich, Igor Bukanov, not part of the build 2007-12-10 15:28:00 +00:00
gavin%gavinsharp.com c3cff5f136 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 22:37:27 +00:00
reed%reedloden.com 5a7c4810b2 Bug 407501 - "JSOP_NEWINIT lacks SAVE_SP_AND_PC" [p=igor@mir2.org (Igor Bukanov) r+a1.9=brendan aM10=damons] 2007-12-09 07:14:06 +00:00
brendan%mozilla.org e5a3d46875 JSCLASS_FIXED_BINDING only on Namespace, for better backward and forward compat (407323, r=jwalden). 2007-12-09 06:14:26 +00:00
bclary%bclary.com 3a14e105e2 JavaScript Tests - regression test for bug 353116, by Jesse Ruderman, Rich Dougherty, not part of the build 2007-12-09 00:28:59 +00:00
bclary%bclary.com 0cf615101a JavaScript Tests - test regression from bug 398609, by Igor Bukanov, not part of the build 2007-12-08 20:12:09 +00:00
bclary%bclary.com 7302da65af JavaScript Tests - regression test for bug 404755, by Franck, Igor Bukanov, not part of the build 2007-12-08 19:41:50 +00:00
bclary%bclary.com d05af143e8 JavaScript Tests - regression test for bug 407024, by Igor Bukanov, not part of the build 2007-12-08 19:29:22 +00:00
crowder%fiverocks.com 5d8367d874 Bug 407024 - Fatal JS_Assert "JSVAL_IS_NUMBER(pn3->pn_val) || JSVAL_IS_STRING(pn3->pn_val) || JSVAL_IS_BOOLEAN(pn3->pn_val)", patch by Igor Bukanov <igor@mir2.org>, r=brendan, approvalM10=schrep 2007-12-07 21:36:58 +00:00
bclary%bclary.com 9f9ca1cc84 Sisyphus - JavaScript Tests - update kernel identification and known failures, bug 407347, not part of the build 2007-12-07 15:25:22 +00:00
bclary%bclary.com fe4fd89f5b JavaScript Test - add missing test for bug 396969, by Brendan Eich, not part of the build 2007-12-07 08:55:03 +00:00
igor%mir2.org 527f9289a4 Bug 406079: dtrace can compile again. Patch from Alfred Peng, r=myself, a1.9,aM10=beltzner. 2007-12-06 20:17:43 +00:00
bclary%bclary.com 7074b03a17 JavaScript Tests - update regression test for bug 274152 due to bug 368516, not part of the build 2007-12-06 19:23:03 +00:00
igor%mir2.org 94904b36d0 Bug 406765: quelling GCC unitialized overwarning. r,a=brendan aM10=dsicore 2007-12-06 08:52:03 +00:00
crowder%fiverocks.com d28040e1c2 Bug 368516: UTF-8 encoded scripts that contain a BOM result in an "illegal character" error, r=mrbkap, r=brendan, a=schrep 2007-12-06 05:09:38 +00:00
mrbkap%gmail.com b8a20add37 Backing this out to fix mochitest failures. 2007-12-05 00:52:02 +00:00
mrbkap%gmail.com 61881e0b17 Preserve more important attributes. bug 393269, r+sr=jst a=beltzner 2007-12-05 00:17:06 +00:00
mrbkap%gmail.com f466306d6a Complete the checkin for bug 399298. r+sr=jst 2007-12-05 00:13:49 +00:00