gecko-dev/dom/ipc
2014-06-19 01:22:05 +08:00
..
tests Bug 983313 - Write crash events for plugin crashes and hangs (part 1: main changes). r=bsmedberg 2014-05-12 11:58:18 -07:00
AppProcessChecker.cpp Bug 1003306 - part 2 - use services::GetPermissionManager everywhere that's appropriate; r=ehsan 2014-04-29 13:27:26 -04:00
AppProcessChecker.h
Blob.cpp Bug 879475 - Part 002. Add an nsIContentChild api r=jlebar 2014-06-11 13:44:06 +08:00
Blob.h Bug 879475 - Part 002. Add an nsIContentChild api r=jlebar 2014-06-11 13:44:06 +08:00
ColorPickerParent.cpp Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj 2014-04-27 03:06:00 -04:00
ColorPickerParent.h
ContentBridgeChild.cpp Bug 879475 - Part 005. Implement ContentBridge r=jlebar 2014-06-11 13:44:13 +08:00
ContentBridgeChild.h Bug 879475 - Part 005. Implement ContentBridge r=jlebar 2014-06-11 13:44:13 +08:00
ContentBridgeParent.cpp Bug 879475 - Part 005. Implement ContentBridge r=jlebar 2014-06-11 13:44:13 +08:00
ContentBridgeParent.h Bug 879475 - Part 005. Implement ContentBridge r=jlebar 2014-06-11 13:44:13 +08:00
ContentChild.cpp Bug 1024470 - Make sure we run InitOnContentProcessCreated in all cases. r=khuey 2014-06-19 01:22:05 +08:00
ContentChild.h Bug 1010064 - Allow memory reports to be anonymized. r=bsmedberg. 2014-05-20 23:06:54 -07:00
ContentParent.cpp Bug 1024470 - Make sure we run InitOnContentProcessCreated in all cases. r=khuey 2014-06-19 01:22:05 +08:00
ContentParent.h Bug 1010064 - Allow memory reports to be anonymized. r=bsmedberg. 2014-05-20 23:06:54 -07:00
ContentProcess.cpp
ContentProcess.h
CrashReporterChild.cpp
CrashReporterChild.h
CrashReporterParent.cpp Bug 983313 - Write crash events for plugin crashes and hangs (part 1: main changes). r=bsmedberg 2014-05-12 11:58:18 -07:00
CrashReporterParent.h Bug 983313 - Write crash events for plugin crashes and hangs (part 1: main changes). r=bsmedberg 2014-05-12 11:58:18 -07:00
DOMTypes.ipdlh
FileDescriptorSetChild.cpp
FileDescriptorSetChild.h
FileDescriptorSetParent.cpp Bug 960774: Add ActorDestroy impl for all parent-side actors that don't have one. It will be required soon. r=bent 2014-05-02 13:44:13 -05:00
FileDescriptorSetParent.h Bug 960774: Add ActorDestroy impl for all parent-side actors that don't have one. It will be required soon. r=bent 2014-05-02 13:44:13 -05:00
FilePickerParent.cpp Bug 879475 - Part 005. Implement ContentBridge r=jlebar 2014-06-11 13:44:13 +08:00
FilePickerParent.h
jar.mn
Makefile.in
moz.build Bug 879475 - Part 005. Implement ContentBridge r=jlebar 2014-06-11 13:44:13 +08:00
nsICachedFileDescriptorListener.h
nsIContentChild.cpp Bug 879475 - Part 002. Add an nsIContentChild api r=jlebar 2014-06-11 13:44:06 +08:00
nsIContentChild.h Bug 1026535 - Fix mismatched class/struct tags. r=ehsan 2014-06-18 17:57:51 -07:00
nsIContentParent.cpp Bug 1024943 - Check IsContentParent() before use AsContentParent(). r=smaug 2014-06-14 15:32:24 +08:00
nsIContentParent.h Bug 1026535 - Fix mismatched class/struct tags. r=ehsan 2014-06-18 17:57:51 -07:00
nsIRemoteBlob.h
PBlob.ipdl Bug 879475 - Part 005. Implement ContentBridge r=jlebar 2014-06-11 13:44:13 +08:00
PBlobStream.ipdl
PBrowser.ipdl Bug 1026535 - Fix mismatched class/struct tags. r=ehsan 2014-06-18 17:57:51 -07:00
PColorPicker.ipdl
PCOMContentPermissionRequestChild.h
PContent.ipdl Bug 1010064 - Allow memory reports to be anonymized. r=bsmedberg. 2014-05-20 23:06:54 -07:00
PContentBridge.ipdl Bug 879475 - Part 005. Implement ContentBridge r=jlebar 2014-06-11 13:44:13 +08:00
PContentDialog.ipdl
PContentPermission.ipdlh
PContentPermissionRequest.ipdl
PCrashReporter.ipdl
PCycleCollectWithLogs.ipdl Bug 973090 - IPC remoting for child GC/CC logging. r=mccr8, r=bent 2014-05-13 13:13:00 -04:00
PDocumentRenderer.ipdl
PermissionMessageUtils.cpp
PermissionMessageUtils.h
PFileDescriptorSet.ipdl
PFilePicker.ipdl
PMemoryReportRequest.ipdl
PreallocatedProcessManager.cpp Bug 1009398: Close preallocated process when Nuwa is dead. r=khuey 2014-05-15 11:04:32 +08:00
PreallocatedProcessManager.h Bug 988689: redirect pref updates to the frozen Nuwa process to its forked child. r=khuey 2014-05-09 19:30:42 +08:00
preload.js
ProcessPriorityManager.cpp Bug 879475 - Part 001. Add an nsIContentParent api r=jlebar 2014-06-11 13:44:03 +08:00
ProcessPriorityManager.h
PTabContext.ipdlh
remote-test.js
StructuredCloneUtils.cpp
StructuredCloneUtils.h
TabChild.cpp Bug 879475 - Part 006. Fix http auth prompts for nested content processes r=honzab 2014-06-11 13:44:36 +08:00
TabChild.h Bug 879475 - Part 006. Fix http auth prompts for nested content processes r=honzab 2014-06-11 13:44:36 +08:00
TabContext.cpp
TabContext.h Bug 1026535 - Fix mismatched class/struct tags. r=ehsan 2014-06-18 17:57:51 -07:00
TabMessageUtils.cpp
TabMessageUtils.h
TabParent.cpp Bug 1024943 - Check IsContentParent() before use AsContentParent(). r=smaug 2014-06-14 15:32:24 +08:00
TabParent.h Bug 879475 - Part 006. Fix http auth prompts for nested content processes r=honzab 2014-06-11 13:44:36 +08:00
test.xul