Robert Sayre
e308a08ec8
Bustage fix for non-JIT builds. Following up bug 474500.
2009-12-19 07:46:35 -05:00
Jeff Walden
d508d43134
Bug 533035 - Linux64 bustage fix, try two -- looks like other systems aren't picking up the <stdint.h> include mine is. Or something. r=redness
...
--HG--
extra : rebase_source : 6aff511af4a1744fab88e698735feb984ac15362
2009-12-18 22:29:13 -05:00
gal@uci.edu
d8d110c024
Bug 474500 - TM: Need an API to flush and (optionally?) deallocate the code cache per thread. r=dvander
2009-12-18 21:34:20 -05:00
Jeff Walden
66374cb378
Bug 533035 - Linux64 bustage fix. r=redness, apparent(ly correct) bustage fix now, real-r later
2009-12-18 21:28:19 -05:00
Chris Jones
d6c43ac3f9
bug 535867: fix threadsafety problem causing windows tinderbox error. r=trivial
2009-12-18 18:09:56 -06:00
Benjamin Smedberg
5819548d46
Followup to bug 535802, make it work on Linux too by passing around the program name from argv[0]
2009-12-18 17:14:53 -05:00
Benjamin Smedberg
cfc6020e91
Bug 535802 - disable the Windows JIT crash dialog when running mochitests, r=ted
2009-12-18 16:16:38 -05:00
Jonathan Griffin
7acda4d6cc
Bug 535564. Remove log file after all processes are closed, may fix random orange.
2009-12-18 10:27:34 -08:00
Nicholas Nethercote
0a83128602
Bug 516347 - nanojit: avoid premature regalloc state updates in the i386 backend. r=edwsmith,dvander.
...
--HG--
extra : convert_revision : e7b2c0d805eb61ca0ead9402f8a01f6bb85de29f
2009-12-18 12:39:16 +11:00
Benjamin Smedberg
5cb66dd785
Bug 535298: Cancel the NotifyMaybeChannelError event if the AsyncChannel is destroyed, and allow AsyncChannel::Close() to be called after a channel error (e.g. child process crash). r=cjones
2009-12-17 18:12:03 -06:00
Chris Jones
4b8c5aece2
bug 535298: IPDL unit test for use-after-free crashes after RPC errors. r=test-only
2009-12-17 18:12:01 -06:00
Benjamin Smedberg
15b231055d
Bug 534736, and perhaps some others: parent crash within mozilla::plugins::PPluginInstanceParent::DestroySubtree, r=cjones
2009-12-17 16:39:22 -05:00
Nicholas Nethercote
387808d7b9
Bug 527178 - NJ: all our efforts at handling valid displacements are defeated (take 2a). r=graydon,gal.
...
--HG--
extra : convert_revision : c2be4b89e09d6dd1b8c83b14240d00d57c084419
2009-12-18 08:24:39 +11:00
Benjamin Smedberg
f748cd0b75
Re-enable test_crashing.html on the electrolysis branch to see how random/reproducible it is.
2009-12-17 13:11:49 -05:00
Benjamin Smedberg
e5c0bed1ab
Merge mozilla-central to electrolysis.
2009-12-17 13:09:48 -05:00
Benjamin Smedberg
a69cc72ca3
Electrolysis with tabs support.
2009-12-17 13:08:45 -05:00
Josh Aas
76e1222110
Stop storing xpconnect status in the plugin tag, it isn't used any more. b=535502 r=roc
2009-12-17 12:22:46 -05:00
Olli Pettay
8503825001
Bug 534502 - No autoscroll in print preview anymore, r=mconnor
...
--HG--
extra : rebase_source : c182076b6ce400d7adc0b2fd0e518793bdfd5ced
2009-12-17 18:39:19 +02:00
Dão Gottwald
fb30c7b8e4
Bug 343396 - Merge Stop and Reload buttons when they are adjacent. ui-r=faaborg, r=mconnor
2009-12-17 17:46:05 +01:00
Robert O'Callahan
a0eeb78969
Bug 526216 - mochitest-browser-chrome: crash in nsObjectFrame::IsOpaque while running browser_pluginnotification.js and test_crashing.html, r=josh
...
--HG--
extra : rebase_source : 3f5677e9af8e5b9d54ac394d62cf8528487efa94
2009-12-17 09:56:24 -05:00
Chris Cooper
37e5ff2e6c
Bug 511967 - Upload partial mars when they exist - r=ted.mielczarek
2009-12-17 10:25:36 -05:00
Dão Gottwald
3857ad9562
browser_354894.js debug spew
2009-12-17 14:55:55 +01:00
Robert Longson
da1e4a0b96
Bug 534841 - filter feFunc[RGBA] does not default omitted attributes correctly. r=roc
2009-12-17 11:00:54 +00:00
Henri Sivonen
3b37fbc386
Bug 535499 - Copy the return state over when loading HTML5 tokenizer state from another tokenizer. rs=sicking.
2009-12-17 12:15:08 +02:00
Nicholas Nethercote
fd4721f7f0
Bug 532566 - nanojit: tweak const printing with TMFLAGS. r=edwsmith.
...
--HG--
extra : convert_revision : 2b1dc08843b7d6a92ee5b010f5bec267c1f54305
2009-12-17 13:50:07 +11:00
Benjamin Smedberg
0177a8612f
Merge plugin changes from electrolysis to mozilla-central.
2009-12-16 19:06:54 -05:00
Benjamin Smedberg
81d1a656ea
No-op Electrolysis plugins only.
2009-12-16 19:04:36 -05:00
Benjamin Smedberg
211d3738cb
Merge mozilla-central to electrolysis.
2009-12-16 19:02:20 -05:00
Armen Zambrano Gasparnian
cb57bf9fa4
Bug 531275 - add the platform parameter to generate l10n nightly snippets r=coop,nthomas
2009-12-16 18:34:28 -05:00
Benjamin Smedberg
4164f7bfc5
Bug 518924 - Implement NPN_AsyncCallback r=cjones
2009-12-16 17:27:18 -05:00
Doug Turner
54346be057
Bug 535338 - UpdateVisibility should call VisibilityFullyObscured when clip is zero. r=roc
2009-12-16 14:08:14 -08:00
Benjamin Smedberg
e222906462
Mark the two tests random on Windows which are causing problems, bug 524732 (reverting http://hg.mozilla.org/mozilla-central/rev/9f7c1fa9b2de to random-if instead of fails-if)
2009-12-16 16:14:22 -05:00
Josh Aas
df4585ba38
Fix plugin host so that idle event timer can QI correctly and make the callback. b=535357 r=smichaud
2009-12-16 15:54:16 -05:00
Dão Gottwald
a47ca33ffe
Bug 535104 - With the search bar removed from the toolbar, Ctrl+K still unhides the toolbar in full screen mode. r=rflint
2009-12-16 21:27:42 +01:00
Jim Mathies
c29fca907b
Bug 533529 - Use credentials instead of context for sspi init check. r-bz.
2009-12-16 14:11:51 -06:00
Benjamin Smedberg
e9b0ccabad
Bug 532751 - Notify the nsNPAPIPlugin and the related nsNPAPIPluginInstances when a plugin crashes so that reloading will create a new plugin process, r=josh
2009-12-16 15:08:45 -05:00
Dietrich Ayala
ea1d1d7c7b
Backout of bug 532147 and bug 532146 due to test failure.
2009-12-16 11:02:10 -08:00
Benjamin Smedberg
74a9effa13
e10s merge bits snuck in again :-(
2009-12-16 13:52:11 -05:00
Benjamin Smedberg
034a3dbae0
Reland the changes from mozilla-central that I accidentally reverted in revision 5c9ee961025c
2009-12-16 13:37:14 -05:00
Benjamin Smedberg
8b96e5d187
Added tag last-mozilla-central for changeset dba2abb7db57
2009-12-16 13:27:55 -05:00
Benjamin Smedberg
d83593c09a
No-op merge mozilla-central tip back to Electrolysis, keeping tab-specific changes.
2009-12-16 12:51:31 -05:00
Steven Michaud
8e34b3a5a2
Bug 396680: [10.5] Crash on attempt to print to unreachable printer. r=josh
2009-12-16 10:45:53 -06:00
Jonathan Kew
e96ca9e720
Bug 534919: do not inherit font from ZWNJ to adjacent character. r=roc
2009-12-16 15:47:12 +00:00
Benjamin Smedberg
d829863ff8
Merge backout of revision 08e208698ef0, bug 533688 because of Tinderbox orange.
2009-12-16 10:32:57 -05:00
Benjamin Smedberg
437c9354fb
Backed out changeset 08e208698ef0: Bug 533688 (Firefox 3.6 failed to start with AT-SPI2 0.1.3) because of consistent orange on Mac/Linux:
...
1001 ERROR TEST-UNEXPECTED-FAIL | chrome://mochikit/content/a11y/accessible/test_events_doc.html | Test timed out.
1011 ERROR TEST-UNEXPECTED-FAIL | chrome://mochikit/content/a11y/accessible/test_events_draganddrop.html | [SimpleTest/SimpleTest.js, window.onerror] An error occurred - nsIAccessibleEvent is not defined at chrome://mochikit/content/a11y/accessible/events.js:766
and subsequent errors and leaks
2009-12-16 10:31:14 -05:00
Ted Mielczarek
57f6ed3438
Backed out bug 514188 - sync to breakpad revision 437. The Linux update broke stuff badly (bug 535071)
2009-12-16 09:30:39 -05:00
Ted Mielczarek
b78f976ee8
Backed out bug 514188 - sync to breakpad revision 437. The Linux update broke stuff badly (bug 535071)
...
Backed out changeset 09e8d73fda8b
2009-12-16 09:28:50 -05:00
Ted Mielczarek
ff96823d9d
Backed out bug 514188 - sync to breakpad revision 437. The Linux update broke stuff badly (bug 535071)
2009-12-16 09:27:33 -05:00
Ted Mielczarek
8465978f1f
Backout bug 514188 - sync to breakpad revision 437, the Linux update broke things badly (bug 535071)
...
Backed out changeset 2138d22ff018
2009-12-16 09:26:43 -05:00
Benjamin Smedberg
2efe22a0e4
Merge only plugin changes from e10s to mozilla-central.
2009-12-16 09:19:07 -05:00