gecko/dom/ipc
Mike Conley eb4205771e Bug 1066812 - Set AbortOnError in the ContentProcess on initialization. r=billm.
This will cause the content process to take itself down in the event that it
loses communication with the parent process. This case is particularly
important for the case where the parent process crashes while the content
process is blocked or busy on the main thread, as the content process will
no longer continue to exist as a zombie process, but will shut down after
a short delay.
2015-02-13 14:10:56 -05:00
..
tests Bug 1087646 - Add a test. r=smaug 2015-02-24 12:54:40 -08:00
AppProcessChecker.cpp Bug 1114890 - Use TabParent::GetFrom everywhere. r=billm 2015-02-05 16:47:32 -05:00
AppProcessChecker.h
Blob.cpp Bug 939509 - File constuctor should use lastModified attribute, r=bz 2015-02-07 18:29:22 +00:00
BlobChild.h Bug 701634 - Support IndexedDB in Workers, r=khuey+baku. 2014-12-16 22:26:15 -08:00
BlobParent.h Bug 701634 - Support IndexedDB in Workers, r=khuey+baku. 2014-12-16 22:26:15 -08:00
ColorPickerParent.cpp Bug 1114890 - Use TabParent::GetFrom everywhere. r=billm 2015-02-05 16:47:32 -05:00
ColorPickerParent.h
ContentBridgeChild.cpp Bug 1132153 - Replace 'using namespace base' with specific using-declarations. r=dholbert 2015-02-11 15:01:26 -05:00
ContentBridgeChild.h Bug 1123461 - Make a real interface for js/ipc (r=dvander) 2015-01-26 13:32:18 -08:00
ContentBridgeParent.cpp Bug 1132153 - Replace 'using namespace base' with specific using-declarations. r=dholbert 2015-02-11 15:01:26 -05:00
ContentBridgeParent.h Bug 1123461 - Make a real interface for js/ipc (r=dvander) 2015-01-26 13:32:18 -08:00
ContentChild.cpp Bug 1066812 - Set AbortOnError in the ContentProcess on initialization. r=billm. 2015-02-13 14:10:56 -05:00
ContentChild.h Bug 1133594 - Add support for message manager process scripts (r=smaug) 2015-02-19 17:13:02 -08:00
ContentParent.cpp Bug 1133594 - Add support for message manager process scripts (r=smaug) 2015-02-19 17:13:02 -08:00
ContentParent.h Bug 1133594 - Add support for message manager process scripts (r=smaug) 2015-02-19 17:13:02 -08:00
ContentProcess.cpp
ContentProcess.h
ContentProcessManager.cpp Back out Bug 1127201 (part 1) for various problems. 2015-02-06 15:05:08 -08:00
ContentProcessManager.h Bug 1102060 - Part1: Add two new functions to get TabParent in ContentProcessManager by given ContentParentId and TabId. r=kanru 2015-02-03 16:03:29 +08:00
CPOWManagerGetter.h Bug 1123461 - Make a real interface for js/ipc (r=dvander) 2015-01-26 13:32:18 -08:00
CrashReporterChild.cpp
CrashReporterChild.h
CrashReporterParent.cpp Bug 1132153 - Replace 'using namespace base' with specific using-declarations. r=dholbert 2015-02-11 15:01:26 -05:00
CrashReporterParent.h
DOMTypes.ipdlh
FilePickerParent.cpp Bug 1114890 - Use TabParent::GetFrom everywhere. r=billm 2015-02-05 16:47:32 -05:00
FilePickerParent.h Bug 1121673: Use move references in IPDL. r=bent 2015-01-16 11:58:52 -08:00
IdType.h
jar.mn Bug 995394: Removed parts of BrowserElementPanning.js that are only used when APZ is disabled and added that to a separte file BrowserElementPanningAPZDisabled.js r=botond, a=RyanVM 2015-02-25 13:33:21 -05:00
moz.build Bug 984050 - Persist ServiceWorkerRegistrations. r=bent, r=nsm 2015-02-11 06:53:00 -05:00
nsICachedFileDescriptorListener.h
nsIContentChild.cpp Bug 1133594 - Hide nsFrameMessageManager::sChildProcessManager (r=smaug) 2015-02-19 17:12:38 -08:00
nsIContentChild.h Bug 1121673: Use move references in IPDL. r=bent 2015-01-16 11:58:52 -08:00
nsIContentParent.cpp Back out Bug 1127201 (part 1) for various problems. 2015-02-06 15:05:08 -08:00
nsIContentParent.h Bug 1121673: Use move references in IPDL. r=bent 2015-01-16 11:58:52 -08:00
nsIHangReport.idl Bug 1118618 - [e10s] Slow script/plugin hang UI (r=mrbkap,mconley,bent) 2015-01-16 18:34:47 -08:00
nsIRemoteBlob.h
PBlob.ipdl Bug 701634 - Support IndexedDB in Workers, r=khuey+baku. 2014-12-16 22:26:15 -08:00
PBlobStream.ipdl Bug 701634 - Support IndexedDB in Workers, r=khuey+baku. 2014-12-16 22:26:15 -08:00
PBrowser.ipdl Bug 1130455 - Remove the ScrollingBehavior code to propagate APZ and use gfxPrefs instead. r=roc,fabrice 2015-02-26 08:47:01 -05:00
PBrowserOrId.ipdlh
PColorPicker.ipdl
PContent.ipdl Bug 1133594 - Add support for message manager process scripts (r=smaug) 2015-02-19 17:13:02 -08:00
PContentBridge.ipdl Bug 1109884 - Stop using intr messages in PContent (r=bent) 2015-01-28 11:53:46 -08:00
PContentDialog.ipdl
PContentPermission.ipdlh
PContentPermissionRequest.ipdl
PCrashReporter.ipdl
PCycleCollectWithLogs.ipdl
PDocumentRenderer.ipdl
PermissionMessageUtils.cpp
PermissionMessageUtils.h
PFilePicker.ipdl
PMemoryReportRequest.ipdl
post-fork-preload.js Bug 970307: Part 3: Reinitialize modules after fork. r=fabrice 2014-12-18 17:01:33 +08:00
PPluginWidget.ipdl Bug 1132874 - Improve PPluginWidget shutdown logic. r=aklotz 2015-02-19 07:05:12 -06:00
PProcessHangMonitor.ipdl Bug 1118618 - [e10s] Slow script/plugin hang UI (r=mrbkap,mconley,bent) 2015-01-16 18:34:47 -08:00
PreallocatedProcessManager.cpp Follow-up to bug 1073081 - Fix the non-unified build bustage 2014-12-13 10:26:22 -05:00
PreallocatedProcessManager.h
preload.js Bug 995394: Removed parts of BrowserElementPanning.js that are only used when APZ is disabled and added that to a separte file BrowserElementPanningAPZDisabled.js r=botond, a=RyanVM 2015-02-25 13:33:21 -05:00
ProcessHangMonitor.cpp Bug 1114890 - Use TabParent::GetFrom everywhere. r=billm 2015-02-05 16:47:32 -05:00
ProcessHangMonitor.h Bug 1118618 - [e10s] Slow script/plugin hang UI (r=mrbkap,mconley,bent) 2015-01-16 18:34:47 -08:00
ProcessHangMonitorIPC.h Bug 1118618 - [e10s] Slow script/plugin hang UI (r=mrbkap,mconley,bent) 2015-01-16 18:34:47 -08:00
ProcessPriorityManager.cpp Bug 1119277 - Remove the process CPU priority parameter and simplify all the associated code. r=khuey, r=dhylands 2015-02-26 12:43:22 +01:00
ProcessPriorityManager.h
PScreenManager.ipdl Bug 1102060 - Part2: Change the way to send/rcv for ScreenForBrowser. r=smaug 2015-02-03 16:03:28 +08:00
PTabContext.ipdlh Bug 1130455 - Remove the ScrollingBehavior code to propagate APZ and use gfxPrefs instead. r=roc,fabrice 2015-02-26 08:47:01 -05:00
remote-test.js
ScreenManagerParent.cpp Bug 1102060 - Part2: Change the way to send/rcv for ScreenForBrowser. r=smaug 2015-02-03 16:03:28 +08:00
ScreenManagerParent.h Bug 1102060 - Part2: Change the way to send/rcv for ScreenForBrowser. r=smaug 2015-02-03 16:03:28 +08:00
StructuredCloneUtils.cpp Bug 966439 - BroadcastChannel API - patch 7 - Blob supported, r=bent 2015-01-15 16:58:41 +00:00
StructuredCloneUtils.h
TabChild.cpp Bug 1075670 - Fix PuppetWidget calculations wrt client offset. r=smaug 2015-02-04 04:00:28 -08:00
TabChild.h Bug 1130455 - Remove the ScrollingBehavior code to propagate APZ and use gfxPrefs instead. r=roc,fabrice 2015-02-26 08:47:01 -05:00
TabContext.cpp Bug 1130455 - Remove the ScrollingBehavior code to propagate APZ and use gfxPrefs instead. r=roc,fabrice 2015-02-26 08:47:01 -05:00
TabContext.h Bug 1130455 - Remove the ScrollingBehavior code to propagate APZ and use gfxPrefs instead. r=roc,fabrice 2015-02-26 08:47:01 -05:00
TabMessageUtils.cpp
TabMessageUtils.h
TabParent.cpp Bug 1075670 - Use previous function for calculating process offset. r=smaug 2015-02-24 11:06:57 -08:00
TabParent.h Bug 1075670 - Cleanup content process widget-chrome behavior. r=smaug 2015-01-30 15:55:27 -08:00
test.xul