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

10394 Коммитов

Автор SHA1 Сообщение Дата
bclary%bclary.com 67f785a9d8 JavaScript Test - regression test for bug 352422, by Jesse Ruderman, not part of the build 2008-01-09 03:31:29 +00:00
bclary%bclary.com b68e40774c JavaScript Test - regression test for bug 352786, by Jesse Ruderman, not part of the build 2008-01-09 03:25:46 +00:00
roc+%cs.cmu.edu 62d97c5ab2 Backing out 408301 to see if it fixes winxp01 orange 2008-01-09 03:21:35 +00:00
bclary%bclary.com 92f970a9ab JavaScript Test - regression test for bug 376410, by Jesse Ruderman, not part of the build 2008-01-09 03:19:55 +00:00
bclary%bclary.com 4fb3127ceb JavaScript Test - regression test for bug 376410, by Jesse Ruderman, not part of the build 2008-01-09 03:13:01 +00:00
bclary%bclary.com 7fe89e959b JavaScript Test - regression test for bug 411279, by Brendan Eich, not part of the build 2008-01-09 02:56:25 +00:00
brendan%mozilla.org 6e478b64ae Support let in switch-case statement lists, scoped by switch body (411279, r=mrbkap). 2008-01-09 00:49:35 +00:00
jst%mozilla.org 9b53e72893 Fixing bug 408301. Make more XPConnect wrappers share their JSObject maps. r=peterv@propagandism.org, sr=brendan@mozilla.org 2008-01-08 23:38:24 +00:00
nboyd%atg.com 743ecfdcc8 Add skip for new test 2008-01-07 17:51:36 +00:00
nboyd%atg.com 2bc021e24e More accurate description of Rhino behavior with generators and gc. 2008-01-07 17:46:28 +00:00
nboyd%atg.com 98940da360 Make retro-translated 1.4 jar part of standard distribution. 2008-01-07 17:45:29 +00:00
bclary%bclary.com 615a57eeed JavaScript Tests - regression test for bug 410192, by Biju, Brendan Eich, not part of the build 2008-01-07 16:58:30 +00:00
bclary%bclary.com fd9767231f JavaScript Tests - update test due to fix to bug 410981, not part of the build 2008-01-07 15:29:21 +00:00
brendan%mozilla.org 354a6aa363 Require explicit body block in 'for (let x ...) let y...' (410981, r=mrbkap). 2008-01-07 09:41:28 +00:00
brendan%mozilla.org aad6068ee8 64-bit fixes for problems reported by edwin@cheatah.nl (many thanks to Edwin; 410941, r=igor). 2008-01-07 08:41:06 +00:00
benjamin%smedbergs.us 1130d64de3 Bug 410929 - Bad C++isms in js/src, r=crowder 2008-01-06 16:28:46 +00:00
bclary%bclary.com 1d3c8c4c0b JavaScript Tests - update known failures to account for bug 408957, not part of the build 2008-01-06 01:28:28 +00:00
igor%mir2.org a0f05caf8f Bug 409109: Backing out once again to figure out the reason for talos regressions. 2008-01-06 01:20:16 +00:00
bclary%bclary.com 28355faab8 JavaScript Tests - update tests to account for bug 408957, not part of the build 2008-01-06 01:18:48 +00:00
nboyd%atg.com 5cfe7db249 Update for latest test cases. 2008-01-05 22:27:40 +00:00
nboyd%atg.com a82f5102b1 Fix iteration behavior for new Iterator(obj,true). 2008-01-05 20:58:04 +00:00
bclary%bclary.com 8964374370 JavaScript Tests - tests for iterator constructor, by Norris Boyd, bug 410725 2008-01-05 14:16:51 +00:00
igor%mir2.org c117e5c4e9 Bug 409109: using the new operation counting JS API for monitoring long-running scripts. a,r=brendan 2008-01-05 11:25:50 +00:00
jruderman%hmc.edu 5a3e6d163f Add moving-between-frames crashtest 2008-01-05 06:54:28 +00:00
mrbkap%gmail.com d930f34d98 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 r=brendan for some last-minute changes added in this version. 2008-01-05 04:45:17 +00:00
mrbkap%gmail.com f1aa600dba Do not allow scripted getters or setters on XPCNativeWrappers. bug 387390, r=jst sr=brendan 2008-01-05 01:37:48 +00:00
brendan%mozilla.org e64ae56ea5 Track ES4 proposal by restricting let declaration to be direct child of block (408957, r=mrbkap). 2008-01-05 01:34:12 +00:00
mrbkap%gmail.com c7b6d30153 Don't call arbitrary hooks from a function called from GC. bug 410323, r=brendan 2008-01-05 01:28:29 +00:00
mrbkap%gmail.com b8758aa613 Use the currently active scope to find the prototype. bug 408639, r=jst sr=brendan 2008-01-05 01:25:35 +00:00
nboyd%atg.com 9398ae1418 Implement a finalizer for generators that closes the generator. 2008-01-05 00:57:09 +00:00
jst%mozilla.org 7b4a352e60 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 23:59:12 +00:00
bclary%bclary.com cd38d0ba40 JavaScript Tests - revert known failures due to bugs 393267, 399587 being backed out. not part of the build 2008-01-04 12:23:42 +00:00
jruderman%hmc.edu 742c81fa62 The last backout introduced some mochitest orange. Let's see whether backing out bug 393267 as well fixes that. 2008-01-04 05:13:59 +00:00
jruderman%hmc.edu 87fe5a346e Backing out mrbkap's fix for bug 399587, in the hope of fixing bug 410323 and perhaps bug 410291. 2008-01-04 04:12:48 +00:00
nboyd%atg.com 7f056786f2 Fix all the variants of behavior of Iterator constructor to match SpiderMonkey. 2008-01-04 02:49:35 +00:00
brendan%mozilla.org a393d6afba NPOTB assertion for Date's 'friend' API, plus comments (410647, r=bclary). 2008-01-04 02:23:55 +00:00
gavin%gavinsharp.com d041effd29 Back out patch for bug 409109 because its suspected of causing the fxdbug-win32-tb orange 2008-01-03 23:03:19 +00:00
brendan%mozilla.org 86134887df Comment nit-pick. 2008-01-03 20:57:05 +00:00
nboyd%atg.com 25a7cab519 I've made changes to Rhino such that its default behavior is now only to treat
Iterables or Iterators specially when they are arguments to the new Iterator
constructor:

js> m = new java.util.HashMap()
{}
js> m.put("a",1)
null
js> m.put("b",2)
null
js> m
{a=1.0, b=2.0}
js> for (i in m.values()) print(i)
notifyAll
removeAll
containsAll
contains
empty
equals
notify
class
isEmpty
add
size
iterator
clear
wait
retainAll
toString
hashCode
toArray
addAll
getClass
remove
js> for (i in Iterator(m.values())) print(i)
1.0
2.0
js> for (i in Iterator(m.values().iterator())) print(i)
1.0
2.0
js>

Since Iterator is a new addition for 1.7, there are no issues for backwards
compatibility.

This still leaves open the possibility of top-level functions to wrap Maps and
Lists as JavaScript Objects and Arrays.
2008-01-03 18:39:04 +00:00
igor%mir2.org a1eb01d71b Bug 410653: make sure that the generator cleanup code is called on all code paths. r,a=brendan 2008-01-03 18:13:42 +00:00
nboyd%atg.com dc15c7eb9c Fix formatting nit 2008-01-03 16:21:12 +00:00
igor%mir2.org 404d0f61a7 Bug 409109: switching to new operation counting API. r=jst a=beltzner 2008-01-03 15:27:28 +00:00
igor%mir2.org c575726029 Bug 364776: New operation counter API to replace branch callback. r,a=brendan 2008-01-03 09:28:40 +00:00
bclary%bclary.com e25dead515 JavaScript Tests - regression test for bug 351463, not part of the buidl 2008-01-03 04:53:12 +00:00
brendan%mozilla.org ea1d61f2de XML/XMLList need toSource love (410192, r=mrbkap). 2008-01-02 20:25:59 +00:00
benjamin%smedbergs.us 98c1de392c Bug 409433 - XPConnect should never allow GC off the main thread, r=mrbkap sr=jst a=luser 2007-12-31 18:17:36 +00:00
mrbkap%gmail.com 15323c350a Fix silly think-o from bug 410090, r=lumpy 2007-12-30 20:37:49 +00:00
bclary%bclary.com 8399d52cfa JavaScript Tests - update known failures due to fixes in bug 393269, bug 399587, not part of the build 2007-12-30 16:40:49 +00:00
mrbkap%gmail.com c816a6395a Preserve interesting attributes on same-origin XOWs. bug 393267, r+sr=jst a=beltzner 2007-12-30 04:36:37 +00:00
mrbkap%gmail.com da9f953204 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-30 04:34:51 +00:00
mrbkap%gmail.com ba9631903a Make enumeration over SJOWs walk the prototype chain. Also make SJOWs unwrap same-origin XOWs. bug 410090, r+sr=jst 2007-12-29 23:40:50 +00:00
mrbkap%gmail.com a035c8f964 Allow chrome to use SJOWs. bug 409889, r+sr=jst 2007-12-29 23:38:36 +00:00
szegedia%freemail.hu 86b92f5f85 Committing Hannes Wallnoefer's patch for 403604 2007-12-28 05:57:59 +00:00
sayrer%gmail.com 4ec52c9743 Bug 387522. Native JSON support. r=crowder/jst, sr=brendan 2007-12-27 21:34:07 +00:00
bclary%bclary.com 78817d184a JavaScript Tests - regression tests for bug 407727, by Igor Bukanov, not part of the build 2007-12-27 20:23:00 +00:00
bclary%bclary.com e652e5249f JavaScript Tests - record additional fixes from bug 390949 in known failure list, not part of the build 2007-12-27 15:03:09 +00:00
jruderman%hmc.edu f63eb3c160 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 19:19:18 +00:00
bclary%bclary.com 6b84963537 JavaScript Tests - record fixes from bug 390949 in known failure list, not part of the build 2007-12-26 14:36:33 +00:00
igor%mir2.org dab544911b Bug 409109: using operation counting API instead of the branch callback. r,sr=jst 2007-12-25 10:46:50 +00:00
igor%mir2.org 8cf908e009 Bug 364776: new operation callback API to replace branch callback. a,r=brendan 2007-12-25 10:12:26 +00:00
mrbkap%gmail.com 5002cf8e9e Do not propagate our toString function onto the wrapped objects. bug 390949, r+sr=jst 2007-12-24 20:17:16 +00:00
mrbkap%gmail.com fdb16df57d Add mochitests for bug 409298 and bug 403005 r=bzbarsky 2007-12-24 19:28:21 +00:00
jruderman%hmc.edu 69e6c496e8 Add crashtest 2007-12-24 01:25:00 +00:00
jruderman%hmc.edu 5d5bf843a6 Add crashtest 2007-12-24 00:45:48 +00:00
timeless%mozdev.org 06d80e3e4f Bug 336991 Useless null check of jsdscript in _destroyJSDScript
r=gijs sr=bz a=dsicore
2007-12-23 23:47:36 +00:00
jwalden%mit.edu ac40cc2dfd Kick the stupid Windows tinderbox. 2007-12-22 16:36:21 +00:00
bclary%bclary.com b532cec204 JavaScript Test - add additional tests for Function constructor, bug 408271, not part of the build 2007-12-22 01:58:43 +00:00
sayrer%gmail.com b1569df91f Bug 409324. js_DoubleToECMA(u)Int32 should return jsdouble, not a useless always-true JSBool. r/a=brendan 2007-12-21 22:06:37 +00:00
igor%mir2.org ee1c868754 Bug 408271: check for missing return when parsing a function body in one place. r,a=brendan 2007-12-21 19:11:46 +00:00
mrbkap%gmail.com 66efd4f5d1 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 19:05:05 +00:00
mrbkap%gmail.com 661614290b 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 09:11:02 +00:00
nboyd%atg.com 01fef66d9d Print script stack traces for uncaught exceptions. 2007-12-21 02:56:33 +00:00
sayrer%gmail.com 1f3b1ad87d Bug 409302. js_DoubleToECMA(u)Int32 has an unused cx param. r/a=brendan 2007-12-21 01:43:50 +00:00
bclary%bclary.com a1316a8470 JavaScript Tests - update list of known failures, no bug, not part of the build 2007-12-21 00:07:00 +00:00
bclary%bclary.com 15de574395 JavaScript Tests - update tests to reflect changed behavior due to bug 409252 2007-12-21 00:02:15 +00:00
mrbkap%gmail.com 48b8e3a80d Fix this test to deal with the new error that's being thrown. 2007-12-20 23:46:08 +00:00
brendan%mozilla.org 1be3ff4475 Don't fix typename bindings without JS2 opt-in (409252, r=mrbkap). 2007-12-20 23:29:32 +00:00
mrbkap%gmail.com baabcdd0ee 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 22:59:44 +00:00
mrbkap%gmail.com c0266545b9 Use two flags for filenames: "system" and "want native wrappers". bug 408859, r=jst sr+a=brendan 2007-12-20 03:11:03 +00:00
igor%mir2.org 79d0d34df6 Bug 398219: avoid storing references to the global scope in the compiled scripts. r,a=brendan 2007-12-19 13:20:45 +00:00
mrbkap%gmail.com c36137df93 Make peek-on-same-line actually work correctly. bug 401246, r=brendan (NPOTB) 2007-12-19 01:15:41 +00:00
crowder%fiverocks.com 25a7640b31 Bug 407600 - Compile Spidermonkey with -Os on Mac, r=bsmedberg, no approval needed, NPOTB 2007-12-19 01:05:48 +00:00
mrbkap%gmail.com 9310ed90cb missing last character when using readline() on files. bug 407844, r=crowder a=brendan 2007-12-19 00:44:21 +00:00
mrbkap%gmail.com 8679ac2027 Sync XPCSafeJSObjectWrapper with similar fixes that we took for XPCNativeWrapper. bug 399299, r+sr=jst 2007-12-18 23:33:14 +00:00
mrbkap%gmail.com 951caf0fe5 Make |foo instanceof XOW| work as expected. bug 396849, r+sr=jst 2007-12-18 21:06:44 +00:00
mrbkap%gmail.com b474272e73 Work around weird behavior from JS_NewObject when we pass it a parent. bug 407289, r=jst sr=brendan 2007-12-18 19:40:46 +00:00
jst%mozilla.org 1ad055a48e Fixing orange. 2007-12-18 01:57:19 +00:00
jst%mozilla.org 7991cb3d9c Fixing bustage. 2007-12-18 00:49:21 +00:00
jst%mozilla.org 9109315490 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-18 00:39:28 +00:00
bclary%bclary.com 393d855038 JavaScript Tests - handle 'race' in some Date tests, not part of the build 2007-12-17 11:59:28 +00:00
bclary%bclary.com 7ab528f5fd JavaScript Tests - relax randomness check for bug 211590 to prevent spurious failures 2007-12-16 16:01:48 +00:00
brendan%mozilla.org 440250ff29 Remove DUMP_CALL_TABLE (preliminary patch for 365851, r=igor). 2007-12-14 21:36:03 +00:00
crowder%fiverocks.com 60d4c27edd Bug 408368 - Suboptimal code in array_sort implementation, code by Igor Bukanov, r=crowder 2007-12-14 17:30:20 +00:00
bclary%bclary.com 90efc41ccd JavaScript Tests - regression test for bug 367589 must call jsTestDriverEnd() after reportCompare(), not part of the build 2007-12-14 16:37:02 +00:00
bclary%bclary.com 9b86e0d67f JavaScript Tests - regression test for bug 369404 must call jsTestDriverEnd() after reportCompare(), not part of the build 2007-12-14 16:35:17 +00:00
reed%reedloden.com f94441974b Bug 408065 - "JSAPI should assert if embedding omits JS_ClearContextThread" [p=jorendorff@mozilla.com (Jason Orendorff) r+a1.9=brendan] 2007-12-14 07:43:54 +00:00
sayrer%gmail.com 9ecb5d2ad2 Bug 407794. Nightlies should not override module-specific build settings. r=ted.mielczarek. 2007-12-14 03:27:45 +00:00
jst%mozilla.org ac1941c5a7 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-14 01:39:28 +00:00
bclary%bclary.com 25b562b63b JavaScript Tests - update known failures, no bug, not part of the build 2007-12-13 23:19:09 +00:00
bclary%bclary.com 3b5c24b5ea JavaScript Tests - regression tests for bug 407957, not part of the build 2007-12-13 23:17:42 +00:00
bclary%bclary.com 40b92cc00a JavaScript Tests - regression tests for bug 407501, by Igor Bukanov, not part of the build 2007-12-13 23:15:05 +00:00
bclary%bclary.com 7c50652963 JavaScript Tests - regression tests for bug 407323, not part of the build 2007-12-13 23:13:31 +00:00
bclary%bclary.com e89a23d16c JavaScript Tests - regression test for bug 406477, by Igor Bukanov, not part of the build 2007-12-13 23:11:38 +00:00
bclary%bclary.com 671d576bc4 JavaScript Tests - regression test for bug 406769, by Gavin Sharp, not part of the build 2007-12-13 23:10:07 +00:00
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