User Push date [To Local] | Changeset | Patch author — Commit message |
---|---|---|
rsayre@mozilla.com Sat Apr 18 15:37:12 2009 +0000 | 55d20693b9cbed03b77893df817710f293804ac9 | Robert Sayre — Merge tracemonkey to mozilla-central. ← 34 merge changesets [Collapse] |
90bccf6f94e88f959d0ad7fc45520e8b4997fafa | David Mandelin — Bug 488808: crash due to JSString INIT macros stomping deflated flag, r=brendan | |
aae39925c259dc9c7fc0a2cc65e94da84b96d6ae | Andreas Gal — During trecording detect null 'this' object before wrapping it (488816, r=brendan). | |
fee4417104184c3ff381f2a1eb726fdca2f9e264 | Robert Sayre — Merge mozilla-central to tracemonkey. | |
34479ba0e4fb441874304005526f47ccd1452e3c | Jason Orendorff — Bug 488693 - TM: "Assertion failure: !JS_TRACE_MONITOR(cx).needFlush, at ../jstracer.cpp". r=gal. | |
b9af39a5db0ab4add02902b91d7cdbbfa2587d00 | Graydon Hoare — Bug 488363 - Missing write barrier on global object, r=jorendorff. | |
525b94135f319a77bb74bf6327f2a1749f2d097b | Andreas Gal — Merge. | |
9c63c15b92b5b606f14fc7b07f51d9edf91cd6bd | Andreas Gal — Backed out changeset 324bb9dc8372 (bug 487204 is implicated in top site failures). | |
9ed5be8fd94aa5ecfa0207c80ea8f03ab77962a3 | Jason Orendorff — Fix "unused variable tm" warning I introduced a few days ago. No bug#, r=shaver. | |
a9e5683faba02b420e9afc0aebe330c0bf54d041 | Jason Orendorff — Merge backout. | |
02918f4d3bcd16d32f1b65fb2cbdefcb95862e27 | Jason Orendorff — Backed out changeset a6071b1aa626 due to trace-test.js failures. | |
9cf4ba961bad29334e1352fd84e72c30b99e7f4b | Jason Orendorff — Fix static-analysis-tracemonkey burning due to a6071b1aa626. | |
a6071b1aa62657c783186f0699c62767adb4ad59 | Jason Orendorff — Bug 488693 - TM: "Assertion failure: !JS_TRACE_MONITOR(cx).needFlush, at ../jstracer.cpp". r=gal. | |
6e609b154f7c1805b76e3b3c37d385f4bccbb4cf | Igor Bukanov — bug 487546 - updating the tests to rfelect the new restriction on the maximum string length. r=bclary | |
ccb029897983f62640da49670120c84f18b2bfac | Igor Bukanov — bug 487930 - removal of JSSLOT_ARRAY_LOOKUP_HOLDER. r=mrbkap | |
10429fdd5346b6f76fb92fce3a3abb438223f1c4 | Brendan Eich — Bug 488802 - Crash at [@js_Interpret] on YOMIURI ONLINE (r=mrbkap). | |
5f3c359ce64e28920f7b21eb1a09fac50c21c754 | David Mandelin — Bug 487546 fixup: adding needed macro parens | |
4b4afe4b1d9289cb2b9ecb232dbd9c186fd4c773 | Andreas Gal — Merge. | |
324bb9dc8372bc9353711fffa97ecaa9c61eef31 | Andreas Gal — Backed out changeset 5bd116148175 (attempting to re-land bug 487204). | |
c7ce33adf7e20a8ea78b29768e5717f2e50c0d32 | David Mandelin — Bug 487546: Fix shell bustage, r=brendan | |
ba70256c015519778d2365ed37de3cb635b8b2b8 | David Mandelin — Bug 487546: avoid unnecessary js_PurgeDeflatedStringCache calls, additional patch to address igor's review issues, r=igor | |
8b5483c37cd2cf0f59bd1b6c11123997f6f9c5b4 | Andreas Gal — Be less paranoid about jit stats for testNestedExitStackOuter since it doesn't seem to be stable. | |
c93bbb0ba9ba3517e57fd8157a42f7a9adfb99bd | Andreas Gal — Merge. | |
b30d69a63b3c256567e3eba265f94bb70cec265c | Andreas Gal — When allocating strings, only report error if we can leave trace, otherwise just return NULL (488764, r=jwalden). | |
985e826c898ea9ade9b762c3c0bd3b696e96716d | Andreas Gal — Remove unsafe RegExp.test traceable native, the generic fast native mechanism can take care of it (488703, r=jorendorff). | |
d5e427e3bc634c402087deb8ca06802262c5011d | Igor Bukanov — bug 488699 - proper rooting of DeclEnv instance. r=brendan | |
9e0f6160ef35c687c4297cdd70602c9e76f5151e | David Mandelin — Bug 487546: call expensive JSString finalizers only if needed, r=brendan | |
5e56592a8d89854b3452f76ce9465828dfee98ed | Andreas Gal — Properly calculate 'this' object on trace and side exit if we have to wrap (488203, r=mrbkap,jorendorff). | |
5bd1161481752fa00ec6154dddf36fa239dd0dcc | Andreas Gal — Backed out changeset d1a4ee3d0c59 (bug 487204, due to possible leak). | |
4273c0708552544e8a0317e84c02e515b0a02476 | Andreas Gal — Backed out changeset 062ea62f9bda (backed out bug 488203 again). | |
062ea62f9bda22be55d94c71dc98e780d91342e6 | Andreas Gal — Backed out changeset 64d7df1fe160 (re-landing 488203). | |
64d7df1fe160a1e8f595e1d936c179699eba21ce | Andreas Gal — Backed out changeset e8c23c42db7f (bug 488203) to see whether it causes the leak. | |
e8c23c42db7f0165c370b45094780502d5d66936 | Andreas Gal — Properly calculate 'this' object on trace and side exit if we have to wrap (488203, r=mrbkap). | |
dccd96fc69cc82351999b18bf9953c50034222b2 | Igor Bukanov — bug 487204 - avoiding extra locks for js_Native(Get|Set). r=brendan |