Commit Graph

21886 Commits

Author SHA1 Message Date
Brad Lassey
1647c98655 Bug 427987 - Add support for Hildon (Maemo) tap-n-hold context menu r+sr=jst a=beltzner 2008-11-17 21:08:34 -05:00
Brendan Eich
6f6bee6c77 I hate hg. 2008-11-17 16:56:52 -08:00
Brendan Eich
83c020dce3 Bug 465220 - nested imacro abort not cleanly handled (botches assertions) (r=mrbkap, a=beltzner). 2008-11-17 16:56:01 -08:00
Justin Dolske
edf221eb5a Bug 464947 - Clear Recent History dialog should clear form data by timespan. r=mconnor 2008-11-17 16:46:31 -08:00
Brendan Eich
37c40ca7c0 Merge. 2008-11-17 16:29:40 -08:00
Andreas Gal
7990874ea7 NAMEDEC was incorrectly traced as a pre-decrement operator (465424, r=danderson). 2008-11-17 15:36:41 -08:00
Andreas Gal
f9d2b8caff Check for obj being null in the JSOP_IN builtin used by the tracer (453565, r=danderson). 2008-11-17 15:12:04 -08:00
Andreas Gal
59cd34b9b0 Fix Mac OS X build failure (no bug). 2008-11-17 14:55:28 -08:00
Andreas Gal
3e0f4c1762 Comparing a string against a boolean does not always produce false (465136, r=danderson). 2008-11-17 14:42:02 -08:00
Andreas Gal
20118aa872 Null converts to 0 for relations but to NaN for equality (465252, r=danderson). 2008-11-17 14:29:02 -08:00
Andreas Gal
03c13f7e7b Merge. 2008-11-17 14:06:08 -08:00
Andreas Gal
5ceccad959 Inspect the actual values before trying to demote an arithmetic operation (465337, r=danderson). 2008-11-17 14:05:43 -08:00
Robert O'Callahan
774dc6063b Backed out changeset 0ced86fbf8ed (reftest failures) 2008-11-18 10:13:55 +13:00
Boris Zbarsky
65d00c6e30 Adding some tests 2008-11-17 15:49:34 -05:00
Robert O'Callahan
48c8f9855c Bug 464811. Tweak the anchor point snapping algorithm again. This time we have a proof that the resulting snapping algorithm guarantees the subimage rectangle intersects the logical source rectangle. r+sr=dbaron 2008-11-18 09:32:11 +13:00
Brendan Eich
600a75b52b [mq]: bug 2008-11-17 12:26:40 -08:00
David Anderson
edbb91d145 Added nanojit comment clarifying register allocation with shift instructions. 2008-11-17 11:58:40 -08:00
Andreas Gal
bb410e29d5 Don't attempt to immediately re-record after walking out of a thin loop (465366, r=danderson). 2008-11-17 11:47:54 -08:00
Andreas Gal
7b9f512b6d Merge. 2008-11-17 08:34:18 -08:00
brendan
5756932902 Patch for bug 465241 introduces buggy js_Int32ToId (465347, r=gal). 2008-11-17 08:33:49 -08:00
Simon Bünzli
ce05a1e500 Bug 462774: Drop JSON.jsm. r=gavin, r=sayrer, sr=brendan, a1.9.1b2=beltzner 2008-11-17 13:57:43 +00:00
Igor Bukanov
b31f8300ea bug 452913 - fixing sprop management, r=brendan, a.9.1b2=sayer 2008-11-17 13:59:39 +01:00
Igor Bukanov
a76c374322 bug 464334 - removal of no longer applicable asserts that sp <= static spdepth. r=brendan a1.9.1b2=beltzner 2008-11-17 13:48:57 +01:00
Robert O'Callahan
4c27b2b4ea Merge 2008-11-17 23:40:23 +13:00
Robert O'Callahan
feb588c019 Backed out changeset bbbcc5a1eb5e 2008-11-17 23:40:09 +13:00
Robert O'Callahan
f7fc13af30 Merge 2008-11-17 23:39:23 +13:00
Robert O'Callahan
b643a46984 Backed out changeset 73fb44504b62 2008-11-17 23:39:07 +13:00
Robert O'Callahan
80e7440d76 Backed out changeset 30cc5a85b411 2008-11-17 23:38:34 +13:00
Andreas Gal
f7ca65fe0f Don't demote multiplication, even if result is demoted and inputs are demotable (465308, r=danderson). 2008-11-17 01:39:49 -08:00
Andreas Gal
36cc27f654 Make sure to flush the JIT cache after a gc even if we didn't import globals (464418, r=brendan, 2nd attempt to push). 2008-11-17 01:20:54 -08:00
Chris Pearce
711ddd72a0 Bug 462878. Don't leak threads. r+sr=roc 2008-11-17 22:17:09 +13:00
Andreas Gal
27b72971da Removed bogus assert when stringifying objects (465209, r=brendan, a=mconnor). 2008-11-17 01:12:18 -08:00
Andreas Gal
4287473ba2 Merge. 2008-11-17 00:05:59 -08:00
Andreas Gal
cdbe1015e3 Don't attempt to do CSE across labels (465276, r=danderson). 2008-11-17 00:05:29 -08:00
Chris Pearce
4a34b777dd Bug 451958. Implement content-policy and CheckLoadURI checks for video sources. r+sr=roc,a=beltzner 2008-11-17 20:37:20 +13:00
Chris Pearce
d535b435ae Bug 462878. Make sure nsMediaStream::Close is only called on the main thread. Also prevent reentrant Stop calls. r=doublec,r+sr=roc,a=beltzner 2008-11-17 20:36:21 +13:00
Brendan Eich
4f1fb4a478 No else after return if you please. 2008-11-16 23:16:30 -08:00
Brad Lassey
7e436d51fe Bug 459677: nsXulWindow doesn't dpi scale css pixels. r+sr=bz, a1.9.1b2=beltzner 2008-11-17 06:59:45 +00:00
David Anderson
442b376986 Fixed regression from recent constant folding patch (bug 465272, r=gal). 2008-11-16 22:52:15 -08:00
Andreas Gal
c19528a655 Inline int32 to id fast path into the builtins (465268, r=danderson). 2008-11-16 22:20:34 -08:00
Andreas Gal
a9d9eff7ee Merge. 2008-11-16 22:13:37 -08:00
Andreas Gal
3c5889df4e Fix tracing of JSOP_IN (465241, r=danderson). 2008-11-16 22:13:13 -08:00
David Anderson
a653ef6015 Fixed branch traces being erroneously marked as dependent trees (bug 464979, r=gal). 2008-11-16 21:58:35 -08:00
David Anderson
637ce7666a Merge. 2008-11-16 21:37:28 -08:00
David Anderson
d46ed014cf Fixed edge case in nanojit register allocation for shl/shr (bug 465135, r=gal). 2008-11-16 21:36:33 -08:00
Andreas Gal
bd10f75bdb Can't bypass ECMADoubleToInt32 in js_StringToInt32 (465239, r=danderson). 2008-11-16 20:43:13 -08:00
Andreas Gal
0218a2502b Merge. 2008-11-16 20:22:52 -08:00
Andreas Gal
b1e33fe0ff JIT affects truthiness of "" <= null (465234, r=Waldo). 2008-11-16 20:22:01 -08:00
David Anderson
6f0cd7b8ba Constant fold additions to avoid erroneous isPromoteInt detection (bug 465249, r=gal). 2008-11-16 20:14:27 -08:00
Jeff Walden
7c2bb3cab6 Bug 465137 - TM: JIT thinks !NaN is false. r=gal 2008-11-16 18:28:51 -08:00