Benjamin Smedberg
570f731f49
Merge mozilla-central to electrolysis.
2010-01-07 22:11:14 -05:00
Benjamin Smedberg
869fa2a2d8
Merge mozilla-central to electrolysis.
2010-01-06 11:27:39 -05:00
Benjamin Smedberg
75601d4658
Merge mozilla-central to Electrolysis.
2010-01-05 13:18:08 -05:00
Johnathan Nightingale
b0ab558420
Bug 530898 - DLL Blocklist rdolib.dll r=sicking
2010-01-05 08:44:29 -05:00
Jonas Sicking
e09ecb5df0
Bug 530914: Blocklist version 8.8.8.8 of fgjk4wvb.dll. Suspected malware that is crashing us. r=johnath
2010-01-05 14:31:06 -08:00
Benjamin Smedberg
2c8597f9a3
Merge mozilla-central into electrolysis.
2009-12-22 16:23:41 -05:00
Makoto Kato
509edbae6d
Bug 537489 - nsSigHandler.cpp should use _M_IX86 instead of _M_IA32, r=bsmedberg
2010-01-05 14:11:51 -05:00
jacek@codeweavers.com
f44b968374
Compilation fix for bug 533035 (r=bsmedberg).
2009-12-21 10:28:15 -10:00
Benjamin Smedberg
c85b1e45a9
Merge mozilla-central to electrolysis
2009-12-21 10:22:07 -05:00
Robert Sayre
d6ed0e0b28
Merge mozilla-central to tracemonkey.
2009-12-20 16:25:20 -05:00
Gijs Kruitbosch
177f1cac8d
Bug 515792 - use hg parent, as few times as possible, rather than lots of hg identify, r=ted.mielczarek
2009-12-20 15:25:48 +01: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
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
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
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
ffeebc91f0
Merge mozilla-central into electrolysis
2009-12-16 08:38:42 -05:00
Ginn Chen
e876f1d1eb
534845 KDE/Gnome startup notification not disappearing for the first time startup (needsRestart) r=bsmedberg
2009-12-16 19:22:36 +08:00
Benjamin Smedberg
daab3b8125
Merge mozilla-central into electrolysis.
2009-12-15 20:31:04 -05:00
Benjamin Smedberg
2010a569bb
Merge mozilla-central into electrolysis.
2009-12-14 21:27:17 -05:00
Benjamin Smedberg
ed517f92fc
Bug 534701 - Make linkage work even in static builds (where nsEmbedFunctions.cpp is not built) r=cjones, a=bz for a CLOSED TREE
2009-12-14 14:13:00 -08:00
Johnathan Nightingale
c558db40e1
Bug 519344 - Blocklist antique, unversioned instances of GoogleDesktopNetwork3.dll to prevent crashes. a=blocking-firefox3.6 r=vlad
2009-12-14 11:37:11 -05:00
Benjamin Smedberg
a819191110
End the electrolysis-plugins-only branch: merge in the remaining changes from electrolysis head in preparation for pushing to mozilla-central.
2009-12-14 09:56:08 -05:00
Benjamin Smedberg
999be86ac2
Merge mozilla-central into electrolysis.
2009-12-14 08:01:18 -05:00
Ted Mielczarek
7fe14c4436
bug 514188 - sync to breakpad revision 463 to pick up Linux client rewrite (Mozilla changes). r=bsmedberg
...
--HG--
rename : toolkit/crashreporter/google-breakpad/src/common/mac/dwarf/Makefile.in => toolkit/crashreporter/google-breakpad/src/common/dwarf/Makefile.in
extra : rebase_source : 64c09b14945060aac4fa3a02a4281148e99d5097
2009-12-14 06:55:31 -05:00
Benjamin Smedberg
422b4b28d2
Merge mozilla-central into electrolysis. One code change was required: in nsDocShell::CreateStaticClone I replaced EnsureDocShell with MaybeCreateDocShell.
2009-12-12 13:38:25 -05:00
Andreas Gal
f02162a25b
Extensions/libraries/plugins might enable FPU/SSE2 exceptions, causing floating-point operations to crash (533035, r=robarnold,bsmedberg).
2009-12-17 13:56:12 -08:00
Chris Jones
6e91459a40
bug 532983: fix invalid memory reads caused by regressions in shutdown behavior. r=bsmedberg
2009-12-07 00:03:49 -06:00
Chris Jones
ba122c592e
fix some leaks found by valgrind. r=trivial
2009-12-04 18:15:44 -06:00
Benjamin Smedberg
b55b15dccf
Merge additional changes from electrolysis and mozilla-central into the electrolysis-plugins-only tracking branch.
...
--HG--
branch : electrolysis-plugins-only
2009-12-04 11:42:28 -05:00
Benjamin Smedberg
767eb11cb4
Merge mozilla-central into electrolysis
2009-12-04 11:28:50 -05:00
Chris Jones
4572a1920a
bug 529005: detect child process shutdowns vs. crashes, and expose this information to IPDL actors in a new |ActorDestroy(why)| interface. also ensure that subprotocol actors are notified of shutdown and cleaned up properly. r=bsmedberg r=bent
2009-12-03 02:16:28 -06:00
Brian Crowder
3506b796bf
Bug 519316 - better math and comments for early remote-start code, r=dolske
2009-12-03 08:14:27 -08:00
Mook
41da46c080
Bug 538056 - Signal handler for FPU exception is broken for Windows x64, r=m_kato,bsmedberg
...
toolkit/xre/nsSigHandlers.h:
define x86 constants also for msvc x86-64
toolkit/xre/nsSigHandlers.cpp:
Take into account different structure names for win64
2009-12-29 01:48:02 -08:00
stefanh@inbox.com
7d4f529566
Bug 530064 - Firefox can't open local files with space character(s) in file name. r=josh.
2010-01-18 19:24:55 +01:00
Gabriele Best
4d534d62de
Bug 531532 - Crash for profiles with a non-existent non-relative profile location. r=bsmedberg a=beltzner
2009-12-02 20:00:56 +01:00
Benjamin Smedberg
c9f41df4e3
Remove makefile and glue bits which support out of process tabs on the electrolysis-plugins-only branch.
...
--HG--
branch : electrolysis-plugins-only
2009-11-30 14:44:38 -05:00
Jonas Sicking
b7071bfb1d
Skidmark for bug 524944 r=bsmedberg
2009-12-17 21:54:02 -08:00
Jonas Sicking
b8149289a3
Backed out changeset 4c88c8839a46 due to redness
2009-12-17 22:34:52 -08:00
Jonas Sicking
f3a8c685bd
Skidmark for bug 524944 r=bsmedberg
2009-12-17 21:54:02 -08:00
Benjamin Smedberg
7a581148bc
Merge mozilla-central into Electrolysis.
2009-11-24 10:06:03 -05:00
Ted Mielczarek
f8fa72d34f
bug 531135 - rewrite build-list.pl in Python to fix race conditions with locking. r=bsmedberg
2009-12-14 06:55:40 -05:00
Ted Mielczarek
c2b264398f
bug 514188 - sync to breakpad revision 437 to pick up Linux client rewrite (Mozilla changes). r=bsmedberg
2009-12-14 06:55:31 -05:00
Benjamin Smedberg
8f0adb5fe2
Don't use a static nsCString (causing leaks in the plugin process). Also, use NS_LogInit/NS_LogTerm for the child process so that leaks are reported at the right time.
2009-11-19 17:57:56 -05:00
Benjamin Smedberg
737515b2c8
Merge mozilla-central into electrolysis.
2009-11-19 12:41:46 -05:00
Johnathan Nightingale
95f6323202
Bug 531337 - Blocklist hook.dll - frequent bystander in timeGetTime crashes. r=bsmedberg a=blocking-firefox3.6
2009-12-02 09:31:08 -05:00
Johnathan Nightingale
8f2f143350
Bug 525103 - Generate initial list of DLLs to Blocklist
2009-11-20 16:41:29 -05:00
Chris Jones
59177d397f
fix brain-dead cjones bug. no r=, trivial
2009-11-17 16:18:06 -06:00
Benjamin Smedberg
17cf638aac
Merge mozilla-central into electrolysis.
2009-11-11 12:35:42 -05:00
Chris Jones
0807e5c7e2
bug 527871: fix shutdown assertion and leaking TestShellParent. still leaking ContentProcessParent's GeckoChildProcess, but needs discussion before fixing
2009-11-11 02:34:08 -06:00
Jonathan Griffin
ffd9106373
Bug 519570. Log leaks for child processes in separate files, and handle them in automation.py. r=bsmedberg
2009-11-10 11:16:12 -08:00
Johnathan Nightingale
54c1e2bb3f
Bug 527125 - Blocklist calc.dll v1.0.0.1 r=vlad a=beltzner
2009-12-01 13:39:12 -05:00
Brian Crowder
00844eb2f8
Bug 519316 - faster remote starting for WinCE, r=mfinkle, blocking-fennec=blassey
2009-12-01 07:45:35 -08:00
Mark Finkle
501dec72eb
Bug 533017 - Bring Fennec to the top when clicking on it from the hildon desktop [r=stuart]
2009-12-10 17:00:19 -05:00
Benjamin Smedberg
281b9fd4a8
Merge from mozilla-central.
2009-11-06 09:54:28 -05:00
Ben Turner
312e78c79d
Fix command line initialization on windows
2009-11-04 17:34:22 -08:00
Chris Jones
728e83ca1a
a non-MOZ_IPC function fell in with the wrong crowd
2009-11-04 10:50:13 -06:00
Chris Jones
affe2a4e94
bug 526397: fix up command line init. no r=, minor
2009-11-03 23:12:18 -06:00
Vladimir Vukicevic
a27e1b6398
b=527122; fix for dll blocklist sporadic tinderbox crashes; r=shaver
2009-11-10 14:34:41 -08:00
Chris Jones
bbf04a4991
bug 525169: remove superfluous test-harness. no r=, removing testing code only
2009-10-29 00:56:24 -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
Benjamin Smedberg
2efe22a0e4
Merge only plugin changes from e10s to mozilla-central.
2009-12-16 09:19:07 -05:00
Benjamin Smedberg
ce3386b2d4
Electrolysis-plugin-only bookkeeping commit.
2009-12-15 20:33:05 -05:00
Benjamin Smedberg
eba77abeb6
Merge mozilla-central into e10s.
2009-10-28 11:32:00 -04:00
Chris Jones
4f942a96f2
bug 523761: give top-level IPDL actors handles to each others' processes. r=bent
2009-10-27 16:52:37 -05:00
Benjamin Smedberg
15de24f35e
Merge mozilla-central to electrolysis.
2009-10-20 12:08:28 -04:00
Ben Turner
e17ebd68f9
Fix lingering error from changing IPDL methods from returning nsresult to bool
2009-10-19 13:03:22 -07:00
Daniel Holbert
16d6c9d4d9
Bug 521677: Use fputs instead of printf/fprintf in a few cases, to fix "format not a string literal and no format arguments" build warnings. r=dbaron
2009-10-19 08:03:00 -07:00
Benjamin Smedberg
47962706bf
Bug 523097 - Turn off MOZ_IPC for platforms where we currently don't build, and fix up ifdefs so that everything builds
...
--HG--
extra : rebase_source : 9da68ad54e7c378a4c9bbaac7b2166630827ec60
2009-10-19 09:55:03 -04:00
Chris Jones
373c019990
bug 521324: call the multi-threaded GLib initialization function. r=karlt
2009-10-19 11:28:42 -05:00
Makoto Kato
8974e4e157
b=526735, STATUS_DLL_NOT_FOUND not present in Vista SDK; r=vlad
2009-11-05 12:23:06 -08:00
Vladimir Vukicevic
f17555ab6c
b=524904, add support for generic Windows DLL blocklist; r=shaver
2009-11-03 22:35:20 -08:00
Neil Rashbrook
7849cfdd09
Bug 525725 -help crashes [@ LoadPlatformDirectory] r=bsmedberg
2009-11-04 21:34:16 +00:00
Jim Mathies
f8ffd3bcb1
back out changeset 41c421f97869
2009-11-04 11:02:59 -06:00
Vladimir Vukicevic
4023e1ce21
b=524904, add support for generic Windows DLL blocklist; r=shaver
2009-11-03 22:35:20 -08:00
Benjamin Smedberg
fa058fc1f1
Merge mozilla-central to electrolysis to pick up bug 515436.
2009-10-12 10:51:38 -04:00
Chris Jones
be2f5f8cbe
bug 521445: band-aid to stop an assertion failure when plugin processes shut down
2009-10-09 13:05:51 -05:00
Chris Jones
e8012b2b92
Bug 516759: Use OOP crash reporting in Gecko. r=luser
...
--HG--
extra : rebase_source : 1949d23a5ce0c15c266d9e67e6a6be7d650a51df
2010-01-12 15:14:38 -06:00
Chris Jones
2aef5d8f98
Bug 516759: Implement Linux client/server for OOP minidump generation requests. r=luser
...
--HG--
extra : rebase_source : 51cafc94af98f10e6f94652262ce00a5d0c9db5a
2010-01-12 15:14:37 -06:00
Chris Jones
826a18e082
bug 518126, part 2: add infrastructure for C++ tests of IPDL-generated code. r=ted,bsmedberg
2009-10-06 13:02:26 -05:00
Ben Turner
62534891fc
Merge mozilla-central
2009-10-05 16:08:52 -07:00
Romain BEZUT
0c1bd6f118
Bug 458631 - Misalignment in --help command line. r=gavin
2009-10-09 12:50:42 +02:00
Robert Strong
75d676942c
Bug 513958 - Firefox silently fails to start if %APPDATA% variable is missing. r=jmathies, r=bsmedberg
2009-10-08 20:03:09 -07:00
David Dahl
5faa48b6e3
Bug 526623: Send channel with crash data. r=dtownsend
2009-11-13 15:05:14 -08:00
Josh Aas
b9ea59d446
Backed out changeset 88b83c564d3c
2009-11-13 07:22:28 -05:00
Josh Aas
953c7cb963
Get rid of FSRef usage in XRE_GetBinaryPath. Also resolve cached paths when initializing from CFURL sources. b=506812 r=vlad
2009-11-13 05:24:41 -05:00
Benjamin Smedberg
d44f878b56
Merge mozilla-central into Electrolysis.
2009-09-18 16:47:18 -04:00
Lubos Lunak
84d4f7d790
Bug 416053 - Desktop startup notification not disappearing when app window is up (Linux). r=bsmedberg
2009-10-08 06:52:59 +02:00
Vivien Nicolas
3a3b5233b1
Bug 519468: matchOS is read from default prefs at startup [r=benjamin]
2009-11-02 13:04:45 -05:00
Mark Finkle
d41a3897bb
Bug 525701: X-Osso-Service doesn't match Vendor.Name in application.ini [r=dougt]
2009-11-01 17:13:01 -05:00
Jacek Caban
c68655211b
Bug 530314 - TestXREMakeCommandLineWin.cpp compilation fails on mingw due to unsupported wmain, r=ted
2009-12-13 09:44:15 -08:00
Makoto Kato
c59b27822d
2nd parameter of Gestalt() is SInt32, not long. 64-bit fix. b=514996 r=josh
2009-09-18 12:37:22 -04:00
Benjamin Smedberg
30bd4e4e51
Bug 516515 - Don't initialize XPCOM in plugin processes, r=cjones
...
--HG--
extra : rebase_source : cab356b862a66fb7f5955b1f936944f2395bba3c
2010-02-03 17:17:09 -05:00
Chris Jones
2cf5171772
Bug 540116: By default, unblock the parent process if a child crashes in a DEBUG build that uses ah_crap_handler(). Set MOZ_DONT_UNBLOCK_PARENT_ON_CHILD_CRASH=1 to restore old behavior. r=bsmedberg
2010-01-27 22:23:16 -06:00
Mitchell Field
9bf8383b06
Bug 513924 - "remove tons of options from configure" [r=ted.mielczarek r=benjamin]
...
--HG--
extra : rebase_source : 2ca44f54f550507248b41c69c883090c389db419
2009-09-15 13:06:32 -04:00
Ehsan Akhgari
611a93a130
Bug 510881 - Entering Private Browsing via command line shows tabs from previous session; r=mconnor,bsmedberg
2009-09-15 14:42:01 +04:30
Ginn Chen
5850a36863
Bug 492326 Make symbol nspr_use_zone_allocator to be global r=bsmedberg
2009-09-15 15:02:51 +08:00
bhsieh@mozilla.com
be1800b20f
Bug 511761 - Only use compatibility.ini (not .autoreg, or stat()s) to invalidate fastloads and other caches (r=bsmedberg, RELAND WITH TEST FIX)
2009-10-15 23:32:29 -07:00
L. David Baron
109f8eeb81
Fix valgrind warning about passing uninitialized act->sa_mask to sigaction. (Bug 538013) r=gal
2010-01-07 08:51:16 -05:00