Commit Graph

215743 Commits

Author SHA1 Message Date
Chris Jones
24d63fc634 Bug 545757: Don't post replies to the IO thread after a connection error. r=bent 2010-02-11 17:33:53 -06:00
Jason Duell
03c74db413 Print "child|parent" for dumps in xpcshell tests to disambiguate process output. r=jwalden 2009-11-11 23:01:04 -08:00
Benjamin Smedberg
fab2d98e23 Revert the incorrect portion of bug 543788 which was landed in electrolysis without final review.
--HG--
extra : rebase_source : e91a8f11604d11d669aca6e19c83629bc3f47f80
2010-02-11 15:50:57 -05:00
Chris Jones
ae64801a4a Fix windows build 2010-02-11 15:22:44 -06:00
Chris Jones
521cf44d80 Bug 544345: Mochitest of plugin hangs. r=bsmedberg 2010-02-11 14:32:19 -06:00
Chris Jones
73b6263434 Bug 544345: Kill plugins if they exceed the hang timeout. r=bsmedberg 2010-02-11 14:32:18 -06:00
Chris Jones
e7d4687beb Bug 545053: IPDL/C++ test of hang detector. 2010-02-11 14:32:17 -06:00
Ben Turner
c38a2c6616 Bug 545053: Implement IPC hang detection for windows. r=jimm 2010-02-11 12:19:21 -08:00
Jim Mathies
545241bd7c Bug 538918 - Fix for bug 545338, don't drop into WaitForNotify() when spin loop unwinds. r=bent. 2010-02-11 14:03:24 -06:00
Jason Duell
b2c871b279 Add run_test_in_child() and do_load_child_test_harness() xpcshell functions (bug 521922). r=bent sr=ted
Add necko 'unit_ipc' test directory under e10s, plus simple HTTP test.
2009-10-17 00:05:27 -07:00
Jim Mathies
ca9673adc9 Bug 538918 - Move Init() above mutex unlock - attempted test hang fix. 2010-02-11 11:25:39 -06:00
Chris Jones
1d3d3b182e Bug 545591: Temporary workaround. 2010-02-11 00:48:33 -06:00
Jim Mathies
3d2edc50da Bug 538918 - Don't delete gNeuteredWindows until the stack unwinds. 2010-02-10 22:51:05 -06:00
Chris Jones
617be9e842 Bug 544882, bug 545312: Only tell glib that work is pending if there has been a pollin or timer expiration. Merged from chromium latest, r=chromium 2010-02-10 22:04:56 -06:00
Jim Mathies
f0e6e5fa63 Bug 538918 - Don't test the stack depth on entering WaitForNotify(). r=cjones. 2010-02-10 20:30:21 -06:00
Chris Jones
1db388196b Log "schlepping drawable" messages as PLUGIN_LOG_DEBUG. no r=, trivial 2010-02-10 17:17:33 -06:00
Benjamin Smedberg
029d0604a9 Followup to bug 538918 - Don't leak gNeuteredWindows, r=jimm 2010-02-10 17:18:19 -05:00
Chris Jones
74de44eeb5 Bug 545338: Make the IPC hang detector tolerate spurious wake-ups. Possibly temporary. irc-r=jimm 2010-02-10 15:41:44 -06:00
Benjamin Smedberg
2134b2c165 Merge last of bustage fixup from the plugin UI to electrolysis. 2010-02-10 14:25:01 -05:00
Benjamin Smedberg
3913348852 Followup to bug 541446 - nsIEnvironment.set will intentionally leak a string when you call it because that is required by the PR_SetEnv API. Make that string something which is not tracked by our leak detector
--HG--
extra : rebase_source : 2bdaf8d6ce3a8d093c107eeb9a4b2d4643ba0136
2010-02-10 12:57:46 -05:00
Benjamin Smedberg
221d69205f Followup to bug 543086 - PBBUILD isn't set until you include config.mk, use PBBUILD_BIN instead 2010-02-10 12:40:53 -05:00
Benjamin Smedberg
e9c74dd112 Leak fix for bug 539843. Make sure that .cleanup() is called in all the error conditions so that the pending-submit list is cleaned up. r=Mossop 2010-02-10 12:20:37 -05:00
Benjamin Smedberg
018e91c891 Merge bustage fixes from mozilla-central into electrolysis. 2010-02-10 09:21:50 -05:00
Mark Banner
7546a30a33 Bustage fix following bug 541594 - revert NS_strtok change that appears to be causing hangs and fix ini parser to work as intended. rs=dolske 2010-02-10 11:55:18 +00:00
Justin Dolske
acd1bf506a Bustage fix for bug 541594. 2010-02-10 02:01:44 -08:00
Phil Ringnalda
9c82b25efe Fix typo to trigger builds
--HG--
extra : rebase_source : 526e64cfda9d8e3e591cfa4c77352a63c20f7f52
2010-02-09 21:39:02 -08:00
Jim Mathies
859d87c158 Bug 538918 - follow up patch: IsMessagePending should use PeekMessage, not the stacks for detection. 2010-02-09 22:47:44 -06:00
Jonathan Kew
5267acf1ed Bug 543976 followup - workaround because preprocessor.pl can be overly fussy about the form of #if conditions. 2010-02-09 19:35:39 -08:00
Benjamin Smedberg
8015642d58 Merge mozilla-central into electrolysis. 2010-02-09 21:22:09 -05:00
Justin Dolske
adfef16c66 Bustage fix for bug 540532. 2010-02-09 18:11:08 -08:00
Ms2ger
6c085e2d14 Bug 368994 - move mochitest tests near the code they test in the tree; Removing moved files.
r=sayrer.
2010-02-10 02:15:36 +01:00
Serge Gautherie
3fb4dd722a Bug 117440 - remove usages of DEBUG_PRINTF in favor of NS_ASSERTION/NS_WARNING; (Ev1) <xpcwrappednativescope.cpp> remove unused |#ifdef + NS_WARNING()| case.
r=jst.
2010-02-10 02:13:45 +01:00
Justin Dolske
6eb9a66d10 Bug 538910 - Plugins: Need a "plugin crashed" UI. r=gavin, ui-r=faaborg, icon=shorlander 2010-02-09 17:05:32 -08:00
Justin Dolske
bd1cdede6a Bug 539848 - Make in-content plugin problem UI look better. r=gavin
--HG--
rename : toolkit/mozapps/plugins/content/missingPlugin.xml => toolkit/mozapps/plugins/content/pluginProblem.xml
rename : toolkit/mozapps/plugins/content/missingPluginBinding.css => toolkit/mozapps/plugins/content/pluginProblemBinding.css
rename : toolkit/themes/pinstripe/mozapps/plugins/missingPlugin.css => toolkit/themes/pinstripe/mozapps/plugins/pluginProblem.css
rename : toolkit/themes/winstripe/mozapps/plugins/missingPlugin.css => toolkit/themes/winstripe/mozapps/plugins/pluginProblem.css
2010-02-09 17:05:32 -08:00
Justin Dolske
41a1ce46d1 Bug 541755 - Add ability to remove notification bar without triggering animation. r=enn 2010-02-09 17:05:31 -08:00
Justin Dolske
efed813bd9 Bug 540532 - allow setting report submission preference via XPCOM. r=gavin, r=ted 2010-02-09 17:05:31 -08:00
Justin Dolske
3e1253bd35 Bug 541594 - extend nsIINIParser to allow writing INI files. p=dolske+benjamin, r=benjamin, r=dolske 2010-02-09 17:05:31 -08:00
Ted Mielczarek
264dc95781 Bug 541446 - sort out details of where OOP minidumps should wind up. r=benjamin
--HG--
rename : modules/plugin/test/mochitest/test_crash_notify.xul => modules/plugin/test/mochitest/test_crash_notify_no_report.xul
2010-02-09 17:05:31 -08:00
Ted Mielczarek
38218420d5 bug 539843 - Need a mechanism for plugin crashed UI to trigger crash report submission. r=dtownsend
--HG--
rename : toolkit/crashreporter/content/crashes.js => toolkit/crashreporter/CrashSubmit.jsm
2010-02-09 17:05:31 -08:00
Ted Mielczarek
2a33518c3c Bug 541076 - add minidump id and plugin name to PluginCrashed event. p=ted+dolske, r=jst, r=ted 2010-02-09 17:05:31 -08:00
Justin Dolske
5dc97f65d8 Bug 539828 - Need CSS pseudoclass for crashed plugins. r=dbaron 2010-02-09 17:05:31 -08:00
Mats Palmgren
4ca497e3c1 Add toolkit/mozapps/readstrings/Makefile. b=545257 r=not-needed 2010-02-10 01:58:14 +01:00
Boying Lu
0ce3c7810f Bug 542187 - replace double quote with single quote, r=ted 2010-02-09 16:47:48 -08:00
Ben Turner
570c11c39c Bustage fix 2010-02-09 16:12:41 -08:00
Chris Jones
d88c179be1 Bug 540004, part 3: Add a ShouldContinue() interface to IPDL actors that allows them to decide how a hang should be treated. r=bent 2010-02-09 18:02:55 -06:00
Chris Jones
4d42ce54b3 Bug 540004, part 2: Detect hangs while awaiting synchronous IPC replies (on POSIX). r=bent 2010-02-09 18:02:54 -06:00
Chris Jones
188261c0b2 Bug 540004, part 1: Various and sundry trivial refactorings. r=bent 2010-02-09 18:02:53 -06:00
David Dahl
cce526cb1a Bug 534079: Sub chunks are incorrectly applied in some cases. r=Tony Chang 2010-02-09 15:48:51 -08:00
Dan Witte
cf1ed17091 Fix failing test. 2010-02-09 15:42:44 -08:00
Chris Jones
1c373c0edd Fix linux bustage. 2010-02-09 17:04:06 -06:00