bclary@bclary.com
|
15e5eb3183
|
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
|
2f42cee5a9
|
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
|
7abd8bb595
|
Fix warning introduced by patch for bug 408009, r=jst.
|
2007-12-13 12:59:44 -08:00 |
|
crowder@fiverocks.com
|
5eb9b0b0b3
|
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
|
8cdadd238e
|
Back out last rev due to orange tboxen.
|
2007-12-12 22:40:27 -08:00 |
|
jst@mozilla.org
|
aaffeb614c
|
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
|
6e91b7c1fb
|
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
|
17c85fe694
|
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
|
ddcf61f0d0
|
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
|
076f69ec85
|
Bug 398219: backing out the check in due to regression failures.
|
2007-12-12 12:08:24 -08:00 |
|
igor@mir2.org
|
1e5b233ff0
|
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
|
aa958569ef
|
JavaScript Tests - remove fixes from known failures due to bug 396584
|
2007-12-12 10:09:32 -08:00 |
|
brendan@mozilla.org
|
bb37e6a7fe
|
Reflecting arguments in Call must happen irrespective of JSRESOLVE_ASSIGNING (396584, r=igor).
|
2007-12-11 13:40:51 -08:00 |
|
brendan@mozilla.org
|
fe766425b6
|
Don't give Iterator a fixed global binding (407957, r=jwalden).
|
2007-12-11 13:37:04 -08:00 |
|
crowder@fiverocks.com
|
0966ae9622
|
Bug 403977 -- Backed out due to mochitest failures -- crowder
|
2007-12-11 13:07:47 -08:00 |
|
crowder@fiverocks.com
|
bc4cd9a1e3
|
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
|
d78a00de7c
|
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
|
33dfb48ca3
|
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
|
72d65ef27e
|
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
|
93e67f0a7c
|
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
|
1cd88420f7
|
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
|
b49762112f
|
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
|
33158fbeeb
|
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
|
12e0fa1a55
|
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
|
5cd33817cc
|
backout bug 407815 due to test failures
|
2007-12-10 21:11:30 -08:00 |
|
reed@reedloden.com
|
f09f67bea1
|
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
|
e1ffacc0eb
|
Fixing bug 407819. Speed up GetScopeOfObject(). r+sr=jonas@sicking.cc
|
2007-12-10 18:00:40 -08:00 |
|
jst@mozilla.org
|
c0792b2946
|
Fixing bug 407819. Speed up GetScopeOfObject(). r+sr=jonas@sicking.cc
|
2007-12-10 17:42:19 -08:00 |
|
jst@mozilla.org
|
6306fba65f
|
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
|
7078220319
|
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
|
bee11ea13c
|
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
|
67f25d17c8
|
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
|
0baef6e1a8
|
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
|
5308ee78ac
|
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
|
f1fcf37818
|
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
|
a902a948d0
|
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
|
a453cdad23
|
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
|
0ebf9cb185
|
JavaScript Tests - test regression from bug 398609, by Igor Bukanov, not part of the build
|
2007-12-08 12:12:09 -08:00 |
|
bclary@bclary.com
|
8e4e6656c7
|
JavaScript Tests - regression test for bug 404755, by Franck, Igor Bukanov, not part of the build
|
2007-12-08 11:41:50 -08:00 |
|
bclary@bclary.com
|
f319faeda8
|
JavaScript Tests - regression test for bug 407024, by Igor Bukanov, not part of the build
|
2007-12-08 11:29:22 -08:00 |
|
crowder@fiverocks.com
|
eade185112
|
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 13:36:58 -08:00 |
|
bclary@bclary.com
|
9b73f18e2a
|
Sisyphus - JavaScript Tests - update kernel identification and known failures, bug 407347, not part of the build
|
2007-12-07 07:25:22 -08:00 |
|
bclary@bclary.com
|
adc4661535
|
JavaScript Test - add missing test for bug 396969, by Brendan Eich, not part of the build
|
2007-12-07 00:55:03 -08:00 |
|
igor@mir2.org
|
37a451667c
|
Bug 406079: dtrace can compile again. Patch from Alfred Peng, r=myself, a1.9,aM10=beltzner.
|
2007-12-06 12:17:43 -08:00 |
|
bclary@bclary.com
|
f3c3cb9079
|
JavaScript Tests - update regression test for bug 274152 due to bug 368516, not part of the build
|
2007-12-06 11:23:03 -08:00 |
|
igor@mir2.org
|
4ea52a97d6
|
Bug 406765: quelling GCC unitialized overwarning. r,a=brendan aM10=dsicore
|
2007-12-06 00:52:03 -08:00 |
|
crowder@fiverocks.com
|
921e592aee
|
Bug 368516: UTF-8 encoded scripts that contain a BOM result in an "illegal character" error, r=mrbkap, r=brendan, a=schrep
|
2007-12-05 21:09:38 -08:00 |
|
mrbkap@gmail.com
|
33c1a8132b
|
Backing this out to fix mochitest failures.
|
2007-12-04 16:52:02 -08:00 |
|
mrbkap@gmail.com
|
85a5d646af
|
Preserve more important attributes. bug 393269, r+sr=jst a=beltzner
|
2007-12-04 16:17:06 -08:00 |
|
mrbkap@gmail.com
|
1eab27a903
|
Complete the checkin for bug 399298. r+sr=jst
|
2007-12-04 16:13:49 -08:00 |
|