fune/dom/ipc
2024-06-20 13:22:41 +00:00
..
gtest
jsactor Bug 1839637, part 2 - Stop warning in HandleEvent when owner is not an inner window. r=nika 2024-06-05 22:38:10 +00:00
tests Bug 1877879 - Add tests for for isActiveInTab. r=smaug 2024-04-08 14:38:32 +00:00
BrowserBridgeChild.cpp
BrowserBridgeChild.h
BrowserBridgeHost.cpp
BrowserBridgeHost.h
BrowserBridgeParent.cpp Bug 1873035 - Adjust mRefPoint for generated mouse event when sending to content process; r=smaug 2024-01-09 10:31:11 +00:00
BrowserBridgeParent.h
BrowserChild.cpp Bug 1743329 - Release pointer lock when xul popup is open; r=smaug,pbz 2024-05-31 11:13:46 +00:00
BrowserChild.h Bug 1743329 - Release pointer lock when xul popup is open; r=smaug,pbz 2024-05-31 11:13:46 +00:00
BrowserHost.cpp
BrowserHost.h
BrowserParent.cpp Bug 1743329 - Release pointer lock when xul popup is open; r=smaug,pbz 2024-05-31 11:13:46 +00:00
BrowserParent.h Bug 1892598 - Reuse IPCImage for PBrowser::SetCursor; r=smaug 2024-04-23 06:01:47 +00:00
ClonedErrorHolder.cpp
ClonedErrorHolder.h
CoalescedInputData.cpp
CoalescedInputData.h
CoalescedMouseData.cpp
CoalescedMouseData.h
CoalescedTouchData.cpp Bug 1887435 - Ensure the isPrimary property of PointerEvent is correctly set for touch input; r=smaug 2024-04-11 21:49:49 +00:00
CoalescedTouchData.h
CoalescedWheelData.cpp
CoalescedWheelData.h
ColorPickerParent.cpp
ColorPickerParent.h
components.conf
ContentChild.cpp Bug 1681457 - Allow non-auxiliary BrowsingContexts created by script to close themselves, r=smaug 2024-06-05 00:06:48 +00:00
ContentChild.h Bug 1889129 - Remove Android codec support probe from content process initialization r=jolin 2024-05-06 19:30:28 +00:00
ContentParent.cpp Bug 1890748 - Move responsibility of FeaturePolicy initialization to nsILoadInfo. r=freddyb,necko-reviewers,jesup,dom-core,sefeng, a=dmeehan 2024-06-20 13:22:41 +00:00
ContentParent.h Bug 1890748 - Move responsibility of FeaturePolicy initialization to nsILoadInfo. r=freddyb,necko-reviewers,jesup,dom-core,sefeng, a=dmeehan 2024-06-20 13:22:41 +00:00
ContentParent_NotifyUpdatedDictionaries.h Backed out changeset ebc075fd132d (bug 1885246) for causing bc failures in /EnumSerializer.h CLOSED TREE 2024-03-23 02:08:24 -04:00
ContentProcess.cpp
ContentProcess.h
ContentProcessManager.cpp
ContentProcessManager.h
CSPMessageUtils.cpp
CSPMessageUtils.h
CustomElementTypes.ipdlh
DocShellMessageUtils.cpp
DocShellMessageUtils.h
DOMTypes.ipdlh Bug 1890748 - Move responsibility of FeaturePolicy initialization to nsILoadInfo. r=freddyb,necko-reviewers,jesup,dom-core,sefeng, a=dmeehan 2024-06-20 13:22:41 +00:00
EffectsInfo.h
FilePickerMessageUtils.h
FilePickerParent.cpp Bug 1878401 - part 1 - Pass BrowsingContext to nsIFilePicker::Init instead of mozIDOMWindow r=geckoview-reviewers,win-reviewers,emilio,nika,m_kato,rkraesig 2024-02-28 21:29:37 +00:00
FilePickerParent.h Bug 1878401 - part 1 - Pass BrowsingContext to nsIFilePicker::Init instead of mozIDOMWindow r=geckoview-reviewers,win-reviewers,emilio,nika,m_kato,rkraesig 2024-02-28 21:29:37 +00:00
IdType.h
InProcessChild.h
InProcessImpl.cpp
InProcessParent.h
IPCTransferable.ipdlh Bug 1781280 - Reuse IPCImage for IPCDataTransferImageContainer; r=nika 2024-04-22 19:09:47 +00:00
JSOracleChild.cpp
JSOracleChild.h
JSOracleParent.cpp
JSOracleParent.h
JSValidatorChild.cpp Bug 1857536 - Remove unneeded struct CompilationStorage r=arai 2024-03-11 14:56:01 +00:00
JSValidatorChild.h
JSValidatorParent.cpp
JSValidatorParent.h
JSValidatorUtils.cpp
JSValidatorUtils.h
LoginDetectionService.cpp
LoginDetectionService.h
ManifestMessagesChild.sys.mjs
MaybeDiscarded.h
MemMapSnapshot.cpp
MemMapSnapshot.h
MemoryReportRequest.cpp
MemoryReportRequest.h
MemoryReportTypes.ipdlh
MMPrinter.cpp Bug 1886922: Do not dereference a Maybe if it is not Some r=mccr8 2024-03-22 15:32:39 +00:00
MMPrinter.h Bug 1886922: Do not dereference a Maybe if it is not Some r=mccr8 2024-03-22 15:32:39 +00:00
moz.build Backed out changeset ebc075fd132d (bug 1885246) for causing bc failures in /EnumSerializer.h CLOSED TREE 2024-03-23 02:08:24 -04:00
NativeThreadId.h
nsIDOMProcessChild.idl
nsIDOMProcessParent.idl
nsIHangReport.idl Bug 1881863 - Part 1: Standardize on boolean over bool in xpidl, r=xpcom-reviewers,necko-reviewers,valentin,extension-reviewers,application-update-reviewers,media-playback-reviewers,credential-management-reviewers,search-reviewers,anti-tracking-reviewers,places-reviewers,nalexander,emilio,zombie,sgalich,karlt,lina,Standard8 2024-04-04 18:45:21 +00:00
nsILoginDetectionService.idl Bug 1881863 - Part 1: Standardize on boolean over bool in xpidl, r=xpcom-reviewers,necko-reviewers,valentin,extension-reviewers,application-update-reviewers,media-playback-reviewers,credential-management-reviewers,search-reviewers,anti-tracking-reviewers,places-reviewers,nalexander,emilio,zombie,sgalich,karlt,lina,Standard8 2024-04-04 18:45:21 +00:00
PageLoadEventUtils.h Backed out changeset 1ed5eea3a1e1 (bug 1892231) for causing mochitests failures in test_focus.xhtml. 2024-04-26 09:05:08 +03:00
PBrowser.ipdl Bug 1743329 - Release pointer lock when xul popup is open; r=smaug,pbz 2024-05-31 11:13:46 +00:00
PBrowserBridge.ipdl
PColorPicker.ipdl
PContent.ipdl Bug 1890748 - Move responsibility of FeaturePolicy initialization to nsILoadInfo. r=freddyb,necko-reviewers,jesup,dom-core,sefeng, a=dmeehan 2024-06-20 13:22:41 +00:00
PContentPermission.ipdlh
PContentPermissionRequest.ipdl
PCycleCollectWithLogs.ipdl
PermissionMessageUtils.cpp
PermissionMessageUtils.h
PFilePicker.ipdl Bug 1866517 - Part 1: Start implementing close method for file picker r=emilio 2023-12-13 15:10:33 +00:00
PInProcess.ipdl Bug 1867360 - Require toplevel protocols to specify which processes they expect to be bound in, r=decoder,ipc-reviewers,necko-reviewers,media-playback-reviewers,profiler-reviewers,win-reviewers,aosmond,rkraesig,mccr8,kershaw 2024-01-18 23:07:18 +00:00
PJSOracle.ipdl Bug 1867360 - Require toplevel protocols to specify which processes they expect to be bound in, r=decoder,ipc-reviewers,necko-reviewers,media-playback-reviewers,profiler-reviewers,win-reviewers,aosmond,rkraesig,mccr8,kershaw 2024-01-18 23:07:18 +00:00
PJSValidator.ipdl
PProcessHangMonitor.ipdl Bug 1867360 - Require toplevel protocols to specify which processes they expect to be bound in, r=decoder,ipc-reviewers,necko-reviewers,media-playback-reviewers,profiler-reviewers,win-reviewers,aosmond,rkraesig,mccr8,kershaw 2024-01-18 23:07:18 +00:00
PreallocatedProcessManager.cpp
PreallocatedProcessManager.h
PrefsTypes.ipdlh
ProcessActor.cpp
ProcessActor.h
ProcessHangMonitor.cpp Bug Bug 1882552 - Add logging to QoS signals r=xpcom-reviewers,barret 2024-03-08 17:25:25 +00:00
ProcessHangMonitor.h
ProcessHangMonitorIPC.h
ProcessIsolation.cpp Bug 1900392 - Isolate x-moz-ews URI scheme to parent process. r=nika,jesup,smaug 2024-06-03 21:04:18 +00:00
ProcessIsolation.h
ProcessPriorityManager.cpp Bug 1876306 - Signal to content processes shutting down to raise the QoS priority of their main thread, then ignore all other QoS changes. r=nika 2024-03-08 17:25:24 +00:00
ProcessPriorityManager.h Bug 1770944 - Remove nsIMozBrowserFrame. r=smaug 2024-03-07 13:04:21 +00:00
PropertyBagUtils.cpp
PropertyBagUtils.h
PTabContext.ipdlh Bug 1875822 - Remove a bunch of dead JS plugin code. r=nika 2024-01-25 21:02:21 +00:00
PURLClassifier.ipdl
PURLClassifierInfo.ipdlh
PURLClassifierLocal.ipdl
PVsync.ipdl
PWindowGlobal.ipdl Bug 1890748 - Move responsibility of FeaturePolicy initialization to nsILoadInfo. r=freddyb,necko-reviewers,jesup,dom-core,sefeng, a=dmeehan 2024-06-20 13:22:41 +00:00
ReferrerInfoUtils.cpp
ReferrerInfoUtils.h
RefMessageBodyService.cpp
RefMessageBodyService.h
RemoteBrowser.cpp
RemoteBrowser.h
RemoteType.h
RemoteWebProgressRequest.cpp
RemoteWebProgressRequest.h
ServiceWorkerConfiguration.ipdlh
SharedMap.cpp
SharedMap.h
SharedMapChangeEvent.h
SharedMessageBody.cpp
SharedMessageBody.h
SharedStringMap.cpp
SharedStringMap.h
StringTable.h
StructuredCloneData.cpp
StructuredCloneData.h Bug 1889650 - Remove mentions of BuildClonedMessageDataFor from comments. r=asuth DONTBUILD 2024-04-04 16:24:50 +00:00
TabContext.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=emilio,media-playback-reviewers,padenot 2024-04-22 16:00:09 +00:00
TabContext.h Bug 1875822 - Remove a bunch of dead JS plugin code. r=nika 2024-01-25 21:02:21 +00:00
TabMessageTypes.h
TabMessageUtils.h
URLClassifierChild.h
URLClassifierParent.cpp
URLClassifierParent.h
UserActivationIPCUtils.h
VsyncChild.h
VsyncMainChild.cpp
VsyncMainChild.h
VsyncParent.cpp
VsyncParent.h
VsyncWorkerChild.cpp
VsyncWorkerChild.h
WindowGlobalActor.cpp
WindowGlobalActor.h
WindowGlobalChild.cpp Bug 1890748 - Move responsibility of FeaturePolicy initialization to nsILoadInfo. r=freddyb,necko-reviewers,jesup,dom-core,sefeng, a=dmeehan 2024-06-20 13:22:41 +00:00
WindowGlobalChild.h Bug 1890748 - Move responsibility of FeaturePolicy initialization to nsILoadInfo. r=freddyb,necko-reviewers,jesup,dom-core,sefeng, a=dmeehan 2024-06-20 13:22:41 +00:00
WindowGlobalParent.cpp Bug 1890748 - Move responsibility of FeaturePolicy initialization to nsILoadInfo. r=freddyb,necko-reviewers,jesup,dom-core,sefeng, a=dmeehan 2024-06-20 13:22:41 +00:00
WindowGlobalParent.h Bug 1892015 - Implement IdentityCredential [[CollectFromCredentialStore]], r=anti-tracking-reviewers,timhuang 2024-06-05 18:04:34 +00:00
WindowGlobalTypes.ipdlh