Граф коммитов

223951 Коммитов

Автор SHA1 Сообщение Дата
Brendan Eich 4fff477344 Remove bogus assertion (452178). 2008-08-27 00:34:53 -07:00
David Anderson 3676e6620e Improved AMD64 out-of-range jumping, some cases are still broken though. Fixed i386 build. 2008-08-26 23:14:13 -07:00
David Anderson 33611b3116 Merge. 2008-08-26 21:51:12 -07:00
David Anderson d40e3e2637 Merge. 2008-08-26 21:47:10 -07:00
Andreas Gal 6163aeae57 Merge. 2008-08-26 21:46:21 -07:00
Andreas Gal 204334793f Add test case for decaying inner loops that sometimes are not executed at all since the condition fails pre-entry. 2008-08-26 21:45:53 -07:00
Andreas Gal 6be3aa4e8a Flag a side exit as loop exit only if the underlying loop condition actually targets the current loop header, otherwise treat it as a branch exit. This is required for inner loops where we unroll the first iteration but the loop condition immediately fails. If we report such exits as loop exits, no branch gets ever attached to them and we keep side-exiting over and over. 2008-08-26 21:43:59 -07:00
Brendan Eich 770aad9c3e Correct (but sadly a bit slower) property cache guarding (452140, r=shaver). 2008-08-26 21:26:10 -07:00
Brendan Eich e698afba81 Why wasn't this hunk in the .rej file, or else merged properly? 2008-08-26 21:05:17 -07:00
Brendan Eich 485ba8817a Bug 452340 - knownNative for num_toString (r=danderson). 2008-08-26 20:55:52 -07:00
David Anderson 2d7922178b Test case for bug 452340. 2008-08-26 20:02:59 -07:00
Brendan Eich 030d70e9c2 Added knownNative for num_toString (bug 452340, r=dvander). 2008-08-26 20:00:11 -07:00
Gavin Sharp 0d3babc47f Bug 439292: allow 'open in new tab/window' for mailto links if the registered handler is a web handler, patch by Natch <highmind63@gmail.com>, r=me 2008-08-26 20:20:41 -04:00
Gavin Sharp 262ed64011 Bug 452135: add nsBadCertHandler to packages-static, patch by Manish Singh <manish@flock.com>, r=me 2008-08-26 19:55:18 -04:00
Kai Engert d0b20483ee Bug 451420, Avoid calling OnSecurityChange unnecessarily
r=rrelyea
2008-08-27 01:54:41 +02:00
Gavin Sharp 0405a4b114 Backed out changeset 7fdbccdc1e94 2008-08-26 19:40:21 -04:00
Gavin Sharp 50b23aea5b Bug 452135: add nsBadCertHandler to packages-static, patch by Manish Singh <manish@flock.com>, r=me 2008-08-26 19:39:16 -04:00
Dave Camp 811acb9a9c Bug 442806: Use seperate, versioned caches for offline apps. r+sr=bz
* * *
2008-08-26 16:09:02 -07:00
Robert Sayre ca0099b934 Add some tests for loops that should exit trace. 2008-08-26 18:46:50 -04:00
Stuart Parmenter 08a93e328b bug 451193. link xulrunner-stub with jemalloc on linux. r=bsmedberg 2008-08-26 15:25:05 -07:00
David Anderson 22ff888277 Fixed crashing with the incremental allocation changes. Very long jumps are still a problem but at least now we assert. 2008-08-26 15:15:15 -07:00
Jim Blandy ca4d03de6e Place these libraries in EXTRA_LIBS, not LDFLAGS, so we can easily
capture them in the js-config script later.
2008-08-26 14:34:36 -07:00
Jim Blandy 892f4a0833 There is no 'pathsubst' function in GNU make. This assignment has
been around forever, and it's never done anything, so it should be
safe to delete.
2008-08-26 14:34:36 -07:00
Jim Blandy d736528e7b Minor doc fixes for GNU make conditionals in rules.mk. 2008-08-26 14:34:36 -07:00
Jim Blandy dd84e352fa Neaten up the handling of configure script regeneration in client.mk.
Add a new 'configure-files' target, just for updating
autoconf-generated files.
2008-08-26 14:34:35 -07:00
Jim Blandy a84f486bdf To allow altoptions.m4 to be shared by both the main Mozilla and the
SpiderMonkey build code, sincluding it shouldn't have any side
effects.  Since only Mozilla wants the side effect, move it to
Mozilla's aclocal.m4.
2008-08-26 14:34:35 -07:00
Robert Strong 7a5e967149 Bug 452174 - Make updater binary parent-pid command line arg optional. r=bsmedberg 2008-08-26 14:06:45 -07:00
Dave Camp e58223d9b5 Bug 450174: Remove static nsCAutoString usage from nsDOMOfflineResourceList. r+sr=bz 2008-08-26 13:31:48 -07:00
Andreas Gal 86a8d4a0d7 Merge. 2008-08-26 13:26:05 -07:00
Andreas Gal cafddb3b5c For global code assume that no slots are below the current frame. 2008-08-26 13:25:40 -07:00
Brendan Eich 2f6ca7c5d9 Align test order with mozilla-central to avoid merge conflicts (I hope). 2008-08-26 12:50:01 -07:00
Brendan Eich 9d8bf121be Fix TM assert on wikipedia (451806, r=mrbkap). 2008-08-26 12:49:10 -07:00
Brendan Eich 842ef46eb6 Fixed cases where argc varied between recording time and execution time (bug 451727; also warning fix fe54f7fb89d1 from tracemonkey). 2008-08-26 12:28:26 -07:00
Robert Kaiser 1a51b10681 bug 386906 - remove xpfe chrome registry, r=bsmedberg 2008-08-26 20:02:43 +02:00
Robert Kaiser b322b4b726 bug 451909, first step: error out if builds unset MOZ_XUL_APP, r=ted 2008-08-26 19:58:12 +02:00
Robert Kaiser a9c66a9011 bug 380786 - clean up xpfe/ after suite moving to toolkit - clean up xpfe/components, r=ted sr=Neil 2008-08-26 19:39:30 +02:00
Steven Michaud 2c8134bca7 Chrome test for bug 428405. b=428405 r=josh sr=roc 2008-08-26 12:08:34 -05:00
Boris Zbarsky 2925c78e4c Bug 449233. Assert when decrementing the jsdhash/pldhash recursion level past 0. r=dbaron,brendan, sr=dbaron 2008-08-26 13:02:04 -04:00
Simon Bünzli dbcccc0fbd Bug 451366: Convert chrome tests to browser tests. r=dietrich 2008-08-26 16:30:56 +01:00
Markus Stange df0d255fa3 Bug 432131: [10.4] Slight delay / flash / lag when window loses focus. r=josh, sr=roc 2008-08-26 13:41:23 +01:00
Neil Rashbrook 48d2794626 Bug 420310 Unable to display uncached unnamed full-page plugin r+sr=jst 2008-08-26 12:40:13 +01:00
Håkan Waara 6affac8c5d better way to make a xpcshell mac-only without any #ifdefs available. 2008-08-26 11:40:43 +02:00
Håkan Waara b6da968f97 Bug 442401 – nsILocalFile::IsPackage does not consider a Keynote bundle (.key) to be a package. r=josh, sr=roc 2008-08-26 11:17:13 +02:00
Igor Bukanov d9fffa685e bug 450392 - fixing -Wstrict-aliasing=2 warnings 2008-08-26 10:46:34 +02:00
Dave Townsend 08610cf2d2 Bug 430943: Add-ons manager displays Get Add-ons pane even when disabled. r=robstrong 2008-08-26 09:44:52 +01:00
Axel Hecht ca21ffc001 bug 451409, include license for russian dictionary in about:license, patch=unghost@mozilla-russia.org, r=gerv 2008-08-26 10:15:40 +02:00
Andreas Gal 656e0f845a Merge. 2008-08-26 01:01:24 -07:00
Andreas Gal 85e5f16fd6 When extending an outer tree from its nesting guard, the guard we actually exited on determines the typemap for the current frame and all inlined frames, whereas the nesting guard is consulted for all type information frames below the current frame. 2008-08-26 01:00:53 -07:00
Bernd 95b2e8f5bd CSS 2.1 compliance empty-cells does not apply in border-collapsed tables, initial patch by William Wedin, bug 392047, r/sr=roc 2008-08-26 09:59:34 +02:00
Marco Zehe 6022bfe136 Bug 451535 - Make nsHTMLImageAccessible return proper number of actions for images with longdescs, provide a name for opening the longdesc, not just an index, r=surkov 2008-08-26 09:39:17 +02:00