dolske@mozilla.com
|
6bf090c4dc
|
Bug 388190: XPCOMUtils spews uuids when registering components. r=sayrer, sr=benjamin
|
2007-07-16 10:57:49 -07:00 |
|
alex@croczilla.com
|
1f0c5d93d4
|
Bug 381693 - Allow null targetObj arg to xpcIJSModuleLoader::import().
r=sayrer, src=brendan.
|
2007-07-15 11:21:11 -07:00 |
|
asqueella@gmail.com
|
25882be3be
|
synchronize documentation, Sylvain Pasche <sylvain.pasche@gmail.com>
r=sayrer, bug 380970
|
2007-07-14 14:43:35 -07:00 |
|
igor@mir2.org
|
35f6f4434c
|
Bug 380469: Followup for the previous check in to remove more no longer used close-on-GC code. r=brendan
|
2007-07-14 01:28:57 -07:00 |
|
igor@mir2.org
|
7f9b5d19e5
|
Bug 387909: make sure that [generator] is the first bytecode. r=brendan
|
2007-07-13 14:23:39 -07:00 |
|
bclary@bclary.com
|
fa8f53b8c7
|
JavaScript Test - regression test for bug 349326, by Igor Bukanov
|
2007-07-13 10:23:49 -07:00 |
|
bclary@bclary.com
|
34979ba6a5
|
JavaScript Test - regression test for bug 382981, by Jesse Ruderman
|
2007-07-13 10:08:03 -07:00 |
|
bclary@bclary.com
|
7387995a11
|
JavaScript Test - regression test for bug 383269, by Igor Bukanov, Brendan Eich
|
2007-07-13 09:56:29 -07:00 |
|
igor@mir2.org
|
79f3a28c2d
|
Bug 380469: Calling close on unreachable generators from GC is no longer supported. r=brendan
|
2007-07-13 00:28:47 -07:00 |
|
bclary@bclary.com
|
50dd33d1af
|
JavaScript Test - regression test for bug 384680, by Jesse Ruderman
|
2007-07-12 19:26:26 -07:00 |
|
bclary@bclary.com
|
6c2c3b9ee4
|
JavaScript Test - regression test for bug 385134, by Jesse Ruderman
|
2007-07-12 19:08:24 -07:00 |
|
bclary@bclary.com
|
0e7cbb17c7
|
JavaScript Test - regression test for bug 385729, by Jesse Ruderman
|
2007-07-12 18:49:58 -07:00 |
|
bclary@bclary.com
|
6b599d58f1
|
JavaScript Test - regression test for bug 386030, by Blake Kaplan
|
2007-07-12 18:13:41 -07:00 |
|
crowder@fiverocks.com
|
b41a2f79a8
|
Bug 357016: follow-up to fix another void* nit, patch by Edward Lee edilee@mozilla.com, r=crowder
|
2007-07-12 17:04:23 -07:00 |
|
bclary@bclary.com
|
f66da88076
|
JavaScript Test - regression test for bug 387501
|
2007-07-12 13:56:00 -07:00 |
|
jwalden@mit.edu
|
af5688aa77
|
Back out bug 386635; it broke restoring sessions in the browser.
|
2007-07-12 12:11:45 -07:00 |
|
bclary@bclary.com
|
21f8eca1f2
|
JavaScript Tests - automation updates, bug 387909, not part of the build
|
2007-07-12 10:49:30 -07:00 |
|
igor@mir2.org
|
a3be4211d4
|
Bug 357016: Patch from Edward Lee to restore ability to compile SpiderMonkey with C++ compiler. It was broken after my changes. r=myself
|
2007-07-12 00:48:50 -07:00 |
|
jwalden@mit.edu
|
8f1a184c3f
|
Back out bug 387390; it causes the marquee binding to throw security exceptions.
|
2007-07-11 20:14:27 -07:00 |
|
mrbkap@gmail.com
|
ab6b85e4fa
|
Don't trust the filename of cloned functions. bug 387390, r=jst sr=brendan
|
2007-07-11 18:27:03 -07:00 |
|
mrbkap@gmail.com
|
fcde0538ee
|
Always return XPCSafeJSObjectWrappers from Components.utils.Sandbox and evalInSandbox. This makes this interface much, much easier to use safely, as the wrapper takes care of several common problems that occur when touching regular JS objects directly. bug 386635, r=jst sr=brendan
|
2007-07-11 15:52:28 -07:00 |
|
mrbkap@gmail.com
|
f90fd387a3
|
Clear dormantNext when we're done using it. bug 387725, r=igor
|
2007-07-11 14:57:05 -07:00 |
|
igor@mir2.org
|
a4c622bced
|
Bug 386885: JSAtom.number is removed in favour of using atoms itself for hashing. r=brendan
|
2007-07-11 02:25:45 -07:00 |
|
neil@parkwaycc.co.uk
|
11ed13d71f
|
Followup to bug 348748 to fix the alignment of trailing backslashes in macros
[xxx_cast<foo*>(bar) is three characters shorter than NS_XXX_CAST(foo*, bar)]
|
2007-07-11 01:46:44 -07:00 |
|
bzbarsky@mit.edu
|
a91172fdd2
|
Clean up the XDR properly even if JS_XDRScript fails. In particular, don't
double-free things. Bug 387572, r+sr=brendan
|
2007-07-10 20:10:43 -07:00 |
|
bzbarsky@mit.edu
|
8a55f7964d
|
Relanding bug 326777, r=bsmedberg, sr=jst
|
2007-07-10 17:57:17 -07:00 |
|
mrbkap@gmail.com
|
bb96ca4a6a
|
Create exceptions with the right parent. bug 387390, r=jst sr=brendan
|
2007-07-10 17:37:03 -07:00 |
|
mrbkap@gmail.com
|
fb2469a627
|
Ensure that we have a valid scope chain at all times so C++ callers can create objects in the right scope. bug 387591, r=brendan
|
2007-07-10 17:29:25 -07:00 |
|
mrbkap@gmail.com
|
c71d4d7cd9
|
Avoid asserting for user-controlled thing (through __proto__ setting). bug 387182, r+sr=jst
|
2007-07-10 17:27:57 -07:00 |
|
brendan@mozilla.org
|
85a81f822c
|
to{Source,{,Locale}String} are not generic (387501, r=mrbkap).
|
2007-07-09 22:07:20 -07:00 |
|
bzbarsky@mit.edu
|
b684e745b0
|
Backing out to fix red
|
2007-07-09 21:07:45 -07:00 |
|
bzbarsky@mit.edu
|
e57cc08535
|
Make sure that we push a null JSContext on the current thread's XPConnect stack
before processing events. Bug 326777, r=bsmedberg, sr=jst
|
2007-07-09 20:48:06 -07:00 |
|
mrbkap@gmail.com
|
623c0f85b7
|
Attempt to fix leaks.
|
2007-07-09 17:24:16 -07:00 |
|
mrbkap@gmail.com
|
9142f922fa
|
Back out this change to hopefully fix the rest of the regressions test failures (from bug 386695).
|
2007-07-09 16:34:58 -07:00 |
|
mrbkap@gmail.com
|
9f3554437c
|
Associate XPCWrappedNativeScopes with XPCContexts, like the DOM does with windows and contexts, so that we can push a context that's allowed to actually call XPCWrappedJS functions. bug 352791, r=jst sr=brendan
|
2007-07-09 14:51:57 -07:00 |
|
mrbkap@gmail.com
|
980c3bec0a
|
Don't create exceptions using the global object as the parent, since that's bogus, use the scope chain instead. bug 386695, r+sr=jst
|
2007-07-09 14:46:18 -07:00 |
|
igor@mir2.org
|
ab560f0cb7
|
Bug 385729: objects and regexps are stored in separated tables in JSScript. r=brendan,mrbkap
|
2007-07-08 02:03:34 -07:00 |
|
jwalden@mit.edu
|
e3c4baccae
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
|
igor@mir2.org
|
20e1e61bfd
|
Bug 387229: now DUMP_SCOPE_STATS includes js_scope_stats into the log. r=brendan
|
2007-07-07 14:55:29 -07:00 |
|
dbaron@dbaron.org
|
85bc16700d
|
Fix bogus trace names. b=387223 r=brendan
|
2007-07-07 00:30:58 -07:00 |
|
mrbkap@gmail.com
|
978a357c6f
|
Allow chrome files to touch implicit XPCNativeWrappers. bug 387084, r+sr=jst
|
2007-07-06 17:52:44 -07:00 |
|
jwatt@jwatt.org
|
b661213963
|
Fixing bug 317304. Implement weak references for JavaScript. Patch by Alex Fritze <alex@croczilla.com>. r+sr=shaver@mozilla.org
|
2007-07-06 13:13:12 -07:00 |
|
brendan@mozilla.org
|
d3ce030899
|
Fix degenerate unsigned (enum) comparisons (357016, r=igor).
|
2007-07-05 16:25:27 -07:00 |
|
crowder@fiverocks.com
|
1bd6dc84a7
|
Bug 357016: changing this back to (void *) for now to fix burning tree
|
2007-07-05 13:54:44 -07:00 |
|
crowder@fiverocks.com
|
b5153b0a7c
|
Bug 357016: fixing brendan's nit from comment 23
|
2007-07-05 13:41:59 -07:00 |
|
crowder@fiverocks.com
|
daa4556abc
|
Bug 357016: spidermonkey should be buildable by a C++ compiler, patch by
crowder/Jason Orendorff, r=brendan
|
2007-07-05 13:37:47 -07:00 |
|
mrbkap@gmail.com
|
774b9ea95f
|
Ensure that accesses to implicit XPCNativeWrappers are actually legal. bug 384750, r+sr=jst
|
2007-07-05 13:13:43 -07:00 |
|
mrbkap@gmail.com
|
a3f0810cc1
|
Ensure that accesses to implicit XPCNativeWrappers are actually legal. bug 384750, r+sr=jst
|
2007-07-05 13:01:12 -07:00 |
|
dbaron@dbaron.org
|
b55a2cb262
|
Put comment in the right place. b=180380
|
2007-07-03 14:31:02 -07:00 |
|
mrbkap@gmail.com
|
1605bc2452
|
Backing out these changes to fix tinderbox orange.
|
2007-07-02 18:12:41 -07:00 |
|
mrbkap@gmail.com
|
ba27e0932a
|
Ensure that accesses to implicit XPCNativeWrappers are actually legal. bug 384750, r+sr=jst
|
2007-07-02 16:39:41 -07:00 |
|
brendan@mozilla.org
|
046a5b5536
|
Fix redundant statement and out-of-date comment.
|
2007-07-02 14:06:52 -07:00 |
|
igor@mir2.org
|
9137bfaf4e
|
Bug 349326: for-in loop now always closes iterator objects. r=brendan
|
2007-07-02 05:13:23 -07:00 |
|
timeless@mozdev.org
|
90c5be45ec
|
Bug 385765 [@ jsdASObserver::Observe] You can't dereference a NULL nsCOMPtr with operator->()
r=dveditz sr=dveditz
|
2007-07-01 12:25:10 -07:00 |
|
sayrer@gmail.com
|
523df9c569
|
Bug 180380. nsXPCComponents object and its wrapper leaked at shutdown. Patch by David Baron, David Bradley, and Robert Sayre. r=jst/bzbarsky, sr=dbaron
|
2007-06-30 16:00:09 -07:00 |
|
dbaron@dbaron.org
|
ab765e1d21
|
Suspect all native wrappers during cycle collection (last part, rest already done by Graydon). b=368869 r=graydon sr=jst
|
2007-06-29 20:03:30 -07:00 |
|
dbaron@dbaron.org
|
1f58020b96
|
Make wrapped native debug dump log the native that is wrapped. b=385549 r+sr=jst
|
2007-06-29 20:02:15 -07:00 |
|
jst@mozilla.org
|
92a4c5b092
|
Fixing bug 380474. Use the inner object when looking up methods and adding event listeners. r=mrbkap@mozilla.org, sr=brendan@mozilla.org
|
2007-06-27 17:28:02 -07:00 |
|
mrbkap@gmail.com
|
2b63ef8316
|
Skip initial holes when computing the start value of reduce(Right). bug 386030, r=brendan
|
2007-06-27 17:04:49 -07:00 |
|
brendan@mozilla.org
|
397ecf464e
|
Re-land fix for cloned function object prototyping (300079, r=igor/mrbkap).
|
2007-06-26 11:19:54 -07:00 |
|
enndeakin@sympatico.ca
|
d165145397
|
Bug 382034, support optional args in idl, try again with fix for crash calling toString, r+sr=shaver
|
2007-06-25 07:23:26 -07:00 |
|
enndeakin@sympatico.ca
|
2364c01e63
|
Bug 382034, back out due to test content/base/test/test_bug352728.html failing
|
2007-06-22 08:21:13 -07:00 |
|
enndeakin@sympatico.ca
|
23b79c6763
|
Bug 382034, support optional arguments in idl, r+sr=shaver
|
2007-06-22 07:22:20 -07:00 |
|
dbaron@dbaron.org
|
4f57c6e110
|
Back out again.
|
2007-06-21 20:11:41 -07:00 |
|
mrbkap@gmail.com
|
813d418204
|
Actually populate the string cache so we don't leak all deflated strings. bug 385378, r=brendan
|
2007-06-21 17:31:50 -07:00 |
|
dbaron@dbaron.org
|
3416985295
|
Bug 368869, suspect all native wrappers for cycle collection. Relanding. Patch by graydon@mozilla.com. r=brendan, sr=jst
|
2007-06-21 15:25:51 -07:00 |
|
mrbkap@gmail.com
|
599875400f
|
Remove useless variable. bug 385368, patch from Gabriel Sjoberg <gabrielsjoberg@gmail.com>, r=mrbkap
|
2007-06-21 13:38:45 -07:00 |
|
sayrer@gmail.com
|
8e7abbc126
|
Bug 381651. Tweak XPCOMUtils. Patch by Nickolay_Ponomarev <asqueella@gmail.com>. r=sayrer, sr=bsmedberg
|
2007-06-20 21:53:35 -07:00 |
|
mrbkap@gmail.com
|
5154e96e3e
|
Implement a full nsIScriptSecurityManager in xpcshell. bug 239969, r+sr=jst
|
2007-06-20 17:10:48 -07:00 |
|
mrbkap@gmail.com
|
c2900f1bf8
|
Use the latest version of JS, so the shell always has the newest features. bug 385159, r=brendan
|
2007-06-20 16:53:55 -07:00 |
|
sayrer@gmail.com
|
d01819ffd5
|
back out patch for bug 300079 due to leak regressions, as the new textframe code needs to land
|
2007-06-20 11:53:28 -07:00 |
|
brendan@mozilla.org
|
b028f6e4c2
|
Test a hypothesis about the shutdown leak that's biting 300079's patch (a=sayrer).
|
2007-06-20 10:03:15 -07:00 |
|
bclary@bclary.com
|
c6aa9af8da
|
JavaScript Tests - regression test for bug 300079, by Brendan Eich
|
2007-06-20 00:50:52 -07:00 |
|
brendan@mozilla.org
|
32af93813b
|
Fix violation of function prototyping due to cloned function object implementation (300079, r=mrbkap; expecting r=igor after the fact, want to get this in for widespread testing tomorrow).
|
2007-06-19 23:37:15 -07:00 |
|
sayrer@gmail.com
|
7dae407d8c
|
Bug 384168. C.u.import doesn't prevent recursion in the presence of circular dependencies. r=brendan, sr=bsmedberg
|
2007-06-19 23:29:49 -07:00 |
|
timeless@mozdev.org
|
3da1de5e09
|
Bug 365363 Return value for GetJSDValue ignored leading to death
r=silver sr=biesi
|
2007-06-19 22:56:13 -07:00 |
|
brendan@mozilla.org
|
1d08c89997
|
Function atom if non-null must be string-keyed (385134, r=mrbkap).
|
2007-06-19 22:11:38 -07:00 |
|
gavin@gavinsharp.com
|
72a9b9d6c0
|
Back out previous patch for bug 239969 (bustage, and tree is closed)
|
2007-06-19 19:30:54 -07:00 |
|
mrbkap@gmail.com
|
ed3cb9fd25
|
Implement an nsIScriptSecurityManager for the xpcshell. bug 239969, r+sr=jst
|
2007-06-19 19:13:22 -07:00 |
|
mrbkap@gmail.com
|
dee0d7449d
|
Backing this patch out again to fix sessionstore. See bug 300079 and 385085
|
2007-06-19 19:06:00 -07:00 |
|
brendan@mozilla.org
|
1310ca8ca2
|
Fix violation of function prototyping due to cloned function object implementation (300079, r=igor).
|
2007-06-19 11:49:53 -07:00 |
|
crowder@fiverocks.com
|
a8f2207ba1
|
Bug 384809 : Various JS engine crashes/leaks in OOM conditions, r=brendan, patch by Gavin Reaney, gavin@picsel.com
|
2007-06-18 21:10:03 -07:00 |
|
brendan@mozilla.org
|
b048a14b1d
|
Clean up property attributes (384846, r=mrbkap).
|
2007-06-18 19:52:50 -07:00 |
|
crowder@fiverocks.com
|
8cb800285d
|
Bug 384901: leak in jsfile.c, patch by Robin Ehrlich, rehrlich@ubiqinc.com, r=mrbkap
|
2007-06-18 14:40:30 -07:00 |
|
mrbkap@gmail.com
|
890edf6388
|
Protect js_GetStringBytes from callers that happen during the last GC. Patch from brendan, bug 336907, r=daumling sr=shaver
|
2007-06-18 14:38:31 -07:00 |
|
crowder@fiverocks.com
|
d1f64c8dba
|
Bug 383607: add ARM pure endian double support to JS engine, r=crowder, patch by Gavin Reaney gavin@picsel.com
|
2007-06-18 14:31:48 -07:00 |
|
crowder@fiverocks.com
|
c1aa44fdaa
|
bug 379056: quieting the assertions here for all but myself and mrbkap, r=mrbkap
|
2007-06-18 13:24:00 -07:00 |
|
igor@mir2.org
|
64f1c8053d
|
Bug 384478: Patch from Mike Moening to fix warning when compiling with VC. r=me
|
2007-06-18 12:33:21 -07:00 |
|
bclary@bclary.com
|
4b6b6731f7
|
JavaScript Tests - update test range to 48.5-51.5%, bug 211590
|
2007-06-18 11:35:32 -07:00 |
|
jwatt@jwatt.org
|
bc9300967d
|
Fixing bug 383917. The new Components.utils.import code shouldn't spam the console. r=sayrer@gmail.com, sr=brendan@mozilla.com
|
2007-06-18 08:36:16 -07:00 |
|
bzbarsky@mit.edu
|
4c4d3394be
|
Backing out bug 300079 to see whether that fixes tinderbox orange.
|
2007-06-18 07:32:35 -07:00 |
|
brendan@mozilla.org
|
98945d72c4
|
Fix violation of function prototyping due to cloned function object implementation (300079, r=igor).
|
2007-06-17 22:33:36 -07:00 |
|
bclary@bclary.com
|
ca5f1ec7c0
|
JavaScript Test - catch indirect eval exception on trunk, bug 352797
|
2007-06-17 22:20:11 -07:00 |
|
bclary@bclary.com
|
6354f81db1
|
JavaScript Test - catch indirect eval exception on trunk, bug 361571
|
2007-06-17 22:17:54 -07:00 |
|
brendan@mozilla.org
|
1f18b43300
|
Remove __callee__ property of Call prototypes (384642, r=igor).
|
2007-06-17 22:10:19 -07:00 |
|
brendan@mozilla.org
|
1040011453
|
Emit JSOP_GROUP when optimizing away delete (382981, r=mrbkap).
|
2007-06-17 11:05:37 -07:00 |
|
brendan@mozilla.org
|
f1c02f9635
|
Fix recent regression in CheckSideEffects for paren-expr case (384680, r=mrbkap).
|
2007-06-16 12:48:44 -07:00 |
|
bclary@bclary.com
|
eb86e92301
|
JavaScript Tests - move test to extensions subsuite
|
2007-06-16 11:41:14 -07:00 |
|
bclary@bclary.com
|
e5342d13d0
|
JavaScript Test - add strict warning tests for eval rename
|
2007-06-16 10:14:17 -07:00 |
|
brendan@mozilla.org
|
32fbc12486
|
Better entrainment avoidance for Call.arguments (383269, r=igor).
|
2007-06-15 17:29:21 -07:00 |
|
mrbkap@gmail.com
|
56aed6adf0
|
Restrict who can claim to implement nsISecurityCheckedComponent. bug 352882, r=jst sr=bzbarsky
|
2007-06-15 14:44:51 -07:00 |
|
mrbkap@gmail.com
|
aa1ee1385b
|
Use a better filename when eval is used across scopes. bug 369211, r=brendan
|
2007-06-15 14:00:26 -07:00 |
|
bclary@bclary.com
|
0fe22432bb
|
JavaScript Test - regression test for bug 380831, by Jesse Ruderman
|
2007-06-15 11:46:59 -07:00 |
|
bclary@bclary.com
|
689e0fcc43
|
JavaScript Tests - update test to ignore 1ms differences, bug 354998
|
2007-06-15 10:16:08 -07:00 |
|
bclary@bclary.com
|
0d4d6ed53c
|
JavaScript Test - update test to reflect new uneval(undefined) on trunk, bug 356238
|
2007-06-15 10:00:46 -07:00 |
|
igor@mir2.org
|
bc0a21a243
|
Bug 378793: Patch from Mike Moening and me to implement per-context debug hooks. r=brendan
|
2007-06-14 23:44:18 -07:00 |
|
mrbkap@gmail.com
|
781e986b4b
|
Allow C.u.Sandbox to take a principal or an nsIScriptObjectPrincipal. bug 353732, r+sr=jst
|
2007-06-14 16:50:28 -07:00 |
|
bclary@bclary.com
|
fd91b053bb
|
JavaScript Test - regression test for bug 369666, by Brendan Eich
|
2007-06-14 15:43:09 -07:00 |
|
bclary@bclary.com
|
c22781e401
|
JavaScript Tests - regression tests for bug 351102, by Jesse Ruderman, Igor Bukanov
|
2007-06-14 15:39:03 -07:00 |
|
bclary@bclary.com
|
789a65e7e7
|
JavaScript Tests - regression test for bug 375183, by Igor Bukanov
|
2007-06-14 15:34:09 -07:00 |
|
bclary@bclary.com
|
e2f9779566
|
JavaScript Tests - regression test for bug 367630, by Jesse Ruderman
|
2007-06-14 15:31:17 -07:00 |
|
bclary@bclary.com
|
1ec2f11ae3
|
JavaScript Tests - regression test for bug 355655, by shutdown
|
2007-06-14 15:27:17 -07:00 |
|
bclary@bclary.com
|
2252dd809e
|
JavaScript Test - regression tests for bug 351102, by Brendan Eich, Igor Bukanov
|
2007-06-14 15:23:38 -07:00 |
|
bclary@bclary.com
|
96560a22b3
|
JavaScript Tests - regression test for bug 367561, by Igor Bukanov
|
2007-06-14 15:19:51 -07:00 |
|
bclary@bclary.com
|
038732736e
|
JavaScript Test - regression test for bug 366122, by Igor Bukanov
|
2007-06-14 15:15:49 -07:00 |
|
bclary@bclary.com
|
d443c7f811
|
JavaScript Test - regression test for bug 375715, by Jesse Ruderman
|
2007-06-14 15:09:45 -07:00 |
|
bclary@bclary.com
|
60d2a68541
|
JavaScript Test - regression test for bug 375711, by Jesse Ruderman
|
2007-06-14 15:04:18 -07:00 |
|
bclary@bclary.com
|
f23ca760ad
|
JavaScript Test - regression test for bug 375801, by Jesse Ruderman
|
2007-06-14 14:50:12 -07:00 |
|
bclary@bclary.com
|
8ffea8f8fd
|
JavaScript Test - regression test for bug 383721, by timeless
|
2007-06-14 14:32:09 -07:00 |
|
graydon@mozilla.com
|
ebd1fa3764
|
Amazingly, backing out 368869 again.
|
2007-06-14 13:40:17 -07:00 |
|
igor@mir2.org
|
ac5551e88a
|
Bug 378793: removal of the previous commit.
|
2007-06-14 13:20:37 -07:00 |
|
igor@mir2.org
|
758bc9b1cf
|
Bug 378793: Patch from Mike Moening to implement per-context debug hooks. r=me,brendan
|
2007-06-14 13:04:09 -07:00 |
|
graydon@mozilla.com
|
7e6c0bf09e
|
Bug 368869, suspect all native wrappers for cycle collection. Nth attempt, slightly safer.r=brendan, sr=jst
|
2007-06-14 12:42:58 -07:00 |
|
brendan@mozilla.org
|
240b795fc5
|
Avoid entraining arguments in a Call prototype (383269, r=igor).
|
2007-06-14 00:26:19 -07:00 |
|
igor@mir2.org
|
1aa40de49d
|
Bug 384151: refactoring boxing of primitive values, r=brendan
|
2007-06-14 00:07:01 -07:00 |
|
bclary@bclary.com
|
d48a46146f
|
JavaScript Test - regression test for bug 383965, by Jesse Ruderman
|
2007-06-13 20:38:15 -07:00 |
|
bclary@bclary.com
|
d663b1c653
|
JavaScript Test - fix scope on map call, bug 382509
|
2007-06-13 13:51:06 -07:00 |
|
bclary@bclary.com
|
dd6c4e259f
|
JavaScript Test - regression test for bug 369032, by Jesse Ruderman
|
2007-06-12 22:29:47 -07:00 |
|
bclary@bclary.com
|
0a885fc9ad
|
JavaScript Test - regression test for bug 382509
|
2007-06-12 21:50:51 -07:00 |
|
bclary@bclary.com
|
96c6386afe
|
JavaScript Test - regression test for bug 382532, by László Jánszky, Brendan Eich
|
2007-06-12 20:49:10 -07:00 |
|
bclary@bclary.com
|
c1aa612bdf
|
JavaScript Test - regression test for bug 383255, by Jesse Ruderman
|
2007-06-12 20:34:39 -07:00 |
|
mrbkap@gmail.com
|
1e270ee66f
|
Make Object.prototype.toSource deal with even more __proto__ hacking. bug 383965, r=crowder
|
2007-06-12 15:07:20 -07:00 |
|
bclary@bclary.com
|
dfc2f3ef6c
|
JavaScript Test - regression test for bug 383674, by Jesse Ruderman
|
2007-06-12 13:58:09 -07:00 |
|
crowder@fiverocks.com
|
55c1df9820
|
Bug 375801: Using (void 0) instead of "undefined" in toSource and uneval(), r=mrbkap
|
2007-06-12 12:33:40 -07:00 |
|
crowder@fiverocks.com
|
40c1aa5660
|
Bug 383721: escape tabs on platforms with unusual isprint() routines, r=mrbkap
|
2007-06-12 12:30:57 -07:00 |
|
brendan@mozilla.org
|
3036f29b1f
|
Fix CheckSideEffects over-aggressiveness (383674, r=mrbkap).
|
2007-06-12 01:26:26 -07:00 |
|
igor@mir2.org
|
b60c014c39
|
Bug 384104: Fixing ALE macros to quell GCC strict-aliasing warnings. r=brendan
|
2007-06-12 00:27:23 -07:00 |
|
jwalden@mit.edu
|
f51d74d1a6
|
Typo fixes
|
2007-06-10 15:08:17 -07:00 |
|
bzbarsky@mit.edu
|
33a8653e15
|
Change the URI argument to Components.utils.import to be a resource: URI. Bug380970, patch by Alex Vincent <ajvincent@gmail.com>, r=sayrer, sr=bsmedberg
|
2007-06-10 14:13:18 -07:00 |
|
graydon@mozilla.com
|
65eb1c1bf4
|
Backing out patch in bug 368869, again. Still randomly crashing (as in bug 383763).
|
2007-06-08 12:08:26 -07:00 |
|
gavin@gavinsharp.com
|
218738d375
|
Bug 381031: make JS1.8 the default for <xul:script>, and add a JSVERSION_LATEST #define to simplify future changes, patch by Nickolay Ponomarev <asqueella@gmail.com>, r+sr=brendan
|
2007-06-07 15:50:12 -07:00 |
|
asqueella@gmail.com
|
7cbb96fa68
|
Bug 381499 - Components.utils.import reports NS_ERROR_FAILURE when the file not existsswitch to NS_ERROR_FILE_NOT_FOUND and update testsr=sayrer, sr=brendan
|
2007-06-07 15:34:06 -07:00 |
|
jwalden@mit.edu
|
3ac5afd0f6
|
Bug 369032 - "Assertion failure: kid2->parent == xml || !kid2->parent" with E4X after appendChild; avoid incorrectly reparenting XML by deeply copying instead of mutating. r=mrbkap
|
2007-06-06 15:06:16 -07:00 |
|
jwalden@mit.edu
|
29b6ec0cff
|
Fix syntax error.
|
2007-06-06 11:32:31 -07:00 |
|
crowder@fiverocks.com
|
0fe28fccb5
|
Bug 374681: 260 GC roots remain after destroying JSRuntime (not the complete fix, I think), r=brendan
|
2007-06-06 08:59:45 -07:00 |
|
graydon@mozilla.com
|
ad2d5719f0
|
Bug #368869, suspect all native wrappers as cycle roots (yet again, after Igor's change to js gc).r=brendan, sr=jst
|
2007-06-05 16:50:22 -07:00 |
|
mrbkap@gmail.com
|
c95c9cfd67
|
Remove vestigial initialization
|
2007-06-05 16:44:21 -07:00 |
|
mrbkap@gmail.com
|
69c8756e8a
|
Be less strict about how you can call eval. In particular, allow callers to call it through other names, as long as the this object is a global object. bug 383381, r=brendan
|
2007-06-05 16:42:00 -07:00 |
|
crowder@fiverocks.com
|
c82cd955ac
|
Bug 380831: incorrect uneval trying to output a getter function that is a sharp definition, r=igor
|
2007-06-05 13:20:07 -07:00 |
|
nboyd@atg.com
|
40714a5a6e
|
Fix bug 383174: Add new reportMatch function in shell.jsr=bclary@bclary.com
|
2007-06-05 11:31:53 -07:00 |
|
mattwillis@gmail.com
|
6f6f76486f
|
bug 382744 - Correct backwards assertion check in XPCNativeScriptableInfo. Patch by Manish Singh <manish@flock.com>, r=dbaron, sr=shaver
|
2007-06-05 08:59:44 -07:00 |
|
brendan@mozilla.org
|
d3056296e5
|
Fix JOF_TMPSLOT accounting (383255, r=igor).
|
2007-06-04 22:23:29 -07:00 |
|
igor@mir2.org
|
e606f64813
|
Bug 383188: using code spec flag to declare extra slot used for post ++/--. r=brndan
|
2007-06-04 20:07:38 -07:00 |
|
mrbkap@gmail.com
|
451fb0609a
|
Fix overflow potential. bug 373931, r=crowder rs=brendan
|
2007-06-04 17:05:32 -07:00 |
|
mrbkap@gmail.com
|
93e990bf21
|
Remove indirect eval. bug 382509, r=brendan
|
2007-06-04 16:03:03 -07:00 |
|
mrbkap@gmail.com
|
bd829af388
|
Handle error returns from ftell. bug 373934, r=brendan
|
2007-06-04 16:01:41 -07:00 |
|
mrbkap@gmail.com
|
2a44a73281
|
Backing out to fix orange
|
2007-06-04 15:18:25 -07:00 |
|
mrbkap@gmail.com
|
1be4627a47
|
Fixing bustage, bug 382509
|
2007-06-04 14:47:13 -07:00 |
|
mrbkap@gmail.com
|
0f3c9fea93
|
Create XPCNativeWrapper function wrappers with the right parent. bug 370127, r=bzbarsky sr=brendan
|
2007-06-04 14:43:57 -07:00 |
|
mrbkap@gmail.com
|
3d9131d85e
|
Remove indirect eval. bug 382509, r=brendan
|
2007-06-04 14:40:55 -07:00 |
|
mrbkap@gmail.com
|
7b221890b4
|
Whitespace police
|
2007-06-04 14:38:40 -07:00 |
|
igor@mir2.org
|
38a0fbd114
|
Bug 381973: new opcode flag top declare an extra temporary slot used by interpreter. r=brendan
|
2007-06-04 13:01:41 -07:00 |
|
brendan@mozilla.org
|
3d1e7f3d01
|
Fix fun_resolve to avoid resolving hidden properties (locals/params; 382532, r=mrbkap).
|
2007-06-04 12:50:30 -07:00 |
|
crowder@fiverocks.com
|
f88d5115d6
|
Bug 366355: perlconnect removal continues, r=mrbkap, patch by Patrick Welche <pw-fb@newn.cam.ac.uk>
|
2007-06-04 12:33:42 -07:00 |
|
nboyd@atg.com
|
e245bf0d3d
|
Move skip lists to the testsrc directory.
|
2007-06-04 11:24:48 -07:00 |
|
nboyd@atg.com
|
6835e0ef94
|
Add skips for tests causing OutOfMemoryErrors.
|
2007-06-04 09:06:43 -07:00 |
|
peterv@propagandism.org
|
0aec607ac4
|
Fix for bug 382133 ("(function(){}).apply.ee = <foo/>;" causes shutdown crash [@ nsXPConnect::Unlink] during nsCycleCollector::CollectWhite). r/sr=jst.
|
2007-06-04 03:01:34 -07:00 |
|
igor@mir2.org
|
7d41735dbf
|
Bug 379220: replacing JS_AddRoot calls via doubly-linked lists. r=jst sr=brendan
|
2007-06-02 08:11:52 -07:00 |
|
igor@mir2.org
|
c030410f7b
|
Bug 382253: consistent termination of inline functions. r=brendan
|
2007-06-01 20:46:39 -07:00 |
|
crowder@fiverocks.com
|
f27ecbd250
|
backing out checkin on closed tree
|
2007-06-01 11:31:02 -07:00 |
|
crowder@fiverocks.com
|
d0c155d1f7
|
Bug 366355: more perlconnect removal goodness
|
2007-06-01 11:29:49 -07:00 |
|
bclary@bclary.com
|
2ef14cf331
|
JavaScript Test - fix broken test, bug 351515
|
2007-05-31 14:58:36 -07:00 |
|
bclary@bclary.com
|
b4fc832bb0
|
JavaScript Test - update test for bug 380237
|
2007-05-31 12:46:36 -07:00 |
|
bclary@bclary.com
|
ab6818db3a
|
JavaScript Test - change eval tests to work around anonfunfix, bug 356247
|
2007-05-31 12:24:01 -07:00 |
|
bclary@bclary.com
|
966adf1e1a
|
JavaScript Test - change native function to decodeURI since print is not native in the browser version
|
2007-05-31 12:00:11 -07:00 |
|
bclary@bclary.com
|
2f92518be4
|
JavaScript Tests - fix test to match new decompilation and to add missing brace in expected decompilation, bug 381205
|
2007-05-31 11:31:12 -07:00 |
|
bclary@bclary.com
|
cf155b2616
|
JavaScript Test - regression test for bug 356247, by Jesse Ruderman
|
2007-05-31 00:11:53 -07:00 |
|
bclary@bclary.com
|
0d228ab309
|
JavaScript Test - regression test for bug 381108, by Jesse Ruderman
|
2007-05-30 23:54:10 -07:00 |
|
bclary@bclary.com
|
d11db5ed2e
|
JavaScript Test - regression test for bug 381301, by Jesse Ruderman
|
2007-05-30 23:45:06 -07:00 |
|
bclary@bclary.com
|
8f7f821500
|
JavaScript Test - regression test for bug 382335, by Igor Bukanov
|
2007-05-30 23:37:52 -07:00 |
|
timeless@mozdev.org
|
6506c492ee
|
Bug 380886 Possible crashes/leaks in regexp handling in OOM conditionspatch by gavin@picsel.com r=crowder
|
2007-05-30 23:31:05 -07:00 |
|
brendan@mozilla.org
|
12de539ec7
|
Fix let-induced anti-bracing logic to cope with group assignment expression statements (356247, r=mrbkap).
|
2007-05-30 15:39:21 -07:00 |
|
nboyd@atg.com
|
e94921a77e
|
Skip js1_5/Regress/regress-330352.js
|
2007-05-30 13:10:33 -07:00 |
|
crowder@fiverocks.com
|
237d01a1e4
|
Bug 381205: object uneval gets confused by special "getter functions", r=mrbkap
|
2007-05-30 13:05:31 -07:00 |
|
bclary@bclary.com
|
cf46c96b28
|
JavaScript Test - update expected value for decompilation, bug 367629
|
2007-05-30 11:42:40 -07:00 |
|
bclary@bclary.com
|
f43df015c6
|
JavaScript Test - move test to decompilation subsuite, bug 344120
|
2007-05-30 10:42:50 -07:00 |
|
nboyd@atg.com
|
eb7fd653f0
|
Use the prefix feature to avoid enumerating all skipped tests.
|
2007-05-30 10:11:24 -07:00 |
|
nboyd@atg.com
|
dbefc9eb00
|
After the recent move to consolidate shell.js code, this test broke due todifferent epsilon values used in different shell.js scripts. So this changejust makes the test values match exactly.
|
2007-05-30 05:55:17 -07:00 |
|
bclary@bclary.com
|
1b6db89f58
|
JavaScript Test - update sudoku demo test
|
2007-05-29 22:58:26 -07:00 |
|
bclary@bclary.com
|
7798f66122
|
Bug 382182 - script tag should support version 1.8, r=jonas,sr=brendan
|
2007-05-29 22:55:55 -07:00 |
|
nboyd@atg.com
|
3847014675
|
Clean up skip list for recent test changes.
|
2007-05-29 19:32:17 -07:00 |
|
igor@mir2.org
|
612731321f
|
Bug 382335: proper cleanup after generator.close(). r=brendan
|
2007-05-29 19:29:09 -07:00 |
|
brendan@mozilla.org
|
54555ef979
|
Updated to track revised ES4-based grammar plus paren minimization changes to the decompiler (381113).
|
2007-05-29 18:52:57 -07:00 |
|
brendan@mozilla.org
|
e7de6b332a
|
Implement ES4/JS2 expression closures (381113, r=mrbkap).
|
2007-05-29 18:49:42 -07:00 |
|
mrbkap@gmail.com
|
ec71466985
|
Add a space here for consistency. bug 381108, r=brendan
|
2007-05-29 18:23:24 -07:00 |
|
bclary@bclary.com
|
9d98080df4
|
JavaScript tests - fix incorrect TestCase signature, remove tests from slow-n.tests
|
2007-05-29 18:13:13 -07:00 |
|
brendan@mozilla.org
|
5dee41a384
|
Fix delete parser to fold constants in its operand to discern genexp error case (382355, r=mrbkap).
|
2007-05-29 17:49:53 -07:00 |
|
crowder@fiverocks.com
|
9adeac1889
|
Recent code checkin regressed testcase from 356085
|
2007-05-29 17:06:21 -07:00 |
|
brendan@mozilla.org
|
d1599626d7
|
Fix warning from last checkin (r=igor).
|
2007-05-29 16:17:37 -07:00 |
|
bclary@bclary.com
|
f46dd88cfc
|
JavaScript Test - update to remove new syntax errors, bug 380581
|
2007-05-29 15:41:06 -07:00 |
|
bclary@bclary.com
|
7528312dc1
|
JavaScript Test - tweak decompilation result, bug 353214
|
2007-05-29 15:05:11 -07:00 |
|
bclary@bclary.com
|
05364aed69
|
JavaScript Test - remove Object.prototype.__iterator__ after test, bug 340199
|
2007-05-29 14:59:13 -07:00 |
|
nboyd@atg.com
|
17bebef584
|
Add skips for new tests and for older tests now failing, likely due todifferent shell.js functions.
|
2007-05-29 14:09:10 -07:00 |
|
crowder@fiverocks.com
|
e2b7d7dba7
|
Bug 381301: chomp closing ')' in obj_toSource more correctly, r=mrbkap
|
2007-05-29 14:05:09 -07:00 |
|
bclary@bclary.com
|
7837e21982
|
JavaScript Test - regression test for bug 375715, change test to -n negative format
|
2007-05-29 11:23:19 -07:00 |
|
mvl@exedo.nl
|
21821eaf0b
|
bug 382237: make xpctools profiler work, and make it record time spend in the function itself. r=shaver
|
2007-05-28 08:00:50 -07:00 |
|
bclary@bclary.com
|
fc30bc2ced
|
JavaScript Test - regression test for bug 381205, update to perform test in proper scope
|
2007-05-27 16:14:24 -07:00 |
|
bclary@bclary.com
|
f2e11a14ef
|
JavaScript Test - add js1.8 version option to browser-based test menu, no bug, not part of the build
|
2007-05-27 16:00:58 -07:00 |
|
bclary@bclary.com
|
52cd767890
|
JavaScript Test - regression test for bug 366941, by Robert Sayre; add version(180) foo
|
2007-05-27 13:13:34 -07:00 |
|
bclary@bclary.com
|
e458a59474
|
JavaScript Test - regression test for bug 367629, by Jesse Ruderman
|
2007-05-27 11:43:16 -07:00 |
|
bclary@bclary.com
|
bb146b09ce
|
JavaScript Test - regression test for bug 379482, by Jesse Ruderman
|
2007-05-27 11:33:14 -07:00 |
|
bclary@bclary.com
|
47388a7709
|
JavaScript Test - regression test for bug 379566, by Igor Bukanov
|
2007-05-27 11:25:54 -07:00 |
|
bclary@bclary.com
|
3412b1c928
|
JavaScript Tests - regression test for bug 379925, by Jesse Ruderman
|
2007-05-26 09:27:25 -07:00 |
|
bclary@bclary.com
|
9c76226765
|
JavaScript Tests - regression tests for bug 380237, fix file name
|
2007-05-26 09:15:48 -07:00 |
|
bclary@bclary.com
|
6a0bcf6ae5
|
JavaScript Tests - regression tests for bug 380237, by Jesse Ruderman, Brendan Eich
|
2007-05-26 09:10:20 -07:00 |
|
bclary@bclary.com
|
7f02140b6e
|
JavaScript Test - regression test for bug 380506, by Jesse Ruderman
|
2007-05-26 07:00:13 -07:00 |
|
bclary@bclary.com
|
d5b2ea4ee6
|
JavaScript Test - regression test for bug 380581, by Jesse Ruderman
|
2007-05-26 06:43:40 -07:00 |
|
bclary@bclary.com
|
6a697dcb6e
|
JavaScript Test - regression test for bug 380889, by Igor Bukanov
|
2007-05-26 06:25:11 -07:00 |
|
bclary@bclary.com
|
adbd1ad82b
|
JavaScript Test - regression test for bug 381101, by Jesse Ruderman
|
2007-05-26 06:19:53 -07:00 |
|
bclary@bclary.com
|
019e40c64e
|
JavaScript Test - regression test for bug 381205, by Jesse Ruderman
|
2007-05-26 06:08:16 -07:00 |
|
bclary@bclary.com
|
1b3507cc16
|
JavaScript Test - regression test for bug 381211, by Jesse Ruderman
|
2007-05-26 06:00:49 -07:00 |
|
bclary@bclary.com
|
9303d08978
|
JavaScript Test - regression test for bug 381303, by Biju
|
2007-05-26 05:30:31 -07:00 |
|
bclary@bclary.com
|
6e7685f236
|
JavaScript Test - regression test for bug 381372, by Jesse Ruderman
|
2007-05-25 18:40:22 -07:00 |
|
bclary@bclary.com
|
107b132867
|
JavaScript Test - regression test for bug 381504, by James Ross
|
2007-05-25 18:20:26 -07:00 |
|
bclary@bclary.com
|
1b009a54f5
|
JavaScript Tests - standardize test reporting for shell and browser, bug 380257
|
2007-05-25 17:19:18 -07:00 |
|
neil@parkwaycc.co.uk
|
17aa0501f7
|
Bug 351007 Crash @ XPCWrappedNative::CallMethod passing null to out A*String parameters r+sr=jst
|
2007-05-25 13:45:50 -07:00 |
|
igor@mir2.org
|
aa18c72e81
|
Bug 381779: patch from Gavin Reaney to improve memeory allocation for the sprint stack. r=myself
|
2007-05-25 04:35:27 -07:00 |
|
peterv@propagandism.org
|
7e189d8549
|
Fix for bug 377884 (Switch nsXPConnect::Traverse to use tracing). r=jst/igor, sr=dbaron.
|
2007-05-25 01:42:08 -07:00 |
|
peterv@propagandism.org
|
98955fbcad
|
Fix for bug 368774 (Make cycle collector work with refcounted non-XPCOM objects). r=dbaron, sr=sicking.
|
2007-05-24 07:10:02 -07:00 |
|
igor@mir2.org
|
e8eeb4f10c
|
Bug 379758: SETSP is removed
|
2007-05-24 00:51:46 -07:00 |
|
igor@mir2.org
|
30d40408c5
|
Bug 381236: static assert that does not depend on __LINE__
|
2007-05-24 00:27:45 -07:00 |
|
mrbkap@gmail.com
|
7985ba2c50
|
Back this out for now to sort out what happens when we're called from C++, not from Javascript.
|
2007-05-23 17:50:50 -07:00 |
|
mrbkap@gmail.com
|
2409391b2a
|
Use the currently executing function as the nominal parent for our function so that we pull the correct prototype for our function. bug 370127, r+sr=jst
|
2007-05-23 17:18:00 -07:00 |
|
crowder@fiverocks.com
|
1e5cb0be51
|
Bug 381402: Compilation error with HAS_XDR_FREEZE_THAW and old Script object, r=mrbkap
|
2007-05-23 15:09:52 -07:00 |
|
crowder@fiverocks.com
|
6a75f80fed
|
Bug 381402: Compilation error with HAS_SCRIPT_OBJECT, r=mrbkap
|
2007-05-23 14:50:43 -07:00 |
|
crowder@fiverocks.com
|
f21c94cb6c
|
Bug 375715: "Assertion failure: (c2 <= cs->length) && (c1 <= c2)" with /[\Wb-G]/, patch by mrbkap, r=crowder
|
2007-05-23 14:13:13 -07:00 |
|
brendan@mozilla.org
|
a6b6b99a67
|
Fix JOF_XMLNAME, etc., interrogation to mask the mode bits and compare (381504, r=mrbkap).
|
2007-05-22 23:04:18 -07:00 |
|
brendan@mozilla.org
|
02bf41c8a3
|
More generator expression decompilation love (381372, r=mrbkap).
|
2007-05-22 23:00:40 -07:00 |
|
asqueella@gmail.com
|
5919a26047
|
bug 381369 - improve Components.utils.import-related commentsr=sayrer
|
2007-05-22 14:57:42 -07:00 |
|
mrbkap@gmail.com
|
2d5947e7ae
|
Mark the overwritten scope property in the space between where we remove it and re-add it in its changed form. bug 381374, r=igor
|
2007-05-21 17:55:04 -07:00 |
|
mrbkap@gmail.com
|
ed953e9af2
|
Protect the number from GC, even if it was originally a number. bug 375976, r=crowder
|
2007-05-21 16:45:42 -07:00 |
|
crowder@fiverocks.com
|
1fdf29bf46
|
Bug 380998: StackGrowthDirection is not reliable with Sun Studio 11, patch by Ginn Chen <ginn.chen@sun.com>, r=brendan
|
2007-05-21 15:55:48 -07:00 |
|
crowder@fiverocks.com
|
41450ddc97
|
Bug 379482: Crash [@ js_IsIdentifier] decompiling float setter, r=mrbkap
|
2007-05-21 12:33:33 -07:00 |
|
mrbkap@gmail.com
|
fae1dec6be
|
Count both the getter and setter for a given property. bug 381303, r=crowder
|
2007-05-21 11:02:33 -07:00 |
|
mrbkap@gmail.com
|
9c08aa4311
|
Handle Function.prototype.toString not returning what we expect it to return (a function expression). bug 380933, r=crowder
|
2007-05-21 11:01:08 -07:00 |
|
sayrer@gmail.com
|
c1cab1cba0
|
Bug 238324. Tweak generateFactory to call new, and add unit tests for module loading. Patch by Alex Vincent <ajvincent@gmail.com>. r=sayrer, sr=bsmedberg
|
2007-05-20 15:45:14 -07:00 |
|
bclary@bclary.com
|
5b48e543ca
|
JavaScript Tests - factor common code into top level shell.js|browser.js, bug 379779, r=igor, sr=brendan
|
2007-05-19 13:05:05 -07:00 |
|
mrbkap@gmail.com
|
9d84deb323
|
If the scanner returned TOK_ERROR, it already reported an error. bug 380371, r=brendan
|
2007-05-18 19:09:23 -07:00 |
|
mrbkap@gmail.com
|
ba5270e7a6
|
Correctly parse regular expressions with the 'm' and 'y' flags. bug 378486, r=brendan
|
2007-05-18 18:57:30 -07:00 |
|
crowder@fiverocks.com
|
72e24acedb
|
Bug 381211: fixing off-by-one caused by patch from bug 367629, r=mrbkap
|
2007-05-18 17:04:41 -07:00 |
|
crowder@fiverocks.com
|
6d4cb224c0
|
Bug 367629: better obj_toSource for native functions and a few other cases, r=mrbkap
|
2007-05-18 16:12:56 -07:00 |
|
brendan@mozilla.org
|
6c15c9194a
|
Restrict for([k,v] in o) special case to JS1.7 (366941, r=mrbkap).
|
2007-05-18 13:55:06 -07:00 |
|
brendan@mozilla.org
|
31ef926445
|
Support generator expressions for JS1.8 (380237, r=mrbkap).
|
2007-05-17 18:41:17 -07:00 |
|
brendan@mozilla.org
|
4b4d408b14
|
Fix getter/setter decompilation to depend on generating op, not prefix string (381101, r=mrbkap).
|
2007-05-17 17:48:18 -07:00 |
|
mrbkap@gmail.com
|
ee83dcb164
|
Skip over exception cookies, since we require JSOP_POP to pop them. bug 380016, r=brendan
|
2007-05-17 16:56:17 -07:00 |
|
nboyd@atg.com
|
c8ef432a8b
|
Updated skip list.
|
2007-05-16 17:30:27 -07:00 |
|
igor@mir2.org
|
832ef9cf07
|
Bug 380833: AllocSlot now insists on the new slot being already set to void. r=brendan
|
2007-05-16 15:41:50 -07:00 |
|
igor@mir2.org
|
57a947de4b
|
Bug 380889: fixing the disassembler, r=brendan
|
2007-05-16 12:00:47 -07:00 |
|
igor@mir2.org
|
39051a9389
|
Bug 379885: JS_GetGCMarkingTracer is removed. r=brendan
|
2007-05-15 18:13:28 -07:00 |
|
sayrer@gmail.com
|
90faa81713
|
JS code-sharing module system. Patch by Alex Fritze <alex@croczilla.com> and Robert Sayre <sayrer@gmail.com>. r=shaver/brendan, sr=brendan
|
2007-05-15 16:27:40 -07:00 |
|
crowder@fiverocks.com
|
c66619c8af
|
Bug 308429: make tooMuchGC dynamic (runtime gczeal option), r=brendan
|
2007-05-15 16:27:20 -07:00 |
|
crowder@fiverocks.com
|
2d005fe23d
|
Bug 358594: sharp variables should deserialize using old getter/setter syntax.
|
2007-05-15 15:41:24 -07:00 |
|
igor@mir2.org
|
3a73a27eb4
|
Bug 379566: keywords are no special with get/set getters. r=brendan
|
2007-05-15 08:17:14 -07:00 |
|
igor@mir2.org
|
0b07474b6a
|
Bug 340212: All XPC GC tracing now happens in the runtime trace callback.
|
2007-05-15 02:01:34 -07:00 |
|
bclary@bclary.com
|
aa1abb87a6
|
JavaScript Tests - add automation helper scripts, no bug, not part of the build
|
2007-05-10 21:11:39 -07:00 |
|
bclary@bclary.com
|
2dbe01ed7b
|
JavaScript Test - regression test for bug 354998, revert Object.prototype to prevent side effects
|
2007-05-09 23:10:50 -07:00 |
|
bclary@bclary.com
|
f113ef84be
|
JavaScript Tests - remove extraneous debugger statement, no bug, not part of the build
|
2007-05-09 16:01:32 -07:00 |
|
igor@mir2.org
|
8d62745af4
|
Bug 380197: fixing regression from bug 380197. r=brendan
|
2007-05-09 14:40:36 -07:00 |
|
brendan@mozilla.org
|
c7afea2db0
|
Fiddle cosmetics.
|
2007-05-09 13:19:26 -07:00 |
|
crowder@fiverocks.com
|
eaadb88c3f
|
Bug 379482: Crash decompiling float setter, r=brendan, r=igor
|
2007-05-09 08:21:32 -07:00 |
|
igor@mir2.org
|
369accf1bd
|
Bug 379727: Using tracing instead of explicit root management. r=alfred.peng sr=brendan
|
2007-05-09 04:11:53 -07:00 |
|
crowder@fiverocks.com
|
3c0f6e2457
|
woops, backing out due to closed tree
|
2007-05-08 22:45:57 -07:00 |
|
crowder@fiverocks.com
|
e7bf5857dd
|
Bug 379482: Crash decompiling float setter, r=brendan, r=igor
|
2007-05-08 22:45:09 -07:00 |
|
brendan@mozilla.org
|
fe0d6dba47
|
Fixes left in wake of JSOP_POPN (379925, r=igor).
|
2007-05-08 12:04:13 -07:00 |
|
bclary@bclary.com
|
f7f790b29c
|
JavaScript Test - update test to match 1.8.1 and later serialization, bug 297025
|
2007-05-08 10:10:11 -07:00 |
|
bclary@bclary.com
|
ed62dc8f16
|
JavaScript Test - regression test for bug 352459, by Jesse Ruderman
|
2007-05-07 12:20:39 -07:00 |
|
bclary@bclary.com
|
058fc3154f
|
JavaScript Test - regression test for bug 352732, by Jesse Ruderman
|
2007-05-07 12:07:36 -07:00 |
|
bclary@bclary.com
|
86f671d1aa
|
JavaScript Test - regression test for bug 361566, by Jesse Ruderman
|
2007-05-07 12:00:19 -07:00 |
|
bclary@bclary.com
|
f951f81d4f
|
JavaScript Tests - regression tests for bug 373827, by Jesse Ruderman
|
2007-05-07 11:53:05 -07:00 |
|
bclary@bclary.com
|
72909ce794
|
JavaScript Tests - regression test for bug 375695, by Jesse Ruderman
|
2007-05-07 11:45:39 -07:00 |
|
brendan@mozilla.org
|
a5b846723e
|
Stop overloading JSOP_SETSP for both exception handling and group assignment bulk popping (375695, r=igor).
|
2007-05-06 23:40:10 -07:00 |
|
bclary@bclary.com
|
1e03308fee
|
JavaScript Test - test automation, add js1_8, no bug, not part of the build
|
2007-05-06 22:38:03 -07:00 |
|
bclary@bclary.com
|
84fdad2cbc
|
JavaScript Tests - disable window.onerror handler to prevent false failure, bug 340804
|
2007-05-06 22:18:27 -07:00 |
|
bclary@bclary.com
|
0dfea3d059
|
JavaScript Test - remove non-standard use of unescape, bug 370585
|
2007-05-06 21:52:07 -07:00 |
|
bclary@bclary.com
|
01a878d6bd
|
JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585
|
2007-05-06 21:17:53 -07:00 |
|
bclary@bclary.com
|
76a592b790
|
JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585
|
2007-05-06 21:13:01 -07:00 |
|
bclary@bclary.com
|
a082499f24
|
JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585
|
2007-05-06 21:10:01 -07:00 |
|
bclary@bclary.com
|
da601fec0a
|
JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585
|
2007-05-06 21:06:09 -07:00 |
|
bclary@bclary.com
|
6cbc9f4370
|
JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585
|
2007-05-06 20:59:26 -07:00 |
|
bclary@bclary.com
|
1d80f21749
|
JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585
|
2007-05-06 20:55:18 -07:00 |
|
bclary@bclary.com
|
3f47684b20
|
JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585
|
2007-05-06 20:50:30 -07:00 |
|
bclary@bclary.com
|
6b12386917
|
JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585
|
2007-05-06 20:47:30 -07:00 |
|
bclary@bclary.com
|
35af1f3acf
|
JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585
|
2007-05-06 20:42:19 -07:00 |
|
bclary@bclary.com
|
bd9983728b
|
JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585
|
2007-05-06 20:38:14 -07:00 |
|
bclary@bclary.com
|
91f13a00a3
|
JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585
|
2007-05-06 20:33:33 -07:00 |
|
bclary@bclary.com
|
2469d57b23
|
JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585
|
2007-05-06 20:28:43 -07:00 |
|
bclary@bclary.com
|
4f1e5a9ee4
|
JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585
|
2007-05-06 20:21:05 -07:00 |
|
bclary@bclary.com
|
281b085b3f
|
JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585
|
2007-05-06 20:15:45 -07:00 |
|
bclary@bclary.com
|
752834793d
|
JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585
|
2007-05-06 20:10:58 -07:00 |
|
bclary@bclary.com
|
51209d4c55
|
JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585
|
2007-05-06 20:03:09 -07:00 |
|