brendan@mozilla.org
|
ed519a4892
|
XML/XMLList need toSource love (410192, r=mrbkap).
|
2008-01-02 12:25:59 -08:00 |
|
benjamin@smedbergs.us
|
6cbcdaa729
|
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
|
a21c256a34
|
Fix silly think-o from bug 410090, r=lumpy
|
2007-12-30 12:37:49 -08:00 |
|
bclary@bclary.com
|
72180ad14f
|
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
|
87e401ef61
|
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
|
11ea674cb1
|
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
|
5ec6a2cf11
|
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
|
8d20f88740
|
Allow chrome to use SJOWs. bug 409889, r+sr=jst
|
2007-12-29 15:38:36 -08:00 |
|
sayrer@gmail.com
|
bf0d4a7536
|
Bug 387522. Native JSON support. r=crowder/jst, sr=brendan
|
2007-12-27 13:34:03 -08:00 |
|
bclary@bclary.com
|
1692006424
|
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
|
262e91334e
|
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
|
291be0fbda
|
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
|
51bae0c940
|
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
|
d0dfbf69ce
|
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
|
04dc8b4a16
|
Bug 364776: new operation callback API to replace branch callback. a,r=brendan
|
2007-12-25 02:12:26 -08:00 |
|
mrbkap@gmail.com
|
6d91bb218d
|
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
|
16c69486d4
|
Add mochitests for bug 409298 and bug 403005 r=bzbarsky
|
2007-12-24 11:28:21 -08:00 |
|
jruderman@hmc.edu
|
f6ce2dd711
|
Add crashtest
|
2007-12-23 17:25:00 -08:00 |
|
jruderman@hmc.edu
|
43ccb38c5a
|
Add crashtest
|
2007-12-23 16:45:48 -08:00 |
|
timeless@mozdev.org
|
8b72a3f4cc
|
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
|
8b7ea7080d
|
Kick the stupid Windows tinderbox.
|
2007-12-22 08:36:21 -08:00 |
|
bclary@bclary.com
|
abfe94f287
|
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
|
3586680e00
|
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
|
2a396929ca
|
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
|
a2c54f7e09
|
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
|
dd46d7fd53
|
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
|
74e937ea0b
|
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
|
d245f8e4aa
|
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
|
9e55903594
|
JavaScript Tests - update tests to reflect changed behavior due to bug 409252
|
2007-12-20 16:02:14 -08:00 |
|
mrbkap@gmail.com
|
16497c7ae3
|
Fix this test to deal with the new error that's being thrown.
|
2007-12-20 15:46:08 -08:00 |
|
brendan@mozilla.org
|
fe9da94d52
|
Don't fix typename bindings without JS2 opt-in (409252, r=mrbkap).
|
2007-12-20 15:29:31 -08:00 |
|
mrbkap@gmail.com
|
84507f0e2e
|
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
|
ce2c77ecd3
|
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
|
24269f10d4
|
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
|
3e0670e952
|
Make peek-on-same-line actually work correctly. bug 401246, r=brendan (NPOTB)
|
2007-12-18 17:15:41 -08:00 |
|
crowder@fiverocks.com
|
47f5cc34fa
|
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
|
192de13795
|
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
|
19012a1ace
|
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
|
c2be3e74a0
|
Make |foo instanceof XOW| work as expected. bug 396849, r+sr=jst
|
2007-12-18 13:06:44 -08:00 |
|
mrbkap@gmail.com
|
e6bf1660b3
|
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
|
4a2cd7a8e4
|
Fixing orange.
|
2007-12-17 17:57:19 -08:00 |
|
jst@mozilla.org
|
f23cb43403
|
Fixing bustage.
|
2007-12-17 16:49:21 -08:00 |
|
jst@mozilla.org
|
31b9fdf294
|
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
|
6df1ec5ad5
|
JavaScript Tests - handle 'race' in some Date tests, not part of the build
|
2007-12-17 03:59:28 -08:00 |
|
bclary@bclary.com
|
b6b0a842dc
|
JavaScript Tests - relax randomness check for bug 211590 to prevent spurious failures
|
2007-12-16 08:01:48 -08:00 |
|
brendan@mozilla.org
|
e19d051052
|
Remove DUMP_CALL_TABLE (preliminary patch for 365851, r=igor).
|
2007-12-14 13:36:02 -08:00 |
|
crowder@fiverocks.com
|
20bd932eca
|
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
|
fa126fa8b6
|
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
|
04c40cc688
|
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
|
8935120f99
|
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 |
|