Commit Graph

18758 Commits

Author SHA1 Message Date
Armen Zambrano Gasparnian
92b7037646 Bug 451466 - wget target to get en-US binary, r=ted 2008-08-27 11:02:33 -04:00
Benjamin Smedberg
a28cb29d53 Bug 445570 - Mark CSSToken::mIdent heap autostring as we-know-what-we're-doing, r=dbaron 2008-08-27 10:58:50 -04:00
Neil Deakin
5b84dc9285 Bug 439565, crash with drag image not in document 2008-08-27 10:46:29 -04:00
Boris Zbarsky
9185cae9b6 Bug 452164. Make nsIWindowProvider scriptable. r+sr=jst 2008-08-27 08:11:51 -04:00
Neil Deakin
be65b4c8f2 Bug 356295, fix up tests caused by EventUtils.js switch to ClientRects instead of box objects 2008-08-27 08:08:41 -04:00
Neil Deakin
7ad96d6b3e Bug 356295. Implement HTML5 drag-drop. r=smaug,neil,sr=roc 2008-08-27 08:07:27 -04:00
Olli Pettay
824ddb7d91 Bug 445416, Scrolling keeps going on when mousedown on the scrollbarbutton and mouseup somewhere in scrollbar, r+sr=jst 2008-08-27 14:11:12 +03:00
Olli Pettay
60c17b973e Bug 452262, Crash [@ nsOggDecoder::Stop], r=chris.double, sr=roc 2008-08-27 13:13:24 +03:00
Kai Engert
b8236e96f8 Merge commit for backout d5a093d32472 2008-08-27 11:21:13 +02:00
Brendan Eich
4de45a4139 Fix upvar decompilation for eval-from-fun case. 2008-08-27 02:21:04 -07:00
Kai Engert
bdb0ae0ffc Backed out changeset d5a093d32472 2008-08-27 11:19:32 +02:00
Brendan Eich
fb2a1431d7 Fix another broken assert (452372). 2008-08-27 01:11:06 -07:00
Brendan Eich
9cb246a8fc Fix another broken assert (452372). 2008-08-27 01:10:44 -07:00
Brendan Eich
df16afe946 Correct (but sadly a bit slower) property cache guarding (452140, r=shaver). 2008-08-27 00:44:37 -07:00
Brendan Eich
cbb33d1a83 Remove bogus assertion (452178). 2008-08-27 00:41:57 -07:00
Brendan Eich
6c59f88abd Merge. 2008-08-27 00:36:57 -07:00
Brendan Eich
722ff40a11 Remove bogus assertion (452178). 2008-08-27 00:34:53 -07:00
David Anderson
d7c7f1645b 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
d030e910fb Merge. 2008-08-26 21:51:12 -07:00
David Anderson
8464bf22ba Merge. 2008-08-26 21:47:10 -07:00
Andreas Gal
7df899a9f5 Merge. 2008-08-26 21:46:21 -07:00
Andreas Gal
4f51cac33e 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
418b15eadd 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
ae9605be38 Correct (but sadly a bit slower) property cache guarding (452140, r=shaver). 2008-08-26 21:26:10 -07:00
Brendan Eich
a596a75f05 Why wasn't this hunk in the .rej file, or else merged properly? 2008-08-26 21:05:17 -07:00
Brendan Eich
ff1b59a197 Bug 452340 - knownNative for num_toString (r=danderson). 2008-08-26 20:55:52 -07:00
David Anderson
357f1d4e64 Test case for bug 452340. 2008-08-26 20:02:59 -07:00
Brendan Eich
e326b78b55 Added knownNative for num_toString (bug 452340, r=dvander). 2008-08-26 20:00:11 -07:00
Gavin Sharp
5634d58e82 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
41b54ee6e1 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
6d46c55975 Bug 451420, Avoid calling OnSecurityChange unnecessarily
r=rrelyea
2008-08-27 01:54:41 +02:00
Gavin Sharp
d9b7a7a51b Backed out changeset 7fdbccdc1e94 2008-08-26 19:40:21 -04:00
Gavin Sharp
6b325928cd 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
ace5a3bf61 Bug 442806: Use seperate, versioned caches for offline apps. r+sr=bz
* * *
2008-08-26 16:09:02 -07:00
Robert Sayre
4bd48080dc Add some tests for loops that should exit trace. 2008-08-26 18:46:50 -04:00
Stuart Parmenter
4061a65fe6 bug 451193. link xulrunner-stub with jemalloc on linux. r=bsmedberg 2008-08-26 15:25:05 -07:00
David Anderson
2a4faa131c 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
7633d7d0d6 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
468980d37c 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
75defb5bfd Minor doc fixes for GNU make conditionals in rules.mk. 2008-08-26 14:34:36 -07:00
Jim Blandy
dd450ca92a 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
131bb67d60 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
e4c9bca4fd Bug 452174 - Make updater binary parent-pid command line arg optional. r=bsmedberg 2008-08-26 14:06:45 -07:00
Dave Camp
e0dd073ae1 Bug 450174: Remove static nsCAutoString usage from nsDOMOfflineResourceList. r+sr=bz 2008-08-26 13:31:48 -07:00
Andreas Gal
c4af944fe9 Merge. 2008-08-26 13:26:05 -07:00
Andreas Gal
40796f4154 For global code assume that no slots are below the current frame. 2008-08-26 13:25:40 -07:00
Brendan Eich
7adb43eaa6 Align test order with mozilla-central to avoid merge conflicts (I hope). 2008-08-26 12:50:01 -07:00
Brendan Eich
b764cdd7da Fix TM assert on wikipedia (451806, r=mrbkap). 2008-08-26 12:49:10 -07:00
Brendan Eich
772be6e2bf 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
ea10cc6e87 bug 386906 - remove xpfe chrome registry, r=bsmedberg 2008-08-26 20:02:43 +02:00