gecko-dev/dom/ipc
2017-02-14 18:10:03 -05:00
..
tests Bug 1324428 - Simplified preallocated process manager. r=billm 2017-02-01 13:34:24 +01:00
ColorPickerParent.cpp
ColorPickerParent.h
ContentBridgeChild.cpp Bug 1333917 - Make ContentBridge use endpoints, not bridges. r=kanru 2017-01-26 14:40:17 -08:00
ContentBridgeChild.h Bug 1333917 - Make ContentBridge use endpoints, not bridges. r=kanru 2017-01-26 14:40:17 -08:00
ContentBridgeParent.cpp Bug 1333917 - Make ContentBridge use endpoints, not bridges. r=kanru 2017-01-26 14:40:17 -08:00
ContentBridgeParent.h Bug 1333917 - Make ContentBridge use endpoints, not bridges. r=kanru 2017-01-26 14:40:17 -08:00
ContentChild.cpp Bug 1334572 - Move Activate/Deactivate messages from PBrowser to PContent (r=smaug) 2017-02-13 17:02:39 -08:00
ContentChild.h Bug 1334572 - Move Activate/Deactivate messages from PBrowser to PContent (r=smaug) 2017-02-13 17:02:39 -08:00
ContentParent.cpp Bug 1326245: Tell the child processes when we're in safe mode. r=smaug 2017-02-08 15:45:01 -08:00
ContentParent.h Bug 1335536 - File.createFromNsIFile and File.createFromFileName should be async - part 2 - code, r=smaug 2017-02-08 10:19:01 +01:00
ContentPrefs.cpp Bug 1335303 - Explicitly set up the bool var cache for BrowserFramesEnabled. r=smaug 2017-02-08 17:04:47 -08:00
ContentPrefs.h bug 1303096 - Stop sending sync messages soon after content process start-up r=billm 2017-02-05 00:52:38 -05:00
ContentProcess.cpp Bug 1326245: Tell the child processes when we're in safe mode. r=smaug 2017-02-08 15:45:01 -08:00
ContentProcess.h bug 1303096 - Stop sending sync messages soon after content process start-up r=billm 2017-02-05 00:52:38 -05:00
ContentProcessManager.cpp
ContentProcessManager.h
CPOWManagerGetter.h
CrashReporterChild.cpp
CrashReporterChild.h
CrashReporterParent.cpp
CrashReporterParent.h
DatePickerParent.cpp
DatePickerParent.h
DOMTypes.ipdlh
FilePickerParent.cpp
FilePickerParent.h
IdType.h
jar.mn
manifestMessages.js Bug 1234558 - Use icons from app manifest. r=marcosc, r=sebastian 2017-01-17 18:24:53 +00:00
MemoryReportRequest.cpp Add GPU process support to nsMemoryReportingManager. (bug 1321492 part 7, r=erahm) 2017-01-26 16:35:55 -08:00
MemoryReportRequest.h Remove PMemoryReportRequest. (bug 1321492 part 3, r=erahm) 2017-01-26 16:35:54 -08:00
MemoryReportTypes.ipdlh Move MaybeFileDesc out of PContent and into an IPDL header. (bug 1321492 part 5, r=erahm) 2017-01-26 16:35:54 -08:00
moz.build bug 1303096 - Stop sending sync messages soon after content process start-up r=billm 2017-02-05 00:52:38 -05:00
nsIContentChild.cpp Bug 1331743 - Create CrossProcessCpowHolder even if there is no message manager. r=smaug 2017-01-17 11:00:38 -08:00
nsIContentChild.h Bug 1318506 - Initialize TabChild in constructor message, not allocation (r=dvander) 2016-12-23 11:48:13 -08:00
nsIContentParent.cpp Bug 1331743 - Create CrossProcessCpowHolder even if there is no message manager. r=smaug 2017-01-17 11:00:38 -08:00
nsIContentParent.h
nsIHangReport.idl
PBrowser.ipdl Bug 1334572 - Move Activate/Deactivate messages from PBrowser to PContent (r=smaug) 2017-02-13 17:02:39 -08:00
PBrowserOrId.ipdlh
PColorPicker.ipdl
PContent.ipdl Bug 1334572 - Move Activate/Deactivate messages from PBrowser to PContent (r=smaug) 2017-02-13 17:02:39 -08:00
PContentBridge.ipdl Bug 1333917 - Make ContentBridge use endpoints, not bridges. r=kanru 2017-01-26 14:40:17 -08:00
PContentPermission.ipdlh
PContentPermissionRequest.ipdl
PCrashReporter.ipdl Replace GMP use of PCrashReporter with shmem-based annotations. (bug 1337518, r=billm) 2017-02-12 11:39:44 -08:00
PCycleCollectWithLogs.ipdl
PDatePicker.ipdl
PDocumentRenderer.ipdl
PermissionMessageUtils.cpp
PermissionMessageUtils.h
PFilePicker.ipdl
PPluginWidget.ipdl Backed out 5 changesets (bug 1338172) for linux crashtest failures a=backout 2017-02-14 14:31:54 -08:00
PProcessHangMonitor.ipdl
PreallocatedProcessManager.cpp Bug 1324428 - Simplified preallocated process manager. r=billm 2017-02-01 13:34:24 +01:00
PreallocatedProcessManager.h Bug 1324428 - Simplified preallocated process manager. r=billm 2017-02-01 13:34:24 +01:00
ProcessHangMonitor.cpp Bug 1328423 - Switch tab switch assertion to use AutoAssertNoContentJS (r=dvander) 2017-01-17 13:28:47 -08:00
ProcessHangMonitor.h Bug 1321052 - Convert ProcessHangMonitor to use endpoints. r=billm 2017-01-05 12:54:52 -08:00
ProcessHangMonitorIPC.h Bug 1321052 - Convert ProcessHangMonitor to use endpoints. r=billm 2017-01-05 12:54:52 -08:00
ProcessPriorityManager.cpp Bug 1313169 - Remove dom/inputmethod/ and related code. r=Ehsan 2016-12-20 16:32:12 -08:00
ProcessPriorityManager.h
PScreenManager.ipdl
PTabContext.ipdlh Bug 1328653 - Merging all the various *OriginAttributes to just one, r=huseby 2017-01-12 17:38:48 +01:00
PURLClassifier.ipdl
remote-test.js
ScreenManagerParent.cpp
ScreenManagerParent.h
ServiceWorkerConfiguration.ipdlh
StructuredCloneData.cpp
StructuredCloneData.h
TabChild.cpp Backed out 5 changesets (bug 1338172) for linux crashtest failures a=backout 2017-02-14 14:31:54 -08:00
TabChild.h Backed out 5 changesets (bug 1338172) for linux crashtest failures a=backout 2017-02-14 14:31:54 -08:00
TabContext.cpp Bug 1328653 - Merging all the various *OriginAttributes to just one, r=huseby 2017-01-12 17:38:48 +01:00
TabContext.h Bug 1328653 - Merging all the various *OriginAttributes to just one, r=huseby 2017-01-12 17:38:48 +01:00
TabMessageUtils.cpp
TabMessageUtils.h
TabParent.cpp bug 1339472 - keep a map from DocAccessibleParents to the actors themselves r=yzen 2017-02-14 18:10:03 -05:00
TabParent.h Bug 1328066 - Don't broadcast the live-resize events to all browser windows unnecessarily. r=mstange 2017-02-01 10:38:16 -05:00
test.xul
URLClassifierChild.cpp
URLClassifierChild.h
URLClassifierParent.cpp Bug 1325651 - Assume failure in case of early returns in a couple of places; r=bzbarsky 2016-12-31 11:40:49 -05:00
URLClassifierParent.h Bug 1325255 - Don't crash during shutdown if the deserialization of the principal fails; r=bkelly 2016-12-22 15:09:12 -05:00