.. |
fuzztest
|
Bug 1654103: Standardize on Black for Python code in `mozilla-central`.
|
2020-10-26 18:34:53 +00:00 |
jsactor
|
Bug 1722880 - Part 2: Expose windowContext getter to JSWindowActors, r=smaug
|
2021-09-03 15:26:13 +00:00 |
tests
|
Backed out changeset 78307ccc4942 (bug 1742785) for causing permafailures on browser_ProcessPriorityManager.js. CLOSED TREE
|
2021-11-30 04:03:13 +02:00 |
BrowserBridgeChild.cpp
|
Bug 1710879 - Don't clear BrowserBridgeHost::mBridge until BrowserBridgeChild has been completely destroyed. r=nika
|
2021-08-30 18:41:28 +00:00 |
BrowserBridgeChild.h
|
Bug 1721666: Clear the embedder accessible on PBrowserBridge if that accessible is destroyed. r=eeejay
|
2021-07-28 23:42:12 +00:00 |
BrowserBridgeHost.cpp
|
Bug 1732818 - Ensure DestroyComplete is run even if the BrowserParent is already destroyed, r=smaug
|
2021-11-03 18:11:58 +00:00 |
BrowserBridgeHost.h
|
Bug 1732818 - Ensure DestroyComplete is run even if the BrowserParent is already destroyed, r=smaug
|
2021-11-03 18:11:58 +00:00 |
BrowserBridgeParent.cpp
|
Bug 1710879 - Don't clear BrowserBridgeHost::mBridge until BrowserBridgeChild has been completely destroyed. r=nika
|
2021-08-30 18:41:28 +00:00 |
BrowserBridgeParent.h
|
Bug 1710879 - Don't clear BrowserBridgeHost::mBridge until BrowserBridgeChild has been completely destroyed. r=nika
|
2021-08-30 18:41:28 +00:00 |
BrowserChild.cpp
|
Bug 1741156 - Reinitialize compositor and request repaint after GPU process restart. r=aosmond,geckoview-reviewers,agi
|
2021-11-29 20:52:31 +00:00 |
BrowserChild.h
|
Bug 1511231 - Part 4: s/ProcessPendingColaescedTouchData/ProcessPendingCoalescedTouchData/; r=smaug
|
2021-08-19 13:27:13 +00:00 |
BrowserHost.cpp
|
Bug 1732818 - Ensure DestroyComplete is run even if the BrowserParent is already destroyed, r=smaug
|
2021-11-03 18:11:58 +00:00 |
BrowserHost.h
|
Bug 1732818 - Ensure DestroyComplete is run even if the BrowserParent is already destroyed, r=smaug
|
2021-11-03 18:11:58 +00:00 |
BrowserParent.cpp
|
Bug 1725572 - Part 3: Recover from a missing subframe BrowsingContext in ConstructBrowser, r=smaug
|
2021-10-18 22:59:18 +00:00 |
BrowserParent.h
|
Bug 1725572 - Part 3: Recover from a missing subframe BrowsingContext in ConstructBrowser, r=smaug
|
2021-10-18 22:59:18 +00:00 |
CSPMessageUtils.cpp
|
Bug 1715144 - Part 1: Stop adding /ipc/glue to LOCAL_INCLUDES when including chromium-config.mozbuild, r=ipc-reviewers,necko-reviewers,mccr8,valentin
|
2021-06-09 04:56:48 +00:00 |
CSPMessageUtils.h
|
…
|
|
ClonedErrorHolder.cpp
|
Bug 1736046 - Validate length of nested structured serialization data r=baku
|
2021-11-22 16:03:11 +00:00 |
ClonedErrorHolder.h
|
Bug 1678062 - Remove unnecessary includes. r=andi
|
2020-11-23 16:12:02 +00:00 |
CoalescedInputData.cpp
|
Bug 1712825 - Refactor CoalescedMouseMoveFlusher into a generic class for input events r=smaug
|
2021-06-07 15:29:15 +00:00 |
CoalescedInputData.h
|
Bug 1723050 - Part 16: Replace typedef by using in dom/ipc/ r=mccr8
|
2021-08-09 13:37:28 +00:00 |
CoalescedMouseData.cpp
|
Bug 1721628 - PointerEvent.getCoalescedEvents should return events with pointermove type; r=smaug
|
2021-08-12 09:31:31 +00:00 |
CoalescedMouseData.h
|
Bug 1712825 - Refactor CoalescedMouseMoveFlusher into a generic class for input events r=smaug
|
2021-06-07 15:29:15 +00:00 |
CoalescedTouchData.cpp
|
Bug 1511231 - Part 4: s/ProcessPendingColaescedTouchData/ProcessPendingCoalescedTouchData/; r=smaug
|
2021-08-19 13:27:13 +00:00 |
CoalescedTouchData.h
|
Bug 1511231 - Part 3: Expose coalesced Touches to PointerEvent.getCoalescedEvents(); r=smaug
|
2021-08-19 13:27:12 +00:00 |
CoalescedWheelData.cpp
|
…
|
|
CoalescedWheelData.h
|
…
|
|
ColorPickerParent.cpp
|
…
|
|
ColorPickerParent.h
|
…
|
|
ContentChild.cpp
|
Bug 1732343 - Part 2: Migrate all uses of base::FileDescriptor to UniqueFileHandle, r=handyman
|
2021-11-09 14:17:32 +00:00 |
ContentChild.h
|
Bug 1732343 - Part 2: Migrate all uses of base::FileDescriptor to UniqueFileHandle, r=handyman
|
2021-11-09 14:17:32 +00:00 |
ContentParent.cpp
|
Bug 1189827: Move logMessageWithMode to nsIConsoleService. r=smaug
|
2021-11-29 14:52:29 +00:00 |
ContentParent.h
|
Bug 1189827: Move logMessageWithMode to nsIConsoleService. r=smaug
|
2021-11-29 14:52:29 +00:00 |
ContentProcess.cpp
|
Bug 1723505 - Convert IPC processes to GeckoArgs r=nika,kershaw
|
2021-10-26 19:42:03 +00:00 |
ContentProcess.h
|
Bug 1723050 - Part 16: Replace typedef by using in dom/ipc/ r=mccr8
|
2021-08-09 13:37:28 +00:00 |
ContentProcessManager.cpp
|
Bug 1689218 - Rename nsBaseHashtable::GetAndRemove to Extract. r=necko-reviewers,dragana
|
2021-02-22 12:07:48 +00:00 |
ContentProcessManager.h
|
Bug 1634281 - Use nsTHashMap instead of nsDataHashtable. r=xpcom-reviewers,necko-reviewers,jgilbert,nika,valentin
|
2021-03-10 10:47:47 +00:00 |
DOMTypes.ipdlh
|
Bug 1732343 - Part 1: Better support for moveonly types in IPDL, r=handyman
|
2021-11-09 14:17:31 +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
|
Bug 1732600. Pass down transform to ancestor scale to child processes. r=botond
|
2021-10-05 09:28:57 +00:00 |
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
|
Bug 1723050 - Part 16: Replace typedef by using in dom/ipc/ r=mccr8
|
2021-08-09 13:37:28 +00:00 |
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 1708734 - Part 1: Add getExistingActor to actor managers, r=kmag
|
2021-05-11 17:29:24 +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 |
LoginDetectionService.cpp
|
Bug 1729640 - P7. Add test cases for isolating sites by login related heuristics r=farre
|
2021-11-05 17:11:33 +00:00 |
LoginDetectionService.h
|
Bug 1729640 - P7. Add test cases for isolating sites by login related heuristics r=farre
|
2021-11-05 17:11:33 +00:00 |
MMPrinter.cpp
|
Bug 1703091: Add a random ID the Message Manager logging so we can associate logging messages r=ckerschb
|
2021-07-30 15:03:40 +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
|
Backed out 6 changesets (bug 1626404) for frequent timeouts on test_postMessage_onOther.html CLOSED TREE
|
2020-04-09 11:07:40 +03:00 |
MemMapSnapshot.cpp
|
Bug 1674637 - Use nested namespaces in dom/ r=sg,andi
|
2020-11-04 17:04:01 +00:00 |
MemMapSnapshot.h
|
Bug 1699375 - fix non-unified failure CLOSED TREE
|
2021-03-23 00:53:11 +02:00 |
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 1733281 - Remove MaybeMatrix4x4. r=hiro
|
2021-09-30 00:08:35 +00:00 |
PBrowserBridge.ipdl
|
Bug 1710879 - Don't clear BrowserBridgeHost::mBridge until BrowserBridgeChild has been completely destroyed. r=nika
|
2021-08-30 18:41:28 +00:00 |
PColorPicker.ipdl
|
…
|
|
PContent.ipdl
|
Bug 1734739 - Part 2: Stop requiring the OtherPid to create Endpoint, r=handyman
|
2021-11-24 17:56:00 +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 1734739 - Part 2: Stop requiring the OtherPid to create Endpoint, r=handyman
|
2021-11-24 17:56:00 +00:00 |
PLoginReputation.ipdl
|
…
|
|
PProcessHangMonitor.ipdl
|
Bug 1698959: Remove HangData union and SLOW_SCRIPT enum value r=dthayer,geckoview-reviewers,agi
|
2021-05-01 01:12:46 +00:00 |
PTabContext.ipdlh
|
Bug 1699332 - Remove remaining presentation URL references r=annevk
|
2021-03-19 12:36:57 +00:00 |
PURLClassifier.ipdl
|
…
|
|
PURLClassifierInfo.ipdlh
|
…
|
|
PURLClassifierLocal.ipdl
|
Bug 1689147 - Part 1: Add extended attribute syntax to IPDL, r=mccr8
|
2021-02-09 16:50:21 +00:00 |
PVsync.ipdl
|
Bug 1697585 - Rename high priority to vsync priority r=smaug
|
2021-04-14 19:56:42 +00:00 |
PWindowGlobal.ipdl
|
Bug 1734099 - Never unload tabs with active RTCPeerConnection instances. r=peterv,jesup
|
2021-11-18 22:59:12 +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 1687843: PreallocatedProcessManager will return a launching process if one exists r=nika
|
2021-07-24 03:25:59 +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 1734739 - Part 3: Stop providing pids in places where it's not needed/used, r=handyman
|
2021-11-24 17:56:01 +00:00 |
ProcessHangMonitor.h
|
Bug 1702516 - Remove all terminateGlobal uses r=kmag
|
2021-04-05 16:00:09 +00:00 |
ProcessHangMonitorIPC.h
|
…
|
|
ProcessIsolation.cpp
|
Bug 1729640 - P5. Add a preference to control the expiration time of login related high-value permission. r=farre
|
2021-11-05 17:11:32 +00:00 |
ProcessIsolation.h
|
Bug 1729640 - P4. Setting high-value permission for sites that are considered is logged in. r=farre,sfoster,tgiles
|
2021-11-05 17:11:32 +00:00 |
ProcessPriorityManager.cpp
|
Bug 1728544 - Make the MarkerSchema::Format enum class values CamelCased r=gerald
|
2021-09-03 14:30:10 +00:00 |
ProcessPriorityManager.h
|
Bug 1618547 - Support Fission in the process priority manager. r=kmag,gsvelto
|
2021-05-07 17:51:34 +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 1695162 - Make nsBaseHashtable::ConstIter return a real ConstIterator. r=xpcom-reviewers,necko-reviewers,nika
|
2021-03-03 08:58:53 +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 1732818 - Ensure DestroyComplete is run even if the BrowserParent is already destroyed, r=smaug
|
2021-11-03 18:11:58 +00:00 |
RemoteType.h
|
Bug 1738765: Process-isolate ServiceWorkers if they match an allow-list of sites r=nika,fluent-reviewers,flod
|
2021-11-08 19:53:06 +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 1184468 - Use nsBaseHashtable::Values. r=xpcom-reviewers,nika
|
2021-03-24 17:56:49 +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
|
Bug 1626570 - Improve handling of copying arrays in dom/messagechannel/. r=smaug
|
2020-05-07 08:10:14 +00:00 |
SharedStringMap.cpp
|
Bug 1184468 - Use nsTHashtable::Keys where possible. r=xpcom-reviewers,nika
|
2021-03-24 17:56:50 +00:00 |
SharedStringMap.h
|
Bug 1634281 - Use nsTHashMap instead of nsDataHashtable. r=xpcom-reviewers,necko-reviewers,jgilbert,nika,valentin
|
2021-03-10 10:47:47 +00:00 |
StringTable.h
|
Bug 1184468 - Use nsBaseHashtable::Values. r=xpcom-reviewers,nika
|
2021-03-24 17:56:49 +00:00 |
StructuredCloneData.cpp
|
Bug 1723050 - Part 16: Replace typedef by using in dom/ipc/ r=mccr8
|
2021-08-09 13:37:28 +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 1699332 - Remove remaining presentation URL references r=annevk
|
2021-03-19 12:36:57 +00:00 |
TabContext.h
|
Bug 1699332 - Remove remaining presentation URL references r=annevk
|
2021-03-19 12:36:57 +00:00 |
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 1732600. Pass down transform to ancestor scale to child processes. r=botond
|
2021-10-05 09:28:57 +00:00 |
URLClassifierChild.h
|
Bug 1626570 - Improve handling of copying arrays in dom/ipc/. r=nika
|
2020-04-30 09:37:05 +00:00 |
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 1715655 - Dispatch Vsync events with right/higher priority in VsyncParent, r=gfx-reviewers,jrmuizel
|
2021-06-09 23:45:48 +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 1586830 - Part 1: Ensure IsInitialDocument is set earlier and consistently on WindowGlobalParent, r=smaug
|
2021-07-14 15:51:20 +00:00 |
WindowGlobalActor.h
|
Bug 1678062 - Remove unnecessary includes. r=andi
|
2020-11-23 16:12:02 +00:00 |
WindowGlobalChild.cpp
|
Bug 1710879 - Don't clear BrowserBridgeHost::mBridge until BrowserBridgeChild has been completely destroyed. r=nika
|
2021-08-30 18:41:28 +00:00 |
WindowGlobalChild.h
|
Part 1: Bug 1700623 - Add storagePrincipal to WindowGlobalParent. r=nika,timhuang
|
2021-05-26 07:14:03 +00:00 |
WindowGlobalParent.cpp
|
Bug 1734099 - Never unload tabs with active RTCPeerConnection instances. r=peterv,jesup
|
2021-11-18 22:59:12 +00:00 |
WindowGlobalParent.h
|
Bug 1734099 - Never unload tabs with active RTCPeerConnection instances. r=peterv,jesup
|
2021-11-18 22:59:12 +00:00 |
WindowGlobalTypes.ipdlh
|
Bug 1586830 - Part 1: Ensure IsInitialDocument is set earlier and consistently on WindowGlobalParent, r=smaug
|
2021-07-14 15:51:20 +00:00 |
components.conf
|
Bug 1729640 - P4. Setting high-value permission for sites that are considered is logged in. r=farre,sfoster,tgiles
|
2021-11-05 17:11:32 +00:00 |
jar.mn
|
Bug 1630691: Part 1 - Get rid of most of the remaining mozbrowser API. r=nika,mtigley,bradwerth
|
2020-04-29 19:29:06 +00:00 |
moz.build
|
Bug 1729640 - P4. Setting high-value permission for sites that are considered is logged in. r=farre,sfoster,tgiles
|
2021-11-05 17:11:32 +00:00 |
nsIDOMProcessChild.idl
|
Bug 1708734 - Part 1: Add getExistingActor to actor managers, r=kmag
|
2021-05-11 17:29:24 +00:00 |
nsIDOMProcessParent.idl
|
Bug 1708734 - Part 1: Add getExistingActor to actor managers, r=kmag
|
2021-05-11 17:29:24 +00:00 |
nsIHangReport.idl
|
Bug 1698959: Remove HangData union and SLOW_SCRIPT enum value r=dthayer,geckoview-reviewers,agi
|
2021-05-01 01:12:46 +00:00 |
nsILoginDetectionService.idl
|
Bug 1729640 - P7. Add test cases for isolating sites by login related heuristics r=farre
|
2021-11-05 17:11:33 +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 1714313 - Get rid of FrameLoader::SendCrossProcessMouseEvent; r=smaug
|
2021-06-03 13:47:02 +00:00 |