Robert O'Callahan
1deee94f9b
Fix for bug 503468 (canPlayType should return "", not "no"). r=cdouble.
...
--HG--
extra : rebase_source : d54cf6d92a20a5f7e6ce66042c8d489dc93f0c7a
2009-07-14 16:04:56 +02:00
Peter Van der Beken
300ffe40ef
Fix for bug 503167 (Replace xpc_qsReadOnlySetter with js_GetterOnlyPropertyStub). r=jorendorff, sr=jst.
...
--HG--
extra : rebase_source : 448b7e44111c8261736156e76c9936030457c40a
2009-07-09 16:26:19 +02:00
Peter Van der Beken
4635efa1db
Fix for bug 485881 (test_bug409380.html has unbound variable r). r/sr=smaug.
...
--HG--
extra : rebase_source : 355574ce1a831e8ea1e06891b6d0a7b3b6cc57ed
2009-07-14 16:04:55 +02:00
Peter Van der Beken
51e0e93326
Fix for bug 499781 (Move some methods from nsILink to nsIContent). r=bz, sr=dbaron.
...
--HG--
extra : rebase_source : da0ec8bfb6825d2e55edd2f5b08a9e43b033a2a3
2009-07-13 13:48:06 +02:00
Peter Van der Beken
53f1b70f55
Fix for bug 503166 (XPCStringConvert::ReadableToJSString shouldn't allocate for empty string). r/sr=jst.
...
--HG--
extra : rebase_source : 76c08ffb3bced708ad8af9626b7dfcb3c3fae28f
2009-07-09 14:46:39 +02:00
Steven Michaud
1d91f6e58b
NPP_SetWindow can pass the wrong window's CGContextRef to a plugin. b=500130 r=josh sr=roc
2009-07-14 10:09:18 -05:00
Peter Weilbacher
b55bdf1d0c
Bug 503950: OS/2 bustage fix for bug 503377, p=wuno@lsvw, r=pweilbacher
2009-07-14 13:34:07 +02:00
Peter Van der Beken
af56bef308
Backed out changeset 2073d5aae8b6 (Avoid integer math for GC trigger factor calculation in allocation path (bug 503463)).
2009-07-14 11:49:43 +02:00
Peter Van der Beken
eb186004cd
Backed out changeset 2073d5aae8b6 (Avoid integer math for GC trigger factor calculation in allocation path (bug 503463)).
2009-07-14 11:49:15 +02:00
Peter Van der Beken
69dbfff3d5
Backed out changeset c5433450795f (Bug 503990: make isStmt() table-driven.)
2009-07-14 11:23:07 +02:00
Peter Van der Beken
a9bcc3bee5
Backed out changeset c5433450795f (Bug 503990: make isStmt() table-driven).
2009-07-14 11:22:41 +02:00
Blake Kaplan
2f096be39e
Add a crashtest for bug 503286. r=gal
2009-07-14 01:59:37 -07:00
wes@page.ca
bece3fbbaf
Bug 494864 - make nanojit debug output easier to follow. Sparc Changes. NPOTB code. r=graydon
2009-07-14 12:58:18 +08:00
Robert Sayre
fde849fe38
Merge tracemonkey to mozilla-central.
2009-07-14 00:42:27 -04:00
Robert Sayre
b886d67a09
merge backout
2009-07-14 00:26:05 -04:00
Robert Sayre
df6438791f
Backed out changeset b6a8110a858f
2009-07-14 00:25:35 -04:00
Robert Sayre
2fa7a05624
Merge backout
2009-07-14 00:25:14 -04:00
Robert Sayre
c0443e5ac9
Backed out changeset 6ca843fc1e67
2009-07-14 00:24:15 -04:00
Boris Zbarsky
fe64b010ca
Make the test output somewhat more useful.
2009-07-13 20:33:02 -07:00
Nicholas Nethercote
cc0bab4b9f
Bug 503990: make isStmt() table-driven. r=gal.
2009-07-14 13:08:38 +10:00
Blake Kaplan
73ba7d6897
Bug 503817 - Deal with xpconnect handing us weird this objects. r=gal
2009-07-13 17:46:47 -07:00
David Mandelin
1fef189f0c
Bug 503818: update upvar stack arithmetic for jsop_arguments patch, r=gal
2009-07-13 17:37:00 -07:00
David Mandelin
dde25927d4
[mq]: upvar-fix.diff
2009-07-13 17:33:48 -07:00
Luke Wagner
fcc1cb32a8
Bug 503981 - Fix thinko. r=jwalden
2009-07-13 17:31:15 -07:00
Blake Kaplan
b2d4d75ae9
Bug 503286 - Use the right sp for sp_adj to account for tree calls fiddling with state.sp after we've deep bailed. r=jorendorff
...
--HG--
extra : rebase_source : 2d3e2237ef82d4ea5980b4ece9b484344f450036
2009-07-13 15:44:33 -07:00
Robert Sayre
db6a051898
Fix dtrace build bustage.
2009-07-13 18:33:33 -04:00
Robert Sayre
ac39df359f
Merge tracemonkey to mozilla-central.
2009-07-13 18:19:51 -04:00
Dão Gottwald
51c8915493
Bug 503953 - make consistent use of gNavigatorBundle. r=gavin
2009-07-14 00:10:04 +02:00
Shawn Wilsher
ed392e8ab0
Bug 498805 - test_esc_key_closes_clears.xul fails intermittently on Linux
...
Focus the window before actually doing anything with the test so key events work
right. Also fix all other download manager tests so they don't start going
random as well.
r=Mardak
2009-07-13 14:59:09 -07:00
Andreas Gal
061ab25a4c
Make js_ValueToString inline (503669, r=jwalden).
2009-07-13 14:55:04 -07:00
Andreas Gal
3a33abb2de
Follup-fix for 503665 (missing inlines).
2009-07-13 14:41:38 -07:00
Andreas Gal
1dbf11b7e9
Make Scope::hold/drop and parts of Scope::search inline (503665, r=jwalden).
2009-07-13 14:29:32 -07:00
David Anderson
8682ffa17d
Static analysis build fixes, follow-up to bug 497948.
2009-07-13 13:46:16 -07:00
Andrew Sutherland
1cb9ed2d12
bug 497355 - Assertion failure: STOBJ_GET_CLASS(obj) != &js_BlockClass, at /Users/moztest/comm/main/src/mozilla/js/src/jsscope.cpp:79. r=igor
2009-07-13 13:45:34 -07:00
Paul O’Shannessy
cc96a901b9
Bug 501798 - Not actually finalizing statements in _dbCleanup
2009-07-13 13:35:55 -07:00
Paul O’Shannessy
96b85110e3
Bug 500822 - Importing passwords to mozstorage can fail when signons3.txt is corrupted, r=dolske
2009-07-13 13:35:55 -07:00
David Anderson
75b7186a7a
Refactored deduceTypeStability/closeLoop for a general cleanup needed for recursion (bug 497948, r=gal+sayrer).
2009-07-13 13:26:27 -07:00
Andreas Gal
3dec6bdb7f
Avoid integer math for GC trigger factor calculation in allocation path (503463, r=dmandelin).
2009-07-13 13:24:25 -07:00
John Daggett
fc93568afd
adding more reftest fonts (no effect on builds)
2009-07-13 09:33:14 -10:00
Julian Seward
5e86f224ff
Bug 496693 - NJ: comment and refactor DeadCodeFilter vs Assembler::gen interactions, r=edwsmith.
...
--HG--
extra : rebase_source : e675f824946d4a8bb83b2aed8ff1911c8b23caee
2009-07-13 11:50:42 -07:00
David Mandelin
fe89921cab
Bug 502789: correct regexp->native compiler of handling case-insensitive matching of characters with multiple lower-case forms, r=lw
2009-07-13 12:41:30 -07:00
fantasai
f9ee2e966c
Bug 503183 - Use Overflow Containers for float continuations beyond end of containing block r=roc
2009-07-13 09:50:54 -07:00
Gabriele Best
376cff7b91
Bug 259199 - Tooltips don't work in the sidebar. r=dao
2009-07-13 19:37:33 +02:00
Ehsan Akhgari
5b68a86e36
Bug 502357 - closeWindow does unneeded work on Mac. r=enn
2009-07-13 19:37:29 +02:00
Dão Gottwald
69fdce33c1
Bug 503734 - MAX_HISTORY_MENU_ITEMS and GLUE_CID shouldn't be defined globally. r=gavin
2009-07-13 19:34:13 +02:00
Benjamin Smedberg
2bc7e8c59a
Windows bustage fix for bug 503377
2009-07-13 12:57:32 -04:00
Benjamin Smedberg
eab30753a8
Bug 503376 - Remove unused CalcAutoMargin function which stopped being used in bug 478614, r=bernd
2009-07-13 12:31:32 -04:00
Benjamin Smedberg
8e8984f01b
Bug 501657 - Put local python modules at the beginning of the python path, not the end, tested by Jory Pratt
2009-07-13 12:28:59 -04:00
Benjamin Smedberg
6b2ae89df2
nsIPluginInstance.getMIMEType should be a [shared, const] parameter... it doesn't follow the normal XPCOM rules about allocating memory. r=josh sr=jst
2009-07-13 12:27:46 -04:00
Jim Mathies
0c19829fe9
Bug 470487 - Refactor win nsWindow tear down. (r=neil)
2009-07-13 10:58:19 -05:00