canmove, Confirmed users
7,810
edits
Line 85: | Line 85: | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=416628 416628] - O(n^2) blowup due to overlong cx->tempPool arena list | * [https://bugzilla.mozilla.org/show_bug.cgi?id=416628 416628] - O(n^2) blowup due to overlong cx->tempPool arena list | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=411025 411025] - GC hazard in JS_CompileUCFunctionForPrincipals | * [https://bugzilla.mozilla.org/show_bug.cgi?id=411025 411025] - GC hazard in JS_CompileUCFunctionForPrincipals | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=412926 412926] | * [https://bugzilla.mozilla.org/show_bug.cgi?id=412926 412926] - JS_ValueToId(cx, JSVAL_NULL) should return atom for 'null' string | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=414755 414755] | * [https://bugzilla.mozilla.org/show_bug.cgi?id=414755 414755] - Missing SAVE_SP_AND_PC in STORE_(NUMBER|INT|UINT) | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=416354 416354] | * [https://bugzilla.mozilla.org/show_bug.cgi?id=416354 416354] - Missing SAVE_SP_AND_PC in JSOP_NEG | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=416705 416705] | * [https://bugzilla.mozilla.org/show_bug.cgi?id=416705 416705] - throw from xml filter leaves pending block objects unput | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=417377 417377] | * [https://bugzilla.mozilla.org/show_bug.cgi?id=417377 417377] - Missed SAVE_SP_AND_PC in JSOP_YIELD | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=420880 420880] | * [https://bugzilla.mozilla.org/show_bug.cgi?id=420880 420880] - Assertion failure: fp, in jsobj.c | ||
Sites that use a lot of AJAX, like Google sites, should also be checked for any potential regressions. | Sites that use a lot of AJAX, like Google sites, should also be checked for any potential regressions. |