gecko-dev/dom/ipc
2016-05-05 01:44:59 -07:00
..
tests Bug 1250453 - Remove DOMApplicationRegistry.allAppsLaunchable property and related testing API. r=myk 2016-03-14 16:29:11 +00:00
AppProcessChecker.cpp Bug 1262590 - [e10s] AppProcessChecker.cpp has DEUBG typo preventing DEBUG messages. r=mconley 2016-04-15 16:40:00 +02:00
AppProcessChecker.h
Blob.cpp Backed out changeset 85ce8cb0639a (bug 1268313) 2016-04-29 14:21:16 +02:00
BlobChild.h Bug 1173320 - patch 1/8 - Implement Directory object as string and not as BlobImpl, r=smaug 2016-03-20 11:56:10 +01:00
BlobParent.h
BrowserConfiguration.ipdlh
ColorPickerParent.cpp Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug 2016-01-30 09:05:36 -08:00
ColorPickerParent.h
ContentBridgeChild.cpp Backed out changeset 4bcb784492bb (bug 1268313) 2016-04-29 14:21:18 +02:00
ContentBridgeChild.h Bug 1263235, part 2 - Make PContent::AsyncMessage and PContentBridge::AsyncMessage's data argument last. r=smaug 2016-04-09 06:50:59 -07:00
ContentBridgeParent.cpp Backed out changeset 4bcb784492bb (bug 1268313) 2016-04-29 14:21:18 +02:00
ContentBridgeParent.h Backed out changeset 4bcb784492bb (bug 1268313) 2016-04-29 14:21:18 +02:00
ContentChild.cpp Bug 1268313: Part 1 - Be explicit about which NewRunnableMethod callers want to be able to cancel. r=froydnj 2016-05-05 01:44:59 -07:00
ContentChild.h Back out 3 changesets (bug 1263799) for bustage. 2016-05-02 11:38:55 -07:00
ContentParent.cpp Bug 1269961 - Collect more telemetry on content process crashes (r=jimm,mconley) 2016-05-04 15:09:50 -07:00
ContentParent.h Bug 1269961 - Collect more telemetry on content process crashes (r=jimm,mconley) 2016-05-04 15:09:50 -07:00
ContentProcess.cpp Bug 1236108: Modify sandbox initialization code to use directory service to obtain content process temp directory; r=bobowen,haik 2016-03-08 11:02:27 -08:00
ContentProcess.h
ContentProcessManager.cpp
ContentProcessManager.h
CPOWManagerGetter.h
CrashReporterChild.cpp
CrashReporterChild.h
CrashReporterParent.cpp Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj 2016-04-25 17:23:21 -07:00
CrashReporterParent.h
DOMTypes.ipdlh Bug 1173320 - patch 1/8 - Implement Directory object as string and not as BlobImpl, r=smaug 2016-03-20 11:56:10 +01:00
extensions.js
FilePickerParent.cpp Bug 1173320 - patch 1/8 - Implement Directory object as string and not as BlobImpl, r=smaug 2016-03-20 11:56:10 +01:00
FilePickerParent.h Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj 2016-04-25 17:23:21 -07:00
IdType.h
jar.mn
manifestMessages.js
moz.build
nsICachedFileDescriptorListener.h
nsIContentChild.cpp Bug 1263235, part 2 - Make PContent::AsyncMessage and PContentBridge::AsyncMessage's data argument last. r=smaug 2016-04-09 06:50:59 -07:00
nsIContentChild.h Bug 1263235, part 2 - Make PContent::AsyncMessage and PContentBridge::AsyncMessage's data argument last. r=smaug 2016-04-09 06:50:59 -07:00
nsIContentParent.cpp Bug 1263235, part 2 - Make PContent::AsyncMessage and PContentBridge::AsyncMessage's data argument last. r=smaug 2016-04-09 06:50:59 -07:00
nsIContentParent.h Bug 1267550 (part 2) - Rename MOZ_WARN_UNUSED_RESULT as MOZ_MUST_USE. r=froydnj. 2016-04-27 14:16:50 +10:00
nsIHangReport.idl
nsIRemoteBlob.h
NuwaChild.cpp Bug 1268432: Replace |Task| with |Runnable| in B2G code r=fabrice 2016-05-02 10:27:15 -07:00
NuwaChild.h
NuwaParent.cpp Bug 1259294: Part 2 - Use MOZ_ALWAYS_SUCCEEDS. r=froydnj 2016-03-28 10:28:15 -07:00
NuwaParent.h
PBlob.ipdl
PBlobStream.ipdl
PBrowser.ipdl Bug 1268688 - Start browser API for frames swapping to HTML. r=bz 2016-05-03 14:58:03 -05:00
PBrowserOrId.ipdlh
PColorPicker.ipdl
PContent.ipdl Bug 1218080 - Don't send the url to the parent process when opening new windows, because it is not actually used. r=smaug 2016-05-03 18:15:07 +03:00
PContentBridge.ipdl Bug 1263235, part 2 - Make PContent::AsyncMessage and PContentBridge::AsyncMessage's data argument last. r=smaug 2016-04-09 06:50:59 -07:00
PContentDialog.ipdl
PContentPermission.ipdlh
PContentPermissionRequest.ipdl
PCrashReporter.ipdl
PCycleCollectWithLogs.ipdl
PDocumentRenderer.ipdl
PermissionMessageUtils.cpp
PermissionMessageUtils.h
PFilePicker.ipdl Bug 1173320 - patch 1/8 - Implement Directory object as string and not as BlobImpl, r=smaug 2016-03-20 11:56:10 +01:00
PMemoryReportRequest.ipdl
PNuwa.ipdl
PPluginWidget.ipdl
PProcessHangMonitor.ipdl Bug 1164931 - Clear hangs when they're over (r=mrbkap) 2016-04-07 17:15:26 -07:00
PreallocatedProcessManager.cpp Bug 1268432: Replace |Task| with |Runnable| in B2G code r=fabrice 2016-05-02 10:27:15 -07:00
PreallocatedProcessManager.h
preload.js
ProcessHangMonitor.cpp Bug 1268313: Part 2 - Replace some NewRunnableMethods with NS_NewNonOwningRunnableMethod. r=froydnj 2016-05-05 01:44:59 -07:00
ProcessHangMonitor.h
ProcessHangMonitorIPC.h
ProcessPriorityManager.cpp Bug 1238160 - Set tab context's isolation from frame attr. r=smaug 2016-03-02 10:35:56 -06:00
ProcessPriorityManager.h
PScreenManager.ipdl
PTabContext.ipdlh Bug 1238160 - Set frame type on TabContext. r=billm,mayhemer 2016-03-02 10:35:56 -06:00
remote-test.js
ScreenManagerParent.cpp
ScreenManagerParent.h
StructuredCloneData.cpp Bug 1174624 - Add PortIdentifier copy code in order to communicate with same process. r=baku 2016-02-15 19:43:00 +01:00
StructuredCloneData.h Bug 1174624 - Add the Transferable parameter into SendAsyncMessage of nsFrameMessageManager. r=baku 2016-01-31 22:48:00 +01:00
TabChild.cpp Bug 1268688 - Start browser API for frames swapping to HTML. r=bz 2016-05-03 14:58:03 -05:00
TabChild.h Bug 1268688 - Start browser API for frames swapping to HTML. r=bz 2016-05-03 14:58:03 -05:00
TabContext.cpp Bug 1268688 - Start browser API for frames swapping to HTML. r=bz 2016-05-03 14:58:03 -05:00
TabContext.h Bug 1268688 - Start browser API for frames swapping to HTML. r=bz 2016-05-03 14:58:03 -05:00
TabMessageUtils.cpp
TabMessageUtils.h
TabParent.cpp Bug 1267718 - Add a nsPIDOMWindow::GetScriptableParentOrNull method. r=bz 2016-04-25 15:17:32 +01:00
TabParent.h Bug 1257759 part.5 PluginInstanceChild should post received native key event to chrome process if the key combination may be a shortcut key r=jimm 2016-04-19 20:09:37 +09:00
test.xul