Commit Graph

1145 Commits

Author SHA1 Message Date
mrbkap@gmail.com
705ce56638 Don't call arbitrary hooks from a function called from GC. bug 410323, r=brendan 2008-01-04 17:28:29 -08:00
mrbkap@gmail.com
e458b8b61d Use the currently active scope to find the prototype. bug 408639, r=jst sr=brendan 2008-01-04 17:25:35 -08:00
jst@mozilla.org
41ea116da8 Fixing bug 410851. Expose a faster way of getting the subject principal, and use that from performance critical code. r+sr=mrbkap@gmail.com 2008-01-04 15:59:12 -08:00
bclary@bclary.com
0189c1c262 JavaScript Tests - revert known failures due to bugs 393267, 399587 being backed out. not part of the build 2008-01-04 04:23:42 -08:00
jruderman@hmc.edu
0368dbc3d2 The last backout introduced some mochitest orange. Let's see whether backing out bug 393267 as well fixes that. 2008-01-03 21:13:59 -08:00
jruderman@hmc.edu
8a25f3a779 Backing out mrbkap's fix for bug 399587, in the hope of fixing bug 410323 and perhaps bug 410291. 2008-01-03 20:12:48 -08:00
brendan@mozilla.org
0d7046460b NPOTB assertion for Date's 'friend' API, plus comments (410647, r=bclary). 2008-01-03 18:23:55 -08:00
gavin@gavinsharp.com
15be910811 Back out patch for bug 409109 because its suspected of causing the fxdbug-win32-tb orange 2008-01-03 15:03:19 -08:00
brendan@mozilla.org
8c0a5e8a90 Comment nit-pick. 2008-01-03 12:57:05 -08:00
igor@mir2.org
136aa3e109 Bug 410653: make sure that the generator cleanup code is called on all code paths. r,a=brendan 2008-01-03 10:13:42 -08:00
igor@mir2.org
1240c7eabe Bug 409109: switching to new operation counting API. r=jst a=beltzner 2008-01-03 07:27:28 -08:00
igor@mir2.org
a9fa67b981 Bug 364776: New operation counter API to replace branch callback. r,a=brendan 2008-01-03 01:28:40 -08:00
bclary@bclary.com
2af85d44ba JavaScript Tests - regression test for bug 351463, not part of the buidl 2008-01-02 20:53:12 -08:00
brendan@mozilla.org
c02dbef876 XML/XMLList need toSource love (410192, r=mrbkap). 2008-01-02 12:25:59 -08:00
benjamin@smedbergs.us
f75d637c57 Bug 409433 - XPConnect should never allow GC off the main thread, r=mrbkap sr=jst a=luser 2007-12-31 10:17:35 -08:00
mrbkap@gmail.com
3467b91cc2 Fix silly think-o from bug 410090, r=lumpy 2007-12-30 12:37:49 -08:00
bclary@bclary.com
08b3b0e5af JavaScript Tests - update known failures due to fixes in bug 393269, bug 399587, not part of the build 2007-12-30 08:40:49 -08:00
mrbkap@gmail.com
a3cb3e9386 Preserve interesting attributes on same-origin XOWs. bug 393267, r+sr=jst a=beltzner 2007-12-29 20:36:37 -08:00
mrbkap@gmail.com
67bcba4a97 Add a way to find all of the XOWs for an object and use it to deal with hard cases where we have to clear the scope of XOWs in order to reflect changes to the underlying object. Also deal with objects moving between scopes by ensuring that we're always able to find their XOWs. bug 399587, r+sr=jst 2007-12-29 20:34:49 -08:00
mrbkap@gmail.com
f544e27288 Make enumeration over SJOWs walk the prototype chain. Also make SJOWs unwrap same-origin XOWs. bug 410090, r+sr=jst 2007-12-29 15:40:50 -08:00
mrbkap@gmail.com
c668cc7f5c Allow chrome to use SJOWs. bug 409889, r+sr=jst 2007-12-29 15:38:36 -08:00
sayrer@gmail.com
43999e482b Bug 387522. Native JSON support. r=crowder/jst, sr=brendan 2007-12-27 13:34:03 -08:00
bclary@bclary.com
3fda481a95 JavaScript Tests - regression tests for bug 407727, by Igor Bukanov, not part of the build 2007-12-27 12:23:00 -08:00
bclary@bclary.com
a69a021416 JavaScript Tests - record additional fixes from bug 390949 in known failure list, not part of the build 2007-12-27 07:03:09 -08:00
jruderman@hmc.edu
91424bc51f Backing out igor's fixes for bug 409109 and bug 364776 in an attempt to fix Tinderbox tgfx failures that are keeping talos red 2007-12-26 11:19:17 -08:00
bclary@bclary.com
bd2506675f JavaScript Tests - record fixes from bug 390949 in known failure list, not part of the build 2007-12-26 06:36:33 -08:00
igor@mir2.org
20fdb17cc6 Bug 409109: using operation counting API instead of the branch callback. r,sr=jst 2007-12-25 02:46:50 -08:00
igor@mir2.org
aa66348a18 Bug 364776: new operation callback API to replace branch callback. a,r=brendan 2007-12-25 02:12:26 -08:00
mrbkap@gmail.com
0af959a35c Do not propagate our toString function onto the wrapped objects. bug 390949, r+sr=jst 2007-12-24 12:17:16 -08:00
mrbkap@gmail.com
d6945425b5 Add mochitests for bug 409298 and bug 403005 r=bzbarsky 2007-12-24 11:28:21 -08:00
jruderman@hmc.edu
ca2676f2b9 Add crashtest 2007-12-23 17:25:00 -08:00
jruderman@hmc.edu
eb3288308b Add crashtest 2007-12-23 16:45:48 -08:00
timeless@mozdev.org
33d48a27ec Bug 336991 Useless null check of jsdscript in _destroyJSDScript r=gijs sr=bz a=dsicore 2007-12-23 15:47:36 -08:00
jwalden@mit.edu
a906fd95ab Kick the stupid Windows tinderbox. 2007-12-22 08:36:21 -08:00
bclary@bclary.com
17360fb8d6 JavaScript Test - add additional tests for Function constructor, bug 408271, not part of the build 2007-12-21 17:58:43 -08:00
sayrer@gmail.com
7fbc1f0e59 Bug 409324. js_DoubleToECMA(u)Int32 should return jsdouble, not a useless always-true JSBool. r/a=brendan 2007-12-21 14:06:37 -08:00
igor@mir2.org
365cedcc72 Bug 408271: check for missing return when parsing a function body in one place. r,a=brendan 2007-12-21 11:11:46 -08:00
mrbkap@gmail.com
f1c34acb2b Don't resolve things on SJOW's prototype and make toString on it work again. bug 409298, r+sr=jst a=beltzner 2007-12-21 11:05:05 -08:00
mrbkap@gmail.com
7c7e1261bf Give the JS engine some knowledge of wrappers so that they can compare equal and be noticed when they take part in __proto__ cycles; this was supposed to land before. bug 397855, r=brendan sr=dveditz 2007-12-21 01:10:59 -08:00
sayrer@gmail.com
cfbb96e156 Bug 409302. js_DoubleToECMA(u)Int32 has an unused cx param. r/a=brendan 2007-12-20 17:43:49 -08:00
bclary@bclary.com
f31cfc9dcc JavaScript Tests - update list of known failures, no bug, not part of the build 2007-12-20 16:07:00 -08:00
bclary@bclary.com
d28076f4ec JavaScript Tests - update tests to reflect changed behavior due to bug 409252 2007-12-20 16:02:14 -08:00
mrbkap@gmail.com
e718c42249 Fix this test to deal with the new error that's being thrown. 2007-12-20 15:46:08 -08:00
brendan@mozilla.org
873105df41 Don't fix typename bindings without JS2 opt-in (409252, r=mrbkap). 2007-12-20 15:29:31 -08:00
mrbkap@gmail.com
ace379fdfe Give the JS engine some knowledge of wrappers so that they can compare equal and be noticed when they take part in __proto__ cycles. bug 397855, r=brendan sr=dveditz 2007-12-20 14:59:44 -08:00
mrbkap@gmail.com
fb11cb8ad9 Use two flags for filenames: "system" and "want native wrappers". bug 408859, r=jst sr+a=brendan 2007-12-19 19:11:02 -08:00
igor@mir2.org
16849a505a Bug 398219: avoid storing references to the global scope in the compiled scripts. r,a=brendan 2007-12-19 05:20:45 -08:00
mrbkap@gmail.com
4dc08713fb Make peek-on-same-line actually work correctly. bug 401246, r=brendan (NPOTB) 2007-12-18 17:15:41 -08:00
crowder@fiverocks.com
3e531b2372 Bug 407600 - Compile Spidermonkey with -Os on Mac, r=bsmedberg, no approval needed, NPOTB 2007-12-18 17:05:48 -08:00
mrbkap@gmail.com
3cffe924e5 missing last character when using readline() on files. bug 407844, r=crowder a=brendan 2007-12-18 16:44:21 -08:00
mrbkap@gmail.com
62ccffd6aa Sync XPCSafeJSObjectWrapper with similar fixes that we took for XPCNativeWrapper. bug 399299, r+sr=jst 2007-12-18 15:33:14 -08:00
mrbkap@gmail.com
972347941c Make |foo instanceof XOW| work as expected. bug 396849, r+sr=jst 2007-12-18 13:06:44 -08:00
mrbkap@gmail.com
a4484eddc8 Work around weird behavior from JS_NewObject when we pass it a parent. bug 407289, r=jst sr=brendan 2007-12-18 11:40:46 -08:00
jst@mozilla.org
4cba3701b2 Fixing orange. 2007-12-17 17:57:19 -08:00
jst@mozilla.org
72e01bc642 Fixing bustage. 2007-12-17 16:49:21 -08:00
jst@mozilla.org
e00cf25458 Fixing bug 408139. Make XPConnect string argument handling code use stack space for string wrappers rather than to heap allocate them for each string argument. r+sr=bzbarsky@mit.edu 2007-12-17 16:39:28 -08:00
bclary@bclary.com
5d1c6dfb5b JavaScript Tests - handle 'race' in some Date tests, not part of the build 2007-12-17 03:59:28 -08:00
bclary@bclary.com
cb9f1d63bb JavaScript Tests - relax randomness check for bug 211590 to prevent spurious failures 2007-12-16 08:01:48 -08:00
brendan@mozilla.org
7d8fcab4dc Remove DUMP_CALL_TABLE (preliminary patch for 365851, r=igor). 2007-12-14 13:36:02 -08:00
crowder@fiverocks.com
b3acc391de 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
7ab5c5fddd 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
f38919be2a 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
214e4dc0fc 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
545da3b51c Bug 407794. Nightlies should not override module-specific build settings. r=ted.mielczarek. 2007-12-13 19:22:52 -08:00
jst@mozilla.org
2a57cdbdb4 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
5c3a6df55f JavaScript Tests - update known failures, no bug, not part of the build 2007-12-13 15:19:09 -08:00
bclary@bclary.com
c51bd16b7a JavaScript Tests - regression tests for bug 407957, not part of the build 2007-12-13 15:17:42 -08:00
bclary@bclary.com
7c71fdba46 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
d9803ef2fc JavaScript Tests - regression tests for bug 407323, not part of the build 2007-12-13 15:13:30 -08:00
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
mrbkap@gmail.com
58b7f4efda Set XOWs' prototypes to null to avoid confusion. bug 405726, r+sr=jst a=beltzner 2007-12-04 11:07:08 -08:00
igor@mir2.org
a59fada795 Bug 406736: fixing the test to report the success with read-only Array. r=Bob Clary, not part of the build 2007-12-04 10:16:43 -08:00
igor@mir2.org
e5af2095c0 Bug 406555: The decompiler output no longer depend on JS_C_STRINGS_ARE_UTF8 for uniformity. a,r=brendan 2007-12-04 01:30:23 -08:00
igor@mir2.org
1c10d71daf Bug 405962: extra patch to move the switch case for CALL_PROP to a beter place in the source. r,a=brendan 2007-12-04 01:26:23 -08:00
igor@mir2.org
0ea5b6f14c Bug 405962: making sure that we can compile with !JS_HAS_XML_SUPPORT. a,r=brendan 2007-12-04 01:08:13 -08:00
bclary@bclary.com
03082af022 JavaScript Tests - update known failure list, bug 406726, not part of the build 2007-12-04 00:30:49 -08:00
jwalden@mit.edu
908d04a379 Kick the stupid Windows test box. 2007-12-03 19:40:06 -08:00
jwalden@mit.edu
d3b11a2cbf Bug 376957 - Prevent data leaks from cross-site JSON loads (JavaScript literals), by making the global name bindings ReadOnly/DontDelete and making [] and {} use the global bindings. Still more that can be done here, but this covers a lot of the fix. r+a=brendan 2007-12-03 19:05:24 -08:00
reed@reedloden.com
63456c86a2 Bug 406608 - "Cast needed in jsfun.c (C++ compatibility)" [p=jorendorff@mozilla.com (Jason Orendorff) r=igor a1.9=damons] 2007-12-03 14:21:17 -08:00
jag@tty.nl
aa639ffd66 Bug 382034: support optional arguments in idl; follow-up patch to address reading absent optional arguments from argv. r=enndeakin, sr=jst, a=mtschrep 2007-12-02 20:20:13 -08:00
reed@reedloden.com
58880b2278 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
3c4ac4c8f4 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
892f2e7f36 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
dd88f8be15 Sisyphus - JavaScript Tests - additional kernel pattern for CentOS5 VM 2007-11-29 09:12:26 -08:00
igor@mir2.org
22c2a33a75 Bug 403878: No compiler pseudo-frames when compiling functions. r,a=brendan 2007-11-29 06:49:42 -08:00
reed@reedloden.com
450727effa 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
4633e7861a 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
a5ab5751ec 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
7abb68db68 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
44d7db2341 Bug 404755: fixing memory leak resulted from bug 363603. a,r=brendan 2007-11-28 14:22:40 -08:00
bclary@bclary.com
5c44d4d5d2 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
81e35c902c 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
9faca3d85d 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
b00023d855 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
a668c9bc61 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
c8922b2b5a 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
0e51145522 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
a0d8d9194e 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
300d5d5c21 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
3a067462ef 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
140ee1cf49 Bug 347927: consistently using JS_ARRAY_LENGTH macro. r,a=brendan 2007-11-26 07:18:43 -08:00
bclary@bclary.com
e04ae113c0 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
895572b43a 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
e46dc99233 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
792e095787 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
4272f519dd 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
f31d7fa41e Bug 403878 - Backing out, potentially caused orange on test tinderbox 2007-11-20 12:52:14 -08:00
crowder@fiverocks.com
e46cad284d 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
880f250289 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
b29c3e4759 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
3d7a48e323 JavaScript Tests - update public-failures.txt, spidermonkey-extensions-n.tests, bug 404367 2007-11-19 10:52:59 -08:00
bclary@bclary.com
e19068117c Sisyphus - JavaScript Tests auto create known failure patterns, bug 404357 2007-11-19 09:30:44 -08:00
bclary@bclary.com
36300b81c8 JavaScript Tests - update tests to reflect changing error messages, bug 404355 2007-11-19 09:23:06 -08:00
igor@mir2.org
a4162380a8 Bug 398609: simpler handling of hidden properties, r,a=brendan 2007-11-19 09:15:45 -08:00
bclary@bclary.com
be8396b481 JavaScript Tests - handle race in some Date tests, bug 404351 2007-11-19 09:12:58 -08:00
peterv@propagandism.org
473a62cd5f Sync declaration of js_TraceFunction with definition. 2007-11-19 03:38:08 -08:00
igor@mir2.org
1831710dfa Bug 403678: GC thing callback is removed. r,a=brendan 2007-11-19 02:57:04 -08:00
igor@mir2.org
7d6e57125d Bug 398609: backing out due to test failures. 2007-11-18 16:58:46 -08:00
igor@mir2.org
64dc5b1984 Bug 398609: cleanup of hidden properties support. r,a=brendan 2007-11-18 16:36:49 -08:00
peterv@propagandism.org
9989fb489f 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
f941fdc959 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
3f9e133d9c 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
dff4bb8d6e 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
4c5746dc93 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
939757e2f4 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
5a06932f57 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
3cbee734d4 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
0f544e4c18 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
8b7011f509 bug 397289: removing JSParseNode.pn_ts. r,a=brendan 2007-11-13 14:18:17 -08:00
igor@mir2.org
ca808e133e 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
11bc4bf9d9 JavaScript Tests - regression test for bug 398485, not part of the build 2007-11-13 10:53:16 -08:00
igor@mir2.org
837c046912 Bug 398609: Backing out due to mochi test failure. 2007-11-13 07:47:28 -08:00
igor@mir2.org
6c43fd5702 Bug 398609: cleanup of hidden properties. r,a=brendan 2007-11-13 06:56:18 -08:00
reed@reedloden.com
f79a9b57ed 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
b391eb319e 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
0352b51ca8 Bug 400793 - "Need JS_AlreadyHasOwnProperty (UCProperty, Element)" [p=crowder r+a1.9=brendan] 2007-11-13 00:28:47 -08:00
reed@reedloden.com
6af24f946e 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
8a96e0e5c6 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
b4a5976379 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
bd7abdc552 Undoing accidental backout of the fix for bug 401254. 2007-11-12 06:45:08 -08:00
reed@reedloden.com
e356453930 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
8b7c86c157 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
9bd984356d 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
73e1405020 copy WINNT5.2 config for vista, npotb, r=crowder 2007-11-05 12:08:23 -08:00
peterv@propagandism.org
db82918acf 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
93565d5348 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
6c25f1dfd7 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
58958cae30 Fix post-increment/decrement automatic semicolon insertion bug (401466, r=mrbkap). 2007-11-04 14:21:19 -08:00
peterv@propagandism.org
03c2ddbbf8 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
3b58bb05e5 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
b82c1c86f3 Fixing solaris bustage from bug 401687. r+sr=jonas@sicking.cc 2007-11-01 18:09:53 -07:00
jst@mozilla.org
858f753261 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
ec492a2fb3 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
fd0a76f9c2 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
cf0905a942 Fix conditional expressions (401405, r=mrbkap). 2007-10-29 19:35:02 -07:00
peterv@propagandism.org
0614d590fc 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
26b136edfe Backing out once more to fix orange. 2007-10-28 05:49:30 -07:00
peterv@propagandism.org
eae43da5fc 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
22632f27dc 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
903acf3ee6 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
89c081734f Backing out to fix orange. 2007-10-26 07:15:28 -07:00
peterv@propagandism.org
7496875bfa 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
8d268b59fb 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
7432749720 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
4b299c2c8e 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
d271752edf 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
d1cdc96ae3 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
f148209525 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
391b1aaea4 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
a96d7f6250 JavaScript Tests - update public-failures.txt, bug 400246, not part of the build 2007-10-17 22:21:42 -07:00
brendan@mozilla.org
436344ab70 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
64d2067d93 Fix from Frankie Robertson <frankierobertson5@googlemail.com> to Node toString (399659, r/a=me). 2007-10-16 15:56:16 -07:00
timeless@mozdev.org
d12c3005eb Bug 397239 ActionMonkey: Remove "extra" parameter to JS_FN patch by Jason Orendorff <jorendorff@mozilla.com> r=igor a=brendan 2007-10-13 13:09:48 -07:00
jst@mozilla.org
73d06385cd Fixing bug 399406. Make sure to initialize LiveConnect (if needed) when loading applets. r+sr+a=jonas@sicking.cc 2007-10-13 09:42:44 -07:00
bclary@bclary.com
c028eb5b05 JavaScript Tests - copy regular expression testing utilities from RegExp to extensions subsuite, bug 370585, not part of the build 2007-10-11 03:32:25 -07:00
bclary@bclary.com
aaf0fba96e JavaScript Tests - update spidermonkey-extensions-n.tests, bug 370585, not part of the build 2007-10-10 21:38:15 -07:00
bclary@bclary.com
ecfc51c9cf JavaScript Tests - move tests of non-standard features to extensions, bug 370585, not part of the build 2007-10-10 20:53:01 -07:00
bclary@bclary.com
30dcd3046e JavaScript Tests - move tests of non-standard features to extensions, bug 370585, not part of the build 2007-10-10 20:46:26 -07:00
bclary@bclary.com
b86a3a84b7 JavaScript Tests - move tests of non-standard features to extensions, bug 370585, not part of the build 2007-10-10 20:38:13 -07:00
bclary@bclary.com
57fcbe7d61 JavaScript Tests - move tests of non-standard features to extensions, bug 370585, not part of the build 2007-10-10 19:04:46 -07:00
bclary@bclary.com
ac471c76b5 JavaScript Tests - move tests of non-standard into extensions, bug 370585 2007-10-10 18:36:33 -07:00
bclary@bclary.com
287f558a89 JavaScript Tests - update public-failures.txt, bug 399387, not part of the build 2007-10-10 18:04:12 -07:00
bclary@bclary.com
8615aa7de9 JavaScript Tests - regression test for bugs 291494, 395836, not part of the build 2007-10-10 17:54:38 -07:00
bclary@bclary.com
5f14ba33da JavaScript Tests - move js1_5/Date/toLocaleFormat.js to js1_5/extensions/toLocaleFormat-01.js, bug 370585, not part of the build 2007-10-10 17:47:10 -07:00
bclary@bclary.com
29b0afbc88 JavaScript Tests - update regression tests for bug 327869, by Michael Daumling, Mats Palmgren, not part of the build 2007-10-10 17:35:08 -07:00
mrbkap@gmail.com
ea3c9194f2 Restore dynamic indirect eval code. bug 383682, r=brendan/igor a=brendan 2007-10-09 15:42:42 -07:00
crowder@fiverocks.com
2866608cbf Bug 395836 - backed out "patch with nits fixed" due to perf regressions 2007-10-09 15:34:04 -07:00
bent.mozilla@gmail.com
fca40ef963 Oops, removing windows line endings I accidentally checked in when fixing bug 399094. 2007-10-09 13:18:44 -07:00
bent.mozilla@gmail.com
dcf0aa1c00 Bug 399094 - "Wrappers don't deal with non-native objects". Patch by Blake Kaplan <mrbkap@gmail.com>, r+sr+a=jst. 2007-10-08 23:16:55 -07:00
bzbarsky@mit.edu
cb240a8164 Wrap the strftime() call with an empty "invalid parameter handler" on Windows. b=395836, patch by Mats Palmgren <mats.palmgren@bredband.net>, r=crowder a=brendan 2007-10-08 21:24:57 -07:00
mrbkap@gmail.com
ec86169c52 Don't call setters if there is no setter to call. bug 398040, r=brendan sr=jst a=blocking1.9+ 2007-10-06 10:14:34 -07:00
bclary@bclary.com
db599c7adf JavaScript Test - ignore XPCCrossOriginWrapper on global object, bug 390946, not part of the build 2007-10-05 13:44:42 -07:00
bclary@bclary.com
51dcd6581a JavaScript Test - regression test for bug 394673, by Igor Bukanov, not part of the build 2007-10-05 09:41:54 -07:00
benjamin@smedbergs.us
ef77e06887 Bug 397773 - mozilla-central has pedantic errors because of extra commas, r=mrbkap+brendan a=brendan 2007-10-05 06:58:51 -07:00
bclary@bclary.com
37cdba604c JavaScript Tests - update Sisyphus related shell scripts to use /bin/bash, bug 397921, not part of the build 2007-10-04 09:06:34 -07:00
bclary@bclary.com
dfffabebbc JavaScript Tests - update regression test to support Rhino, bug 398450, by Norris Boyd, not part of the build 2007-10-03 13:56:55 -07:00
bclary@bclary.com
fe8084d1ef Update JS_GetImplementationVersion to 1.8.0 on trunk, bug 380901, ra=brendan 2007-10-03 06:48:01 -07:00
igor@mir2.org
fa98070cd2 Bug 397210: JSTokenStream is stored in JSParseContext. r=brendan 2007-10-02 16:10:09 -07:00
igor@mir2.org
91ee82b969 Backing out the patch 397210. 2007-10-01 13:46:10 -07:00
igor@mir2.org
9ffab6a112 Bug 397210: JSTokenStream is stored in JSParseContext. r=brendan 2007-10-01 13:25:25 -07:00
igor@mir2.org
6360c6c769 Bug 396758: the system flag is moved from GC flags to JSObject itself. r=brendan 2007-10-01 12:11:41 -07:00