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

12500 Коммитов

Автор SHA1 Сообщение Дата
bclary@bclary.com b9340437bb JavaScript Tests - update test to catch exception in browser tests, bug 420612 2008-03-10 14:24:35 -07:00
igor@mir2.org 48a626801a bug=419632 r=brendan a1.9=blockin1.9 avoiding weak roots for doubles 2008-03-10 12:27:44 -07:00
gavin@gavinsharp.com 3c5d70a09e Back out the patch from bug 420642 because it broke gmail (bug 421571) 2008-03-10 01:28:51 -07:00
bclary@bclary.com 36bb6be905 JavaScript Tests - regression tests for bug 418641, by Igor Bukanov 2008-03-09 14:04:14 -07:00
bclary@bclary.com a25ef96e17 JavaScript Tests - regression test for bug 420087, by Mike Shaver 2008-03-09 13:49:13 -07:00
bclary@bclary.com 618a4d4565 JavaScript Tests - regression test for bug 420399, by Jesse Ruderman 2008-03-09 13:32:33 -07:00
bclary@bclary.com f070d04761 JavaScript Tests - regression tests for bug 420610, by Jesse Ruderman 2008-03-09 13:15:14 -07:00
bclary@bclary.com 441b994973 JavaScript Tests - regression test for bug 420612, by Jesse Ruderman 2008-03-09 13:09:09 -07:00
bclary@bclary.com f5cc5896df JavaScript Tests - regression test for bug 421325, by Brian Crowder 2008-03-09 13:00:57 -07:00
bclary@bclary.com 104bd7d460 JavaScript Tests - remove timezone dependencies for toLocaleFormat win32 tests, no bug, not part of the build 2008-03-09 12:49:14 -07:00
timeless@mozdev.org e58d8e28e4 Bug 421231 js.c needs to call JSDB_TermDebugger r=brendan NPOTB 2008-03-09 03:05:29 -07:00
brendan@mozilla.org 9869bcf284 Fix from Sebastian Redl to compile under GCC 4.2 (r=me, a=shaver). 2008-03-08 20:49:46 -08:00
crowder@fiverocks.com 1b5e871fbb Bug 421325: array_join_sub does not handle holes in dense arrays correctly, r/a=shaver 2008-03-07 16:16:51 -08:00
jwalden@mit.edu 17772e89c6 Bug 352044 - Issues with Unicode escape sequences in JavaScript source code; Unicode escapes not part of identifiers were being treated as their equivalent CVs, and non-identifier Unicode escapes within identifiers were being treated as their CVs (simultaneously starting a new token). acid3++ r=mrbkap, a=damons 2008-03-07 15:28:55 -08:00
bclary@bclary.com fbbb26e204 JavaScript Tests - update known failures, bug 421515 2008-03-07 12:33:18 -08:00
dbaron@dbaron.org 7fc7cca10b Deal with nsXPCWrappedJS::GetClass being null, which it can be after Unlink. a=Not part of the default build (DEBUG_CC only) 2008-03-07 09:54:41 -08:00
igor@mir2.org 717a91c012 bug=421154 r=brendan a1.9=blockin1.9 Faster number conversions 2008-03-06 15:24:08 -08:00
mrbkap@gmail.com e869033988 Don't assume that chrome:// implies system principals. bug 419848, r=brendan sr=jst 2008-03-06 14:52:58 -08:00
igor@mir2.org b5c65e6a92 bug=421314 r=myself a1.9=beltzner Patch from Mike Moening to fix VC2005 warnings that my recent changes introduced. 2008-03-06 14:51:14 -08:00
igor@mir2.org d0d649d70a bug=421266 r=brendan a1.9=beltzner js_Interpret now takes just single cx argument. 2008-03-06 14:47:46 -08:00
mrbkap@gmail.com 2fb762bc5c Remove unused variable. bug 420966 2008-03-06 13:43:26 -08:00
igor@mir2.org 8f1308e6f1 bug=415455 r=brendan a1.9=blocking1.9 2008-03-06 13:40:43 -08:00
mrbkap@gmail.com 95b694e74f Protect |accum| from being collected in js_ConcatStrings. bug 393874, r=igor a=beltzner 2008-03-06 12:16:42 -08:00
mrbkap@gmail.com e884302fd8 Fix array_concat to be more generic. bug 420966, r=brendan a=beltzner 2008-03-06 12:05:18 -08:00
mrbkap@gmail.com 157bf76404 Allow things to happen to SJOWs if there's no code running. bug 420647, r+sr=jst 2008-03-06 12:04:05 -08:00
mrbkap@gmail.com ef2cba9f81 Remove a now-unnecessary eval hack. bug 420642, r+sr=jst a=beltzner 2008-03-06 12:01:26 -08:00
mrbkap@gmail.com 82a016fdd5 Fix mochitest depending on the old toString behavior. 2008-03-06 12:00:23 -08:00
mrbkap@gmail.com 5d226ed109 Propagate getters and setters onto the inner object. bug 420585, r+sr=jst 2008-03-06 11:58:28 -08:00
mrbkap@gmail.com 02b46102d4 Make Object.prototype.toString show the underlying object. bug 420480, r+a=brendan 2008-03-06 11:57:16 -08:00
bclary@bclary.com b1d29b6a1b JavaScript Tests - update known failures, bug 418069 2008-03-06 08:01:57 -08:00
bclary@bclary.com a1fa129d8f JavaScript Tests - update known failures, bug 355258 2008-03-06 01:45:16 -08:00
brendan@mozilla.org 9c4ceb9614 Fix signed vs. unsigned comparison in assertion warning. 2008-03-05 15:43:33 -08:00
timeless@mozdev.org ed20878e19 Bug 282660 Crash [@ jsds_NotifyPendingDeadScripts] ds->script is null r=jst a=beltzner 2008-03-05 13:10:01 -08:00
igor@mir2.org 5ab660466e bug=418641 r=brendan a1.9=dsicore Avoiding code bloat on slow paths in the interpreter. 2008-03-05 12:26:06 -08:00
igor@mir2.org 70eac2595a bug=355258 r=brendan a1.9=beltzner 2008-03-05 12:18:52 -08:00
crowder@fiverocks.com 5931bc194e Bug 324161 - Optimize parseInt for integer values, if radix is 10, r=brendan, blocking1.9=dsicore 2008-03-05 11:11:54 -08:00
mrbkap@gmail.com 5434a036ab Fix bracing mistake from bug 344494. 2008-03-04 18:45:09 -08:00
mrbkap@gmail.com ec3ac817a6 Always wrap content nodes in chrome with some sort of wrapper. bug 344494, r+sr=jst 2008-03-04 17:39:45 -08:00
brendan@mozilla.org 8b618b2412 Fix over-including dependencies, and relocate ID_TO_VALUE to avoid over-including (r=mrbkap, bustage fix). 2008-03-04 15:58:10 -08:00
brendan@mozilla.org c2fba77c36 Break bad old nested include cycle for good, by un-nesting (420554, r=jorendorff, a=vlad). 2008-03-04 15:40:10 -08:00
igor@mir2.org 9b7d948de2 bug=420399 r=brendan a1.9=blocking1.9 eliminating the pc stack in the interpreter 2008-03-04 15:30:58 -08:00
bclary@bclary.com 75e48a8dbb JavaScript Tests - update known failures 2008-03-04 13:59:50 -08:00
bclary@bclary.com ea170dc3ef JavaScript Tests - update known failures 2008-03-04 09:27:38 -08:00
bclary@bclary.com bc2b55f7a4 JavaScript Tests - remove wfm failure, bug 417916 2008-03-04 08:54:08 -08:00
igor@mir2.org 6f083e10ba Bug 419969: the interpreter loop belongs to its own compilation unit. r,a1.9=brendan 2008-03-04 04:52:43 -08:00
timeless@mozdev.org ea5b4e4ebf Bug 420807 xpconnect should not use fun->atom r=dbradley a=brendan 2008-03-03 19:19:17 -08:00
bent.mozilla@gmail.com 720a632b7d Bug 414977 - "insufficient unlink methods in some DOM classes?". Fix for DEBUG_xpc_hacker builds. Not part of the normal build, r+sr+a=jst. 2008-03-03 17:20:55 -08:00
bclary@bclary.com 0b778f80fe JavaScript Tests - update known failures, bug 420480 2008-03-03 09:01:40 -08:00
brendan@mozilla.org 915327b8dc Urghh... 2008-03-03 00:09:36 -08:00
brendan@mozilla.org cc707bb6a4 Clean up and fix computed this under js_Execute (420610, r=mrbkap+crowder, a=vlad). 2008-03-02 23:49:14 -08:00
brendan@mozilla.org b434bac896 mrbkap's fantabulous fix for 418565, r=me, a=beltzner. 2008-03-02 23:14:45 -08:00
jruderman@hmc.edu 40107af82c Add crashtest 2008-03-02 23:13:04 -08:00
brendan@mozilla.org 8d22165416 mrbkap's patch for 418293 with a few nits picked, r=me, a=beltzner. 2008-03-02 23:10:18 -08:00
brendan@mozilla.org 9c63da04b3 mrbkap's fix for 420612, r=me, a=beltzner. 2008-03-02 23:02:53 -08:00
brendan@mozilla.org f75c689e02 Checking in mrbkap's fix for 420513, r=me, a=beltzner. 2008-03-02 22:49:26 -08:00
jruderman@hmc.edu 9645fa7706 Add crashtest 2008-03-02 22:40:11 -08:00
igor@mir2.org 4df8b11f82 bug=420593 fixing mispellings in comments introfuced in the patch for bug 396007. 2008-03-02 16:41:07 -08:00
igor@mir2.org 4b2e81fe5d bug=420639 fixing comments in the checking for bug 418737. 2008-03-02 16:34:00 -08:00
mrbkap@gmail.com 10ec24b4cf Fix dependencies in the JS shell. bug 388955, patch adapted from one by jorendorff, r=brendan a=NPOTB 2008-03-02 15:10:49 -08:00
igor@mir2.org a6a9a1de89 bug=418737 r=brendan a1.9b4=mtshrep fixing fast array enumerator 2008-03-02 09:45:33 -08:00
igor@mir2.org 03e1cc70e7 bug=396007 r=brendan a1.9b4=mtschrep Prefering posix_memalign over mmap to allocate GC arenas. 2008-03-02 08:13:16 -08:00
brendan@mozilla.org 9d5b7eb327 Fix property cache fill to recompute protoIndex to handle XBL and other JS_SetPrototype users (418139, r/a=shaver). 2008-03-01 20:06:33 -08:00
brendan@mozilla.org 1a6056d3f3 Unregress perf in wake of 418069 (420426, r=mrbkap, a=mconnor). 2008-03-01 14:15:21 -08:00
mrbkap@gmail.com c437f3606c Stick exn back into the context so that js_ReportErrorAgain callees can access the exception. bug 420409, patch from taras, r=mrbkap a=mconnor 2008-03-01 14:11:27 -08:00
bclary@bclary.com a789caa95e Backout bug 420426 due to regressions 2008-03-01 03:02:43 -08:00
brendan@mozilla.org 77a2aa47ae Fix ComputeThis perf regression (420426, r=mrbkap, a=sayrer). 2008-02-29 23:37:27 -08:00
mrbkap@gmail.com cfe1c8285b Remove unused variable. bug 418069, r+a=brendan 2008-02-29 17:21:11 -08:00
mrbkap@gmail.com 3b5e2ee74a Outerize |this| always. bug 418069, r/sr=jst/brendan a=beltzner 2008-02-29 16:17:38 -08:00
brendan@mozilla.org 52d0b94531 Another assert that was an already-coped-with property cache hazard (420087, r=shaver, a=beltzner). 2008-02-29 16:03:41 -08:00
benjamin@smedbergs.us 5335a39e5c Bug 420217 - _InterlockedCompareExchange needs to be extern "C" when using a C++ compiler, r=brendan a1.9b4=beltzner 2008-02-29 06:49:04 -08:00
brendan@mozilla.org 55d7e21fad Fix slot type to satisfy C++ (420215, r=bsmedberg, a=beltzner). 2008-02-28 21:03:38 -08:00
bent.mozilla@gmail.com bbaabf9c1c Bug 414977 - "insufficient unlink methods in some DOM classes?". Allow the cycle collector to unlink XPCWrappedNatives in one cycle instead of two. r=peterv, sr=jst, a1.9b4+=schrep. 2008-02-28 18:09:10 -08:00
bclary@bclary.com 0418851452 JavaScript Tests - regression test for bug 419018, by jag (Peter Annema) 2008-02-28 17:37:05 -08:00
brendan@mozilla.org 07128dd670 Unbitrot JS_OPMETER (363529, r=shaver, a=beltzner/sayrer). 2008-02-28 16:29:59 -08:00
brendan@mozilla.org 7f0860710e Cope with JSOP_INITPROP property cache proto-property-with-non-stub-setter hazard (419822, r=shaver, a=beltzner). 2008-02-28 09:17:52 -08:00
bclary@bclary.com 83283d8309 JavaScript Tests - regression tests for bug 419152, by Mike Shaver 2008-02-28 08:44:05 -08:00
bclary@bclary.com 1fbd1d4de8 JavaScript Tests - regression tests for bug 419803, by Jesse Ruderman 2008-02-28 08:24:12 -08:00
brendan@mozilla.org a7fdbc6e6b Fix bogus assertion with compensating code (419803, r=shaver, a=beltzner). 2008-02-27 11:39:27 -08:00
brendan@mozilla.org a25e4bdcdd Backing out to fix orange on Windows fx/tb/sm... 2008-02-26 22:57:28 -08:00
brendan@mozilla.org 89533ed3cc Landing shaver's patch for 419743, r/a=me. 2008-02-26 21:54:02 -08:00
brendan@mozilla.org 343ba121f6 Optimize object initialisers via property cache; remove JSOP_SET{NAME,PROP} cache hazards (129496, r=shaver). 2008-02-26 17:59:36 -08:00
igor@mir2.org eedffc2a22 bug=400902 r,a1.9=brendan Specialized GC arena for double values 2008-02-26 13:01:42 -08:00
bclary@bclary.com e5cedca3ea JavaScript Tests - regression tests for bug 410649, by Igor Bukanov 2008-02-26 10:40:56 -08:00
brendan@mozilla.org fc34f549ac Fix regression from 419152 to test for 58274 (r/a=shaver). 2008-02-26 09:01:52 -08:00
timeless@mozdev.org c7882fb4d0 Bug 394114 Interfaces missing from various QI implementations. jsdContext r=caillon sr=jag a=dsicore 2008-02-26 07:10:19 -08:00
timeless@mozdev.org a90ea5f522 Bug 405025 ASSERT_VALID_LOCK failed r=gijs a=dsicore 2008-02-26 07:07:05 -08:00
timeless@mozdev.org 4b9ac0e3e8 Bug 405025 ASSERT_VALID_LOCK failed r=gijs a=dsicore 2008-02-26 07:04:13 -08:00
brendan@mozilla.org 4d54ca94e5 Shaver's huge patch for 419152 (Huge, I say; r=me). 2008-02-25 16:59:36 -08:00
reed@reedloden.com de0fd36632 Bug 417710 - "Use JS_GET_CLASS, not JS_GetClass" [p=gyuyoung.kim@samsung.com (gyu-young kim) r=jorendorff r=jst sr+a1.9=brendan] 2008-02-25 00:59:20 -08:00
jag@tty.nl 8b9f8d3d82 Backing out bug 400902. Something's still screwy :-( 2008-02-24 08:46:20 -08:00
igor@mir2.org 3f70415671 Bug 400902: specialized arena for doubles 2008-02-24 06:14:45 -08:00
dougt@meer.net ba2d557780 WINCE Only. Slash doesn't work in MINGW32, but - works everywhere. 2008-02-22 17:31:02 -08:00
reed@reedloden.com 298ed99354 Bug 418957 - "js/src/prmjtime.c uses the wrong value for NS_HAVE_INVALID_PARAMETER_HANDLER on windows mobile" [p=dougt@meer.net (Doug Turner) r+a1.9=crowder] 2008-02-22 15:49:41 -08:00
benjamin@smedbergs.us 911f6ab42e Bug 419079 - cast void* in js/src for C++ compatibility, r+a=crowder 2008-02-22 12:41:27 -08:00
crowder@fiverocks.com f848dd6abc Bug 419018 - Fix silly crash in slowarray_enumerate, patch by mrbkap, r=shaver, a1.9=mconnor 2008-02-22 11:40:57 -08:00
bclary@bclary.com 2b27382e3d JavaScript Tests - regression tests for bug 385133, by Jesse Ruderman, Igor Bukanov 2008-02-21 17:31:44 -08:00
bclary@bclary.com 3e160c8940 JavaScript Tests - Object destructuring shorthand, bug 404734, by Brendan Eich 2008-02-21 17:00:36 -08:00
bclary@bclary.com b0e85c0129 JavaScript Tests - allow function Error() {} for the love of Pete, bug 412324 2008-02-21 13:22:38 -08:00
timeless@mozdev.org 56d9a44deb Bug 418665 windows mobile build error in js/src/jsdate.c GetLocalTime is defined in the Windows Mobile SDK patch by dougt r=crowder a=beltzner 2008-02-21 13:09:57 -08:00
brendan@mozilla.org b4dc0b958c ASSERT_VALID_PROPERTY_CACHE_HIT must be for ST spidermonkey only (417817, r=shaver). 2008-02-21 12:50:39 -08:00
bclary@bclary.com 4d481c4e6e JavaScript Tests - regression test for bug 417893, by Jesse Ruderman 2008-02-21 11:38:06 -08:00
bclary@bclary.com 0ca4348ca7 JavaScript Tests - regression test for bug 418504, by Jeff Walden 2008-02-21 10:12:57 -08:00
bclary@bclary.com 4257f922e7 JavaScript Tests - regression test for bug 418540, by Jesse Ruderman 2008-02-21 09:14:44 -08:00
brendan@mozilla.org ff3fa4db6b Beware non-native objects along scope and proto chains in property cache hit testing (418540, r=shaver). 2008-02-20 21:51:12 -08:00
brendan@mozilla.org 3b3fdd249f jorendorff's JS_DEBUG_TITLE_LOCKS patch (417818, r=shaver). 2008-02-20 21:04:29 -08:00
gavin@gavinsharp.com 1261707716 Back out bug 418069 because it causes a crash on startup for Camino 2008-02-20 18:06:26 -08:00
bclary@bclary.com 3feb30918e Sisyphus/JavaScript Tests - update public failures, no bug, not part of the build 2008-02-20 17:27:02 -08:00
crowder@fiverocks.com 9d90da2ea3 Bug 418069 - js1_5/Regress/regress-379245.js FAIL - browser - bad this, patch by mrbkap, r=brendan, sr=jst, a1.9=brendan 2008-02-20 15:28:18 -08:00
crowder@fiverocks.com a67db15c8f Bug 418638 - various bugs in JS shell scatter() and sleep(), patch by Jason Orendorff <jorendorff@mozilla.com>, r=crowder, a=NPOTB 2008-02-20 15:18:20 -08:00
jst@mozilla.org 8b8aa2d1dc Landing fix for bug 418377. Don't run code on invalid contextx. Patch by mrbkap@gmail.com, r+sr=jst@mozilla.org 2008-02-20 15:00:56 -08:00
igor@mir2.org 2c0f6f45a8 bug=418614 r=mrbkap a1.9=brendan fixing JSOP_EXPORTALL regression spotted by mrbkap 2008-02-20 12:36:52 -08:00
crowder@fiverocks.com a4aee2bce1 Bug 418616 - fix use of uninitialized data in js_CheckAccess, patch by Blake Kaplan <mrbkap@gmail.com>, r+=shaver, a+=brendan 2008-02-20 12:01:14 -08:00
bclary@bclary.com 7ab60a7ef2 Sisyphus/JavaScript Tests - handle malformed log files, bug 418617 2008-02-20 07:49:34 -08:00
reed@reedloden.com 4ef483fb52 Bug 404879 - "ActionMonkey: Modify js/src to use new thread-safe MMgc APIs" (tests) [p=jorendorff@mozilla.com (Jason Orendorff) r=bc a1.9=schrep] 2008-02-20 03:27:41 -08:00
reed@reedloden.com 1d9431dc86 Bug 404879 - "ActionMonkey: Modify js/src to use new thread-safe MMgc APIs" [p=jorendorff@mozilla.com (Jason Orendorff) r+a1.9=brendan] 2008-02-20 03:25:26 -08:00
reed@reedloden.com 0e6964cb5f Bug 412985 - "Provide stubs for JS_THREADSAFE APIs in non-JS_THREADSAFE builds" [p=jorendorff@mozilla.com (Jason Orendorff) r+a1.9=brendan] 2008-02-20 03:22:06 -08:00
igor@mir2.org 726cd17057 bug=418456 r,a1.9=brendan Fixing asserts in js_PutBlockObject 2008-02-20 01:24:02 -08:00
jag@tty.nl 09f591ff6a Bug 415142: Mozilla build broken in mozilla/js/src/jsgc.c:2217. All the compilers we support can handle long long, so just go with that. Also remove ifdefs for compilers we no longer care about. r=/a=brendan 2008-02-19 21:11:01 -08:00
crowder@fiverocks.com 71c91b4135 Bug 418515 - Better management of parent-finding, needed for new arrays implementation, r/a+=brendan 2008-02-19 21:05:24 -08:00
bzbarsky@mit.edu e5029a3dad Fix line numbering in JS components so it's not off by 1. Bug 418491, r+sr+a=brendan 2008-02-19 19:57:11 -08:00
brendan@mozilla.org ff2dc2e131 Fix untagged boolean stored as jsval bug (418504, r=jwalden). 2008-02-19 16:48:10 -08:00
bclary@bclary.com 03e98611db JavaScript Tests - add js1_5/Regress/regress-416628.js to the performance tests, bug 416628 2008-02-19 12:16:03 -08:00
bclary@bclary.com d8d5cb311d JavaScript Tests - update to remove failures due to change in expected behavior, bug 345855 2008-02-19 12:11:22 -08:00
igor@mir2.org 758f394559 Bug 416439. Using goto error in the interpreter to shrink code size. r,a1.9=brendan 2008-02-19 04:16:26 -08:00
brendan@mozilla.org 27a7298c0c Property-cache dense array methods in JSOP_CALLPROP (418239, r=shaver). 2008-02-18 23:04:00 -08:00
dbaron@dbaron.org 7cee578d35 In JS_PrintTraceThingInfo, only print the contents of JSSLOT_PRIVATE if it represents the class's private rather than the first slot. b=417972 r=igor a=DEBUG-only (not part of the default build) 2008-02-18 22:19:13 -08:00
brendan@mozilla.org 80f8346887 Relaxd ES4-like yield parsing for JS1.8 (384991, r=mrbkap). 2008-02-18 20:49:02 -08:00
mrbkap@gmail.com 5bc2f4d44e Avoid calling js_ComputeThis when we don't have to from js_Invoke. bug 417947, r+a=brendan 2008-02-18 19:34:02 -08:00
shaver@mozilla.org 5b18480a53 Fix js_CheckAccess to handle use in non-native objects' ops, fixing test-suite regressions from native-arrays landing. r=mrbkap, a=brendan. 2008-02-18 18:27:44 -08:00
crowder@fiverocks.com f972713d57 Bug 417999 - removed JS_ArenaFreeAllocation, r+/a+=brendan 2008-02-18 13:14:15 -08:00
crowder@fiverocks.com 2efcff54e6 Bug 417995 - SpanDeps allocation does not use JSArenas anymore, r+/a+=brendan 2008-02-18 13:09:50 -08:00
shaver@mozilla.org 4f8856e3a1 Implement optimized object-ops for dense arrays, b=322889, r+a=brendan. 2008-02-18 13:01:47 -08:00
jag@tty.nl 42a846f877 Bug 417477: Mingw build error in ../mozilla/js/src/jslock.c: syntax error. p=bengt.erik.soderstrom@telia.com, r=jag, a=brendan 2008-02-18 12:10:37 -08:00
brendan@mozilla.org 53795027db Guard property cache tests with native ops or obj guards (417981, r=shaver). 2008-02-18 11:32:01 -08:00
bclary@bclary.com ea59cafe2f JavaScript Test - regression test for bug 416628, by Brendan Eich 2008-02-18 03:38:44 -08:00
bclary@bclary.com a9db16d077 JavaScript Tests - regression test for bug 415922, by Joachim Kuebart 2008-02-18 02:48:26 -08:00
bclary@bclary.com 729b9e2f66 JavaScript Test - regression test for bug 416460, by Jesse Ruderman 2008-02-18 02:21:39 -08:00
bclary@bclary.com 644f8a8019 JavaScript Tests - regression test for bug 416601, by Igor Bukanov 2008-02-18 02:12:46 -08:00
brendan@mozilla.org df15aca542 Use JS_PropertyStub for in-language bindings, for best property cache hit rates (416931, r=mrbkap). 2008-02-17 22:31:57 -08:00
brendan@mozilla.org 706a1e1472 Recover trapped opcode in js_GetIndexFromBytecode (416665, r=igor). 2008-02-17 17:32:12 -08:00
brendan@mozilla.org 82980add96 Lazy ComputeGlobalThis required now in fast native implementations (417893, r=mrbkap). 2008-02-17 16:12:33 -08:00
brendan@mozilla.org dbbc67b263 Fix misindented code (418049, r=igor). 2008-02-17 16:01:53 -08:00
bclary@bclary.com 3708cef5e6 Sisyphus/JavaScript Tests - update known failures, no bug, not part of the build 2008-02-17 10:13:16 -08:00
timeless@mozdev.org 1014ead8d7 Bug 416981 CheckLeakedRoots should specify which JSRuntime is leaking r=brendan a=brendan 2008-02-16 22:56:40 -08:00
reed@reedloden.com aa552b6381 Bug 417615 - "js.c doesn't build under MOZ_SHARK" [p=jorendorff@mozilla.com (Jason Orendorff) r+a1.9=brendan] 2008-02-16 19:27:30 -08:00
bclary@bclary.com 5e577073fc Sisyphus/JavaScript Tests - update known failures to match new time out variables, no bug, not part of the build 2008-02-16 14:18:37 -08:00
brendan@mozilla.org 7bbe31d4f4 Defend against compiler pseudo-frames (417944, r=shaver). 2008-02-16 13:33:59 -08:00
bclary@bclary.com fa056c975c Sisyphus/JavaScript Tests - add timeout for js1_6/extensions/regress-385393-08.js due to bug 417916 2008-02-16 09:12:13 -08:00
bclary@bclary.com b8ca0a17e0 Sisyphus/JavaScript Tests - lower timeout to 2 minutes, bug 417932, not part of the build 2008-02-16 08:43:07 -08:00
bclary@bclary.com e0698356ef Sisyphus/JavaScript Tests - update known failures for windows, no bug, not part of the build 2008-02-16 05:55:22 -08:00