2010-06-02 |
Brendan Eich | Test for bug 568056.
|
commit | commitdiff | tree |
2010-06-02 |
Brendan Eich | Iterator(obj) returns a property key/value iterator...
|
commit | commitdiff | tree |
2010-06-02 |
Brendan Eich | Followup fix and cleanup for 523452.
|
commit | commitdiff | tree |
2010-06-02 |
Brendan Eich | Trace JSOP_DEL{PROP,ELEM} (523452, r=gal).
|
commit | commitdiff | tree |
2010-06-02 |
Brendan Eich | Can't rely on UINT16_MAX cross-platform (followup for...
|
commit | commitdiff | tree |
2010-06-01 |
Brendan Eich | Call instances uniquely shaped at birth due to lack...
|
commit | commitdiff | tree |
2010-05-30 |
Brendan Eich | Nit patrol flies at dawn, spots minor spacing infractions.
|
commit | commitdiff | tree |
2010-05-27 |
Brendan Eich | Followup for 568148 to cure orange from e4x/decompilation...
|
commit | commitdiff | tree |
2010-05-26 |
Brendan Eich | Strengthen our onlyXML checking (568148, r=gal).
|
commit | commitdiff | tree |
2010-05-24 |
Brendan Eich | Fix getter vs. method pointer issues (567066, r=jwalden).
|
commit | commitdiff | tree |
2010-05-19 |
Brendan Eich | Fix hard-case destructurinv vs. for(var ...=... in...
|
commit | commitdiff | tree |
2010-05-19 |
Brendan Eich | Fix vp off-by-2 bug (566815, r=gal).
|
commit | commitdiff | tree |
2010-05-11 |
Brendan Eich | Pick initialization nit.
|
commit | commitdiff | tree |
2010-04-28 |
Brendan Eich | Resolve sharpSlots vs. var-in-with grudge match (561011...
|
commit | commitdiff | tree |
2010-04-28 |
Brendan Eich | Use same source note offset bias/origin for both of...
|
commit | commitdiff | tree |
2010-04-28 |
Brendan Eich | Back out my last commit due to orange.
|
commit | commitdiff | tree |
2010-04-28 |
Brendan Eich | Use same source note offset bias/origin for both of...
|
commit | commitdiff | tree |
2010-04-23 |
Brendan Eich | Fix sharpSlots vs. with grudge-match (561011, r=mrbkap).
|
commit | commitdiff | tree |
2010-04-23 |
Brendan Eich | Tweak to align comment.
|
commit | commitdiff | tree |
2010-04-30 |
Brendan Eich | Beware generators when trying to flatten a closure...
|
commit | commitdiff | tree |
2010-04-30 |
Brendan Eich | Fix getter/setter built-in vs. scripted type confusion...
|
commit | commitdiff | tree |
2010-04-30 |
Brendan Eich | Fix fractured grammar in comment for bug 560234.
|
commit | commitdiff | tree |
2010-04-30 |
Brendan Eich | Fix thinko in patch for 560234, caught by jorendorff...
|
commit | commitdiff | tree |
2010-04-30 |
Brendan Eich | JSOP_NAME inside null closure leads to bogus ReferenceError...
|
commit | commitdiff | tree |
2010-04-14 |
Brendan Eich | Fix non-escaping closure optimization to cope with...
|
commit | commitdiff | tree |
2010-04-11 |
Brendan Eich | Keep jsprvtd.h usable from C (558437 followup, r=REDRUM).
|
commit | commitdiff | tree |
2010-04-11 |
Brendan Eich | Cope with stillborn Iterators (558619, r=dvander).
|
commit | commitdiff | tree |
2010-04-11 |
Brendan Eich | Don't bother optimizing apply on arguments objects...
|
commit | commitdiff | tree |
2010-04-11 |
Brendan Eich | Don't bother optimizing apply on arguments objects...
|
commit | commitdiff | tree |
2010-04-08 |
Brendan Eich | Back out patch for 557969 due to orange.
|
commit | commitdiff | tree |
2010-04-08 |
Brendan Eich | Named native functions lacking JSFUN_BOUND_METHOD entrain...
|
commit | commitdiff | tree |
2010-04-06 |
Brendan Eich | Abort on non-dense-array, non-native JSObjectOp.getProperty...
|
commit | commitdiff | tree |
2010-03-30 |
Brendan Eich | Fix arguments objects to share a runtime-wide empty...
|
commit | commitdiff | tree |
2010-03-24 |
Brendan Eich | Disable partial flat closures pending scope chain reconstruc...
|
commit | commitdiff | tree |
2010-03-22 |
Brendan Eich | Followup fix for 497789: work around apparent gcc 4...
|
commit | commitdiff | tree |
2010-03-22 |
Brendan Eich | Use direct object shape instead of identity as key...
|
commit | commitdiff | tree |
2010-03-18 |
Brendan Eich | Skip test for 503860 until bug 497789 is patched.
|
commit | commitdiff | tree |
2010-03-09 |
Brendan Eich | Remove excessive braces; nuke else after return.
|
commit | commitdiff | tree |
2010-03-24 |
Brendan Eich | Disable partial flat closures pending scope chain reconstruc...
|
commit | commitdiff | tree |
2010-03-17 |
Brendan Eich | Add tests for 503860 to jstests.list.
|
commit | commitdiff | tree |
2010-03-17 |
Brendan Eich | Restore lost rt->protoHazardShape check (503860, r...
|
commit | commitdiff | tree |
2010-03-14 |
Brendan Eich | Patch from Mats Palmgren for bug 424558 (r=me).
|
commit | commitdiff | tree |
2010-03-04 |
Brendan Eich | Fix dictionary-mode scope property node alloc to happen...
|
commit | commitdiff | tree |
2010-03-04 |
Brendan Eich | Fix latent bug, exposed by fix for 549617, where JS_Evaluate...
|
commit | commitdiff | tree |
2010-03-03 |
Brendan Eich | Fix CallPropertyOp to cope with non-int arguments id...
|
commit | commitdiff | tree |
2010-03-03 |
Brendan Eich | Typo'ed testname in jstests.list for 549617.
|
commit | commitdiff | tree |
2010-03-03 |
Brendan Eich | Bug 549617 - JS_EvaluateUCInStackFrame doesn't see...
|
commit | commitdiff | tree |
2010-03-02 |
Brendan Eich | Bug 549531 - fix strict aliasing warnings about scopeChain...
|
commit | commitdiff | tree |
2010-02-24 |
Brendan Eich | Another followup, deferred nit-pick for 547314.
|
commit | commitdiff | tree |
2010-02-22 |
Brendan Eich | Fix bogus assertion (537854, r=mrbkap).
|
commit | commitdiff | tree |
2010-02-22 |
Brendan Eich | s/pushAtom/AppendAtom/ name style police raid.
|
commit | commitdiff | tree |
2010-02-19 |
Brendan Eich | Don't mutate a used name node that has been deoptimized...
|
commit | commitdiff | tree |
2010-02-19 |
Brendan Eich | Don't mutate a used name node that has been deoptimized...
|
commit | commitdiff | tree |
2010-02-19 |
Brendan Eich | Fix funarg analysis to cope with escaping kids of a...
|
commit | commitdiff | tree |
2010-02-11 |
Brendan Eich | Fix two subtle bugs to-do with partial flat closures...
|
commit | commitdiff | tree |
2010-02-11 |
Brendan Eich | Fix orange in wake of patch for bug 542002.
|
commit | commitdiff | tree |
2010-02-10 |
Brendan Eich | Bug 542002 - Optimize to flat closures even if some...
|
commit | commitdiff | tree |
2010-02-05 |
Brendan Eich | Fix property cache hit guarding to-do with the global...
|
commit | commitdiff | tree |
2010-02-02 |
Brendan Eich | Add jstests.list entry for regress-541455.js.
|
commit | commitdiff | tree |
2010-02-02 |
Brendan Eich | Add test for 541455.
|
commit | commitdiff | tree |
2010-02-01 |
Brendan Eich | Cleanup pass on bug 543119 (r=vlad).
|
commit | commitdiff | tree |
2010-01-22 |
Brendan Eich | Bug 541455 - Do not drop "mumble"; would-be directives...
|
commit | commitdiff | tree |
2010-01-21 |
Brendan Eich | Bug 540774: "Assertion failure: top < StackDepth(ss...
|
commit | commitdiff | tree |
2010-01-14 |
Brendan Eich | Another followup for 536564, assertion fix.
|
commit | commitdiff | tree |
2010-01-14 |
Brendan Eich | Fast followup fix for thinko (536564, r=jorendorff).
|
commit | commitdiff | tree |
2010-01-14 |
Brendan Eich | Skip regress-324278.js now, revert it to prev version...
|
commit | commitdiff | tree |
2010-01-14 |
Brendan Eich | Analyze module pattern and private-statics pattern...
|
commit | commitdiff | tree |
2010-01-12 |
Brendan Eich | Bug 538593 - guardClass always does a JS_snprintf even...
|
commit | commitdiff | tree |
2010-01-11 |
Brendan Eich | Fix warnings (precog r=vlad).
|
commit | commitdiff | tree |
2010-01-07 |
Brendan Eich | Bug 513291 - JSOP_INITPROP should insist obj has own...
|
commit | commitdiff | tree |
2010-01-07 |
Brendan Eich | Bug 533258 - "Assertion failure: hasMethodBarrier(...
|
commit | commitdiff | tree |
2010-01-06 |
Brendan Eich | ES5-conformance fix to make a new RegExp for each regexp...
|
commit | commitdiff | tree |
2010-01-04 |
Brendan Eich | ES5-conformance fix to make a new RegExp for each regexp...
|
commit | commitdiff | tree |
2009-12-30 |
Brendan Eich | Merge.
|
commit | commitdiff | tree |
2009-12-30 |
Brendan Eich | Bug 537204 - No more BOGUS_CX bogosities (r=jwalden).
|
commit | commitdiff | tree |
2010-01-05 |
Brendan Eich | Disassemble function upvars a bit (496921, r=mrbkap).
|
commit | commitdiff | tree |
2010-03-14 |
Brendan Eich | Rename ecmaStrictMode to ecma3OnlyMode, use fresh prototype...
|
commit | commitdiff | tree |
2010-03-14 |
Brendan Eich | Fix copyright notice.
|
commit | commitdiff | tree |
2010-03-14 |
Brendan Eich | NPOTB: fix #ifdef NARCISSUS code.
|
commit | commitdiff | tree |
2010-03-04 |
Brendan Eich | Fix dictionary-mode scope property node alloc to happen...
|
commit | commitdiff | tree |
2010-04-06 |
Brendan Eich | Abort on non-dense-array, non-native JSObjectOp.getProperty...
|
commit | commitdiff | tree |
2010-02-05 |
Brendan Eich | Push fix for 543565 for alpha.
|
commit | commitdiff | tree |
2009-12-17 |
Brendan Eich | Bug 533705 - Lock proto-scope around canProvideEmptyScope...
|
commit | commitdiff | tree |
2009-12-13 |
Brendan Eich | Remove sporadic else after return (534364 followup).
|
commit | commitdiff | tree |
2009-12-09 |
Brendan Eich | Fix JSOP_INITMETHOD to use correct JSScope method ...
|
commit | commitdiff | tree |
2009-12-04 |
Brendan Eich | Bleah.
|
commit | commitdiff | tree |
2009-12-04 |
Brendan Eich | Add JSOP_ENUMELEM to gigundo-assert in LeaveTree (532787...
|
commit | commitdiff | tree |
2009-12-03 |
Brendan Eich | Test for last checkin (532043).
|
commit | commitdiff | tree |
2009-12-03 |
Brendan Eich | Trace JSOP_ENUMELEM, for the group-assignment special...
|
commit | commitdiff | tree |
2009-12-03 |
Brendan Eich | Extra assertions, control flow cleanup in putProperty...
|
commit | commitdiff | tree |
2009-12-01 |
Brendan Eich | Fix js_FindDuplicateFormal to crack the fun->u.i.names...
|
commit | commitdiff | tree |
2009-11-25 |
Brendan Eich | Tolerate race condition or broken resolve hook (530507...
|
commit | commitdiff | tree |
2009-11-24 |
Brendan Eich | Undo hackaround for bug 529837.
|
commit | commitdiff | tree |
2009-11-24 |
Brendan Eich | Undo hackaround for bug 529837.
|
commit | commitdiff | tree |
2009-11-21 |
Brendan Eich | Bye-bye middle-deletes and their O(n^2) worst case...
|
commit | commitdiff | tree |
2009-11-20 |
Brendan Eich | Test branded *and* hasMethodBarrier consistently, and...
|
commit | commitdiff | tree |
2009-11-19 |
Brendan Eich | Disabling the joined method optimization from bug 524826...
|
commit | commitdiff | tree |
2009-11-18 |
Brendan Eich | Fix uninitialized var bug (529679, r=jorendorff).
|
commit | commitdiff | tree |
2009-11-18 |
Brendan Eich | Fix method barrier not to brand, period (branding withou...
|
commit | commitdiff | tree |
2009-11-18 |
Brendan Eich | Fix method barrier not to brand, period (branding without...
|
commit | commitdiff | tree |