gecko-dev/dom/ipc
Kagami Sascha Rosylight a267a9ea0c Bug 1686194 - Fire pagetitlechanged when initialized with an empty string r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D102054
2021-01-28 17:24:09 +00:00
..
fuzztest Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
jsactor Bug 1677466 - Move ParamTraits specializations with extra dependencies out of IPCMessageUtils.h. r=mccr8 2020-12-10 11:09:21 +00:00
tests Bug 1686194 - Fire pagetitlechanged when initialized with an empty string r=smaug 2021-01-28 17:24:09 +00:00
BrowserBridgeChild.cpp Bug 1668106 - Store subdocument intrinsic size and ratio on content rather than frame. r=dholbert 2020-12-10 21:34:38 +00:00
BrowserBridgeChild.h Bug 1618386 - Add action ids to filter out stale active browsing context updates. r=nika 2020-11-16 19:16:20 +00:00
BrowserBridgeHost.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
BrowserBridgeHost.h Bug 1589102 - Part 1: Enable about:srcdoc loads via DocumentChannel, r=mattwoodrow 2020-08-28 17:20:30 +00:00
BrowserBridgeParent.cpp Bug 1677466 - Split Endpoint.h and ProtocolMessageUtils.h from ProtocolUtils.h. r=mccr8 2020-11-23 16:06:42 +00:00
BrowserBridgeParent.h Bug 1618386 - Add action ids to filter out stale active browsing context updates. r=nika 2020-11-16 19:16:20 +00:00
BrowserChild.cpp Bug 1687239 part 2 - Remove plugin support from layout/. r=emilio 2021-01-25 11:53:49 +00:00
BrowserChild.h Bug 1683226 - part 16: Get rid of `WidgetPluginEvent` r=smaug 2020-12-29 21:19:45 +00:00
BrowserHost.cpp Bug 1635914 - Move active flag handling explicitly to BrowsingContext. r=nika 2020-12-11 15:43:19 +00:00
BrowserHost.h Bug 1589102 - Part 1: Enable about:srcdoc loads via DocumentChannel, r=mattwoodrow 2020-08-28 17:20:30 +00:00
BrowserParent.cpp Bug 1672330 - Move pointer lock code to PointerLockManager; r=smaug 2021-01-27 16:38:29 +00:00
BrowserParent.h Bug 1672330 - Move pointer lock code to PointerLockManager; r=smaug 2021-01-27 16:38:29 +00:00
CSPMessageUtils.cpp Bug 1671641 - Make `dom/ipc` buildable outside of `unified-build` environment. r=sg 2020-10-28 12:31:35 +00:00
CSPMessageUtils.h
ClonedErrorHolder.cpp Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +00:00
ClonedErrorHolder.h Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
CoalescedInputData.h
CoalescedMouseData.cpp Bug 1688105 - Part 2: Get rid of dom.w3c_pointer_events.enabled; r=smaug 2021-01-25 16:22:44 +00:00
CoalescedMouseData.h Bug 1656117 - Reduce include dependencies on nsRefreshDriver.h. r=mstange 2020-08-04 21:17:50 +00:00
CoalescedWheelData.cpp
CoalescedWheelData.h
ColorPickerParent.cpp
ColorPickerParent.h
ContentChild.cpp Bug 1688941 - Enforce and document that mTimingData is always non-null. r=smaug 2021-01-27 19:24:19 +00:00
ContentChild.h Bug 1659383 - Check if focus() is allowed even when Window_Binding::focus() delegates to BrowsingContext::Focus(). r=nika 2021-01-18 12:48:42 +00:00
ContentParent.cpp Bug 1688941 - Enforce and document that mTimingData is always non-null. r=smaug 2021-01-27 19:24:19 +00:00
ContentParent.h Bug 1688079 - Record maximum content process count per session r=jesup 2021-01-27 15:37:14 +00:00
ContentProcess.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
ContentProcess.h Bug 1649071 - Replace the DISALLOW_COPY_AND_ASSIGN & DISALLOW_EVIL_CONSTRUCTORS macros with = delete; r=froydnj 2020-06-29 14:37:56 +00:00
ContentProcessManager.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
ContentProcessManager.h
DOMTypes.ipdlh Bug 1660470 - Avoid including URIUtils.h from header files. r=nika 2020-11-23 16:06:09 +00:00
DocShellMessageUtils.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
DocShellMessageUtils.h Bug 1677466 - Move ParamTraits specializations with extra dependencies out of IPCMessageUtils.h. r=mccr8 2020-12-10 11:09:21 +00:00
EffectsInfo.h
FilePickerParent.cpp Bug 1654992 - Use std::move instead of SwapElements where possible. r=froydnj 2020-08-04 11:27:07 +00:00
FilePickerParent.h Bug 1654992 - Use std::move instead of SwapElements where possible. r=froydnj 2020-08-04 11:27:07 +00:00
IdType.h
InProcessChild.h Bug 1650163 - Part 3: Move REMOTE_TYPE defines to a separate header, r=farre 2020-07-08 20:16:06 +00:00
InProcessImpl.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
InProcessParent.h Bug 1650163 - Part 3: Move REMOTE_TYPE defines to a separate header, r=farre 2020-07-08 20:16:06 +00:00
MMPrinter.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
MMPrinter.h Bug 1684173 - Add newline character at end of files when missing r=sylvestre,geckoview-reviewers,agi 2021-01-07 08:53:08 +00:00
ManifestMessagesChild.jsm Bug 1644151, convert manifest from legacy actor to JSWindowActor, r=marcosc 2020-07-07 12:33:26 +00:00
MaybeDiscarded.h
MemMapSnapshot.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
MemMapSnapshot.h
MemoryReportRequest.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
MemoryReportRequest.h Bug 1655536, part 1 - Drop the return value from MemoryReportRequestClient::FinishCallback. r=froydnj 2020-08-03 18:29:02 +00:00
MemoryReportTypes.ipdlh Bug 1660470 - Move void_t/null_t to a new IPCCore.h header. r=nika 2020-11-23 16:05:20 +00:00
NativeThreadId.h Bug 1651714 - Reduce expensive includes for TabMessageUtils.h. r=smaug 2020-07-15 13:24:20 +00:00
PBrowser.ipdl Bug 1683226 - part 16: Get rid of `WidgetPluginEvent` r=smaug 2020-12-29 21:19:45 +00:00
PBrowserBridge.ipdl Bug 1660470 - Avoid including BindingIPCUtils.h from header files. r=nika 2020-11-23 16:05:44 +00:00
PColorPicker.ipdl
PContent.ipdl Bug 1688941 - Enforce and document that mTimingData is always non-null. r=smaug 2021-01-27 19:24:19 +00:00
PContentPermission.ipdlh
PContentPermissionRequest.ipdl Bug 1676932 - Remove VisibilityChange/nsIContentPermissionRequestCallback. r=nika 2020-11-13 20:55:17 +00:00
PCycleCollectWithLogs.ipdl
PFilePicker.ipdl Bug 1660470 - Move void_t/null_t to a new IPCCore.h header. r=nika 2020-11-23 16:05:20 +00:00
PInProcess.ipdl Bug 1633379 - Part 1: Move PInProcess into dom/ipc, r=kmag,Yoric 2020-06-25 17:50:51 +00:00
PLoginReputation.ipdl
PPluginWidget.ipdl Bug 1660470 - Avoid including BindingIPCUtils.h from header files. r=nika 2020-11-23 16:05:44 +00:00
PProcessHangMonitor.ipdl Bug 1652613 - report slow script hang durations and only clear hang data after the observer notification, r=mconley 2020-07-24 00:01:57 +00:00
PTabContext.ipdlh
PURLClassifier.ipdl
PURLClassifierInfo.ipdlh
PURLClassifierLocal.ipdl Bug 1660470 - Avoid including URIUtils.h from header files. r=nika 2020-11-23 16:06:09 +00:00
PVsync.ipdl Bug 1645528 - Connect nsRefreshDrivers in content processes with a widget-local vsync source r=mattwoodrow,emilio 2020-12-02 09:47:53 +00:00
PWindowGlobal.ipdl Bug 1612147 - Don't store FeaturePolicy in BrowsingContext. r=smaug 2021-01-14 11:15:24 +00:00
PermissionMessageUtils.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
PermissionMessageUtils.h
PreallocatedProcessManager.cpp Bug 1680269 - Fix build when building without MOZ_GECKO_PROFILER. r=gerald 2020-12-09 08:58:06 +00:00
PreallocatedProcessManager.h Bug 1661364 - Part 4: Disable process recycling when prealloc is disabled, r=kmag,jesup 2020-09-14 13:45:48 +00:00
PrefsTypes.ipdlh Bug 1660470 - Move void_t/null_t to a new IPCCore.h header. r=nika 2020-11-23 16:05:20 +00:00
ProcessActor.cpp Bug 1676632 - Throw more descriptive actor errors. r=smaug,nika 2020-11-16 21:18:49 +00:00
ProcessActor.h Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
ProcessHangMonitor.cpp Bug 1677466 - Split Endpoint.h and ProtocolMessageUtils.h from ProtocolUtils.h. r=mccr8 2020-11-23 16:06:42 +00:00
ProcessHangMonitor.h Bug 1652613 - report slow script hang durations and only clear hang data after the observer notification, r=mconley 2020-07-24 00:01:57 +00:00
ProcessHangMonitorIPC.h
ProcessPriorityManager.cpp Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +00:00
ProcessPriorityManager.h Bug 1649071 - Replace the DISALLOW_COPY_AND_ASSIGN & DISALLOW_EVIL_CONSTRUCTORS macros with = delete; r=froydnj 2020-06-29 14:37:56 +00:00
PropertyBagUtils.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
PropertyBagUtils.h
RefMessageBodyService.cpp Bug 1625801 - grab the lock when creating and destroying RefMessageBodyService. r=sg 2021-01-26 17:15:26 +00:00
RefMessageBodyService.h Bug 1625801 - grab the lock when creating and destroying RefMessageBodyService. r=sg 2021-01-26 17:15:26 +00:00
ReferrerInfoUtils.cpp Bug 1677466 - Move ParamTraits specializations with extra dependencies out of IPCMessageUtils.h. r=mccr8 2020-12-10 11:09:21 +00:00
ReferrerInfoUtils.h
RemoteBrowser.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
RemoteBrowser.h Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
RemoteType.h Bug 1650163 - Part 3: Move REMOTE_TYPE defines to a separate header, r=farre 2020-07-08 20:16:06 +00:00
RemoteWebProgress.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
RemoteWebProgress.h Bug 1646582 - Remove RemoteWebProgressManager. r=nika,Gijs 2020-06-24 19:59:04 +00:00
RemoteWebProgressRequest.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
RemoteWebProgressRequest.h Bug 1646582 - Remove nsIRemoteWebProgressRequest since it's not being used anywhere. r=barret 2020-06-24 19:57:30 +00:00
ServiceWorkerConfiguration.ipdlh
SharedMap.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
SharedMap.h Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +00:00
SharedMapChangeEvent.h
SharedMessageBody.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
SharedMessageBody.h
SharedStringMap.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
SharedStringMap.h
StringTable.h
StructuredCloneData.cpp Bug 1660470 - Split SerializedStructuredCloneBuffer.h from IPCMessageUtils.h. r=nika 2020-11-23 16:05:26 +00:00
StructuredCloneData.h Bug 1675987 - No derogatory language: Remove references to "crazy" in dom module. r=smaug 2020-11-20 23:37:01 +00:00
TabContext.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
TabContext.h
TabMessageTypes.h Bug 1651714 - Reduce expensive includes for TabMessageUtils.h. r=smaug 2020-07-15 13:24:20 +00:00
TabMessageUtils.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
TabMessageUtils.h Bug 1677466 - Move ParamTraits specializations with extra dependencies out of IPCMessageUtils.h. r=mccr8 2020-12-10 11:09:21 +00:00
URLClassifierChild.h
URLClassifierParent.cpp Bug 1650950 - Rename blacklist, whitelist, and skiplist in the anti-tracking and url-classifier code, r=dimi 2020-07-07 16:17:11 +00:00
URLClassifierParent.h
UserActivationIPCUtils.h Bug 1677466 - Move ParamTraits specializations with extra dependencies out of IPCMessageUtils.h. r=mccr8 2020-12-10 11:09:21 +00:00
VsyncChild.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=andi 2021-01-06 17:17:23 +00:00
VsyncChild.h Bug 1645528 - Connect nsRefreshDrivers in content processes with a widget-local vsync source r=mattwoodrow,emilio 2020-12-02 09:47:53 +00:00
VsyncParent.cpp Bug 1684352 - Don't assume that there's a vsync dispatcher handy when observing. r=rmader 2020-12-28 14:34:30 +00:00
VsyncParent.h Bug 1645528 - Connect nsRefreshDrivers in content processes with a widget-local vsync source r=mattwoodrow,emilio 2020-12-02 09:47:53 +00:00
WindowGlobalActor.cpp Bug 1679512 - Move contentBlockingAllowListPrincipal to WindowGlobalParent. r=timhuang,nika 2021-01-14 20:37:35 +00:00
WindowGlobalActor.h Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
WindowGlobalChild.cpp Bug 1685900 - Split internal and external contentPolicyType. r=ckerschb,smaug 2021-01-15 12:07:16 +00:00
WindowGlobalChild.h Bug 1612147 - Don't store FeaturePolicy in BrowsingContext. r=smaug 2021-01-14 11:15:24 +00:00
WindowGlobalParent.cpp Bug 1686194 - Fire pagetitlechanged when initialized with an empty string r=smaug 2021-01-28 17:24:09 +00:00
WindowGlobalParent.h Bug 1686194 - Fire pagetitlechanged when initialized with an empty string r=smaug 2021-01-28 17:24:09 +00:00
WindowGlobalTypes.ipdlh Bug 1679512 - Move contentBlockingAllowListPrincipal to WindowGlobalParent. r=timhuang,nika 2021-01-14 20:37:35 +00:00
jar.mn
moz.build Bug 1645528 - Connect nsRefreshDrivers in content processes with a widget-local vsync source r=mattwoodrow,emilio 2020-12-02 09:47:53 +00:00
nsIDOMProcessChild.idl Bug 1653729 - Part 2: Add methods for do_QueryActor from nsIDOMProcess*, r=kmag 2020-08-04 21:35:25 +00:00
nsIDOMProcessParent.idl Bug 1653729 - Part 2: Add methods for do_QueryActor from nsIDOMProcess*, r=kmag 2020-08-04 21:35:25 +00:00
nsIHangReport.idl Bug 1647695 - Expose ChildID on frozen nsIHangReport;r=mconley 2020-08-03 17:34:53 +00:00
remote-test.js Bug 1638153: Part 2 - Fix uses of .rootTreeItem to get top browser window. r=geckoview-reviewers,nika,snorp 2020-06-17 17:17:16 +00:00
test.xhtml Bug 1644863 - fix trailing whitespace in cross-tree tests, r=emilio,marionette-reviewers,whimboo 2020-06-17 22:45:31 +00:00