gecko-dev/dom/ipc
Mike Conley 4b54fc5f74 Bug 1342927 - Fire a MozTabChildNotReady event on a frameloader if force-painting a tab without a TabChild. r=billm
MozReview-Commit-ID: D8vgvQ3MLJN

--HG--
extra : rebase_source : be427f57fdf227758bd2d55517c7f772b43d7d6d
2017-02-28 17:22:02 -05:00
..
tests Bug 1335539 - Get rid of nsIDOMWindowUtils.wrapDOMFile, r=smaug, r=Gijs 2017-03-03 09:42:54 +01:00
CPOWManagerGetter.h
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 1335539 - Get rid of nsIDOMWindowUtils.wrapDOMFile, r=smaug, r=Gijs 2017-03-03 09:42:54 +01:00
ContentChild.h Bug 1335539 - Get rid of nsIDOMWindowUtils.wrapDOMFile, r=smaug, r=Gijs 2017-03-03 09:42:54 +01:00
ContentParent.cpp Bug 1342927 - Fire a MozTabChildNotReady event on a frameloader if force-painting a tab without a TabChild. r=billm 2017-02-28 17:22:02 -05:00
ContentParent.h Bug 1342927 - Fire a MozTabChildNotReady event on a frameloader if force-painting a tab without a TabChild. r=billm 2017-02-28 17:22:02 -05:00
ContentPrefs.cpp Bug 1343665 part 1: Remove all mentions of about:config pref "layout.css.object-fit-and-position.enabled" from source files. r=mats 2017-03-02 10:04:00 -08:00
ContentPrefs.h Bug 1341890 - Fix line endings for ContentPrefs.h. r=billm 2017-02-24 10:23:53 -08: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
DOMTypes.ipdlh
DatePickerParent.cpp
DatePickerParent.h
FilePickerParent.cpp Bug 1339871 - Splitting dom/file/File.{h,cpp}, r=smaug 2017-02-16 18:26:38 +01:00
FilePickerParent.h
IdType.h
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
PBrowser.ipdl Bug 1338241 - Part 2: Simplify the in large allocation process logic, r=smaug 2017-02-17 12:00:45 -05:00
PBrowserOrId.ipdlh
PColorPicker.ipdl
PContent.ipdl Bug 1342927 - Fire a MozTabChildNotReady event on a frameloader if force-painting a tab without a TabChild. r=billm 2017-02-28 17:22:02 -05: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
PCycleCollectWithLogs.ipdl
PDatePicker.ipdl
PDocumentRenderer.ipdl
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 Bug 1342927 - Fire a MozTabChildNotReady event on a frameloader if force-painting a tab without a TabChild. r=billm 2017-02-28 17:22:02 -05:00
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 Bug 1288633 - Add more information when an URL matches Safe Browsing list. r=dragana,francois 2017-02-21 09:46:36 +08:00
PURLClassifierInfo.ipdlh Bug 1288633 - Add more information when an URL matches Safe Browsing list. r=dragana,francois 2017-02-21 09:46:36 +08:00
PermissionMessageUtils.cpp
PermissionMessageUtils.h
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 1342927 - Fire a MozTabChildNotReady event on a frameloader if force-painting a tab without a TabChild. r=billm 2017-02-28 17:22:02 -05: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
ProcessPriorityManager.h
ScreenManagerParent.cpp
ScreenManagerParent.h
ServiceWorkerConfiguration.ipdlh
StructuredCloneData.cpp
StructuredCloneData.h
TabChild.cpp Bug 1340904 - Implement telemetry scroll tracking in C++ r=smaug 2017-03-02 00:51:40 -05:00
TabChild.h Bug 1338241 - Part 2: Simplify the in large allocation process logic, r=smaug 2017-02-17 12:00:45 -05: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 1342927 - Fire a MozTabChildNotReady event on a frameloader if force-painting a tab without a TabChild. r=billm 2017-02-28 17:22:02 -05:00
TabParent.h Bug 1342927 - Fire a MozTabChildNotReady event on a frameloader if force-painting a tab without a TabChild. r=billm 2017-02-28 17:22:02 -05:00
TelemetryScrollProbe.cpp Bug 1340904 - Implement telemetry scroll tracking in C++ r=smaug 2017-03-02 00:51:40 -05:00
TelemetryScrollProbe.h Bug 1340904 - Implement telemetry scroll tracking in C++ r=smaug 2017-03-02 00:51:40 -05:00
URLClassifierChild.cpp Bug 1288633 - Add more information when an URL matches Safe Browsing list. r=dragana,francois 2017-02-21 09:46:36 +08:00
URLClassifierChild.h Bug 1288633 - Add more information when an URL matches Safe Browsing list. r=dragana,francois 2017-02-21 09:46:36 +08:00
URLClassifierParent.cpp Bug 1288633 - Add more information when an URL matches Safe Browsing list. r=dragana,francois 2017-02-21 09:46:36 +08:00
URLClassifierParent.h
jar.mn
manifestMessages.js Bug 1234558 - Use icons from app manifest. r=marcosc, r=sebastian 2017-01-17 18:24:53 +00:00
moz.build Bug 1340904 - Implement telemetry scroll tracking in C++ r=smaug 2017-03-02 00:51:40 -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
remote-test.js
test.xul