Commit Graph

202409 Commits

Author SHA1 Message Date
Jason Orendorff
026e52d0f6 Bug 477048 - Assertion failure: cg->stackDepth == loopDepth, at ../jsemit.cpp. r=brendan. 2009-02-06 11:04:49 -06:00
Jason Orendorff
e57e12ab87 Bug 473075 - TM: HasProperty can call into exotic lookupProperty hooks. r=brendan.
--HG--
extra : rebase_source : 3a242c9fc4d0c41747169e39831ecf08e8b79017
2009-02-05 19:49:54 -06:00
Jeff Walden
c043e98d42 Back out 21494181fdb8 and subsequent merges because they turned OS X red. 2009-02-05 15:42:45 -08:00
Andreas Gal
34e4536dba Merge. 2009-02-05 15:16:17 -08:00
Andreas Gal
d3628b9149 Merge. 2009-02-05 15:15:50 -08:00
Blake Kaplan
0fa948a984 Bug 477053 - Protect against evil E4X jsvals in args_resolve. r=brendan 2009-02-05 14:50:26 -08:00
Andreas Gal
7084a164c4 If js_AddAsGCBytes is called from trace and wants to GC and we can bail off trace then do so instead of returning an error (476869, r=jorendorff). 2009-02-05 14:43:17 -08:00
Andreas Gal
57a0783dbb Merge. 2009-02-05 11:18:43 -08:00
Andreas Gal
3e7fe9f714 Add skip() to LirFilter so we can pass skip-requests through instead of going to the LirBufWriter directly (477089, r=shaver). 2009-02-05 11:14:44 -08:00
Igor Bukanov
fd0b4312be bug 467495 - JSOP_DEFUN fixes to deal with non-top-level function statements redeclaring local argument and variables. r=brendan 2009-02-05 14:11:04 +01:00
Jeff Walden
6a2b631cfd How in the world did jstracer.cpp accumulate so much trailing whitespace? Kicking Linux this time around... 2009-02-05 01:09:54 -08:00
Jeff Walden
e57456b67f Kill trailing whitespace in jstracer.h to kick a box out of a bogus orange 2009-02-04 22:57:25 -08:00
Jeff Walden
6043733d94 Bug 474501 - JS array and object literals should define properties, not set them, to avoid calling getters or setters along the prototype chain. r=brendan 2009-02-03 23:14:36 -08:00
Jeff Walden
1ff6d486e9 Bug 463243 - Assert correct type in JSVAL_TO_* (and vice versa) macros to fail fast when type errors happen. r=brendan 2009-02-03 13:56:25 -08:00
David Mandelin
8981e06c54 Fix warning for unhandled switch cases 2009-02-04 18:58:07 -08:00
David Mandelin
e0e531b116 Fix initialization order warning 2009-02-04 18:49:54 -08:00
Andreas Gal
61349fff25 Merge. 2009-02-04 17:42:52 -08:00
Andreas Gal
8f7b2e0707 Assert that we don't leak JSVAL_ERROR_COOKIE along the JSVAL_BOXED path (r=me, debug only.) 2009-02-04 17:42:34 -08:00
Robert Sayre
9287b56c0e Didn't mean to disable mandelbrot 2009-02-04 16:17:05 -08:00
Blake Kaplan
441ba11288 Re-merge mc to tm 2009-02-04 15:25:24 -08:00
Robert Sayre
776dbb2a90 Merge mc to tm 2009-02-04 15:23:28 -08:00
Blake Kaplan
466d361a88 Add some logging code to see if bug 474537 is still around.
--HG--
extra : rebase_source : 840e2da57a266bd98f30e195f3819f59fb97c86d
2009-02-04 15:04:51 -08:00
Andreas Gal
46f36c870a Merge. 2009-02-04 15:01:19 -08:00
Andreas Gal
738b8bead3 Don't expect to pass test for bug 458838 in trace-tests.js until we have upvar (r=me, no code changes.) 2009-02-04 14:59:47 -08:00
L. David Baron
790bc9fa81 Merge backout of changeset d9eff1fb5e60 (bug 476345) due to Windows bustage. 2009-02-04 14:39:40 -08:00
L. David Baron
6a4742174b Backed out changeset d9eff1fb5e60 (bug 476345) due to Windows bustage. 2009-02-04 14:39:23 -08:00
Blake Kaplan
70a04d49f5 Disable this test since it's randomly crashing on tinderbox. 2009-02-04 14:35:25 -08:00
L. David Baron
d18dfa0f16 Ensure correct alignment for nsCSSValue objects inside nsCSSValue::Array. (Bug 476345) r+sr=bzbarsky 2009-02-04 13:24:17 -08:00
L. David Baron
668fa595a8 Merge backout of changeset eec3076f3bab (Bug 474655, Warn when nsIDOMCSSStyleDeclaration::GetPropertyCSSValue is called) because we trigger the warning too much ourselves (Bug 475311) 2009-02-04 13:23:16 -08:00
L. David Baron
dbcb511748 Backed out changeset eec3076f3bab (Bug 474655, Warn when nsIDOMCSSStyleDeclaration::GetPropertyCSSValue is called) because we trigger the warning too much ourselves (Bug 475311) 2009-02-04 13:22:45 -08:00
Robert Sayre
812dd0b3be Merge tm to m-c 2009-02-04 12:47:50 -08:00
Ted Mielczarek
07ecabc8a0 merge for back out of bug 460515 - Remove assumption that xpcshell etc in same directory as app executable, doesn't work on OS X 2009-02-04 15:43:13 -05:00
Ted Mielczarek
b30043d600 Backed out changeset 7c7ec4bd36a6 (bug 460515 - Remove assumption that xpcshell etc in same directory as app executable) because it's broken on OS X. 2009-02-04 15:41:24 -05:00
Ted Mielczarek
73451e85f7 bug 460515 - Remove assumption that xpcshell etc in same directory as app executable. r=jwalden 2009-02-04 14:38:50 -05:00
Graydon Hoare
2a6984d9a8 Bug 469625 - Deoptimize special own-properties, r=brendan. 2009-02-04 11:08:31 -08:00
Jeff Walden
51a843710f Bug 471158 - Add getSharedState/setSharedState functionality to SJS, convert existing state to per-path state. r=honzab
--HG--
rename : netwerk/test/httpserver/test/data/sjs/state.sjs => netwerk/test/httpserver/test/data/sjs/state2.sjs
2009-02-04 11:08:03 -08:00
Johnathan Nightingale
04d126b4b4 Bug 474792 - Clear "Never remember passwords for this site" with other site-specific settings in CRH dialog. r=dolske 2009-02-04 14:08:06 -05:00
Jeff Muizelaar
420953734e Bug 474886 - Allow rank 0 matrices when setting the font matrix. r=vlad p=jrmuizel
cairo_scaled_font_init() allows rank 0 matrics so cairo_set_font_matrix
should too. This keeps us from accidentally breaking our cairo context
and causing things to draw wrong.
2009-02-04 14:07:59 -05:00
Dietrich Ayala
5dec87e85d backing out bug 432706, causes multiple regressions 2009-02-04 09:49:58 -08:00
mak77@bonardo.net
e9d24f3869 Bug 475273 - Double Clicking a Folder in Right Pane causes Left Pane Tree items to expand and collapse (r=mano) 2009-02-04 09:49:44 -08:00
Boris Zbarsky
eebfa98c47 Make legends display:block by default when they're not in a fieldset. Bug 476063 2009-02-04 12:18:47 -05:00
Marco Bonardo
16dddf58a3 merge backout 2009-02-04 15:27:48 +01:00
Marco Bonardo
ba19b57ad2 Backed out changeset 1cf6c5b25fe5 due to crashes on linux unit test boxes 2009-02-04 15:27:18 +01:00
Marco Bonardo
5cdf1f6705 browser-chrome test for Bug 433231 - Places Library leaks the nsGlobalWindow when closed with a history entry selected, r=sdwilsh 2009-02-04 13:47:13 +01:00
Marco Bonardo
25b6fcfef8 Bug 474582 - With initial migration Shiretoko doesn't import favorites from Internet Explorer 7 anymore, r=dietrich 2009-02-04 13:47:13 +01:00
Marco Bonardo
ecc9d4a736 Bug 475824 - preventive maintenance has low possibilites to be run, r=dietrich 2009-02-04 13:47:13 +01:00
Marco Bonardo
b665291e3d Bug 476645 - cleanup: remove unused methods from BookmarkProperties.js, r=dietrich 2009-02-04 13:47:13 +01:00
Marco Bonardo
38b007e942 Bug 475529 - Add button in "new folder" dialog not default anymore, r=dietrich 2009-02-04 13:47:13 +01:00
Marco Bonardo
c937a72bf2 Merge backout 2009-02-04 11:50:40 +01:00
Marco Bonardo
06d5700ea5 Backed out changeset 8a79415ac146 due to persistent orange on OS X unit test boxes 2009-02-04 11:50:07 +01:00