Commit Graph

21814 Commits

Author SHA1 Message Date
David Anderson
cea571a94b Fixed JSOP_NEG not checking overflow at recording time (bug 465688, r=gal). 2008-11-21 17:17:34 -08:00
David Anderson
56fbffe8c4 Allow recorders to trash multiple trees on the way out (bug 466128, r=gal). 2008-11-21 15:31:59 -08:00
Jeff Walden
5536e7f722 Bug 465476 - SpiderMonkey confusion over "-0" and "0" properties of an object. r=brendan 2008-11-21 11:47:35 -08:00
David Mandelin
f97a2081d7 Test case to detect bug 465862: case-insensitive mode in the native regexp compiler 2008-11-21 10:56:24 -08:00
Jim Blandy
0f68ad7ed4 (no bug) Move definition of RESideExit *exit to top of function, to avoid error from GCC about jumping across its initialization. 2008-11-21 10:46:28 -08:00
David Mandelin
cb596bbb0a Fixed bug 464866: use regexp source+flags as key to compiled code, r=gal 2008-11-20 16:37:36 -08:00
David Mandelin
98e5c71620 Fixed bug 465862: incorrect handling of 'i' flag in compiled regexps, r=gal 2008-11-20 16:34:06 -08:00
David Anderson
37d2933b13 Fixed double-free of treeInfo in a type instability edge case (bug 465686, r=gal). 2008-11-20 17:20:16 -06:00
David Anderson
6c91afa7b7 Fix CALLPROP not guarding that the callee is not NULL (bug 465580, r=gal). 2008-11-19 16:08:41 -08:00
David Anderson
63c268384c Fixed unsafe coercion of JSVAL_VOID to string on trace entry (bug 465483, r=brendan). 2008-11-18 19:48:02 -06:00
Vladimir Vukicevic
7a34f9500d Merge mozilla-central into tracemonkey 2008-11-18 13:54:21 -08:00
Asaf Romano
49381bab57 merge 2008-11-18 22:13:12 +02:00
Asaf Romano
3932fab823 Bug 225680 - Fix regressions from the landing of the detach-tabs feature. r=mconnor. 2008-11-18 22:09:50 +02:00
Boris Zbarsky
dc71f62826 Bug 462806. Don't init PSM to deal with random JARs. Save that for signed JARs. r=dveditz, sr=vlad, a=beltzner 2008-11-18 14:11:35 -05:00
zeniko@gmail.com
dc6bb35407 Bug 464620 - prevent dataloss from incorrectly restored sessions (r=dietrich, a=beltzner) 2008-11-18 10:48:46 -08:00
Philip Chee
129be917b4 bug 465073 - duplicate id in navigator.xul: reporterItemsBroadcaster, remove SeaMonkey-specific overlay parts from reporter, NPOTB for Firefox as we both now use unchanged Firefox overlay parts, r=gavin 2008-11-18 19:17:56 +01:00
mak77@bonardo.net
9f02254ff3 Bug 464767 - do not overwrite existing bookmarks if importBookmarksHTML is true but there's no bookmarks.html file (r=dietrich, a=beltzner) 2008-11-18 09:25:39 -08:00
Dave Townsend
0252592c22 Bustage fix from the badly applied patch from bug 463387 2008-11-18 16:03:34 +00:00
Dave Townsend
c83bd735ff Bug 463387: Add an API for getting web progress notifications for all tabs. r=enndeakin a1.9.1b2=beltzner 2008-11-18 10:53:25 +00:00
Ben Turner
7ee84f3a42 Bug 463573: PRBool misuse. r=sr=sicking, a1.9.1b2=beltzner 2008-11-18 11:28:13 +00:00
Dave Townsend
f65144ecfc Bug 463384: "Tabbed mode" is an unnecessary complication. r=mconnor 2008-11-18 10:11:43 +00:00
Chris Pearce
d3f76607a7 Bug 462878. Ensure that nsMediaStream::Close is only called on the main thread, and prevent reentrant Stop calls. r+sr=roc,a=beltzner 2008-11-18 21:19:32 +13:00
Mats Palmgren
0c316cb50f Bug 463537. Fix --disable-wave. r=kinetik,sr=roc,a=beltzner 2008-11-18 21:16:35 +13:00
Dão Gottwald
298848f98e Bug 462965 - Land disabled plugin and blocked plugin icons. a=beltzner 2008-11-18 09:14:25 +01:00
Dão Gottwald
9455c98212 Bug 456761 - URL Bar has no "level" attribute indicating secure URLs. r=gavin, a=beltzner 2008-11-18 09:10:54 +01:00
Robert O'Callahan
2f76e95c17 Bug 464811. Snap the anchor point to pixels using a method that guarantees the source rect and the subimage rect intersect. r+sr=dbaron 2008-11-18 20:48:46 +13:00
Daniel Holbert
de4e07999e Bug 465475: Shorten reftest 413292-1.html so that it doesn't time out 2008-11-17 23:20:54 -08:00
Masayuki Nakano
6c5cedabb5 Bug 462658 Folder drop down in Bookmarks contextual dialog cannot be closed r=ere, sr=roc, a=beltzner 2008-11-18 15:15:24 +09:00
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