Commit Graph

52870 Commits

Author SHA1 Message Date
Chris Leary
6271a02b06 Bug 587434: IsSaneThisObject assertion failure on CALLXMLNAME. (r=jorendorff) 2010-09-08 01:13:22 -07:00
David Anderson
55ecded888 Backed out changeset 7219df6c126c 2010-09-07 23:45:10 -07:00
David Anderson
b6205cfb88 Avoid staying in Interpret() after recording (bug 593532, r=dmandelin). 2010-09-07 22:52:15 -07:00
David Anderson
b1906cec20 Merge backout. 2010-09-07 21:52:13 -07:00
David Anderson
ba1fc1c1ab Backed out changeset 45f147e08faf 2010-09-07 21:51:55 -07:00
Nicholas Nethercote
dbed4dce2d Bug 594108 - fix RegExp.exec()-to-RegExp.test() conversion. r=brendan. 2010-09-07 18:09:26 -07:00
Sean Stangl
5bd7a0bd53 Fix isNotType() usage in jsop_rhs_unknown_any(). b=593554, r=dvander. 2010-09-07 21:05:01 -04:00
Dave Herman
9ad1a53de1 bug 591437, r=brendan: can't reliably use pn_cookie for function args 2010-09-07 16:27:52 -07:00
Dave Herman
ef3290061c bug 591431, r=cdleary: Reflect.parse(): JSOP_*XMLNAME nodes as lvalues 2010-09-07 16:21:19 -07:00
Dave Herman
91665f8a3d bug 591430, r=cdleary: Reflect.parse(): TOK_NAME statement nodes with pn_lexdef 2010-09-07 16:19:48 -07:00
Dave Herman
0039e6bd0d bug 590775, r=cdleary: default xml namespace = <<expr>> 2010-09-07 16:18:10 -07:00
Dave Herman
71de094573 bug 590774, r=cdleary: implement function::identifier E4X extension 2010-09-07 16:16:34 -07:00
Dave Herman
3c77d7e37e bug 590772, r=cdleary: for-in loops with initializers 2010-09-07 16:14:15 -07:00
Dave Herman
5a346677d9 bug 590766, r=cdleary: let-expressions and let-statements 2010-09-07 15:44:31 -07:00
Igor Bukanov
e353306519 bug 588016 - Avoid reporting OOM when background has not finished. r=anygregor
--HG--
extra : rebase_source : 7d6b09d93bdc463cf7d06d2cdbe09085fd0e4b4b
2010-09-07 23:08:20 +02:00
David Anderson
48f5bf67b2 Fix DEFFUN creating a sync state mismatch (bug 590083, r=dmandelin). 2010-09-07 13:59:01 -07:00
David Anderson
69b95ea914 ICs for scripted calls (bug 587698, r=dmandelin). 2010-09-02 20:04:33 -07:00
Igor Bukanov
052c9099c5 bug 592617 - cannot compile without JS_METHODJIT. r=dmandelin 2010-09-07 13:29:22 +02:00
David Anderson
d48229f661 Fixed out-of-line sync labels in some ICs (bug 593918, r=sstangl). 2010-09-06 22:43:25 -07:00
Luke Wagner
00f14ad975 Fix thinko in 1d477685d70a - e262 15.10.3 says 'Called as a Function' 2010-09-06 21:00:08 -07:00
Luke Wagner
750336acad Bug 593611 - regexp_construct is not a slow native anymore (r=brendan) 2010-09-06 17:25:00 -07:00
Makoto Kato
38299a0884 Bug 593747 - TM: 64-bit VC9: dist\include\jsval.h(636) : error C2143: syntax error : missing ';' before 'type'. r=lw 2010-09-06 16:59:04 +09:00
Brian Hackett
bdd2836820 Backout changesets b350e3b72c2f and fc7630d987f8. 2010-09-05 07:58:16 -07:00
Brian Hackett
984f326b13 Bug 561506, add context owner checks for addprop. no_r=7:00am 2010-09-05 07:05:10 -07:00
Brian Hackett
7703748d37 PIC for addprop, bug 561506. r=dmandelin 2010-09-04 20:12:56 -07:00
Jan de Mooij
450ca78be3 Fast path for >>>. b=589832, r=dvander. 2010-09-04 18:45:26 -04:00
Chris Leary
785696584e Bug 576823: fix sticky patterns with disjunctions. (r=lw) 2010-09-03 19:08:44 -07:00
David Mandelin
db8cb81a27 Bug 593497: blacklist using iteration count only if methodjit is enabled, r=dvander 2010-09-03 15:12:38 -07:00
David Mandelin
4842eaa78b Bug 593195: blacklist based on iteration count, r=dvander 2010-09-03 14:45:56 -07:00
Brendan Eich
32e251d137 Wrong behavior setting existing properties to joined function object values (592412, r=jorendorff). 2010-08-31 16:45:34 -07:00
David Mandelin
024e591801 Bug 593444: claim title when tracing to avoid aborts, r=dvander 2010-09-03 12:30:55 -07:00
Gregor Wagner
e9d53dc7ea Bug 592930 - TM: set right compartment for mozJSComponentLoader::ModuleEntry::Clear r=mrbkap 2010-09-03 00:34:36 -07:00
Gregor Wagner
6c6b045b0d Bug 592871 - TM: compartment for Global Object created in nsXULPDGlobalObject::EnsureScriptEnvironment r=gal 2010-09-02 23:22:18 -07:00
Andreas Gal<Gal@uci.edu>
9a94c881f3 Bug 592871 - TM: compartment for Global Object created in nsXULPDGlobalObject::EnsureScriptEnvironment r=mrbkap 2010-09-02 20:07:49 -07:00
Andreas Gal<gal@uci.edu>
11d8a3ed3e Bug 592869 - TM: set right compartment in XPCNativeMember::Resolve r=mrbkap 2010-09-02 19:55:05 -07:00
Nicholas Nethercote
9eb01319fa Bug 592910 - TM: simplify IsEntryTypeCompatible(). r=lw. 2010-09-02 17:12:38 -07:00
Gregor Wagner
e94e441576 Bug 592741 - TM: set right compartment in nsXPCWrappedJSClass::CallQueryInterfaceOnJSObject r=mrbkap 2010-09-02 16:47:21 -07:00
Blake Kaplan
2b71d97594 No bug - Don't assert in js_DumpObject on non-native objects. rs=brendan 2010-09-02 15:59:19 -07:00
Luke Wagner
7e03de6826 Bug 592962 - JSOP_DEFXMLNS should pop after possibly reporting an error (r=brendan) 2010-09-02 16:03:11 -07:00
Bill McCloskey
6676cbd6ba Bug 590006 - escaping closures on trace don't get block objects in their scope chain (r=lw) 2010-09-02 10:50:15 -07:00
Robert Sayre
357a4a6366 Merge mozilla-central to tracemonkey. 2010-09-01 22:27:07 -07:00
Gregor Wagner
a3d37eaf94 Bug 592184 - TM: XPC_WN_CallMethod has to set the right compartment r=gal 2010-09-01 22:20:32 -07:00
Brian Hackett
7b0f64dbaa Backed out changeset c85589cb4d0c 2010-09-01 20:19:03 -07:00
Brian Hackett
711fb44e45 Bug 561506 - PIC for addprop. r=dmandelin 2010-09-01 20:00:58 -07:00
Masayuki Nakano
ce5c3032a2 Bug 590819 Click event isn't fired when mouse button down on border of <input> and mouse button up on padding box of it r=smaug, a2.0=jst 2010-09-02 11:38:54 +09:00
Taras Glek
f849918830 Bug 581606 - Avoid sqlite fragmentation via SQLITE_FCNTL_CHUNK_SIZE r=asuth sr=shaver a=b6 2010-09-01 20:35:46 -05:00
Michael Wu
4d448ad314 Bug 592783 - Always attempt to extract application.ini and the child process executable, r=blassey a=blocking-fennec 2010-09-01 20:35:46 -05:00
Wesley Johnston
3fb432cc3e Bug 537180 - Fennec uses old blocklisting URL [r=dtownsend a=blocking-fennec] 2010-09-01 21:35:06 -04:00
David Mandelin
747c4fc309 Bug 587809 final: fix nits in version 'pre-landed' on JM, r=jorendorff 2010-09-01 17:52:23 -07:00
David Mandelin
966c4ef40f Backed out changeset 1b354f3d6e5c -- got landed wrong. 2010-09-01 17:48:31 -07:00