Commit Graph

206575 Commits

Author SHA1 Message Date
L. David Baron
abc7a6bc3e Dump list of leaked nsStandardURL objects at shutdown in builds with leak logging enabled, to give us more insight into the portion of the random orange that is random leaks. 2009-06-10 08:51:03 -04:00
Dave Townsend
71630ca251 Bug 496733: Test that multiple arguments get passed by nsIProcess. r=robstrong 2009-06-10 13:40:29 +01:00
Jesse Ruderman
13ce09dcd1 Change tabs to spaces (followup to the checkin bz just made) 2009-06-09 21:13:36 -07:00
Boris Zbarsky
3a023164e4 Adding test for nsTObserverArray 2009-06-09 22:57:41 -04:00
Mark Finkle
21d76e682c Bug 497098: add imageURL getter to nsContextMenu for extension compat, r=gavin 2009-06-09 21:59:18 -04:00
David Mandelin
293dd7ac94 Bug 497015: correctly account for tracing/interpreter differences in layout of slots/stack for upvars in top-level frame, r=gal 2009-06-09 17:18:42 -07:00
David Mandelin
ed1bdc410d Bug 496922: do upvars correctly when the function defining the upvar was called with extra args, r=brendan,gal 2009-06-09 11:49:53 -07:00
Gervase Markham
e91f656361 Bug 497103 - update list of MPL Initial Developers. Patch by gerv; r,a=bsmedberg. 2009-06-09 18:20:23 +01:00
Robert Sayre
b5b842378f Merge tracemonkey to mozilla-central. 2009-06-09 11:00:19 -04:00
Drew Willcoxon
cac3691274 Bug 496782 - browser_sanitizeDialog.js calls finish() twice; r=gavin.sharp 2009-06-09 16:12:35 +02:00
Serge Gautherie
770b7d9955 Bug 494769 - [MacOSX] mochitest-plain: test_wav_trailing.html (and others) intermittently triggers "malloc: *** error: can't allocate region"; (Fv1) reorder file list 2009-06-09 16:07:22 +02:00
Ted Mielczarek
5221f1d719 bug 471404 - 'Remove All Reports' shouldn't be available if there aren't any reports. add a browser chrome test. r=dao
--HG--
extra : rebase_source : 54804feeeccb07477fc6114f05a1101465f20a7f
2009-06-09 08:56:38 -04:00
Ted Mielczarek
e89d86a452 bug 378528 - crash reporter should allow resubmission of pending reports. browser chrome tests for about:crashes. r=mossop
--HG--
extra : rebase_source : 487aa10d65440e911b0a2fcf6c0ddc7c71b5d568
2009-06-09 08:56:37 -04:00
Brendan Eich
18f4f502cb Wrapper automation should not apply to flat closures, plus cleanup (496790, r=igor). 2009-06-09 00:51:02 -07:00
Henri Sivonen
82e13c145b Bug 468708 - namespaceURI for HTML elements should be http://www.w3.org/1999/xhtml (also make localName return in lower case) r=sicking, sr=peterv, a=beltzner 2009-06-09 10:41:19 +03:00
Robert Sayre
25d6d8c77a Merge tracemonkey to mozilla-central. 2009-06-08 22:38:37 -04:00
Blake Kaplan
8880976941 Bug 496870 - Emit JSOP_STARTXMLEXPR before potentially emitting any LC nodes in a list. r=Waldo 2009-06-08 16:48:30 -07:00
Andreas Gal
aef2a0f73f Merge. 2009-06-08 15:05:41 -07:00
ikezoe@clear-code.com
f6c804164e LIns::isOp2() lacks qjoin (496851, r=gal,edwsmith). 2009-06-08 15:04:19 -07:00
Benjamin Smedberg
2dbc3fb170 Bug 496969 - The stack analysis is broken when compiling with -O3 -fstrict-aliasing. 2009-06-08 18:03:23 -04:00
Benjamin Smedberg
34ef74c81f Followup to bug 496824 - reverse the order of the asserts so that we know accessing cx->fp is safe 2009-06-08 17:07:26 -04:00
Mike Connor
af32cfea3e Bug 492431 - Refresh the Application Icon and Product Branding for Firefox 3.5, adding more icon sizes, r+a=mconnor 2009-06-08 13:37:29 -07:00
Brendan Eich
b8e74e0e88 Add static analysis incantation, plus assert cx->fp for sanity (496824, r=mrbkap). 2009-06-08 13:35:43 -07:00
Mike Connor
4f9f1a2b4e Bug 492431 - Refresh the Application Icon and Product Branding for Firefox 3.5, new icons from faaborg/Boriss, r+a=mconnor 2009-06-08 13:23:05 -07:00
David Anderson
78276b0022 Fixed sideexit coalescing code not checking global count (bug 496813, r=gal). 2009-06-08 13:20:25 -07:00
Mike Connor
35bc50fefc more credit updates 2009-06-08 13:12:33 -07:00
Brendan Eich
8677f6b0b8 Fix destructuring binding to follow the cheezy dominance relation rules of the upvar analysis (496134, r=mrbkap; take 2). 2009-06-08 13:03:50 -07:00
Joel Maher
75b52fe065 Bug 489817 - migrate existing geolocation tests from mochitest to browser-chrome; r=(ctalbert + doug.turner) 2009-06-08 21:50:04 +02:00
Serge Gautherie
10418307c4 Bug 369034 - TestTXMgr has error and leaks object; (Cv1) Functional cleanup and documentation; r=peterv 2009-06-08 21:38:35 +02:00
Blake Kaplan
aa49664ee1 Bug 496245 - Assertion failure: fun->u.i.script->upvarsOffset. r=brendan/dmandelin 2009-06-08 12:13:37 -07:00
David Mandelin
76108a5d31 Bug 496251: use up-to-date typemap when getting upvar from trace entry native frame, r=gal 2009-06-08 10:48:18 -07:00
Simon Montagu
dd55f5ecf8 Empty inlines can get misplaced during incremental reflow in bidi pages. Bug 496006, r+sr=roc (regression from bug 332655) 2009-06-08 01:59:39 -07:00
Brendan Eich
7bc62fc773 Fix delete upvar (and local var, too) analysis (496422, r=igor). 2009-06-07 13:07:16 -07:00
Dão Gottwald
0519efc9d2 Trying to fix browser_ctrlTab.js failure on OS X... 2009-06-07 21:38:17 +02:00
Jesse Ruderman
d4ff64754c Add crashtest for bug 464149 2009-06-07 11:33:10 -07:00
Brendan Eich
6155bc44d4 [mq]: bug496817 2009-06-07 11:27:37 -07:00
Robert Sayre
89126064e0 Merge tracemonkey to mozilla-central. 2009-06-07 12:51:41 -04:00
Dão Gottwald
94bdaa7f82 Test for bug 495058 2009-06-07 13:29:25 +02:00
Dão Gottwald
ad5099bf06 merge 2009-06-07 01:50:00 +02:00
Dão Gottwald
8499e290d2 Backed out changeset ab707e83c6fc 2009-06-07 01:49:43 +02:00
Dão Gottwald
a52a63e775 try to fix weirdness in browser_ctrlTab.js test 2009-06-07 00:34:49 +02:00
danderson@mozilla.com
cd083f82ce Merge global type maps at the loop nesting anchor site (496743, r=gal). 2009-06-06 14:04:23 -07:00
Dão Gottwald
432282c243 Test for bug 495058 2009-06-06 19:21:59 +02:00
Dave Townsend
fb4777afbc Bug 496287: App update incompatible list should not warn about disabled/blocklisted items. r=robstrong 2009-06-06 18:09:58 +01:00
Nicholas Nethercote
2e703dfba9 Bug 495028. nanojit: add opcode checks to all LIR get/set methods. r=edwsmith 2009-06-06 12:58:11 -04:00
Ehsan Akhgari
07a126524a Bug 496688 - Convert toolkit/components/passwordmgr/test/browser/browser_passwordmgrdlg.js to *nix line endings; r=mossop 2009-06-06 15:41:28 +04:30
Robert Sayre
b9d056f1e3 Back out bug 496134, destructuring assignment upvar fixes due to reported fuzzer problems 2009-06-06 02:20:06 -04:00
Boris Zbarsky
bca865872c Adding test for bug 443616 2009-06-06 00:27:04 -04:00
Robert Sayre
871e3e3371 Merge tracemonkey to mozilla-central. 2009-06-05 23:48:21 -04:00
David Mandelin
e8ec5605ac Bug 496270: correct use of C++ reference returned from function, r=gal 2009-06-05 16:19:06 -07:00