2009-08-15 |
Jason Orendorff | Re-apply d8e4676dc10e (bug 510553) to trace-test.py...
|
commit | commitdiff | tree |
2009-08-15 |
Jason Orendorff | Bug 510568 - Kill one last #if JS_HAS_LVALUE_RETURN...
|
commit | commitdiff | tree |
2009-08-14 |
Jason Orendorff | Bug 508051 part 2 - Avoid imacros for JSOP_INSTANCEOF...
|
commit | commitdiff | tree |
2009-08-14 |
Jason Orendorff | Bug 508051 part 1 - Avoid imacros for JSOP_SETELEM...
|
commit | commitdiff | tree |
2009-08-14 |
Jason Orendorff | Remove Python 3.x version of trace-test.py. Maintaining...
|
commit | commitdiff | tree |
2009-08-13 |
Jason Orendorff | Merge backout.
|
commit | commitdiff | tree |
2009-08-13 |
Jason Orendorff | Backed out changeset a17cbb14793f (bug 510193) which...
|
commit | commitdiff | tree |
2009-08-13 |
Jason Orendorff | Bug 509098 - Remove JS_HAS_LVALUE_RETURN support, part...
|
commit | commitdiff | tree |
2009-08-13 |
Jason Orendorff | Bug 509098 - Remove JS_HAS_LVALUE_RETURN support. r...
|
commit | commitdiff | tree |
2009-08-13 |
Jason Orendorff | Bug 510091 - Fennec crash on mousedown on an iframe...
|
commit | commitdiff | tree |
2009-08-13 |
Jason Orendorff | Bug 509103 - Drop support for assigning to parameterized...
|
commit | commitdiff | tree |
2009-08-12 |
Jason Orendorff | Bug 508051 part 2 - Avoid imacros for JSOP_INSTANCEOF...
|
commit | commitdiff | tree |
2009-08-12 |
Jason Orendorff | Bug 508051 part 1 - Avoid imacros for JSOP_SETELEM...
|
commit | commitdiff | tree |
2009-08-11 |
Jason Orendorff | Bug 509636 - Assertion failure: pn->pn_type != TOK_COMMA...
|
commit | commitdiff | tree |
2009-08-11 |
Jason Orendorff | Bug 498488 - Change some JSObject macros to methods...
|
commit | commitdiff | tree |
2009-08-10 |
Jason Orendorff | Bug 509301 - Value chosen for callee in args_resolve...
|
commit | commitdiff | tree |
2009-08-10 |
Jason Orendorff | Bug 461269 - Remove TOK_RP nodes from the parse tree...
|
commit | commitdiff | tree |
2009-08-09 |
Jason Orendorff | Bug 506721 - Convert JSVAL_TO_INT and INT_TO_JSVAL...
|
commit | commitdiff | tree |
2009-08-07 |
Jason Orendorff | Bug 509047 - Defining a property that forces a dense...
|
commit | commitdiff | tree |
2009-08-07 |
Jason Orendorff | Bug 509040 - DEFSHARP should define, not set, properties...
|
commit | commitdiff | tree |
2009-08-04 |
Jason Orendorff | Remove unnecessary intermediate in case JSOP_FORNAME...
|
commit | commitdiff | tree |
2009-08-03 |
Jason Orendorff | Fix Windows build breakage due to preceding check-in.
|
commit | commitdiff | tree |
2009-08-03 |
Jason Orendorff | Bug 507665 - Avoid imacros for JSOP_GETELEM and JSOP_CALLELE...
|
commit | commitdiff | tree |
2009-07-30 |
Jason Orendorff | Bug 507425 - cx->bailExit doesn't get cleared after...
|
commit | commitdiff | tree |
2009-07-30 |
Jason Orendorff | Bug 507080 - TM: "Assertion failure: !(sprop->attrs...
|
commit | commitdiff | tree |
2009-07-30 |
Jason Orendorff | Bug 507156 - JSOP_TABLESWITCH always aborts, sometimes...
|
commit | commitdiff | tree |
2009-07-30 |
Jason Orendorff | Bug 506347 - Assertion failure: OBJ_SCOPE(pobj)->object...
|
commit | commitdiff | tree |
2009-07-29 |
Jason Orendorff | Bug 506982 - Fix up jstracer style. r=Waldo.
|
commit | commitdiff | tree |
2009-07-29 |
Jason Orendorff | Bug 504520 - TM: a >= b misbehaves if a and b are both...
|
commit | commitdiff | tree |
2009-07-21 |
Jason Orendorff | Bug 505522 - Support building with C++ exceptions....
|
commit | commitdiff | tree |
2009-07-28 |
Jason Orendorff | Bug 506880 - Deadlock on exit in threadsafe shell....
|
commit | commitdiff | tree |
2009-07-28 |
Jason Orendorff | Bug 506786 - JSScope::trace method. r=brendan.
|
commit | commitdiff | tree |
2009-07-27 |
Jason Orendorff | Bug 503408 - Trace native setters. r=brendan.
|
commit | commitdiff | tree |
2009-07-27 |
Jason Orendorff | lirasm - Rename a parameter, as graydon requested in...
|
commit | commitdiff | tree |
2009-07-27 |
Jason Orendorff | Bug 505932 - Shape regeneration does not touch most...
|
commit | commitdiff | tree |
2009-07-17 |
Jason Orendorff | Bug 505249 - lirasm - Style cleanup and new tokenizer...
|
commit | commitdiff | tree |
2009-07-14 |
Jason Orendorff | Bug 502832 - TM: Crash [@ memcpy]. r=graydon.
|
commit | commitdiff | tree |
2009-07-10 |
Jason Orendorff | Bug 503464 - Memory leak in JSScope::drop. r=brendan.
|
commit | commitdiff | tree |
2009-07-09 |
Jason Orendorff | Bug 503198 - Restore ability to trace initprop/setprop...
|
commit | commitdiff | tree |
2009-07-08 |
Jason Orendorff | Bug 503191 - trace-test.js aborts in testAddAnyInconvertible...
|
commit | commitdiff | tree |
2009-07-08 |
Jason Orendorff | Bug 502914 - JIT code can call js_AddProperty when...
|
commit | commitdiff | tree |
2009-07-08 |
Jason Orendorff | Last-minute change to the unit test in the previous...
|
commit | commitdiff | tree |
2009-07-29 |
Jason Orendorff | Bug 497886 - Document the property cache. r=brendan.
|
commit | commitdiff | tree |
2009-07-08 |
Jason Orendorff | Bug 502890 - Assigning to a called method on trace...
|
commit | commitdiff | tree |
2009-07-07 |
Jason Orendorff | Bug 498565 - Setting inline style always misses property...
|
commit | commitdiff | tree |
2009-07-07 |
Jason Orendorff | Give the LIR instruction for loading obj->map the name...
|
commit | commitdiff | tree |
2009-07-07 |
Jason Orendorff | Minor cleanup. Fuse if-if in js_FillPropertyCache....
|
commit | commitdiff | tree |
2009-06-25 |
Jason Orendorff | Bug 499897 - reverse INULL in js_ComputeFilename. r...
|
commit | commitdiff | tree |
2009-06-16 |
Jason Orendorff | Bug 498504 - lirasm - constant jumps produce assertions...
|
commit | commitdiff | tree |
2009-06-11 |
Jason Orendorff | Bug 497618 - Change JSString macros to methods. r=Waldo.
|
commit | commitdiff | tree |
2009-06-15 |
Jason Orendorff | Bug 498395 - "Assertion failure: !(pn->pn_dflags &...
|
commit | commitdiff | tree |
2009-05-28 |
Jason Orendorff | Bug 495166 - static-analysis error in jsparse.cpp JSCompiler...
|
commit | commitdiff | tree |
2009-05-27 |
Jason Orendorff | Followup to changeset f9ad6d736430 (for bug 493232...
|
commit | commitdiff | tree |
2009-05-27 |
Jason Orendorff | Bug 493232 - Wrong variable value accessed in closure...
|
commit | commitdiff | tree |
2009-05-21 |
Jason Orendorff | Bug 493260 - js1_5/Regress/regress-344959.js - with...
|
commit | commitdiff | tree |
2009-05-20 |
Jason Orendorff | Bug 490908 - js_DumpStackFrame. r=Waldo.
|
commit | commitdiff | tree |
2009-05-15 |
Jason Orendorff | Bug 491646 - Expose js_StrictlyEqual() to consumers...
|
commit | commitdiff | tree |
2009-05-14 |
Jason Orendorff | Bug 492714 - "Assertion failure: cg->staticLevel >...
|
commit | commitdiff | tree |
2009-04-22 |
Jason Orendorff | Bug 488874 - Change tm.onTrace to tm.tracecx. r=brendan.
|
commit | commitdiff | tree |
2009-04-14 |
Jason Orendorff | Bug 487550 - "Assertion failure: cx->bailExit" with...
|
commit | commitdiff | tree |
2009-04-14 |
Jason Orendorff | Bug 487845 - TM: After deep-bailing, we can lirbuf...
|
commit | commitdiff | tree |
2009-04-15 |
Jason Orendorff | Bug 487845 - TM: After deep-bailing, we can lirbuf...
|
commit | commitdiff | tree |
2009-04-09 |
Jason Orendorff | Bug 487676 - Nesting deep-aborting trace calls don...
|
commit | commitdiff | tree |
2009-04-09 |
Jason Orendorff | Bug 487413 - Delete unnecessary fast natives in js...
|
commit | commitdiff | tree |
2009-04-07 |
Jason Orendorff | Merge backout.
|
commit | commitdiff | tree |
2009-04-07 |
Jason Orendorff | Backout changeset 143e997c858e (bug 484693) because...
|
commit | commitdiff | tree |
2009-04-07 |
Jason Orendorff | Merge.
|
commit | commitdiff | tree |
2009-04-07 |
Jason Orendorff | Bug 487216 - TM: Other builtins that call JS_malloc...
|
commit | commitdiff | tree |
2009-04-07 |
Jason Orendorff | Backed out changeset e201de53e918 in favor of a different...
|
commit | commitdiff | tree |
2009-04-07 |
Jason Orendorff | Bug 482015 - TM: Assertion failure: cx->bailExit due...
|
commit | commitdiff | tree |
2009-04-06 |
Jason Orendorff | Thread-safety comment for bug 479198. r=brendan.
|
commit | commitdiff | tree |
2009-04-06 |
Jason Orendorff | Bug 479198 - "Deep" property cache entries not invalidated...
|
commit | commitdiff | tree |
2009-04-02 |
Jason Orendorff | Bug 483179 - TM: JIT embeds stale closure in trace...
|
commit | commitdiff | tree |
2009-03-31 |
Jason Orendorff | Bug 483473 - Make JSObjectOps private. r=brendan.
|
commit | commitdiff | tree |
2009-03-12 |
Jason Orendorff | Bug 481444 - TM: objectHook is called on trace, via...
|
commit | commitdiff | tree |
2009-03-12 |
Jason Orendorff | Bug 481444 - TM: objectHook is called on trace, via...
|
commit | commitdiff | tree |
2009-03-11 |
Jason Orendorff | Bug 480147 - TM: "Assertion failure: cx->bailExit"...
|
commit | commitdiff | tree |
2009-03-11 |
Jason Orendorff | Bug 481218 - js_IsCallable returns false for functions...
|
commit | commitdiff | tree |
2009-03-06 |
Jason Orendorff | Bug 481673 - JS_Assert is C++-name-mangled in non-DEBUG...
|
commit | commitdiff | tree |
2009-03-04 |
Jason Orendorff | Bug 478217 - Kill win32.order. r=bsmedberg.
|
commit | commitdiff | tree |
2009-03-02 |
Jason Orendorff | Bug 480856 - PurgeScopeChain should deep-bail. r=brendan.
|
commit | commitdiff | tree |
2009-02-27 |
Jason Orendorff | Delete unused member variable and fix style issue discovered...
|
commit | commitdiff | tree |
2009-02-27 |
Jason Orendorff | Bug 480199 - Add assertEq function to JS shell. r=mrbkap.
|
commit | commitdiff | tree |
2009-02-25 |
Jason Orendorff | Bug 477351 - Assertion failure: cx->bailExit (from...
|
commit | commitdiff | tree |
2009-02-25 |
Jason Orendorff | Bug 480016 - js/tests/js1_8_1/extensions/regress-477187...
|
commit | commitdiff | tree |
2009-02-25 |
Jason Orendorff | Bug 381963 - Missing parens around genexp in |while...
|
commit | commitdiff | tree |
2009-02-25 |
Jason Orendorff | Bug 480126 - jsstack.js static analysis errors in js_GetCurr...
|
commit | commitdiff | tree |
2009-02-23 |
Jason Orendorff | Bug 479887 - Remove vestigial #ifdef MOZILLA_1_8_BRANCH...
|
commit | commitdiff | tree |
2009-02-25 |
Jason Orendorff | Bug 480126 - jsstack.js static analysis errors in js_GetCurr...
|
commit | commitdiff | tree |
2009-02-23 |
Jason Orendorff | Bug 477279 - Tune dense array growth. r=brendan.
|
commit | commitdiff | tree |
2009-02-23 |
Jason Orendorff | Bug 479826 - Remove cx->pcHint. r=gal.
|
commit | commitdiff | tree |
2009-02-23 |
Jason Orendorff | Bug 479551 - Assertion failure: (cx)->requestDepth...
|
commit | commitdiff | tree |
2009-02-19 |
Jason Orendorff | Merge backout of 1145cd361cac.
|
commit | commitdiff | tree |
2009-02-19 |
Jason Orendorff | Backed out changeset 1145cd361cac.
|
commit | commitdiff | tree |
2009-02-19 |
Jason Orendorff | Change definition of JS_STATIC_ASSERT macro to avoid...
|
commit | commitdiff | tree |
2009-02-19 |
Jason Orendorff | Bug 432361 - "Assertion failure: script->code[offset...
|
commit | commitdiff | tree |
2009-02-19 |
Jason Orendorff | Bug 463239 - JS_SetTrap alters code execution. r=brendan.
|
commit | commitdiff | tree |
2009-02-16 |
Jason Orendorff | Bug 476716 - Split ip_adj into two pointer fields,...
|
commit | commitdiff | tree |
2009-02-16 |
Jason Orendorff | Bug 384758 - A statement can follow an expclo without...
|
commit | commitdiff | tree |
2009-02-09 |
Jason Orendorff | Bug 477581 - "Assertion failure: !JSVAL_IS_PRIMITIVE...
|
commit | commitdiff | tree |