Commit Graph

63704 Commits

Author SHA1 Message Date
Mark Finkle
7934260f8e bug 642203 - Must treat locale pref as localized in multi-locale builds r=blassey,dougt,gavin,mossop a=blocking-fennec 2011-03-16 19:17:59 -04:00
Ehsan Akhgari
b65c6cf4d4 Backed out changeset 75147c0a4b89 because it actually changes code, and is not test-only. a=silly-me 2011-03-16 18:03:35 -04:00
Hiroyuki Ikezoe
fdec1bfb82 Bug 582216 - Make sure that we set _scrollTarget in every case in order to address intermittent failures in tabbrowser overflow handling; r=dao a=test-only 2011-03-16 18:01:34 -04:00
Benjamin Stover
4d0881f7a6 Bug 642205 Followup: Remove bogus assertion r=roc a=followup-for-blocking-fennec 2011-03-16 14:17:25 -07:00
Benjamin Stover
51e2e999ba Bug 642205 Do not build layers for asynchronous scrolling if element shouldn't be scrollable r=tn a=blocking-fennec 2011-03-16 13:18:35 -07:00
Brian Hackett
2bef1199b9 [INFER] Fix use of cx->compartment in DestroyScript, bug 639759. 2011-03-08 11:23:31 -08:00
Brian Hackett
29b930888d [INFER] Use js_malloc instead of cx->malloc for inference data made when condensing in GC, bug 619433. 2011-03-08 10:21:54 -08:00
Jan de Mooij
3c67891aec [INFER] Fix JSOP_MOD recompile bug, bug 639792, r=bhackett 2011-03-08 08:10:46 -08:00
Jan de Mooij
8e712395ed [INFER] Fix regalloc bug in ensureInteger, bug 639478, r=bhackett 2011-03-08 08:07:31 -08:00
Brian Hackett
e96d548d36 [INFER] Fix JSOP_NEG convert-to-double bug, bug 619433. 2011-03-07 23:46:04 -08:00
Brian Hackett
163ac1839a [INFER] Fix uses of cx->getTypeEmpty during GC, bug 619433. 2011-03-07 20:10:57 -08:00
Brian Hackett
db3ad72d5f [INFER] Handle GCs inside eval() statements, bug 639591. 2011-03-07 18:44:21 -08:00
Brian Hackett
5e8a7bd73b [INFER] Fix copies too in fixDoubleTypes, bug 639567. 2011-03-07 16:47:15 -08:00
Brian Hackett
92a273d256 [INFER] Remove hack for telling apart fastcalls and native calls when recompiling, bug 619433. 2011-03-07 16:26:52 -08:00
Brian Hackett
d1ce88fb19 [INFER] Make new type objects whenever associating functions with scripts, bug 619433. 2011-03-07 08:25:27 -08:00
Jan de Mooij
b03d0fdbfd [INFER] Allocate temp register for JSOP_DIV integer check, bug 639459, r=bhackett 2011-03-07 06:58:07 -08:00
Brian Hackett
666b5642e8 [INFER] Turn inference on by default, fold JS_DefinePropertyWithType into JS_DefineProperty, bug 619693. 2011-03-06 22:57:13 -08:00
Brian Hackett
4b8152fc78 [INFER] Fix break in opt builds. 2011-03-06 20:21:31 -08:00
Brian Hackett
f73ea4fa48 [INFER] Compile x === x on known doubles, bug 619433. 2011-03-06 20:10:24 -08:00
Brian Hackett
6f2c05af08 [INFER] Stronger type-correctness assertions when setting or getting properties, bug 619693. 2011-03-06 15:35:09 -08:00
Brian Hackett
964d8f04f6 [INFER] Fix use-after-free error while sweeping type objects, bug 639311. 2011-03-06 08:15:44 -08:00
Brian Hackett
040e1d7b11 [INFER] Compute fp->pc() for frames at the end of previous segments, bug 621526. 2011-03-05 22:31:00 -08:00
Brian Hackett
37ffca03a9 [INFER] Don't collect type objects with unknown properties for mutable __proto__, bug 639126. 2011-03-05 21:23:02 -08:00
Brian Hackett
eef5f2fae3 [INFER] Recheck script->types before forcing analysis with -a in typeSetThis, bug 639128. 2011-03-05 17:34:09 -08:00
Brian Hackett
ca1935e670 [INFER] Remove isTypeCallerMonitored and rejoin from native calls triggering recompilation, bug 638977. 2011-03-05 17:13:40 -08:00
Jan de Mooij
a5cfb6f527 [INFER] Use stderr instead of stdout for inference failures, bug 639176. r=bhackett 2011-03-05 09:10:53 -08:00
Brian Hackett
6581dd4ddb [INFER] Fix uses of vanilla new/delete. 2011-03-04 19:44:08 -08:00
Brian Hackett
5c1f2d510f [INFER] Mark properties of XML.prototype as unknown, bug 638982. 2011-03-04 18:04:46 -08:00
Brian Hackett
30270553a5 [INFER] Handle repeated calls to js_InitFunctionAndObjectClasses, bug 638981. 2011-03-04 17:45:11 -08:00
Brian Hackett
95deeefb27 [INFER] Fix behavior of analyze::Script::localEscapes to match FrameState::isClosedVar. 2011-03-04 17:32:38 -08:00
Jeff Walden
6de99f0675 Bug 638997 - Remove the id field from PropDesc: users who needed it should manage the id separately. r=luke
--HG--
extra : rebase_source : eb2152a2259a81bca1d7a4f5521787f9385a3c6f
2011-03-04 17:24:15 -08:00
Tom Schuster
7c8c437951 Bug 635010 - new Error(undefined).hasOwnProperty("message") should be false. r=jorendorff. 2011-03-08 16:15:30 -06:00
Tom Schuster
818368b37a Bug 639915 - Remove some code in fun_getProperty that has been dead for 12 years. r=jorendorff. 2011-03-08 16:02:05 -06:00
Jason Orendorff
4e9c3393c6 Omit a variable used only in an assertion, to silence warnings in non-debug builds. no_r=me. 2011-03-07 11:21:16 -06:00
Paul Biggar
ae4095d507 Bug 639910 - JS_CHECK_RECURSION on !JS_TRACER path skipped |goto error|. (r=dvander) 2011-03-08 12:58:54 -08:00
Michael Wu
1beae988f1 Bug 429649 - Don't serialize the shortid in js_XDRBlockObject, r=igor 2011-03-08 08:59:01 -08:00
Michael Wu
485c7a99b4 Bug 329740 - Remove JSXDR_FREE, r=igor 2011-03-08 08:59:01 -08:00
Nicholas Nethercote
62bb333ede Bug 631106 - JM: simplify allocation of executable memory. r=dvander. 2011-03-07 20:15:56 -08:00
Andreas Gal
29c7365b34 Make empty shape initialization lazy (bug 639254, r=billm). 2011-03-07 18:42:04 -08:00
Brian Hackett
9a20a2ba1d Deoptimize name accesses within XML filters, bug 605200. r=brendan 2011-03-07 18:16:54 -08:00
Brendan Eich
c363c2122c Put #undef where it belongs. 2011-03-07 17:58:03 -08:00
Andreas Gal
0d8a57b2c1 Follow-up fix for bug 639235. 2011-03-07 17:20:12 -08:00
Andreas Gal
751570828f Mark watch points after the main GC phase (bug 639235, r=jorendorff). 2011-03-07 16:56:17 -08:00
Brian Hackett
779fedb80b Backout b1f8f4f84662 2011-03-07 16:43:26 -08:00
Nicholas Nethercote
baf03471ed Update nanojit-import-rev stamp. 2011-03-07 16:06:53 -08:00
Nicholas Nethercote
0ae0d30b3a Bug 639418 - nanojit: add OPCODE and IMM8 to i386 backend. r=rreitmai.
--HG--
extra : convert_revision : b0decf655268cee50660e996efc66e3c16d59cdc
2011-03-07 16:03:09 -08:00
Nicholas Nethercote
eeda08a028 Bug 547063 - nanojit: reinstate NJ_COMPILER_ARM_ARCH static assertion in njconfig.cpp. r=rreitmai.
--HG--
extra : convert_revision : 04f1b105cccd234217c8e2c1119a423cd6185e83
2011-03-07 15:54:10 -08:00
Brian Hackett
eb12efe47d [INFER] Recompile target script in InvokeSession as necessary, bug 621292. 2011-03-04 15:56:37 -08:00
Brian Hackett
e5852f8376 [INFER] Don't use the default emptyTypeObject for functions decoded by XDR. 2011-03-04 12:59:48 -08:00
Brian Hackett
acc0fa2903 [INFER] Restructure tracer disabling to avoid crash in contexts with NULL compartment. 2011-03-04 11:57:53 -08:00