Chris Jones
|
bb406b0002
|
Bug 625060: Make sure XRE_ShutdownChildProcess() actually does that on mac. r=bent a=b
--HG--
extra : rebase_source : b19e92d6a4f8300c19340b60936f63d58b9e9935
|
2011-02-01 13:53:53 -06:00 |
Chris Jones
|
a7284fdc02
|
Bug 625060: Process tasks that might otherwise have been ignored because of failed NS_DispatchToMainThread() early in startup. r=bent
--HG--
extra : rebase_source : 9dd4f31abc3fb00317719820b991424b89e6872b
|
2011-02-01 13:53:53 -06:00 |
Oleg Romashin
|
0e64eeb363
|
Bug 622474 - [QT] ipdlunittest does not work on Qt port r=dougt a=npodb
|
2011-01-05 15:48:21 +02:00 |
Luke Wagner
|
5afb29cf6f
|
Bug 609440, part 3 - remove fallible public APIs, update mozilla (r=bent,jst,mrbkap,waldo,sdwilsh)
|
2010-12-03 00:24:17 -08:00 |
Oleg Romashin
|
97c15514a0
|
Merge with mozilla central 2779c55431a4, no conflicts
|
2010-09-10 22:32:25 -07:00 |
Josh Aas
|
e46412c4e5
|
Bug 592951: Use 'posix_spawnp' to launch child processes on Mac OS X. r=ted a=blocking-b6+
|
2010-09-10 13:09:30 -04:00 |
Chris Jones
|
73d06dd06e
|
Bug 588911: Initialize gArgc/v earlier in XRE_InitParentProcess(). r=bent a=test-only
|
2010-08-19 14:50:17 -05:00 |
Josh Aas
|
edbe77fbdb
|
Backed out changeset 52388a9a6337, bug 592951. a=me
|
2010-09-08 18:19:51 -04:00 |
Josh Aas
|
2fb361872f
|
Bug 592951: Use 'posix_spawnp' to launch child processes on Mac OS X. r=ted a=blocking-b6+
|
2010-09-08 16:24:30 -04:00 |
Ted Mielczarek
|
1438d8780c
|
bug 559228 - Implement multi-process crash reporting on Mac. r=bsmedberg a=blocking
--HG--
extra : rebase_source : 83e8073a3c8e47f8fec39b123221f80db89941e7
|
2010-08-16 15:05:09 -04:00 |
Michael Wu
|
e52a8654b3
|
Bug 556644 - 8. Fix leak in child process, r=bsmedberg a=blocking2.0
|
2010-08-12 21:31:59 -07:00 |
Chris Jones
|
172d7954e3
|
Bug 583056: Have MessageLoop die before NS_LogTerm() so as to avoid spurious xpcom-dtor-from-static-context warnings. r=bent
|
2010-08-05 17:11:23 -05:00 |
Chris Jones
|
6bd3515680
|
Bug 578262: Clean up style in and remove build warnings from new-ishly merged e10s code. r=bsmedberg
--HG--
rename : dom/ipc/ContentProcessChild.cpp => dom/ipc/ContentChild.cpp
rename : dom/ipc/ContentProcessChild.h => dom/ipc/ContentChild.h
rename : dom/ipc/ContentProcessParent.cpp => dom/ipc/ContentParent.cpp
rename : dom/ipc/ContentProcessParent.h => dom/ipc/ContentParent.h
rename : dom/ipc/ContentProcessProcess.cpp => dom/ipc/ContentProcess.cpp
rename : dom/ipc/ContentProcessProcess.h => dom/ipc/ContentProcess.h
rename : dom/ipc/PIFrameEmbedding.ipdl => dom/ipc/PBrowser.ipdl
rename : dom/ipc/PContentProcess.ipdl => dom/ipc/PContent.ipdl
|
2010-07-19 13:33:33 -05:00 |
Benjamin Smedberg
|
dfed11844b
|
Merge mozilla-central, including the Electrolysis changes, into the branch for bug 568691.
|
2010-07-01 11:55:57 -04:00 |
Benjamin Smedberg
|
b54a384bb8
|
Merge mozilla-central into the branch for bug 568691, including fixup of the new jetpack binary module.
|
2010-06-25 19:41:09 -04:00 |
Benjamin Smedberg
|
4d7e3ff7df
|
Bug 568691 part A - register static and binary components using data tables rather than programmatic nsIComponentRegistrar methods. This part contains the important needs-review bits of the change: part B contains the mechanical changes to each module in order to actually get a working build. Part C will contain changes necessary to register JS components from .manifest files
|
2010-06-10 14:11:11 -04:00 |
Jason Duell
|
64ced830a1
|
Add a missing 'break' that caused assertion for e10s tree at startup. r=cjones
|
2010-06-29 00:08:35 -07:00 |
Doug Turner
|
c7c3407599
|
Merging with mozilla-central. Manually merged: content/canvas/src/nsCanvasRenderingContext2D.cpp ipc/ipdl/Makefile.in toolkit/toolkit-tiers.mk toolkit/xre/nsEmbedFunctions.cpp
--HG--
rename : gfx/thebes/src/gfxSharedImageSurface.cpp => gfx/thebes/gfxSharedImageSurface.cpp
rename : gfx/thebes/public/gfxSharedImageSurface.h => gfx/thebes/gfxSharedImageSurface.h
|
2010-06-28 16:33:19 -07:00 |
Doug Turner
|
6f853bbfda
|
Merged with MC. Hand merged netwerk/protocol/http/src/nsHttpHandler.cpp
also removed modules/plugin/default*
|
2010-05-17 08:59:15 -07:00 |
Chris Jones
|
93323859a7
|
Merge missed nsChromeRegistry change from m-c and fix busted content-process XPCOM/chromium event loop.
|
2010-05-14 01:41:14 -05:00 |
Chris Jones
|
7e423030fe
|
Followup to bug 528146 for dom/ipc, and revert chome registry merge.
--HG--
rename : dom/ipc/ContentProcessThread.cpp => dom/ipc/ContentProcessProcess.cpp
rename : dom/ipc/ContentProcessThread.h => dom/ipc/ContentProcessProcess.h
|
2010-05-13 18:44:53 -05:00 |
Chris Jones
|
fea6936df1
|
Merged m-c
|
2010-05-13 18:04:53 -05:00 |
Benoit Girard
|
7c3b2bbde3
|
Bug 528146: Run plug-in code on the thread that starts in main(). r=cjones
--HG--
rename : dom/plugins/PluginThreadChild.cpp => dom/plugins/PluginProcessChild.cpp
rename : dom/plugins/PluginThreadChild.h => dom/plugins/PluginProcessChild.h
rename : ipc/ipdl/test/cxx/IPDLUnitTestThreadChild.cpp => ipc/ipdl/test/cxx/IPDLUnitTestProcessChild.cpp
rename : ipc/ipdl/test/cxx/IPDLUnitTestThreadChild.h => ipc/ipdl/test/cxx/IPDLUnitTestProcessChild.h
|
2010-05-10 23:18:00 -05:00 |
Oleg Romashin
|
2a96eab718
|
Bug 553904 - Child tab process crashes on attempt to initialize child plugin process. r=bent.mozilla
|
2010-04-20 21:43:51 +03:00 |
Oleg Romashin
|
f3e3834d75
|
Merged with mozilla-central
|
2010-04-07 06:59:04 -04:00 |
Doug Turner
|
55aabe42b5
|
merge from m-c. manually merging modules/plugin/test/testplugin/nptest.cpp dom/plugins/PluginModuleChild.cpp.
|
2010-03-26 14:22:48 -07:00 |
Chris Jones
|
2e38d1fe43
|
Bug 544936, part 4: Move some common code for dealing with minidumps and .extra files into nsExceptionHandler. r=ted
|
2010-03-24 16:22:01 -05:00 |
Jim Mathies
|
60b7d64908
|
Bug 563381 - Sync AppUserModelID with plugin-container. r=bsmedberg.
|
2010-05-14 19:25:10 -05:00 |
Ben Newman
|
8543260519
|
Bug 516522 - CPOW: Cross-Process (JavaScript) Object Wrapper. r=mrbkap r=bent sr=jst
|
2009-11-06 12:43:39 -08:00 |
Doug Turner
|
fd0bcfee98
|
Merge with m-c
|
2010-03-18 21:53:17 -07:00 |
Chris Jones
|
b3ace4bc37
|
Backed out changeset bda8efa53512
|
2010-03-18 21:01:10 -05:00 |
Chris Jones
|
fed9cef751
|
Bug 551392: Remove hack made unnecessary by unified build tiers. r=ted
|
2010-03-18 17:52:38 -05:00 |
Chris Jones
|
b3ef4ccf41
|
Bug 551392: Remove subprocess minidumps after they're grabbed to avoid spurious crash detection. r=ted
|
2010-03-18 17:52:36 -05:00 |
Doug Turner
|
02a3a11d33
|
Merge with mc
|
2010-03-08 10:09:55 -08:00 |
Doug Turner
|
122766f8d7
|
Merge
|
2010-03-01 15:36:51 -08:00 |
Karl Tomlinson
|
6c6094a18b
|
b=517133 Get crash stats for X errors r=bsmedberg
|
2010-02-24 14:25:16 -08:00 |
Mark Banner
|
4bd0167366
|
Bug 550145 NS_APPSTARTUP_CONTRACTID should exist in nsToolkitCompsCID.h and not nsXPFEComponentsCID.h (kill nsXPFEComponentsCID.h). r=benjamin
|
2010-03-05 12:11:55 +00:00 |
Karl Tomlinson
|
4228c8586c
|
b=517133 Get crash stats for X errors r=bsmedberg
--HG--
extra : rebase_source : e9b2319a566ecb5a8a3cd6ba322df97e1ff3ffc8
|
2010-02-24 14:25:16 -08:00 |
Phil Ringnalda
|
a8b99cb413
|
Bug 552688 - Clean up .autoreg leftovers, r=bsmedberg
|
2010-03-13 00:03:27 -08:00 |
Chris Jones
|
1205a65069
|
Stub out OOP crashreporter on OS X. b=555714 r=josh
|
2010-03-30 13:32:53 -04:00 |
Benjamin Smedberg
|
8a8d9b2174
|
Bug 516515 - Don't initialize XPCOM in plugin processes, r=cjones
--HG--
rename : ipc/glue/GeckoThread.cpp => ipc/glue/MozillaChildThread.cpp
rename : ipc/glue/GeckoThread.h => ipc/glue/MozillaChildThread.h
|
2010-01-31 22:19:21 -05:00 |
Benjamin Smedberg
|
d6b2c74d12
|
Merge mozilla-central into electrolysis.
|
2010-02-01 15:30:27 -05:00 |
Chris Jones
|
685c8787e3
|
Backout 8d0ad9632fd2
|
2010-01-26 20:09:04 -06:00 |
Chris Jones
|
f6a25b2c48
|
Temporary debug spew for diagnosing Linux mochitest hang.
|
2010-01-22 12:53:18 -06:00 |
Oleg Romashin
|
559c0b1090
|
Bug 534644 - e10s: implement Qt ipc/chromium backend, part 2. r=benjamin.
|
2010-01-29 08:50:44 +02:00 |
Chris Jones
|
50c9bf29a3
|
bug 539552 - keep track of child process minidumps, offer pid based lookup API, write out .extra data in child minidump callback. r=ted,bsmedberg
|
2010-01-14 17:38:00 -05:00 |
Chris Jones
|
09869bd409
|
Bug 516759: Use OOP crash reporting in Gecko. r=luser
|
2010-01-12 15:14:38 -06:00 |
Benjamin Smedberg
|
7c8796b335
|
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
|
a1dd30bc20
|
Bug 535802 - disable the Windows JIT crash dialog when running mochitests, r=ted
|
2009-12-18 16:16:38 -05:00 |
Benjamin Smedberg
|
7e75d7eb22
|
Merge mozilla-central into electrolysis.
|
2009-12-14 21:27:17 -05:00 |